Team:USTC-China/css/fixed-igemHead.css

From 2014.igem.org

(Difference between revisions)
 
(2 intermediate revisions not shown)
Line 1: Line 1:
-
#contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
+
.firstHeading, #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/
p{
p{
-
/* margin-bottom: 0; */
+
margin-bottom: 0;
}
}
-
.firstHeading {
+
 
-
display: none;
+
#globalWrapper {
 +
margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative;
}
}
-
 
#top-section {
#top-section {
-
display: none;
+
    margin-left:0;
 +
    height: 0px;
 +
    border: 0px;
}
}
 +
.left-menu {
 +
padding-left: 160px;
 +
    padding-top: 5px;
 +
}
 +
 +
.left-menu:hover {
 +
background-color: transparent;
 +
}
 +
 +
.right-menu {
 +
    width: 400px;
 +
position:absolute;
 +
z-index:200;
 +
text-align: right;
 +
left: 850px;
 +
padding-top: 5px;
 +
}
 +
 +
 +
.left-menu:hover a {
 +
color: #869690;
 +
}
 +
 +
.right-menu li a {
 +
color: none;
 +
background-color: transparent;
 +
}
 +
 +
.right-menu li a:hover {
 +
color: #869690;
 +
text-decoration: underline;
 +
}
-
#globalWrapper, #content { /*-- changes default wiki settings --*/
+
#globalWrapper, #content {
width: 100%;  
width: 100%;  
height: 100%;
height: 100%;

Latest revision as of 04:09, 12 October 2014

.firstHeading, #contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear {display: none;} /*-- hides default wiki settings --*/ p{ margin-bottom: 0; }

  1. globalWrapper {

margin: 0px; padding: 0px; width: auto; font-size: 127%; position: relative; }

  1. top-section {
   margin-left:0;
   height: 0px;
   border: 0px;

}

.left-menu { padding-left: 160px;

   padding-top: 5px;

}

.left-menu:hover { background-color: transparent; }

.right-menu {

   width: 400px;

position:absolute; z-index:200; text-align: right; left: 850px; padding-top: 5px; }


.left-menu:hover a { color: #869690; }

.right-menu li a { color: none; background-color: transparent; }

.right-menu li a:hover { color: #869690; text-decoration: underline; }

  1. globalWrapper, #content {

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

html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; height: 100%; background-color: transparent; }