Team:RHIT/static/wiki.css
From 2012.igem.org
(313 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
body { | 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; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
Line 43: | Line 40: | ||
} | } | ||
- | + | #catlinks { | |
- | # | + | |
display:none; | display:none; | ||
} | } | ||
- | # | + | #content { |
display:none; | display:none; | ||
} | } | ||
- | # | + | #p-logo { |
- | + | display:none; | |
} | } | ||
- | # | + | #top-section { |
- | + | display:none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
Line 84: | Line 67: | ||
a { | a { | ||
text-decoration: none; | text-decoration: none; | ||
- | color: # | + | color: #000000; |
} | } | ||
a:hover { | a:hover { | ||
- | color: # | + | color: #990000; |
} | } | ||
- | # | + | div#login-status { |
- | + | width: 1000px; | |
- | + | padding: 0px 0px; | |
- | + | margin: 0 auto; | |
- | + | background-position: center; | |
- | position: | + | |
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | table# | + | table#login_table { |
- | + | background: #FFFFFF; | |
- | + | float: right; | |
- | + | position: relative; | |
- | + | top: -6px; | |
} | } | ||
- | table# | + | table#login_table td { |
- | + | background: #FFFFFF; | |
- | + | font-size: 9pt; | |
- | + | ||
} | } | ||
- | table# | + | table#login_table a { |
- | + | background: #FFFFFF; | |
+ | text-decoration: none; | ||
+ | color: #000000; | ||
} | } | ||
- | table# | + | table#login_table a:visited { |
- | + | text-decoration: none; | |
- | + | color: #000000; | |
- | + | ||
- | + | ||
} | } | ||
- | table# | + | 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 | + | table#menu-bar { |
- | + | position: relative; | |
+ | top: -8px; | ||
} | } | ||
- | table#menu | + | table#menu-bar a { |
- | + | color: black; | |
- | + | text-decoration: none; | |
- | + | ||
- | + | ||
} | } | ||
- | table#menu | + | table#menu-bar a:visited { |
- | + | color: black; | |
- | + | text-decoration: none; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | table#menu | + | table#menu-bar a:hover { |
- | + | color: #990000; | |
+ | text-decoration: underline; | ||
} | } | ||
- | + | div#header { | |
- | background-position: center | + | 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; | background-repeat: no-repeat; | ||
- | |||
- | |||
} | } | ||
- | table# | + | table#vertspace { |
- | + | height: 274px; | |
} | } |
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;
}