Team:Heidelberg/Templates/basic-css

From 2013.igem.org

(Difference between revisions)
m (Created page with "__NOTOC__ <html> <style type="text/css"> #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none;} #top-section { border: none;...")
m
Line 2: Line 2:
<html>
<html>
   <style type="text/css">
   <style type="text/css">
-
    #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
+
  #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo {
     display:none;}
     display:none;}
#top-section {
#top-section {
Line 8: Line 8:
     height: 0px;}
     height: 0px;}
#content {
#content {
-
 
     border: none;}
     border: none;}
-
 
-
.firstHeading {
 
-
    height:0px;
 
-
    visibility:hidden;
 
-
}
 
-
 
/* Removes "teams" from the menubar */
/* Removes "teams" from the menubar */
#menubar > ul > li:last-child {
#menubar > ul > li:last-child {
Line 22: Line 15:
#menubar {
#menubar {
     width: auto;}
     width: auto;}
-
body {
+
 
-
    margin: 10px 0 0 0;
+
/* modified css-Stuff from the bubble wiki theme*/
-
    padding: 0;}
+
 
-
#top-section {
+
*{
-
    width: 965px;
+
                margin:0;
-
    height: 0;
+
                padding:0;
-
    margin: 0 auto;
+
            }
-
    padding: 0;
+
            body{
-
    border: none;}
+
                background:#fff  no-repeat top left;
-
#menubar {
+
            }
-
    font-size: 65%;
+
            div:after {
-
    top: 0;
+
                content: "";
-
    }
+
               
-
.left-menu:hover {
+
                background-repeat: no-repeat;
-
    background-color: transparent;}
+
                opacity: 0.8;
-
#menubar li a {
+
                top: 0;
-
    background-color: transparent;}
+
                left: 0;
-
#menubar:hover {
+
                bottom:0;
-
    color: white;}
+
                right: 0;
-
#menubar li a {
+
                position: absolute;
-
    color: transparent;}
+
                z-index: -1; 
-
#menubar:hover li a {
+
            }
-
    color: #CCC;}
+
            .title{
 +
                width:548px;
 +
                height:119px;
 +
                position:absolute;
 +
                top:400px;
 +
                left:150px;   
 +
            }
 +
            #content{
 +
                margin:0 auto;
 +
            }
 +
            .months{
 +
                position:absolute;
 +
                left:0.5%;
 +
                top:260px;
 +
                z-index:8;
 +
            }
 +
            .slider{
 +
                position:absolute;
 +
                left:0.5%;
 +
                top:410px;
 +
                width:37%;
 +
            }
 +
            .weekly-tabs{
 +
                position:absolute;
 +
                top:320px;
 +
                left:39%;
 +
                width:61%;
 +
            }
 +
            #weekly{
 +
                position:absolute;
 +
                top:350px;
 +
                left:39%;
 +
                width:61%;
 +
            }
 +
            #scrollContent{
 +
                height:850px;
 +
                overflow:auto;
 +
                position:relative;
 +
            }
 +
            #scrollContent2{
 +
                height:280px;
 +
                overflow:auto;
 +
                position:relative;
 +
                top:15px;
 +
                width:63%;
 +
            }
 +
            #methods{
 +
                background-color: #eeeeee;
 +
                position:absolute;
 +
                left:0.5%;
 +
                top:650px;
 +
                width:37%;
 +
                height:615px;
 +
                overflow:auto;
 +
                position:relative;
 +
 
 +
            }
   </style>
   </style>
</html>
</html>

Revision as of 17:17, 21 September 2013