Template:Team:HokkaidoU Japan/stylesheets/wikireset.css
From 2012.igem.org
(Difference between revisions)
(16 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<!-- vim: set ft=html: --> | <!-- vim: set ft=html: --> | ||
<html><style> | <html><style> | ||
- | /* | + | /* wiki reset */ |
- | + | #top-section { | |
- | + | ||
- | #top-section{ | + | |
position: relative; | position: relative; | ||
width: 100%; | width: 100%; | ||
height: 0; | height: 0; | ||
border: none; | border: none; | ||
- | color: transparent | + | color: transparent; |
- | } | + | font-size: 11px; |
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #top-section a:hover { | ||
+ | color: #333333; | ||
+ | } | ||
- | #top-section .left-menu { | + | #top-section .left-menu { |
- | position: | + | position: absolute; |
top: 0; left: 0; | top: 0; left: 0; | ||
- | } | + | margin: 0; |
+ | width: 180px; | ||
+ | overflow-x: hidden; | ||
+ | padding: 0; | ||
+ | color: transparent !important; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #top-section .left-menu li:hover { text-decoration: none; } | ||
+ | |||
+ | #top-section .left-menu:hover { color: transparent !important; } | ||
+ | #top-section .left-menu:hover li { color: transparent !important; } | ||
+ | #top-section .left-menu:hover li a { color: transparent !important; } | ||
+ | #top-section .left-menu:hover li a:hover { color: #333333 !important; } | ||
- | #top-section .right-menu { | + | #top-section .right-menu { |
- | position: | + | position: absolute; |
top: 0; right: 0; | top: 0; right: 0; | ||
- | } | + | margin: 0; |
+ | padding: 0; | ||
+ | color: transparent; | ||
+ | background-color: transparent; | ||
+ | } | ||
- | #top-section . | + | #top-section .right-menu li a { background-color: transparent; } |
- | #top-section .right-menu a { | + | #top-section .right-menu li a:hover { |
+ | color: #333333; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
background-color: transparent; | background-color: transparent; | ||
- | } | + | border: none; |
+ | width: 100%; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | color: #333333 !important; | ||
+ | } | ||
- | # | + | #footer-box { |
- | + | background-color: transparent; | |
- | color: | + | border: none; |
- | + | } | |
- | } | + | |
- | #top-section .left-menu | + | #top-section #p-logo, |
- | + | #top-section .left-menu li:last-child, | |
- | } | + | #top-section #search-controls, |
+ | #content h1.firstHeading, | ||
+ | #content #bodyContent #contentSub, | ||
+ | #content #bodyContent > p, | ||
+ | #catlinks { display: none; } | ||
- | .editsection { | + | .editsection { |
- | + | font-size: 0; | |
- | font-size: | + | |
font-weight: normal; | font-weight: normal; | ||
- | } | + | color: transparent; |
+ | } | ||
- | .editsection | + | .editsection a { |
- | + | font-size: 11px; | |
- | # | + | color: #ffffff; |
- | + | } | |
- | + | ||
- | # | + | #toc { |
display: none; | display: none; | ||
- | + | } | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | .thumb { | |
- | border | + | border: none !important; |
- | + | margin: 0 !important; | |
- | + | padding: !important; | |
- | + | background-color: transparent !important; | |
- | + | } | |
- | + | ||
- | + | ||
- | color: | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
- | + | .tright { | |
- | + | border: none !important; | |
- | } | + | margin: 0 !important; |
+ | padding: 5px 0 0 15px !important; | ||
+ | background-color: transparent !important; | ||
+ | } | ||
+ | .tleft { | ||
+ | border: none !important; | ||
+ | margin: 0 !important; | ||
+ | padding: 5px 15px 0 0 !important; | ||
+ | background-color: transparent !important; | ||
+ | } | ||
+ | .thumbinner { | ||
+ | border: none !important; | ||
+ | padding: 0 !important; | ||
+ | background-color: transparent !important; | ||
+ | color: #555555; | ||
+ | } | ||
</style></html> | </style></html> |
Latest revision as of 01:08, 27 September 2012