Template:Kyoto Foreground

From 2011.igem.org

(Difference between revisions)
Line 8: Line 8:
#foreground{
#foreground{
  position: fixed;
  position: fixed;
-
  z-index: 100;
+
  z-index: 10;
  right: 50%;
  right: 50%;
  top:0px;
  top:0px;
Line 32: Line 32:
#top-section {
#top-section {
-
  height:155px;
+
  height: 0px;
 +
width: 0px;
 +
border: 0px;
 +
position: fixed;
 +
right: 50%;
 +
z-index: 20;
 +
}
 +
 
 +
.left-menu{
 +
margin-left: -488px;
 +
}
 +
 
 +
.right-menu, #search-controls {
 +
margin-right: -487px;
}
}
#p-logo {
#p-logo {
  display: none;
  display: none;
 +
}
 +
 +
#content {
 +
margin-top: 155px;
}
}
Line 53: Line 70:
  font-family: 'Arial';
  font-family: 'Arial';
  background-color: #bbbbbb;
  background-color: #bbbbbb;
-
  border: 2px solid #999999;}
+
  border: 2px solid #999999;
 +
}
#menu li {
#menu li {

Revision as of 06:39, 26 September 2011