Team:MIT/styles

From 2011.igem.org

(Difference between revisions)
(Undo revision 15988 by Tihuang (talk))
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 */
-
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%;
+
/* Thanks guys - Bill Collins */
-
height:auto !important; /* real browsers */
+
 
-
height:100%; /* IE6: treaded as min-height*/
+
#globalWrapper {
-
min-height:100%; /* real browsers */
+
    background-color: transparent;
 +
    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;
+
 
-
height:auto !important; /* real browsers */
+
#menubar li a:hover {
-
height:100%; /* IE6: treaded as min-height*/
+
    color:#73a631;
-
min-height:100%; /* real browsers */
+
    text-decoration:underline;
}
}
-
#bodyContent { border: none; padding:0; margin:0; width:100%;
+
 
-
height:auto !important; /* real browsers */
+
#menubar li.selected a {
-
height:100%; /* IE6: treaded as min-height*/
+
    color:#555555;
-
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;}
+
 
-
#p-logo { height:1px; overflow:hidden; display: none;}
+
#footer-box {
-
#search-controls { overflow:hidden; display:block; background: none; position: absolute; top: 100px; right: 40px;}
+
    background-color: white;
-
.left-menu { width: 500px !important; display:block; margin-top:-80px; border: none; text-align: right;}
+
    border: none;
-
.left-menu ul { border: none; }
+
    width: 965px;
-
#menubar.right-menu { width:300px; display:block; float:left; margin-top:-80px; border: none;}
+
    margin: 0 auto;
-
.right-menu ul { border: none; width: 300px;}
+
    margin-bottom:none;
-
#footer-box { background-color: #216085; border: none; width: 100%; margin: -10px auto 0 auto; padding: 20px 0;}
+
    padding-left:5px;
-
.visualClear { display: none; }
+
    padding-right:5px;
-
#footer { border: none; width: 965px; margin: 0 auto; padding: 0;}
+
    }
-
.firstHeading { display: none;}
+
#footer {
-
#f-list a { color: #333; font-size: 10px;}
+
    border: none;
-
#f-list a:hover { color: #666;}
+
    width: 965px;
-
.printfooter { display: none; }
+
    margin: 0;
-
#footer ul { margin: 0; padding: 0;}
+
    padding: 0;
-
#footer ul li { margin-top: 0; margin-bottom: 0; margin-left: 10px; margin-right: 10px; padding: 0;}
+
    background-color:white;
-
#search-controls { display:none; }
+
    }                                                                                                                                                       .firstHeading { display: none;}
-
h3#siteSub { display: none;}
+
#f-list a {
-
#contentSub {display: none;}
+
    color: #333;
-
p:first-child { display: none;}
+
    font-size: 10px;
-
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:48, 17 June 2011

ul {list-style: none;}

/* Wiki Hacks - START */ /* Author: Pieter van Boheemen */ /* Team: TU Delft */ /* Thanks guys - Bill Collins */

  1. globalWrapper {
   background-color: transparent;
   padding-bottom:0px;
   border: none;
   }
  1. content {
   background-color: white;
   border:none;
   padding-bottom:none;
   margin-bottom:none;
   }
  1. bodyContent {
   border: none;
   }
  1. top-section {
   height: 14px;
   margin-top: -14px;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 0 !important;
   margin-bottom: 10px;
   padding:0;
   border: none;
   }
  1. p-logo {
   height:1px;
   overflow:hidden;
   border:none;
   }
  1. 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; }

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

.right-menu ul { border: none;}

  1. menubar li a{
   color:#73a631;

}

  1. menubar li a:hover {
   color:#73a631;
   text-decoration:underline;

}

  1. menubar li.selected a {
   color:#555555;

}

  1. footer-box {
   background-color: white;
   border: none;
   width: 965px;
   margin: 0 auto;
   margin-bottom:none;
   padding-left:5px;
   padding-right:5px;
   }
  1. footer {
   border: none;
   width: 965px;
   margin: 0;
   padding: 0;
   background-color:white;
   }                                                                                                                                                        .firstHeading { display: none;}
  1. f-list a {
   color: #333;
   font-size: 10px;
   }
  1. f-list a:hover {
   color: #666;
   }
  1. footer ul {
   margin: 0;
   padding: 0;
   }
  1. footer ul li {
   margin-top: 0;
   margin-bottom: 0;
   margin-left: 10px;
   margin-right: 10px;
   padding: 0;
   }


/* Wiki Hacks - END */