Team:SDU-Denmark/css

From 2010.igem.org

(Difference between revisions)
 
(192 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
-
 
-
#general {
 
-
  background: #d1d1d1;
 
-
  text-align: center;
 
-
  margin-left: auto;
 
-
  margin-right: auto;
 
-
}
 
-
 
-
#text {
 
-
  background: #d1d1d1;
 
-
  font-size: 12px;
 
-
  font: Verdana;
 
-
  text-align: left;
 
-
}
 
.firstHeading {
.firstHeading {
Line 20: Line 6:
}
}
-
body
+
#header {
-
{
+
  position:absolute;
-
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
+
  top:0px;
-
color: #01FFFF;
+
  left:150px;
 +
  width: 687px;
 +
  height: 113px;
 +
  background-image: url(https://static.igem.org/mediawiki/2010/2/20/Header2.jpg)
}
}
-
td,th {
+
#navigation {
-
        color: #000000;
+
  position:absolute;
 +
  top:113px;
 +
  left:150px;
 +
  width: 687px;
 +
  height: 30px;
}
}
-
 
+
#text {
-
a.menu
+
  display: block;
-
{
+
  margin-top:143px;
-
background-color: #000000;
+
  margin-left:152px;
-
color: black;
+
  width:672px;
-
width: 12em;
+
  max-width:672px;
 +
  background-color:#d1d1d1;
 +
  color:#000000;
}
}
-
.firstHeading
+
#textcenter {
-
{
+
  text-align: center;
-
color:white;
+
}
}
-
.secondHeading
 
-
{
 
-
color:white;
 
-
}
 
#bodyContent  
#bodyContent  
{
{
-
background-color: #000000;
+
  background: url(https://static.igem.org/mediawiki/2010/0/0d/Bodycontent.jpg);
-
color: #01FFFF;
+
}
}
#content
#content
{
{
-
background-color: #000000;
+
        background: url(https://static.igem.org/mediawiki/2010/f/f0/Contentbackground.jpg);
-
color: #01FFFF;
+
}
}
-
 
-
#footer-box
 
-
{
 
-
background-color: #000000;
 
-
color: #01FFFF;
 
-
}
 
-
 
-
p
 
-
{
 
-
background-color: #000000;
 
-
color: #01FFFF;
 
-
}
 
-
 
-
body
 
-
{
 
-
background-color: #000000;
 
-
font-color: #01FFFF;
 
-
}
 
-
 
-
#content:link
 
-
{
 
-
color: #00FF59;
 
-
text-decoration: none;
 
-
}
 
-
 
-
#bodyContent:link
 
-
{
 
-
color: #00FF59;
 
-
text-decoration: none;
 
-
}
 
-
 
-
h1
 
-
{
 
-
color: #01FFFF;
 
-
text-decoration: none;
 
-
}
 
-
 
-
h2
 
-
{
 
-
color: #01FFFF;
 
-
text-decoration: none;
 
-
}
 
-
 
-
h2:link
 
-
{
 
-
color: #01FFFF;
 
-
text-decoration: none;
 
-
}
 
-
 
-
h3
 
-
{
 
-
color: #01FFFF;
 
-
text-decoration: none;
 
-
}
 
-
 
</style>
</style>
</html>
</html>

Latest revision as of 19:18, 21 April 2010