initial commit of starter install drupal 7
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
|
||||
|
||||
/*# sourceMappingURL=communs.css.map */
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "",
|
||||
"sources": [],
|
||||
"names": [],
|
||||
"file": "communs.css"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
|
||||
$orange:#E42632;
|
||||
$orange-light:#E75A0C;
|
||||
$grey-dark:#444444;
|
||||
$grey:#6F6F6F;
|
||||
$grey-light:#6C6C6C;
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,25 @@
|
||||
@font-face {
|
||||
font-family: 'interval';
|
||||
src: url("font/interval-webfont.eot");
|
||||
src: url("font/interval-webfont.eot?#iefix") format("embedded-opentype"), url("font/interval-webfont.woff") format("woff"), url("font/interval-webfont.ttf") format("truetype"), url("font/interval-webfont.svg#intervalbook") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
@font-face {
|
||||
font-family: 'interval';
|
||||
src: url("font/interval_bold-webfont.eot");
|
||||
src: url("font/interval_bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/interval_bold-webfont.woff") format("woff"), url("font/interval_bold-webfont.ttf") format("truetype"), url("font/interval_bold-webfont.svg#intervalbold") format("svg");
|
||||
font-weight: bold;
|
||||
font-style: normal; }
|
||||
html, body {
|
||||
font-size: 16px; }
|
||||
|
||||
html, body, h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'interval', monospace; }
|
||||
|
||||
p {
|
||||
line-height: 1.3; }
|
||||
|
||||
p.heading {
|
||||
font-size: 1.25em !important; }
|
||||
|
||||
/*# sourceMappingURL=fonts.css.map */
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": "AACA,UAUC;EATG,WAAW,EAAE,UAAU;EACvB,GAAG,EAAE,gCAAgC;EACrC,GAAG,EAAE,uOAAmE;EAIxE,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,MAAM;AAItB,UAUC;EATG,WAAW,EAAE,UAAU;EACvB,GAAG,EAAE,qCAAqC;EAC1C,GAAG,EAAE,2PAAwE;EAI7E,WAAW,EAAE,IAAI;EACjB,UAAU,EAAE,MAAM;AAOtB,UAAU;EACR,SAAS,EAAC,IAAI;;AAGhB,kCAA4B;EAC1B,WAAW,EAAE,qBAAqB;;AAIpC,CAAC;EACA,WAAW,EAAC,GAAG;;AAEhB,SAAS;EACP,SAAS,EAAC,iBAAgB",
|
||||
"sources": ["fonts.scss"],
|
||||
"names": [],
|
||||
"file": "fonts.css"
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'interval';
|
||||
src: url('font/interval-webfont.eot');
|
||||
src: url('font/interval-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('font/interval-webfont.woff') format('woff'),
|
||||
url('font/interval-webfont.ttf') format('truetype'),
|
||||
url('font/interval-webfont.svg#intervalbook') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'interval';
|
||||
src: url('font/interval_bold-webfont.eot');
|
||||
src: url('font/interval_bold-webfont.eot?#iefix') format('embedded-opentype'),
|
||||
url('font/interval_bold-webfont.woff') format('woff'),
|
||||
url('font/interval_bold-webfont.ttf') format('truetype'),
|
||||
url('font/interval_bold-webfont.svg#intervalbold') format('svg');
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
html, body{
|
||||
font-size:16px;
|
||||
}
|
||||
|
||||
html, body,h1,h2,h3,h4,h5,h6{
|
||||
font-family: 'interval', monospace;
|
||||
// font-family: "source_sans_pro","Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
|
||||
}
|
||||
|
||||
p{
|
||||
line-height:1.3;
|
||||
}
|
||||
p.heading{
|
||||
font-size:1.25em!important;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Executable
+48
@@ -0,0 +1,48 @@
|
||||
@charset "UTF-8";
|
||||
|
||||
|
||||
|
||||
@import "../bower_components/foundation/scss/normalize.scss";
|
||||
|
||||
|
||||
|
||||
|
||||
@import "../bower_components/foundation/scss/foundation/functions";
|
||||
|
||||
$row-width: rem-calc(1250);
|
||||
// $total-columns: 12;
|
||||
$column-gutter: rem-calc(20);
|
||||
|
||||
//@import "../bower_components/foundation/scss/foundation/settings"; // this is not working, causing an error on compilation
|
||||
@import "../bower_components/foundation/scss/foundation/components/global";
|
||||
@import "../bower_components/foundation/scss/foundation/components/type";
|
||||
@import "../bower_components/foundation/scss/foundation/components/clearing";
|
||||
// @import "../bower_components/foundation/scss/foundation/components/inline-lists";
|
||||
@import "../bower_components/foundation/scss/foundation/components/grid";
|
||||
// @import "../bower_components/foundation/scss/foundation/components/top-bar";
|
||||
@import "../bower_components/foundation/scss/foundation/components/block-grid";
|
||||
// @import "../bower_components/foundation/scss/foundation.scss"; // without importing the whole foundation, the final css files is 75% less heavier
|
||||
|
||||
// @import "../bower_components/animate.scss/scss/animate.scss";
|
||||
|
||||
/*
|
||||
* ESADHaR
|
||||
*/
|
||||
@import "communs.scss";
|
||||
@import "fonts.scss";
|
||||
|
||||
|
||||
|
||||
html{
|
||||
position:relative;
|
||||
}
|
||||
|
||||
body{
|
||||
position:relative;
|
||||
height:100%!important;
|
||||
}
|
||||
|
||||
#root{
|
||||
position:relative;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,113 @@
|
||||
@charset "UTF-8";
|
||||
/* LISIBILITY */
|
||||
@font-face {
|
||||
font-family: 'interval';
|
||||
src: url("font/interval-webfont.eot");
|
||||
src: url("font/interval-webfont.eot?#iefix") format("embedded-opentype"), url("font/interval-webfont.woff") format("woff"), url("font/interval-webfont.ttf") format("truetype"), url("font/interval-webfont.svg#intervalbook") format("svg");
|
||||
font-weight: normal;
|
||||
font-style: normal; }
|
||||
@font-face {
|
||||
font-family: 'interval';
|
||||
src: url("font/interval_bold-webfont.eot");
|
||||
src: url("font/interval_bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/interval_bold-webfont.woff") format("woff"), url("font/interval_bold-webfont.ttf") format("truetype"), url("font/interval_bold-webfont.svg#intervalbold") format("svg");
|
||||
font-weight: bold;
|
||||
font-style: normal; }
|
||||
html, body {
|
||||
font-size: 16px; }
|
||||
|
||||
html, body, h1, h2, h3, h4, h5, h6 {
|
||||
font-family: 'interval', monospace; }
|
||||
|
||||
p {
|
||||
line-height: 1.3; }
|
||||
|
||||
p.heading {
|
||||
font-size: 1.25em !important; }
|
||||
|
||||
* {
|
||||
font-size: 14px; }
|
||||
|
||||
div {
|
||||
border: 1px dashed #D4D4D4; }
|
||||
|
||||
p:after, ul:after {
|
||||
content: "¬";
|
||||
color: red; }
|
||||
|
||||
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before {
|
||||
color: blue;
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
vertical-align: super; }
|
||||
|
||||
h2:before {
|
||||
content: "h2 "; }
|
||||
|
||||
h3:before {
|
||||
content: "h3 "; }
|
||||
|
||||
h4:before {
|
||||
content: "h4 "; }
|
||||
|
||||
h5:before {
|
||||
content: "h5 "; }
|
||||
|
||||
h6:before {
|
||||
content: "h6 "; }
|
||||
|
||||
br:after {
|
||||
content: "·";
|
||||
color: red;
|
||||
border: 1px solid #999; }
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
margin: 0.5em 0;
|
||||
max-width: 99%; }
|
||||
|
||||
p {
|
||||
border: 1px dashed #848484; }
|
||||
|
||||
div {
|
||||
border: 1px solid #1A1A1A; }
|
||||
|
||||
/* LAYOUT AND GRAPHICS */
|
||||
/*
|
||||
#full{ width:99%; }
|
||||
#demi{ width:47%; }
|
||||
#tiers{ width:29%; }
|
||||
#quart{ width:23%; }
|
||||
#right{ float:right; margin-left:2%; }
|
||||
#left{ float:left; margin-right:2%; }
|
||||
#center{ display:block; margin:0 auto; }
|
||||
|
||||
|
||||
img{height:auto; margin:0.5em 0;}
|
||||
p{ border: 1px dashed #848484; }
|
||||
div{border: 1px solid #1A1A1A;}
|
||||
|
||||
|
||||
img,p,div{ position:relative;
|
||||
&:before{font-size:10px; color:red; background-color: #1A1A1A; position:absolute; top:0; z-index:3000;}
|
||||
|
||||
&.full{#full; &:before{content:" full ";}}
|
||||
&.demi{ #demi; margin-right:2%; &:before{content:" demi "; right:0;}}
|
||||
&.tiers{ #tiers; margin-right:2%; &:before{content:" tiers "; right:0;}}
|
||||
&.quart{ #quart; margin-right:2%; &:before{content:" quart "; right:0;}}
|
||||
|
||||
&.demi-left{ #demi; #left; &:before{content:" demi-left "; left:0;}}
|
||||
&.demi-right{ #demi; #right; &:before{content:" demi-right "; right:0;}}
|
||||
&.demi-center{ #demi; #center; &:before{content:" demi-denter "; right:0;}}
|
||||
|
||||
&.tiers-left{ #tiers; #left; &:before{content:" tiers-left "; left:0;}}
|
||||
&.tiers-right{ #tiers; #right; &:before{content:" tiers-right "; right:0;}}
|
||||
&.tiers-center{ #tiers; #center; &:before{content:" tiers-center "; right:0;}}
|
||||
|
||||
&.quart-left{ #quart; #left; &:before{content:" quart-left "; left:0;}}
|
||||
&.quart-right{ #quart; #right; &:before{content:" quart-right "; right:0;}}
|
||||
&.quart-center{ #quart; #center; &:before{content:" quart-center "; right:0;}}
|
||||
|
||||
}
|
||||
*/
|
||||
|
||||
/*# sourceMappingURL=wysiwyg.css.map */
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"version": 3,
|
||||
"mappings": ";;AACA,UAUC;EATG,WAAW,EAAE,UAAU;EACvB,GAAG,EAAE,gCAAgC;EACrC,GAAG,EAAE,uOAAmE;EAIxE,WAAW,EAAE,MAAM;EACnB,UAAU,EAAE,MAAM;AAItB,UAUC;EATG,WAAW,EAAE,UAAU;EACvB,GAAG,EAAE,qCAAqC;EAC1C,GAAG,EAAE,2PAAwE;EAI7E,WAAW,EAAE,IAAI;EACjB,UAAU,EAAE,MAAM;AAOtB,UAAU;EACR,SAAS,EAAC,IAAI;;AAGhB,kCAA4B;EAC1B,WAAW,EAAE,qBAAqB;;AAIpC,CAAC;EACA,WAAW,EAAC,GAAG;;AAEhB,SAAS;EACP,SAAS,EAAC,iBAAgB;;ACpC5B,CAAC;EAAC,SAAS,EAAC,IAAI;;AAChB,GAAG;EAAC,MAAM,EAAE,kBAAkB;;AAC9B,iBAAiB;EAAC,OAAO,EAAC,GAAG;EAAE,KAAK,EAAC,GAAG;;AAExC,gEAAgE;EAC9D,KAAK,EAAC,IAAI;EAAE,WAAW,EAAE,MAAM;EAAE,SAAS,EAAC,IAAI;EAAE,cAAc,EAAE,KAAK;;AAKvE,SAAQ;EAAC,OAAO,EAAC,KAAK;;AAItB,SAAQ;EAAC,OAAO,EAAC,KAAK;;AAItB,SAAQ;EAAC,OAAO,EAAC,KAAK;;AAItB,SAAQ;EAAC,OAAO,EAAC,KAAK;;AAItB,SAAQ;EAAC,OAAO,EAAC,KAAK;;AAGvB,QAAQ;EAAC,OAAO,EAAC,GAAG;EAAE,KAAK,EAAC,GAAG;EAAE,MAAM,EAAE,cAAc;;AAEvD,GAAG;EAAC,MAAM,EAAC,IAAI;EAAE,MAAM,EAAC,OAAO;EAAE,SAAS,EAAC,GAAG;;AAC9C,CAAC;EAAE,MAAM,EAAE,kBAAkB;;AAC7B,GAAG;EAAC,MAAM,EAAE,iBAAiB",
|
||||
"sources": ["fonts.scss","wysiwyg.scss"],
|
||||
"names": [],
|
||||
"file": "wysiwyg.css"
|
||||
}
|
||||
Executable
+79
@@ -0,0 +1,79 @@
|
||||
/* LISIBILITY */
|
||||
@import "communs.scss";
|
||||
@import "fonts.scss";
|
||||
|
||||
|
||||
*{font-size:14px;}
|
||||
div{border: 1px dashed #D4D4D4;}
|
||||
p:after, ul:after{content:"¬"; color:red;}
|
||||
|
||||
h1:before, h2:before, h3:before, h4:before, h5:before, h6:before{
|
||||
color:blue; font-weight: normal; font-size:10px; vertical-align: super;
|
||||
}
|
||||
|
||||
h2{
|
||||
// font-size:24px;
|
||||
&:before{content:"h2 ";}
|
||||
}
|
||||
h3{
|
||||
// font-size:18px;
|
||||
&:before{content:"h3 ";}
|
||||
}
|
||||
h4{
|
||||
// font-size:16px;
|
||||
&:before{content:"h4 ";}
|
||||
}
|
||||
h5{
|
||||
// font-size:14px;
|
||||
&:before{content:"h5 ";}
|
||||
}
|
||||
h6{
|
||||
// font-size:12px;
|
||||
&:before{content:"h6 ";}
|
||||
}
|
||||
|
||||
br:after{content:"·"; color:red; border: 1px solid #999;}
|
||||
|
||||
img{height:auto; margin:0.5em 0; max-width:99%;}
|
||||
p{ border: 1px dashed #848484; }
|
||||
div{border: 1px solid #1A1A1A;}
|
||||
|
||||
|
||||
/* LAYOUT AND GRAPHICS */
|
||||
/*
|
||||
#full{ width:99%; }
|
||||
#demi{ width:47%; }
|
||||
#tiers{ width:29%; }
|
||||
#quart{ width:23%; }
|
||||
#right{ float:right; margin-left:2%; }
|
||||
#left{ float:left; margin-right:2%; }
|
||||
#center{ display:block; margin:0 auto; }
|
||||
|
||||
|
||||
img{height:auto; margin:0.5em 0;}
|
||||
p{ border: 1px dashed #848484; }
|
||||
div{border: 1px solid #1A1A1A;}
|
||||
|
||||
|
||||
img,p,div{ position:relative;
|
||||
&:before{font-size:10px; color:red; background-color: #1A1A1A; position:absolute; top:0; z-index:3000;}
|
||||
|
||||
&.full{#full; &:before{content:" full ";}}
|
||||
&.demi{ #demi; margin-right:2%; &:before{content:" demi "; right:0;}}
|
||||
&.tiers{ #tiers; margin-right:2%; &:before{content:" tiers "; right:0;}}
|
||||
&.quart{ #quart; margin-right:2%; &:before{content:" quart "; right:0;}}
|
||||
|
||||
&.demi-left{ #demi; #left; &:before{content:" demi-left "; left:0;}}
|
||||
&.demi-right{ #demi; #right; &:before{content:" demi-right "; right:0;}}
|
||||
&.demi-center{ #demi; #center; &:before{content:" demi-denter "; right:0;}}
|
||||
|
||||
&.tiers-left{ #tiers; #left; &:before{content:" tiers-left "; left:0;}}
|
||||
&.tiers-right{ #tiers; #right; &:before{content:" tiers-right "; right:0;}}
|
||||
&.tiers-center{ #tiers; #center; &:before{content:" tiers-center "; right:0;}}
|
||||
|
||||
&.quart-left{ #quart; #left; &:before{content:" quart-left "; left:0;}}
|
||||
&.quart-right{ #quart; #right; &:before{content:" quart-right "; right:0;}}
|
||||
&.quart-center{ #quart; #center; &:before{content:" quart-center "; right:0;}}
|
||||
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user