Template:Team:HokkaidoU Japan/stylesheets/wikireset.css
From 2012.igem.org
(Difference between revisions)
(25 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; |
+ | font-size: 11px; | ||
+ | background-color: transparent; | ||
+ | } | ||
- | + | #top-section a:hover { | |
- | #top-section # | + | color: #333333; |
- | #top-section | + | } |
- | + | ||
- | + | #top-section .left-menu { | |
- | + | position: absolute; | |
- | + | top: 0; left: 0; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
margin: 0; | margin: 0; | ||
+ | width: 180px; | ||
+ | overflow-x: hidden; | ||
padding: 0; | 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 { | ||
+ | position: absolute; | ||
+ | top: 0; right: 0; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | color: transparent; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #top-section .right-menu li a { background-color: transparent; } | ||
+ | #top-section .right-menu li a:hover { | ||
+ | color: #333333; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | background-color: transparent; | ||
border: none; | border: none; | ||
- | width: | + | width: 100%; |
- | } | + | margin: 0; |
+ | padding: 0; | ||
+ | color: #333333 !important; | ||
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | background-color: transparent; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | #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 { | ||
+ | font-size: 0; | ||
+ | font-weight: normal; | ||
+ | color: transparent; | ||
+ | } | ||
+ | |||
+ | .editsection a { | ||
+ | font-size: 11px; | ||
+ | color: #ffffff; | ||
+ | } | ||
+ | |||
+ | #toc { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .thumb { | ||
+ | border: none !important; | ||
+ | margin: 0 !important; | ||
+ | padding: !important; | ||
+ | background-color: transparent !important; | ||
+ | } | ||
+ | |||
+ | .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 | + | border: none !important; |
- | + | padding: 0 !important; | |
- | + | background-color: transparent !important; | |
- | + | color: #555555; | |
- | + | } | |
- | + | ||
- | + | ||
- | color: # | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | } | + | |
</style></html> | </style></html> |
Latest revision as of 01:08, 27 September 2012