Template:Team:HokkaidoU Japan/header/css/wiki menu.css
From 2013.igem.org
(Difference between revisions)
(8 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html><style type="text/css"> | <html><style type="text/css"> | ||
- | # | + | #top-section { |
- | + | ||
position: fixed; | position: fixed; | ||
- | top: 0; left; 0; | + | top:0; left: 0; |
+ | width: 100%; | ||
+ | height: 0; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | #open-wiki-menu { | ||
+ | display: block; | ||
+ | width: 75px; | ||
+ | margin: 15px; | ||
+ | padding: 5px; | ||
+ | text-align: center; | ||
+ | border: 1px solid #000000; | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | |||
+ | #wiki-menu { | ||
+ | display: none; | ||
+ | position: relative; | ||
+ | width: 120px; | ||
margin: 15px; | margin: 15px; | ||
padding: 15px; | padding: 15px; | ||
Line 23: | Line 43: | ||
#menubar { | #menubar { | ||
position: static; | position: static; | ||
- | width: | + | width: 90px; |
+ | overflow-x: hidden; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
Line 44: | Line 65: | ||
color: #000000; | color: #000000; | ||
background: inherit; | background: inherit; | ||
+ | } | ||
+ | |||
+ | #close-wiki-menu { | ||
+ | display: block; | ||
+ | position: absolute; | ||
+ | bottom: 15px; right: 15px; | ||
} | } | ||
</style></html> | </style></html> |
Latest revision as of 10:35, 30 June 2013