Team:WashU StLouis/CSS

From 2014.igem.org

(Difference between revisions)
 
(20 intermediate revisions not shown)
Line 43: Line 43:
}
}
-
body {
 
-
background-color: #fff;
 
-
}
 
#globalWrapper { /*-- changes default wiki settings --*/
#globalWrapper { /*-- changes default wiki settings --*/
Line 97: Line 94:
#block {
#block {
       width: 80%;
       width: 80%;
-
       height: 500px;
+
       height: auto;
       margin-left: auto;
       margin-left: auto;
-
       margin-right: auto;;
+
       margin-right: auto;
       cellspacing: 0;
       cellspacing: 0;
 +
      background-color: transparent;
}  
}  
 +
#tbody {
 +
      background-color: transparent;
 +
}
#general {
#general {
       width: 80%;
       width: 80%;
Line 366: Line 367:
#slideshow img {
#slideshow img {
         height: auto;
         height: auto;
-
         width: 760px;
+
         width: 750px;
}
}
.window {
.window {
-
height: 400px; width: 760px;
+
height: 450px; width: 750px;
overflow: hidden; /*--Hides anything outside of the set width/height--*/
overflow: hidden; /*--Hides anything outside of the set width/height--*/
position: absolute;
position: absolute;
Line 431: Line 432:
/*Thanks to 2013 WLC-Milwaukee for their slideshow code */
/*Thanks to 2013 WLC-Milwaukee for their slideshow code */
-
 
</style>
</style>
-
+
<style>
/* Set background image and color */
/* Set background image and color */
-
<style>
 
body {
body {
-
     background: #ffffff url("https://static.igem.org/mediawiki/2014/9/9c/WashU_StLouis_Rebstock.jpg") no-repeat fixed top;
+
     background: #EEEEEE url("https://static.igem.org/mediawiki/2014/1/10/WashU_StLouis_Background.jpg") no-repeat fixed bottom right;  
-
     background-size: 100%;
+
     background-size: 100% ;
}
}
</style>
</style>
</HTML>
</HTML>

Latest revision as of 21:48, 18 September 2014