Team:SDU-Denmark/css

From 2009.igem.org

(Difference between revisions)
 
(100 intermediate revisions not shown)
Line 1: Line 1:
 +
<html>
 +
<style type="text/css">
 +
body {
body {
-
margin:0px; padding:0px;
+
  position: relative;  
-
font-family: Helvetica, Arial, sans-serif;
+
  background: url(https://static.igem.org/mediawiki/2009/c/cd/SDU-Denmark-background-250x250-3.jpg) repeat #ffffff;
-
text-align: left;
+
  font: 0.6em Verdana, Geneva, Arial, Helvetica, sans-serif;
-
background-attachment: fixed ;/* or: scroll*/
+
-
background-color: #ffffff;
+
-
}
+
-
img {
+
-
border: 0px;
+
-
}
+
-
p {
+
-
font-size: 12px;
+
-
margin: 0px; padding: 0px;
+
}
}
 +
h1 {
h1 {
-
font-size: 18px;
+
  font-family: "Helvetica", Arial, sans-serif;
-
font-weight: bold;
+
  font-size: 1.6em;
 +
  font-weight: bold;
 +
  text-transform: uppercase;  
}
}
 +
h2 {
h2 {
-
font-size: 16px;
+
  font-size: 15px;
-
font-weight: bold;
+
  font-weight: bold;
}
}
-
//DIV
+
h3 {
 +
  font-size: 13px;
 +
  font-weight: bold;
 +
}
-
#paragraph {
+
h4 {
-
width: 800px;
+
  font-size: 12px;
 +
  font-weight: bold;
}
}
-
#float-left {
+
 
-
width: 500px;
+
 
-
float: left;
+
 
 +
#content {
 +
  background: #ffffff;
}
}
-
#float-right {
+
 
-
width: 300px;
+
#container {
-
float: right;
+
  background: #ffffff;
 +
  margin-left: 20px;
 +
  margin-right: 20px;
}
}
 +
 +
#leftcontent {
 +
  float: left;
 +
  width: 620px;
 +
}
 +
#rightcontent {
 +
  background: #F0F0F0; 
 +
  float: right;
 +
  width: 260px;
 +
  margin-left: 20px;
 +
  padding: 10px;
 +
}
 +
 +
.firstHeading {
 +
  display: none;
 +
}
 +
 +
.teaser {
 +
  font-size: 12px;
 +
  font-style: italic;
 +
  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>
 +
</html>

Latest revision as of 23:41, 19 October 2009