Team:MIT/styles

From 2011.igem.org

(Difference between revisions)
Line 1: Line 1:
ul {list-style: none;}
ul {list-style: none;}
 +
<style type="text/css">
/* Wiki Hacks - START */
/* Wiki Hacks - START */
/* Author: Pieter van Boheemen */
/* Author: Pieter van Boheemen */
/* Team: TU Delft */
/* Team: TU Delft */
-
/* Thanks guys - Bill Collins */
+
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%;
-
 
+
height:auto !important; /* real browsers */
-
#globalWrapper {
+
height:100%; /* IE6: treaded as min-height*/
-
    background-color: transparent;
+
min-height:100%; /* real browsers */
-
    padding-bottom:0px;
+
-
    border: none;
+
-
    }
+
-
#content {
+
-
    background-color: white;
+
-
    border:none;
+
-
    padding-bottom:none;
+
-
    margin-bottom:none;
+
-
    }
+
-
#bodyContent {
+
-
    border: none;
+
-
    }
+
-
#top-section {
+
-
    height: 14px;
+
-
    margin-top: -14px;
+
-
    margin-left: auto;
+
-
    margin-right: auto;
+
-
    margin-bottom: 0 !important;
+
-
    margin-bottom: 10px;
+
-
    padding:0;
+
-
    border: none;
+
-
    }
+
-
#p-logo {
+
-
    height:1px;
+
-
    overflow:hidden;
+
-
    border:none;
+
-
    }
+
-
#search-controls {
+
-
    overflow:hidden;
+
-
    display:none;
+
-
    background: none;
+
-
    position: absolute;
+
-
    top: 100px;
+
-
    right: 40px;
+
-
    }         
+
-
.left-menu { width: 400px; display:block; float:left; margin-top:-62px; margin-right:30px; border: none;  left:20px;}                                                                                                                                 
+
-
.left-menu ul { border: none; }
+
-
 
+
-
#menubar.right-menu {
+
-
    width:300px;
+
-
    display:block;
+
-
    float:left;
+
-
    margin-top:-62px;
+
-
    padding-left:50px;
+
-
    border: none;
+
-
    right:50px;
+
-
    }                                                                                                                                                       
+
-
.right-menu ul { border: none;}
+
-
 
+
-
#menubar li a{
+
-
    color:#73a631;
+
}
}
-
 
+
#content { z-index: 1; background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; margin-top: -15px !important; margin-top: 0px;
-
#menubar li a:hover {
+
height:auto !important; /* real browsers */
-
    color:#73a631;
+
height:100%; /* IE6: treaded as min-height*/
-
    text-decoration:underline;
+
min-height:100%; /* real browsers */
}
}
-
 
+
#bodyContent { border: none; padding:0; margin:0; width:100%;
-
#menubar li.selected a {
+
height:auto !important; /* real browsers */
-
    color:#555555;
+
height:100%; /* IE6: treaded as min-height*/
 +
min-height:100%; /* real browsers */
}
}
-
 
+
#top-section { z-index: 2; height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; padding:0; border: none; font-size: 10px;}
-
#footer-box {
+
#p-logo { height:1px; overflow:hidden; display: none;}
-
    background-color: white;
+
#search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;}
-
    border: none;
+
.left-menu { width: 500px !important; display:block; margin-top:-80px; border: none; text-align: right;}
-
    width: 965px;
+
.left-menu ul { border: none; }
-
    margin: 0 auto;
+
#menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;}
-
    margin-bottom:none;
+
.right-menu ul { border: none; width: 300px;}
-
    padding-left:5px;
+
#footer-box { background-color: #216085; border: none; width: 100%; margin: -10px auto 0 auto; padding: 20px 0;}
-
    padding-right:5px;
+
.visualClear { display: none; }
-
    }
+
#footer { border: none; width: 965px; margin: 0 auto; padding: 0;}
-
#footer {
+
.firstHeading { display: none;}
-
    border: none;
+
#f-list a { color: #333; font-size: 10px;}
-
    width: 965px;
+
#f-list a:hover { color: #666;}
-
    margin: 0;
+
.printfooter { display: none; }
-
    padding: 0;
+
#footer ul { margin: 0; padding: 0;}
-
    background-color:white;
+
#footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;}
-
    }                                                                                                                                                       .firstHeading { display: none;}
+
#search-controls { display:none; }
-
#f-list a {
+
h3#siteSub { display: none;}
-
    color: #333;
+
#contentSub {display: none;}
-
    font-size: 10px;
+
p:first-child { display: none;}
-
    }
+
h1{border:none; width: 100%; clear: both;}
-
#f-list a:hover {
+
-
    color: #666;
+
-
    }
+
-
#footer ul {
+
-
    margin: 0;
+
-
    padding: 0;
+
-
    }
+
-
#footer ul li {
+
-
    margin-top: 0;
+
-
    margin-bottom: 0;
+
-
    margin-left: 10px;
+
-
    margin-right: 10px;
+
-
    padding: 0;
+
-
    }
+
-
 
+
-
 
+
/* Wiki Hacks - END */
/* Wiki Hacks - END */

Revision as of 20:47, 17 June 2011

ul {list-style: none;}

<style type="text/css"> /* Wiki Hacks - START */ /* Author: Pieter van Boheemen */ /* Team: TU Delft */

  1. globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%;

height:auto !important; /* real browsers */ height:100%; /* IE6: treaded as min-height*/ min-height:100%; /* real browsers */ }

  1. content { z-index: 1; background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; margin-top: -15px !important; margin-top: 0px;

height:auto !important; /* real browsers */ height:100%; /* IE6: treaded as min-height*/ min-height:100%; /* real browsers */ }

  1. bodyContent { border: none; padding:0; margin:0; width:100%;

height:auto !important; /* real browsers */ height:100%; /* IE6: treaded as min-height*/ min-height:100%; /* real browsers */ }

  1. top-section { z-index: 2; height: 15px; margin: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0 !important; padding:0; border: none; font-size: 10px;}
  2. p-logo { height:1px; overflow:hidden; display: none;}
  3. search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;}

.left-menu { width: 500px !important; display:block; margin-top:-80px; border: none; text-align: right;} .left-menu ul { border: none; }

  1. menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;}

.right-menu ul { border: none; width: 300px;}

  1. footer-box { background-color: #216085; border: none; width: 100%; margin: -10px auto 0 auto; padding: 20px 0;}

.visualClear { display: none; }

  1. footer { border: none; width: 965px; margin: 0 auto; padding: 0;}

.firstHeading { display: none;}

  1. f-list a { color: #333; font-size: 10px;}
  2. f-list a:hover { color: #666;}

.printfooter { display: none; }

  1. footer ul { margin: 0; padding: 0;}
  2. footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;}
  3. search-controls { display:none; }

h3#siteSub { display: none;}

  1. contentSub {display: none;}

p:first-child { display: none;} h1{border:none; width: 100%; clear: both;} /* Wiki Hacks - END */