Wiki/Team:Marburg:Template:igem.css

From 2013.igem.org

(Difference between revisions)
(Created page with "<html> <style> #testbox { width: 100px; height: 50px; background-color: #F00; } </style> </html>")
Line 1: Line 1:
<html>
<html>
<style>
<style>
-
#testbox {
+
 
-
  width: 100px;
+
/* general */
-
  height: 50px;
+
*. html {
-
  background-color: #F00;
+
padding: 0;
 +
margin: 0;
 +
}
 +
 
 +
body {
 +
font-family: Verdana, Georgia;
 +
font-size: 12pt;
 +
color: #111;
 +
line-height: 1;
 +
width: 100%;
 +
}
 +
 
 +
 
 +
/* header */
 +
#header {
 +
height: 151px;
 +
width: 117%;
 +
background: url('https://static.igem.org/mediawiki/2013/a/a2/Igem_mr_header_bg.png') #FFF;
 +
 
}
}
</style>
</style>
</html>
</html>

Revision as of 22:12, 16 May 2013