Template:Caltech Menubar
From 2012.igem.org
(Difference between revisions)
Line 11: | Line 11: | ||
display:none !important; | display:none !important; | ||
} | } | ||
+ | |||
+ | /* Removing wiki-like stuff */ | ||
+ | /****************************/ | ||
+ | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | ||
+ | display:none;} | ||
+ | |||
/* This sets the orange background of the screen. */ | /* This sets the orange background of the screen. */ | ||
body {background: #EBA243} | body {background: #EBA243} | ||
- | |||
- | |||
#top-section { | #top-section { | ||
Line 21: | Line 25: | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#bodyContent { padding: 10px auto; width: 910px; margin: auto; clear: none; color:black} | #bodyContent { padding: 10px auto; width: 910px; margin: auto; clear: none; color:black} | ||
Line 34: | Line 31: | ||
table#Team h2, table#Team h3 { clear: both; } | table#Team h2, table#Team h3 { clear: both; } | ||
- | + | /* Font style and general */ | |
+ | /**************************/ | ||
+ | #content { | ||
+ | font-family: 'Lucida Sans Unicode',sans-serif; | ||
+ | font-size: 14px; | ||
+ | color: #444444;} | ||
+ | p { | ||
+ | margin: 0;} | ||
+ | #innercontent p { | ||
+ | margin: 0.6em 0;} | ||
+ | h2, h3, h4, h5, h6 { | ||
+ | border: none; | ||
+ | font-weight: lighter; | ||
+ | color: #444444;} | ||
+ | h1 { | ||
+ | border: none; | ||
+ | color: #383838; | ||
+ | text-shadow: 0 1px rgba(255, 255, 255, 0.5); | ||
+ | font-size: 35px; | ||
+ | margin: 5px 0 0 0; | ||
+ | font-weight: bold;} | ||
+ | h2 { | ||
+ | background: url("https://static.igem.org/mediawiki/2011/f/f0/Horisontal-line.png") repeat-x scroll 0 100% transparent; | ||
+ | border: none; | ||
+ | padding: 20px 0 5px; | ||
+ | font-family: Arial; | ||
+ | font-size: 24px; | ||
+ | font-weight: bold; | ||
+ | clear: right; | ||
+ | margin-bottom: 0;} | ||
+ | #bodyContent h1, #bodyContent h2 { | ||
+ | margin-bottom: 0;} | ||
+ | h3 { | ||
+ | font-size: 30px; | ||
+ | padding: 15px 0 5px 0;} | ||
+ | h4 { | ||
+ | font-weight: bold;} | ||
+ | ul { | ||
+ | list-style-position: inside; | ||
+ | margin: 0;} | ||
+ | a, a:visited, a:active { | ||
+ | color: #3366CC;} | ||
+ | pre { | ||
+ | overflow: auto; | ||
+ | font-size: 12px;} | ||
+ | div.tright, div.floatright { | ||
+ | border: none; | ||
+ | margin: 10px 0 10px 20px;} | ||
+ | div.tleft, div.floatleft { | ||
+ | border: none; | ||
+ | margin: 10px 20px 10px 0;} | ||
+ | div.tnone { | ||
+ | border: none;} | ||
+ | iframe { | ||
+ | margin: 1px;} | ||
+ | hr { | ||
+ | height: 0; | ||
+ | border-top: 1px solid #AAA; | ||
+ | border-bottom: 1px solid #FFF;} | ||
+ | .clear { | ||
+ | clear: both; | ||
+ | height: 0; | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | border: none; | ||
+ | visibility: hidden;} | ||
+ | .superscript { | ||
+ | font-size: 80%; | ||
+ | position: relative; | ||
+ | top: -5px;} | ||
+ | .subscript { | ||
+ | font-size: 80%; | ||
+ | position: relative; | ||
+ | top: 5px;} | ||
+ | .coloredBg { | ||
+ | font-size: 12px; | ||
+ | font-weight: normal; | ||
+ | color: #FFFFFF; | ||
+ | padding: 5px;} | ||
/*-----------------------------------------------------------------------------------------------*/ | /*-----------------------------------------------------------------------------------------------*/ | ||
div.MenuBar ul li ul.DropDownMenu { | div.MenuBar ul li ul.DropDownMenu { |
Revision as of 19:15, 9 July 2012