Template:Imperial/09/CSS
From 2009.igem.org
(Difference between revisions)
Line 8: | Line 8: | ||
/*----------------------------Background Fix----------------------------------*/ | /*----------------------------Background Fix----------------------------------*/ | ||
#globalWrapper{ | #globalWrapper{ | ||
+ | beweweackground: url(https://static.igem.org/mediawiki/2009/7/7a/II09_Main_Background_Blue.png) repeat-x; | ||
background:#325d97; | background:#325d97; | ||
font:Calibri, Verdana, Arial, Geneva, sans-serif; | font:Calibri, Verdana, Arial, Geneva, sans-serif; | ||
Line 44: | Line 45: | ||
#II09_mainWrapper{ | #II09_mainWrapper{ | ||
- | + | wid232th: 800px; | |
- | width: | + | width: 100%; |
align: center; | align: center; | ||
border: 5px #0000ff; | border: 5px #0000ff; | ||
Line 74: | Line 75: | ||
#II09_content_boxtop { | #II09_content_boxtop { | ||
- | width: | + | width: 717px; |
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 84: | Line 85: | ||
#II09_content_boxbottom { | #II09_content_boxbottom { | ||
- | width: | + | width: 717px; |
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 141: | Line 142: | ||
color:#765; | color:#765; | ||
font:Calibri; | font:Calibri; | ||
+ | } | ||
+ | |||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | /* White Box */ | ||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | |||
+ | #II09_BCW{ | ||
+ | width: 700px; | ||
+ | text-align: justify; | ||
+ | align: center; | ||
+ | margin: 5px auto; | ||
+ | border: 3px solid #000; | ||
+ | padding: 10px; | ||
+ | background-color: #fff; | ||
+ | position: right; | ||
+ | } | ||
+ | |||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | /* IE Fixes */ | ||
+ | /*----------------------------------------------------------------------------*/ | ||
+ | |||
+ | .img{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: 0; | ||
} | } | ||
</style> | </style> | ||
</html> | </html> |
Revision as of 16:25, 28 September 2009