Team:SDU-Denmark/css

From 2009.igem.org

(Difference between revisions)
 
(79 intermediate revisions not shown)
Line 4: Line 4:
body {
body {
   position: relative;  
   position: relative;  
-
   background: url(https://static.igem.org/mediawiki/2009/2/20/SDU-Denmark-background-250x250.jpg) repeat #ffffff;
+
   background: url(https://static.igem.org/mediawiki/2009/c/cd/SDU-Denmark-background-250x250-3.jpg) repeat #ffffff;
 +
  font: 0.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
}
 +
 +
h1 {
 +
  font-family: "Helvetica", Arial, sans-serif;
 +
  font-size: 1.6em;
 +
  font-weight: bold;
 +
  text-transform: uppercase;
 +
}
 +
 +
h2 {
 +
  font-size: 15px;
 +
  font-weight: bold;
 +
}
 +
 +
h3 {
 +
  font-size: 13px;
 +
  font-weight: bold;
 +
}
 +
 +
h4 {
 +
  font-size: 12px;
 +
  font-weight: bold;
 +
}
 +
 +
#content {
#content {
   background: #ffffff;
   background: #ffffff;
-
  text-align: center;
 
}
}
#container {
#container {
   background: #ffffff;
   background: #ffffff;
-
   width: 700px;
+
   margin-left: 20px;
-
   text-align: left;
+
   margin-right: 20px;
 +
}
 +
 
 +
#leftcontent {
 +
  float: left;
 +
  width: 620px;
 +
}
 +
#rightcontent {
 +
  background: #F0F0F0; 
 +
  float: right;
 +
  width: 260px;
 +
  margin-left: 20px;
 +
  padding: 10px;
}
}
.firstHeading {
.firstHeading {
   display: none;
   display: none;
-
}
 
-
 
-
.mw-headline {
 
-
  font-size: 16px;
 
-
  font-weight: bold;
 
-
  text-transform: uppercase;
 
}
}
.teaser {
.teaser {
-
   font-size: 11px;
+
   font-size: 12px;
   font-style: italic;
   font-style: italic;
-
   margin-bottom: -6px;
+
   margin-bottom: -2px;
}
}
 +
#h1-bactobandage {
 +
  background: url(https://static.igem.org/mediawiki/2009/0/0c/SDU-Denmark-bandaid-20x23.jpg) left no-repeat;
 +
  padding-left: 25px;
 +
}
 +
#h1-sdu {
 +
  background: url(https://static.igem.org/mediawiki/2009/d/db/SDU-Denmark-sdulogo-20x20.jpg) left no-repeat;
 +
  padding-left: 25px;
 +
}
 +
#h1-feedback {
 +
  background: url(https://static.igem.org/mediawiki/2009/9/93/SDU-Denmark-comments-20x25.jpg) left no-repeat;
 +
  padding-left: 28px;
 +
}
 +
 +
 +
#h3-igem {
 +
  float: right;
 +
}
 +
#h3-igem p {
 +
  background: url(https://static.igem.org/mediawiki/2009/e/ef/SDU-Denmark-IGEMlogo2.gif) no-repeat;
 +
  height: 57px; width: 75px;
 +
  text-indent: -100em;
 +
  overflow: hidden
 +
}
 +
#h3-igem a {
 +
  display: block;
 +
  height: 57px; width: 75px;
 +
}
 +
 +
#h3-sdu {
 +
  width: 260px;
 +
}
 +
#h3-sdu p {
 +
  background: url(https://static.igem.org/mediawiki/2009/b/b6/SDU-Denmark-sdulogo2.gif) no-repeat center;
 +
  height: 99px; width: 260px;
 +
  text-indent: -100em;
 +
  overflow: hidden
 +
}
 +
#h3-sdu a {
 +
  display: block;
 +
  height: 99px; width: 260px;
 +
}
 +
 +
#h3-dnatech {
 +
  width: 260px;
 +
}
 +
#h3-dnatech p {
 +
  background: url(https://static.igem.org/mediawiki/2009/c/ce/SDU-Denmark-DNAtech.gif) no-repeat center;
 +
  height: 82px; width: 260px;
 +
  text-indent: -100em;
 +
  overflow: hidden
 +
}
 +
#h3-dnatech a {
 +
  display: block;
 +
  height: 82px; width: 260px;
 +
}
 +
 +
 +
#h3-blog {
 +
  width: 260px;
 +
}
 +
#h3-blog p {
 +
  background: url(https://static.igem.org/mediawiki/2009/b/b8/SDU-Denmark-checkoutourblog.gif) no-repeat center;
 +
  height: 122px; width: 260px;
 +
  text-indent: -100em;
 +
  overflow: hidden
 +
}
 +
#h3-blog a {
 +
  display: block;
 +
  height: 122px; width: 260px;
 +
}
</style>
</style>
</html>
</html>

Latest revision as of 23:41, 19 October 2009