Template:Team:Vanderbilt/CSS

From 2014.igem.org

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 4: Line 4:
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;}
#globalWrapper { background-color: transparent; border: none; margin: 0; padding: 0; width: 100%; height:100%;}
-
#content { background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow-x: hidden; height:100%;}
+
#content { background-color: transparent; border: none; padding: 0; margin: 0; width: 100%; overflow: hidden; height:100%;}
#bodyContent {background-color:transparent; border: none; padding:0; margin:0; width:100%; height:100%;}
#bodyContent {background-color:transparent; border: none; padding:0; margin:0; width:100%; height:100%;}
Line 18: Line 18:
     margin: 0;
     margin: 0;
     padding: 0;
     padding: 0;
-
     overflow: auto;
+
     overflow: hidden;
     font-family: "Verdana";
     font-family: "Verdana";
}
}
 +
html {
 +
    overflow: hidden;
 +
}
td.td_title {
td.td_title {
     font-style: italic;
     font-style: italic;
Line 53: Line 56:
.button {
.button {
     position: absolute;
     position: absolute;
-
     bottom: 6.75%;
+
     bottom: 2%;
-
     width: 10%;
+
     width: 8%;
-
     height: 5%;
+
     height: 4%;
     margin: 0.5%;
     margin: 0.5%;
     background-color: transparent;
     background-color: transparent;
Line 144: Line 147:
     max-width: 100%;
     max-width: 100%;
     margin: auto;
     margin: auto;
-
     height: 85%;
+
     height: 90%;
     width: 100%;
     width: 100%;
     background-image: url("https://static.igem.org/mediawiki/parts/3/3b/Vanderbilt_Open_Labbook_smaller.png");
     background-image: url("https://static.igem.org/mediawiki/parts/3/3b/Vanderbilt_Open_Labbook_smaller.png");
Line 303: Line 306:
margin: 0px;
margin: 0px;
padding: 0px;
padding: 0px;
-
}
 
-
 
-
html, body, .wrapper { /*-- changes default wiki settings --*/
 
-
width: 100%;
 
-
height: 100%;
 
-
background-color: transparent;
 
}
}
Line 321: Line 318:
background-color: #transparent;  
background-color: #transparent;  
margin-top: 0px;  
margin-top: 0px;  
 +
        overflow: hidden;
}
}

Latest revision as of 03:07, 27 January 2015