Team:RHIT/static/wiki.css
From 2012.igem.org
Line 50: | Line 50: | ||
#top-section { | #top-section { | ||
display:none; | display:none; | ||
+ | } | ||
+ | |||
+ | #headers | ||
+ | { | ||
+ | width: 70%; | ||
+ | } | ||
+ | #headers td#banner | ||
+ | { | ||
+ | width: 45%; | ||
+ | position: absolute; | ||
+ | left: 20%; | ||
+ | } | ||
+ | #headers td#logo | ||
+ | { | ||
+ | width: 25%; | ||
+ | position: absolute; | ||
+ | left: 38.24%; | ||
+ | top: 10px; | ||
+ | } | ||
+ | ul#years li | ||
+ | { | ||
+ | display:block; | ||
+ | } | ||
+ | table#team td, table#advisors td | ||
+ | { | ||
+ | border: 1px solid black; | ||
+ | color: #2d2d2d; | ||
+ | } | ||
+ | table#team tr td b | ||
+ | { | ||
+ | color: Black; | ||
+ | } | ||
+ | a | ||
+ | { | ||
+ | text-decoration: none; | ||
+ | color: #990000; | ||
+ | } | ||
+ | a:hover | ||
+ | { | ||
+ | color: #171717; | ||
+ | } | ||
+ | #main | ||
+ | { | ||
+ | padding: 30px; | ||
+ | background-color: #ffffff; | ||
+ | border-radius: 0px 0px 4px 4px; | ||
+ | width: 49.5%; | ||
+ | position: absolute; | ||
+ | left: 30.5%; | ||
+ | right: 20%; | ||
+ | top: 260px; | ||
+ | } | ||
+ | table#menu | ||
+ | { | ||
+ | background-color: #000000; | ||
+ | position: absolute; | ||
+ | top: 260px; | ||
+ | left: 20%; | ||
+ | } | ||
+ | table#menu td | ||
+ | { | ||
+ | padding: 6px; | ||
+ | background-color: #171717; | ||
+ | width: 160px; | ||
+ | } | ||
+ | table#menu td a | ||
+ | { | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | table#menu td a#Homea | ||
+ | { | ||
+ | background-position: center top; | ||
+ | background-repeat: no-repeat; | ||
+ | background-image: url('/Images/ButtonHomeWhite.png'); | ||
+ | display: block; | ||
+ | } | ||
+ | table#menu td a#Homea:hover | ||
+ | { | ||
+ | background-image: url('/Images/ButtonHomeRed.png'); | ||
+ | } | ||
+ | table#menu td a#Yeara | ||
+ | { | ||
+ | background-position: center top; | ||
+ | background-repeat: no-repeat; | ||
+ | background-image: url('/Images/ButtonYearWhite.png'); | ||
+ | display: block; | ||
+ | } | ||
+ | table#menu td a#Yeara:hover | ||
+ | { | ||
+ | background-image: url('/Images/ButtonYearRed.png'); | ||
+ | } | ||
+ | table#menu td a#Sponsorsa | ||
+ | { | ||
+ | background-position: center top; | ||
+ | background-repeat: no-repeat; | ||
+ | background-image: url('/Images/ButtonSponsorsWhite.png'); | ||
+ | display: block; | ||
+ | } | ||
+ | table#menu td a#Sponsorsa:hover | ||
+ | { | ||
+ | background-image: url('/Images/ButtonSponsorsRed.png'); | ||
+ | } | ||
+ | table#menu td a#Calendara | ||
+ | { | ||
+ | background-position: center top; | ||
+ | background-repeat: no-repeat; | ||
+ | background-image: url('/Images/ButtonCalendarWhite.png'); | ||
+ | display: block; | ||
+ | } | ||
+ | table#menu td a#Calendara:hover | ||
+ | { | ||
+ | background-image: url('/Images/ButtonCalendarRed.png'); | ||
+ | } | ||
+ | table#menu td a#Current_Teama | ||
+ | { | ||
+ | background-position: center top; | ||
+ | background-repeat: no-repeat; | ||
+ | background-image: url('/Images/ButtonTeamWhite.png'); | ||
+ | display: block; | ||
+ | } | ||
+ | table#menu td a#Current_Teama:hover | ||
+ | { | ||
+ | background-image: url('/Images/ButtonTeamRed.png'); | ||
+ | } | ||
+ | table#menu td a#Advisorsa | ||
+ | { | ||
+ | background-position: center top; | ||
+ | background-repeat: no-repeat; | ||
+ | background-image: url('/Images/ButtonAdvisorsWhite.png'); | ||
+ | display: block; | ||
+ | } | ||
+ | table#menu td a#Advisorsa:hover | ||
+ | { | ||
+ | background-image: url('/Images/ButtonAdvisorsRed.png'); | ||
+ | } | ||
+ | table#menu td a#Imagesa | ||
+ | { | ||
+ | background-position: center top; | ||
+ | background-repeat: no-repeat; | ||
+ | background-image: url('/Images/ButtonPhotoGalleryWhite.png'); | ||
+ | display: block; | ||
+ | } | ||
+ | table#menu td a#Imagesa:hover | ||
+ | { | ||
+ | background-image: url('/Images/ButtonPhotoGalleryRed.png'); | ||
} | } |
Revision as of 14:47, 17 July 2012
body { background: #171717; }
table { color: #990000; }
table a:link { color: #990000; }
table a:visited { color: #990000; }
table a:hover { color: #171717; }
- contentSub {
display:none; }
- siteSub {
display:none; }
- search-controls {
display:none; }
.firstHeading { display:none; }
- search-controls {
margin-top:30px; }
- footer-box {
display:none; }
- p-logo {
display:none; }
- top-section {
display:none; }
- headers
{
width: 70%;
}
- headers td#banner
{
width: 45%; position: absolute; left: 20%;
}
- headers td#logo
{
width: 25%; position: absolute; left: 38.24%; top: 10px;
} ul#years li {
display:block;
} table#team td, table#advisors td {
border: 1px solid black; color: #2d2d2d;
} table#team tr td b {
color: Black;
} a {
text-decoration: none; color: #990000;
} a:hover {
color: #171717;
}
- main
{ padding: 30px; background-color: #ffffff; border-radius: 0px 0px 4px 4px; width: 49.5%; position: absolute; left: 30.5%; right: 20%; top: 260px; } table#menu {
background-color: #000000; position: absolute; top: 260px; left: 20%;
} table#menu td {
padding: 6px; background-color: #171717; width: 160px;
} table#menu td a {
text-decoration: none;
} table#menu td a#Homea {
background-position: center top; background-repeat: no-repeat; background-image: url('/Images/ButtonHomeWhite.png'); display: block;
} table#menu td a#Homea:hover {
background-image: url('/Images/ButtonHomeRed.png');
} table#menu td a#Yeara {
background-position: center top; background-repeat: no-repeat; background-image: url('/Images/ButtonYearWhite.png'); display: block;
} table#menu td a#Yeara:hover {
background-image: url('/Images/ButtonYearRed.png');
} table#menu td a#Sponsorsa {
background-position: center top; background-repeat: no-repeat; background-image: url('/Images/ButtonSponsorsWhite.png'); display: block;
} table#menu td a#Sponsorsa:hover {
background-image: url('/Images/ButtonSponsorsRed.png');
} table#menu td a#Calendara {
background-position: center top; background-repeat: no-repeat; background-image: url('/Images/ButtonCalendarWhite.png'); display: block;
} table#menu td a#Calendara:hover {
background-image: url('/Images/ButtonCalendarRed.png');
} table#menu td a#Current_Teama {
background-position: center top; background-repeat: no-repeat; background-image: url('/Images/ButtonTeamWhite.png'); display: block;
} table#menu td a#Current_Teama:hover {
background-image: url('/Images/ButtonTeamRed.png');
} table#menu td a#Advisorsa {
background-position: center top; background-repeat: no-repeat; background-image: url('/Images/ButtonAdvisorsWhite.png'); display: block;
} table#menu td a#Advisorsa:hover {
background-image: url('/Images/ButtonAdvisorsRed.png');
} table#menu td a#Imagesa {
background-position: center top; background-repeat: no-repeat; background-image: url('/Images/ButtonPhotoGalleryWhite.png'); display: block;
} table#menu td a#Imagesa:hover {
background-image: url('/Images/ButtonPhotoGalleryRed.png');
}