Template:Imperial/09/CSS
From 2009.igem.org
(Difference between revisions)
(50 intermediate revisions not shown) | |||
Line 5: | Line 5: | ||
background:#3c72bc; | background:#3c72bc; | ||
font:Calibri, Verdana, Arial, Geneva, sans-serif; | font:Calibri, Verdana, Arial, Geneva, sans-serif; | ||
- | background:# | + | background:#3c72bc url(https://static.igem.org/mediawiki/2009/f/f8/II09_ShadowBorder.png) top center repeat-y; |
} | } | ||
/*------------------------END Background Fix END------------------------------*/ | /*------------------------END Background Fix END------------------------------*/ | ||
Line 35: | Line 35: | ||
background-image: url(https://static.igem.org/mediawiki/2009/2/2a/II09_wiki.png); | background-image: url(https://static.igem.org/mediawiki/2009/2/2a/II09_wiki.png); | ||
background-size: 100%; | background-size: 100%; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 60: | Line 42: | ||
#II09_content_wrapper { | #II09_content_wrapper { | ||
- | width: | + | width: 725px; |
float: left; | float: left; | ||
padding: 0px; | padding: 0px; | ||
Line 73: | 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; | ||
Line 83: | 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 102: | 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 143: | Line 145: | ||
} | } | ||
- | / | + | </style> |
- | + | ||
- | + | ||
- | .img{ | + | <!--[if IE 6]> |
- | + | <script type="text/javascript"> | |
- | + | function correctPNG() // correctly handle PNG transparency in Win IE 5.5 & 6. | |
- | + | { | |
+ | var arVersion = navigator.appVersion.split("MSIE") | ||
+ | var version = parseFloat(arVersion[1]) | ||
+ | if (version >= 5.5) | ||
+ | { | ||
+ | for(var i=0; i<document.images.length; i++) | ||
+ | { | ||
+ | var img = document.images[i] | ||
+ | var imgName = img.src.toUpperCase() | ||
+ | if (imgName.substring(imgName.length-3, imgName.length) == "PNG") | ||
+ | { | ||
+ | var imgID = (img.id) ? "id='" + img.id + "' " : "" | ||
+ | var imgClass = (img.className) ? "class='" + img.className + "' " : "" | ||
+ | var imgTitle = (img.title) ? "title='" + img.title + "' " : "title='" + img.alt + "' " | ||
+ | var imgStyle = "display:inline-block;" + img.style.cssText | ||
+ | if (img.align == "left") imgStyle = "float:left;" + imgStyle | ||
+ | if (img.align == "right") imgStyle = "float:right;" + imgStyle | ||
+ | if (img.parentElement.href) imgStyle = "cursor:hand;" + imgStyle | ||
+ | var strNewHTML = "<span " + imgID + imgClass + imgTitle | ||
+ | + " style=\"" + "width:" + img.width + "px; height:" + img.height + "px;" + imgStyle + ";" | ||
+ | + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader" | ||
+ | + "(src=\'" + img.src + "\', sizingMethod='scale');\"></span>" | ||
+ | img.outerHTML = strNewHTML | ||
+ | i = i-1 | ||
+ | } | ||
+ | } | ||
+ | } | ||
} | } | ||
- | + | window.attachEvent("onload", correctPNG); | |
- | </ | + | </script> |
+ | <![endif]--> | ||
</html> | </html> |
Latest revision as of 16:15, 21 October 2009