123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- /* 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;}
- h3{
- font-family: "epflulb";
- font-size:2em;
- text-transform: uppercase!important;
- color:$static-col;
- }
- h4{
- // font-family: "epflulb";
- font-size: 1.5em;
- // // color:$static-col;
- font-weight: 700;
- }
- p{
- font-family: "open_sans", sans-serif;
- font-weight:600;
- font-size:1em;
- line-height:1.3em;
- }
|