Template:Team:HokkaidoU Japan/header/css/wiki menu.css

From 2013.igem.org

(Difference between revisions)
 
(7 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 {
   display: block;
   display: block;
 +
  width: 75px;
   margin: 15px;
   margin: 15px;
   padding: 5px;
   padding: 5px;
 +
  text-align: center;
   border: 1px solid #000000;
   border: 1px solid #000000;
   border-radius: 5px;
   border-radius: 5px;
Line 11: Line 23:
#wiki-menu {
#wiki-menu {
   display: none;
   display: none;
-
   position: fixed;
+
   position: relative;
-
   top: 0; left; 0;
+
   width: 120px;
   margin: 15px;
   margin: 15px;
   padding: 15px;
   padding: 15px;
Line 31: Line 43:
#menubar {
#menubar {
   position: static;
   position: static;
-
   width: 120px;
+
   width: 90px;
 +
  overflow-x: hidden;
   margin: 0;
   margin: 0;
   padding: 0;
   padding: 0;
Line 52: 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