Difference between revisions of "Team:UCL/Playingaround3"
Line 4: | Line 4: | ||
<style type="text/css"> | <style type="text/css"> | ||
− | |||
− | |||
− | |||
− | |||
+ | /* wiki width fixing */ | ||
#contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
display:none;} | display:none;} | ||
Line 21: | Line 18: | ||
} | } | ||
− | # | + | |
+ | |||
+ | /* blocks */ | ||
+ | |||
+ | #header #intro1 #intro2 #intro3 #abstract #motivation | ||
+ | {height: 100%; | ||
+ | width: 100%; | ||
+ | position: relative; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | |||
+ | -webkit-background-size: cover; | ||
+ | -moz-background-size: cover; | ||
+ | -o-background-size: cover; | ||
+ | background-size: cover; | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | #header {background: #F0F0F5;} | ||
+ | #intro1 { background: #EFE2E5;} | ||
+ | #intro2 { background: #70C4BB;} | ||
+ | #intro3 { background: #EFE2E5;} | ||
+ | #abstract {background: #fff;} | ||
+ | #motivation {background: #fff;} | ||
+ | |||
</style> | </style> | ||
Line 28: | Line 50: | ||
<body> | <body> | ||
</div> | </div> | ||
− | <div id=" | + | |
+ | <div id="header"> | ||
. | . | ||
+ | </div> | ||
+ | |||
+ | <div id="intro1"> | ||
+ | 1 | ||
+ | </div> | ||
+ | |||
+ | <div id="intro2"> | ||
+ | 2 | ||
+ | </div> | ||
+ | |||
+ | <div id="intro3"> | ||
+ | 3 | ||
+ | </div> | ||
+ | |||
+ | <div id="abstract"> | ||
+ | abstract | ||
+ | </div> | ||
+ | |||
+ | <div id="motivation"> | ||
+ | why | ||
+ | </div> | ||
+ | |||
+ | |||
+ | |||
</div> | </div> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 21:45, 29 June 2015
.
1
2
3
abstract
why