Team:GeorgiaTech/css
From 2011.igem.org
(Difference between revisions)
(Created page with "# gtigem #indexclear{ position:relative; width:900px; height:100px; margin-left:auto; margin-right:auto; background: #A8163A; }") |
|||
Line 1: | Line 1: | ||
- | # | + | body{ |
+ | margin: 0px; | ||
+ | background: #fcfaf8; | ||
+ | } | ||
+ | |||
+ | #toc{ | ||
+ | float: right; | ||
+ | margin-left: 10px; | ||
+ | } | ||
+ | |||
+ | #ecoili #indexclear{ | ||
position:relative; | position:relative; | ||
width:900px; | width:900px; | ||
Line 6: | Line 16: | ||
margin-right:auto; | margin-right:auto; | ||
background: #A8163A; | background: #A8163A; | ||
+ | } | ||
+ | |||
+ | #ecoili #indexclear #ucl a{ | ||
+ | position:absolute; | ||
+ | top:8px; | ||
+ | left:660px; | ||
+ | width:169px; | ||
+ | height:70px; | ||
+ | background:url(https://static.igem.org/mediawiki/2011/d/d7/Ucl-index-ucl.jpg); | ||
+ | } | ||
+ | |||
+ | #ecoili #indexclear #igem a{ | ||
+ | position:absolute; | ||
+ | top:0px; | ||
+ | left:510px; | ||
+ | width:115px; | ||
+ | height:99px; | ||
+ | background:url(https://static.igem.org/mediawiki/2011/e/ea/Ucl-index-igem.jpg); | ||
} | } |
Revision as of 04:38, 24 September 2011
body{ margin: 0px;
background: #fcfaf8;
}
- toc{
float: right; margin-left: 10px;
}
- ecoili #indexclear{
position:relative; width:900px; height:100px; margin-left:auto; margin-right:auto; background: #A8163A;
}
- ecoili #indexclear #ucl a{
position:absolute; top:8px; left:660px; width:169px; height:70px; background:url();
}
- ecoili #indexclear #igem a{
position:absolute;
top:0px; left:510px; width:115px; height:99px; background:url();
}