Template:Imperial/09/CSS
From 2009.igem.org
(Difference between revisions)
(15 intermediate revisions not shown) | |||
Line 55: | Line 55: | ||
#II09_content_boxtop { | #II09_content_boxtop { | ||
- | width: | + | width: 747px; |
height: 9px; | height: 9px; | ||
- | background:url(https://static.igem.org/mediawiki/2009/c/c8/II09_content_top.png) no-repeat | + | background:url(https://static.igem.org/mediawiki/2009/c/c8/II09_content_top.png) no-repeat; |
background-position: bottom right; | background-position: bottom right; | ||
position: relative; | position: relative; | ||
Line 65: | Line 65: | ||
#II09_content_boxbottom { | #II09_content_boxbottom { | ||
- | width: | + | width: 747px; |
height: 9px; | height: 9px; | ||
background:url(https://static.igem.org/mediawiki/2009/b/b4/II09_content_bottom.png) no-repeat; | background:url(https://static.igem.org/mediawiki/2009/b/b4/II09_content_bottom.png) no-repeat; | ||
Line 84: | Line 84: | ||
text-align: justify; | text-align: justify; | ||
font:Calibri, Verdana, Arial, Geneva, sans-serif; | font:Calibri, Verdana, Arial, Geneva, sans-serif; | ||
+ | } | ||
+ | |||
+ | #II09_content_boxtop_purple { | ||
+ | width: 612px; | ||
+ | height: 7px; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/e/ea/II09_content_top_purple.png) no-repeat; | ||
+ | background-position: bottom right; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | display: block; | ||
+ | } | ||
+ | |||
+ | #II09_content_boxbottom_purple { | ||
+ | width: 612px; | ||
+ | height: 7px; | ||
+ | background:url(https://static.igem.org/mediawiki/2009/c/c2/II09_content_bottom_purple.png) no-repeat; | ||
+ | background-position: top right; | ||
+ | position: relative; | ||
+ | float: left; | ||
+ | display: block; | ||
} | } | ||
Line 133: | Line 153: | ||
var arVersion = navigator.appVersion.split("MSIE") | var arVersion = navigator.appVersion.split("MSIE") | ||
var version = parseFloat(arVersion[1]) | var version = parseFloat(arVersion[1]) | ||
- | if | + | if (version >= 5.5) |
{ | { | ||
for(var i=0; i<document.images.length; i++) | for(var i=0; i<document.images.length; i++) |
Latest revision as of 16:15, 21 October 2009