Difference between revisions of "Team:EPF Lausanne/Ari/css"
(26 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
#p-logo, .printfooter, .firstHeading, .visualClear { | #p-logo, .printfooter, .firstHeading, .visualClear { | ||
display: none; | display: none; | ||
+ | } | ||
+ | #globalWrapper, #content { | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | font-size: 100%; | ||
} | } | ||
Line 23: | Line 32: | ||
font-family: 'Open Sans', sans-serif; | font-family: 'Open Sans', sans-serif; | ||
background-color: rgba(16,151,151,0.01); | background-color: rgba(16,151,151,0.01); | ||
− | height | + | height=100%; |
− | + | ||
− | + | ||
} | } | ||
a { | a { | ||
Line 103: | Line 110: | ||
margin-top: 7%; | margin-top: 7%; | ||
width:100%; | width:100%; | ||
− | height: | + | height: 100vh; |
overflow: auto; | overflow: auto; | ||
+ | padding-left: 10%; | ||
+ | padding-right: 10%; | ||
+ | padding-bottom: 0%; | ||
+ | padding-top: 0%; | ||
+ | margin-top: 0%; | ||
+ | margin-bottom: 0%; | ||
} | } | ||
+ | |||
/* ========================================================================== | /* ========================================================================== | ||
Home-page | Home-page |
Latest revision as of 21:48, 31 August 2015