Team:Brown-Stanford/printcss
From 2011.igem.org
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
h1, h2, h3, h4, h5{ | h1, h2, h3, h4, h5{ | ||
- | color: | + | color: black !important; |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
#camfooter { | #camfooter { | ||
display: none; | display: none; | ||
Line 103: | Line 59: | ||
content: " (https://2011.igem.org" attr(href) ") "; | content: " (https://2011.igem.org" attr(href) ") "; | ||
} | } | ||
+ | |||
+ | .icons, .igem { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | ol, ul{ | ||
+ | color: black !important; | ||
+ | } |
Latest revision as of 18:28, 5 July 2011
h1, h2, h3, h4, h5{
color: black !important;
}
- camfooter {
display: none;
}
h1.firstHeading {
display: none;
}
- globalWrapper {
color: black !important;
}
- footer {
display: none;
}
div.content {
background: white !important; margin-top: 5px !important; color: black !important;
}
.headerimg {
display: none !important;
}
div#header {
display: none !important;
}
div.header {
display: none !important;
}
ol {
color: white;
}
.left-menu , .right-menu {
display: none !important;
}
a:link, a:visited { color: #520 !important; background: transparent !important; font-weight: bold !important; text-decoration: underline !important; }
- content a:link:after, #content a:visited:after {
content: " (" attr(href) ") " !important; font-size: 90% !important; }
- content a[href^="/"]:after {
content: " (https://2011.igem.org" attr(href) ") "; }
.icons, .igem {
display: none !important;
}
ol, ul{
color: black !important;
}