Team:ITB Indonesia/assets/css/fix-igem-css

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
-
#globalWrapper {width: 100%;}
+
#globalWrapper {
-
#top-section {width: 100%; height:30px; border:none;}
+
background-color: transparent;
-
#p-logo {display:none;}
+
border: none;
-
#search-controls {display:none;}
+
margin: 0;
-
/*#menubar a {color:#000000;}
+
padding: 0;
-
#menubar a:hover{text-decoration:none; color:#ff0000;}*/
+
width: 100%;
-
/*.left-menu {background-color:#FFFFFF; margin:5px 0px 0px 0px; padding:0;}
+
height: 100%;
-
.left-menu ul {background-color:#FFFFFF; margin:0; padding:0;}
+
}
-
.right-menu ul li a {background-color:#FFFFFF;}*/
+
#content {
-
.printfooter {display:none;}
+
background-color: transparent;
-
#footer-box {border:none; display: none;}
+
border: none;
-
#catlinks {display:none;}
+
padding: 0;
-
.firstHeading {display:none;}
+
margin: 0;
-
/*#content {width: 100%; border:none;}
+
width: 100%;
-
#bodyContent {border:none;}*/
+
overflow: visible;
 +
height: 100%;
 +
}
 +
#bodyContent {
 +
border: none;
 +
padding: 0;
 +
margin: 0;
 +
width: 100%;
 +
height: 100%;
 +
}
 +
#top-section {
 +
height: 15px;
 +
margin: 0px;
 +
margin-left: auto;
 +
margin-right: auto;
 +
margin-bottom: 0 !important;
 +
padding: 0;
 +
border: none;
 +
font-size: 10px;
 +
}
 +
#p-logo {
 +
height: 1px;
 +
overflow: hidden;
 +
display: none;
 +
}
 +
#search-controls {
 +
overflow: hidden;
 +
display: block;
 +
background: none;
 +
position: absolute;
 +
top: 100px;
 +
right: 40px;
 +
}
 +
#menubar.left-menu {
 +
/*margin-top: -80px; uncomment this when page goes live */
 +
background: none;
 +
height: 20px;
 +
left: 20px;
 +
float: left;
 +
}
 +
.left-menu ul {
 +
visibility: hidden;
 +
}
 +
.left-menu:hover ul {
 +
visibility: visible;
 +
}
 +
.left-menu:hover ul li a {
 +
color: #666;
 +
}
 +
.left-menu li a:hover {
 +
color: #aaaaff !important;
 +
text-decoration: underline;
 +
}
 +
#menubar.right-menu {
 +
display: block;
 +
width: 300px;
 +
float: left;
 +
margin-top: 2px;
 +
margin-right: 0px;
 +
border: none;
 +
}
 +
.right-menu ul {
 +
width: 300px;
 +
margin: 0px;
 +
visibility: hidden;
 +
}
 +
.right-menu ul li a {
 +
background: none;
 +
color: #666;
 +
}
 +
.right-menu:hover ul {
 +
visibility: visible;
 +
}
 +
#footer-box {
 +
width: 100%;
 +
margin: -10px auto 0 auto;
 +
padding: 20px 0;
 +
}

Revision as of 06:45, 7 August 2013

  1. globalWrapper {

background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height: 100%; }

  1. content {

background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: visible; height: 100%; }

  1. bodyContent {

border: none; padding: 0; margin: 0; width: 100%; height: 100%; }

  1. top-section {

height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; padding: 0; border: none; font-size: 10px; }

  1. p-logo {

height: 1px; overflow: hidden; display: none; }

  1. search-controls {

overflow: hidden; display: block; background: none; position: absolute; top: 100px; right: 40px; }

  1. menubar.left-menu {

/*margin-top: -80px; uncomment this when page goes live */ background: none; height: 20px; left: 20px; float: left; } .left-menu ul { visibility: hidden; } .left-menu:hover ul { visibility: visible; } .left-menu:hover ul li a { color: #666; } .left-menu li a:hover { color: #aaaaff !important; text-decoration: underline; }

  1. menubar.right-menu {

display: block; width: 300px; float: left; margin-top: 2px; margin-right: 0px; border: none; } .right-menu ul { width: 300px; margin: 0px; visibility: hidden; } .right-menu ul li a { background: none; color: #666; } .right-menu:hover ul { visibility: visible; }

  1. footer-box {

width: 100%; margin: -10px auto 0 auto; padding: 20px 0; }