Template:Team:HokkaidoU Japan/header/css/wiki menu.css
From 2013.igem.org
(Difference between revisions)
(2 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html><style type="text/css"> | <html><style type="text/css"> | ||
+ | |||
+ | #top-section { | ||
+ | position: fixed; | ||
+ | top:0; left: 0; | ||
+ | width: 100%; | ||
+ | height: 0; | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | border: none; | ||
+ | } | ||
#open-wiki-menu { | #open-wiki-menu { | ||
Line 13: | Line 23: | ||
#wiki-menu { | #wiki-menu { | ||
display: none; | display: none; | ||
- | position: | + | position: relative; |
- | + | ||
width: 120px; | width: 120px; | ||
margin: 15px; | margin: 15px; | ||
Line 56: | 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