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

From 2013.igem.org

(Difference between revisions)
 
(45 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 {
 +
  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;
 +
  padding: 15px;
 +
  border: 1px solid #000000;
 +
  border-radius: 10px;
 +
}
 +
 +
#wiki-menu h2 {
 +
  line-height: 20px;
 +
  font-size: 16px;
 +
  border: none;
 +
}
 +
 +
#wiki-menu h2:first-child {
 +
  padding-top: 0;
 +
}
 +
 +
#menubar {
 +
  position: static;
 +
  width: 90px;
 +
  overflow-x: hidden;
 +
  margin: 0;
 +
  padding: 0;
 +
  background: #ffffff;
 +
  font-size: 12px;
 +
}
#menubar li {
#menubar li {
   display: block;
   display: block;
 +
  margin: 0;
 +
  padding: 0;
 +
  text-align: left;
 +
}
 +
 +
#menubar.left-menu li:last-child {
 +
  display: none;
 +
}
 +
 +
#menubar li a {
 +
  color: #000000;
 +
  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