Team:UCLA/anuved verma ucla2014 workspace/CSS

From 2014.igem.org

(Difference between revisions)
 
(43 intermediate revisions not shown)
Line 472: Line 472:
     overflow: hidden;
     overflow: hidden;
     z-index: 0;
     z-index: 0;
 +
    background-image: url('https://static.igem.org/mediawiki/2014/c/c3/Debut_light.png');
}
}
.slider .slider_left{
.slider .slider_left{
Line 539: Line 540:
<style type="text/css">
<style type="text/css">
.page_header{
.page_header{
-
     position:absolute;
+
     position: absolute;
-
     background-image:url('https://static.igem.org/mediawiki/2014/b/b3/Debut_dark.png');
+
     background-image: url('https://static.igem.org/mediawiki/2014/b/b3/Debut_dark.png');
-
     width:100%;
+
     width: 100%;
-
     height:70%;
+
     height: 70%;
-
     z-index: -1;
+
     z-index: 0;
}
}
.page_header .page_header_box{
.page_header .page_header_box{
-
     position:relative;
+
     position: absolute;
-
     z-index: -1;
+
    overflow: hidden;
 +
     z-index: 0;
}
}
#box1{
#box1{
Line 562: Line 564:
     height:80%;
     height:80%;
     top:10%;
     top:10%;
-
     left:20%;
+
     left:30%;
     opacity: 0.5;
     opacity: 0.5;
}
}
Line 570: Line 572:
     height:80%;
     height:80%;
     top:10%;
     top:10%;
-
     left:30%;
+
     left:50%;
     opacity: 0.5;
     opacity: 0.5;
}
}
Line 578: Line 580:
     height:80%;
     height:80%;
     top:10%;
     top:10%;
-
     left:40%;
+
     left:70%;
     opacity: 0.5;
     opacity: 0.5;
 +
}
 +
</style>
 +
 +
 +
<!--CONTENT SECTIONS-->
 +
<style type="text/css">
 +
.content_container{
 +
    position: absolute;
 +
    background-image: url('https://static.igem.org/mediawiki/2014/c/c3/Debut_light.png');
 +
    /*top: 85%;*/
 +
    width: 99%;
 +
    padding: 0 0 0 0;
 +
    margin: auto;
 +
    margin-bottom: 50px;
 +
    border-radius: 0px;
 +
    z-index: -1;
 +
}
 +
 +
.page_content{
 +
    position: relative;
 +
    background-color: #FFFFCC;
 +
    width: 99%;
 +
    padding: 0 0 0 0;
 +
    margin: auto;
 +
    margin-bottom: 20px;
 +
    border-radius: 25px;
 +
    z-index: -1;
 +
}
 +
.content_subsection{
 +
    position: relative;
 +
    width: 85%;
 +
    padding: 10px 10px 10px 10px;
 +
    margin: auto;
}
}
</style>
</style>
</html>
</html>

Latest revision as of 04:28, 22 September 2014