Template:Imperial/09/CSS
From 2009.igem.org
(Difference between revisions)
(219 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style type="text/css"> | <style type="text/css"> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
/*----------------------------Background Fix----------------------------------*/ | /*----------------------------Background Fix----------------------------------*/ | ||
#globalWrapper{ | #globalWrapper{ | ||
- | + | background:#3c72bc; | |
- | + | font:Calibri, Verdana, Arial, Geneva, sans-serif; | |
+ | 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------------------------------*/ | ||
- | + | #toc{ | |
+ | display:none; | ||
+ | } | ||
#content { | #content { | ||
+ | font:Calibri, Verdana, Arial, Geneva, sans-serif; | ||
background: #325d97; | background: #325d97; | ||
- | border: | + | border-left: 1px solid #000000; |
+ | border-right: 1px solid #000000; | ||
+ | padding-top: 1px; | ||
+ | padding-bottom: 1px; | ||
+ | position:relative; | ||
+ | |||
} | } | ||
.firstHeading{ | .firstHeading{ | ||
- | + | display: none; | |
} | } | ||
Line 31: | 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 52: | Line 42: | ||
#II09_content_wrapper { | #II09_content_wrapper { | ||
- | width: | + | width: 725px; |
float: left; | float: left; | ||
+ | padding: 0px; | ||
margin-top: 5px; | margin-top: 5px; | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
+ | margin-left: 0px; | ||
+ | margin-right: 0px; | ||
position:relative; | position:relative; | ||
+ | align: left; | ||
+ | text-align: left; | ||
} | } | ||
#II09_content_boxtop { | #II09_content_boxtop { | ||
- | width: | + | width: 747px; |
- | height: | + | height: 9px; |
- | background:url(https://static.igem.org/mediawiki/2009/c/c8/II09_content_top.png) no-repeat bottom | + | background:url(https://static.igem.org/mediawiki/2009/c/c8/II09_content_top.png) no-repeat; |
+ | background-position: bottom right; | ||
position: relative; | position: relative; | ||
float: left; | float: left; | ||
+ | display: block; | ||
} | } | ||
#II09_content_boxbottom { | #II09_content_boxbottom { | ||
- | width: | + | width: 747px; |
- | height: | + | height: 9px; |
- | background:url(https://static.igem.org/mediawiki/2009/b/b4/II09_content_bottom.png) no-repeat top | + | background:url(https://static.igem.org/mediawiki/2009/b/b4/II09_content_bottom.png) no-repeat; |
+ | background-position: top right; | ||
position: relative; | position: relative; | ||
float: left; | float: left; | ||
+ | display: block; | ||
} | } | ||
Line 78: | Line 77: | ||
width: 100%; | width: 100%; | ||
padding: 10px; | padding: 10px; | ||
- | background-color:# | + | background-color: #fff; |
border-left: 1px solid #ccc; | border-left: 1px solid #ccc; | ||
border-right: 1px solid #ccc; | border-right: 1px solid #ccc; | ||
position: relative; | position: relative; | ||
float: left; | float: left; | ||
- | |||
text-align: justify; | text-align: justify; | ||
+ | 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 92: | Line 111: | ||
.II09_Tabs_Blue { | .II09_Tabs_Blue { | ||
+ | position:relative; | ||
float:left; | float:left; | ||
width:100%; | width:100%; | ||
- | background:# | + | background:#838B8B url("http://openwetware.org/images/b/bb/SDbg.gif") repeat-x bottom; /*#CCCCFF*/ |
font-size:93%; | font-size:93%; | ||
line-height:normal; | line-height:normal; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
+ | font:Calibri; | ||
} | } | ||
Line 121: | Line 142: | ||
font-weight:bold; | font-weight:bold; | ||
color:#765; | color:#765; | ||
+ | font:Calibri; | ||
} | } | ||
+ | |||
</style> | </style> | ||
+ | |||
+ | <!--[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