Team:WashU StLouis/CSS

From 2014.igem.org

(Difference between revisions)
 
(26 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 348: Line 349:
});
});
</script>
</script>
 +
<style>
<style>
/*--Slideshow Begins Here--*/
/*--Slideshow Begins Here--*/
Line 365: 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 384: Line 386:
position: absolute;
position: absolute;
bottom: 10px; right: 50px;
bottom: 10px; right: 50px;
-
width: 300px; height:17px;
+
width: 300px; height:7px;
z-index: 100; /*--Assures the paging stays on the top layer--*/
z-index: 100; /*--Assures the paging stays on the top layer--*/
text-align: right;
text-align: right;
Line 395: Line 397:
padding: 5px;
padding: 5px;
text-decoration: none;
text-decoration: none;
-
color: #333; text-shadow: #fff 1px 1px 1px;
+
color: #fff; text-shadow: #333 1px 1px 1px;
}
}
.pause {
.pause {
position: absolute;
position: absolute;
bottom: 10px; right: 20px;
bottom: 10px; right: 20px;
-
width: 25px; height:17px;
+
width: 25px; height:7px;
z-index: 200; /*--Assures the paging stays on the top layer--*/
z-index: 200; /*--Assures the paging stays on the top layer--*/
text-align: center;
text-align: center;
Line 430: 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 */
 +
body {
 +
    background: #EEEEEE url("https://static.igem.org/mediawiki/2014/1/10/WashU_StLouis_Background.jpg") no-repeat fixed bottom right;
 +
    background-size: 100% ;
 +
}
 +
</style>
 +
</HTML>
</HTML>

Latest revision as of 21:48, 18 September 2014