Team:WashU StLouis/CSS

From 2014.igem.org

(Difference between revisions)
 
(11 intermediate revisions not shown)
Line 86: Line 86:
}
}
#menu {
#menu {
-
       width: 70%;
+
       width: 80%;
       margin-left: auto;
       margin-left: auto;
       margin-right: auto;
       margin-right: auto;
Line 93: Line 93:
#block {
#block {
-
       width: 70%;
+
       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;
       background-color: transparent;
}  
}  
 +
#tbody {
 +
      background-color: transparent;
 +
}
#general {
#general {
-
       width: 70%;
+
       width: 80%;
       text-align: left;
       text-align: left;
       margin-left: auto;
       margin-left: auto;
Line 364: 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 433: Line 436:
/* Set background image and color */
/* Set background image and color */
body {
body {
-
     /*background: #EEEEEE url("https://static.igem.org/mediawiki/2014/1/10/WashU_StLouis_Background.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