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

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html><style type="text/css">
<html><style type="text/css">
-
#menubar.left-menu {
+
#menubar {
   display: block;
   display: block;
   position: absolute;
   position: absolute;
-
  left: 0; top: 0;
 
   background: #555555;
   background: #555555;
 +
  color: #ffffff;
 +
}
 +
 +
#menubar.left-menu {
 +
  left: 0; top: 0;
}
}
#menubar.right-menu {
#menubar.right-menu {
-
  position: absolute;
 
   left: 0; top: 138px;
   left: 0; top: 138px;
-
 
}
}
Line 19: Line 21:
   padding: 0;
   padding: 0;
   text-align: left;
   text-align: left;
-
  color: #ffffff;
 
}
}
</style></html>
</style></html>

Revision as of 08:03, 29 June 2013