Difference between revisions of "Team:UCL/Playingaround3"

Line 4: Line 4:
  
 
<style type="text/css">
 
<style type="text/css">
div.floatleft {margin: 0 !important; width: 0 !important;}
 
div.floatright {margin: 0 !important; width: 0 !important}
 
content {width: 100% !important; margin: 0 !important; position: absolute !important; clear: none;}
 
 
  
 +
/* 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:
 
}
 
}
  
#wrapper {position: fixed; width 100%; background: #fff; margin: 0; padding: 0;}
+
 
 +
 
 +
/* 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="wrapper">
+
 
 +
<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