Difference between revisions of "Team:EPF Lausanne/Ari/css"
(4 intermediate revisions by the same user not shown) | |||
Line 16: | Line 16: | ||
display: none; | display: none; | ||
} | } | ||
− | + | #globalWrapper, #content { | |
− | + | width: 100%; | |
− | + | height: 100%; | |
+ | border: 0px; | ||
+ | background-color: transparent; | ||
+ | margin: 0px; | ||
+ | padding: 0px; | ||
+ | font-size: 100%; | ||
} | } | ||
+ | |||
+ | html {height: 100%;} | ||
body { | body { | ||
Line 25: | 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 108: | ||
} | } | ||
#full-size{ | #full-size{ | ||
− | + | 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