Team:RHIT/static/wiki.css
From 2012.igem.org
(27 intermediate revisions not shown) | |||
Line 54: | Line 54: | ||
#top-section { | #top-section { | ||
display:none; | display:none; | ||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 72: | Line 67: | ||
a { | a { | ||
text-decoration: none; | text-decoration: none; | ||
- | color: # | + | color: #000000; |
} | } | ||
a:hover { | a:hover { | ||
- | color: # | + | color: #990000; |
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
div#login-status { | div#login-status { | ||
Line 210: | Line 84: | ||
background: #FFFFFF; | background: #FFFFFF; | ||
float: right; | float: right; | ||
+ | position: relative; | ||
+ | top: -6px; | ||
} | } | ||
Line 240: | Line 116: | ||
} | } | ||
- | table# | + | table#menu-bar { |
- | + | position: relative; | |
- | + | top: -8px; | |
} | } | ||
- | table# | + | table#menu-bar a { |
color: black; | color: black; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
- | table# | + | table#menu-bar a:visited { |
color: black; | color: black; | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
- | table# | + | table#menu-bar a:hover { |
color: #990000; | color: #990000; | ||
text-decoration: underline; | text-decoration: underline; | ||
Line 264: | Line 140: | ||
height: 274px; | height: 274px; | ||
padding: 0px 0px; | padding: 0px 0px; | ||
- | margin: | + | margin: 17px auto; |
background: #FFFFFF; | background: #FFFFFF; | ||
background-image: url('https://static.igem.org/mediawiki/2012/3/3d/RoseHeader.jpg'); | background-image: url('https://static.igem.org/mediawiki/2012/3/3d/RoseHeader.jpg'); |
Latest revision as of 20:53, 29 July 2012
body { font: "Trebuchet MS", Verdana, sans-serif; background-color: #FFFFFF; color: #000000; font-size: 13pt; }
h1 { border-bottom: 3px solid #23238E; font: Georgia, serif; color: #23238E; }
h2 { border-bottom: 2px solid #23238E; font: Georgia, serif; color: #23238E; }
- siteSub {
display:none; }
- search-controls {
display:none; }
.firstHeading { display:none; }
- search-controls {
margin-top:30px; }
- footer-box {
display:none; }
- catlinks {
display:none; }
- content {
display:none; }
- p-logo {
display:none; }
- top-section {
display:none; }
table#team td, table#advisors td {
border: 1px solid black; color: #2d2d2d;
}
table#team tr td b {
color: Black;
}
a {
text-decoration: none; color: #000000;
}
a:hover {
color: #990000;
}
div#login-status {
width: 1000px; padding: 0px 0px; margin: 0 auto; background-position: center;
}
table#login_table { background: #FFFFFF; float: right; position: relative; top: -6px; }
table#login_table td { background: #FFFFFF; font-size: 9pt; }
table#login_table a { background: #FFFFFF; text-decoration: none; color: #000000; }
table#login_table a:visited { text-decoration: none; color: #000000; }
table#login_table a:hover { text-decoration: underline; color: #990000; }
div#main-content {
width: 1000px; padding: 0px 0px; margin: 0 auto; background-position: center;
}
table#menu-bar { position: relative; top: -8px; }
table#menu-bar a { color: black; text-decoration: none; }
table#menu-bar a:visited { color: black; text-decoration: none; }
table#menu-bar a:hover { color: #990000; text-decoration: underline; }
div#header {
width: 1000px; height: 274px; padding: 0px 0px; margin: 17px auto; background: #FFFFFF; background-image: url('https://static.igem.org/mediawiki/2012/3/3d/RoseHeader.jpg'); background-position: center; background-repeat: no-repeat;
}
table#vertspace {
height: 274px;
}