Team:UCLA/anuved verma ucla2014 workspace/CSS

From 2014.igem.org

(Difference between revisions)
 
(252 intermediate revisions not shown)
Line 1: Line 1:
<html>
<html>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
-
 
-
 
-
<!--SPIDER TOP BUTTON-->
 
-
<style type="text/css">
 
-
.spider{
 
-
position: fixed;
 
-
top: 210px;
 
-
right: 0px;
 
-
width: 200px;
 
-
height: 80%;
 
-
z-index: 1;
 
-
overflow: hidden;
 
-
}
 
-
.spiderline{
 
-
position: relative;
 
-
left: 75%;
 
-
background-color: grey;
 
-
width: 2px;
 
-
height: 65%;
 
-
z-index: 1;
 
-
}
 
-
.spiderbutton{
 
-
position: relative;
 
-
left: 50%;
 
-
width: 110px;
 
-
height: 66px;
 
-
z-index: 2;
 
-
background-image: url('https://static.igem.org/mediawiki/2014/a/ac/Spiderbutton2.png');
 
-
background-repeat: no-repeat;
 
-
}
 
-
.spiderweb{
 
-
position: fixed;
 
-
right: 0px;
 
-
top: 0px;
 
-
opacity: 0.6;
 
-
z-index:2;
 
-
}
 
-
<style>
 
-
<!--CONTENT DIV-->
 
-
<!--SUMMARY TITLES-->
 
-
<style type="text/css">
 
-
.content_div_container{
 
-
        background-color:blue;
 
-
position: fixed;
 
-
display:inline-block;
 
-
border: 2px solid #CCCCB2;
 
-
border-radius: 10px;
 
-
margin: 20px 20px 20px 20px;
 
-
overflow:hidden;
 
-
height: 400px;
 
-
        width: 400px;
 
-
}
 
-
.content_div_text{
 
-
position: absolute;
 
-
padding: 10 10 10 10;
 
-
top: 300px;
 
-
left: 0;
 
-
background-color:black;
 
-
opacity: 0.5;
 
-
}
 
-
.content_div_text h3 {
 
-
font-family: Verdana;
 
-
margin: 10px 10px 10px 10px;
 
-
color: white;
 
-
opacity: 1;
 
-
}
 
-
.content_div_text p {
 
-
font-family: Verdana;
 
-
margin: 10px 10px 10px 10px;
 
-
color: white;
 
-
}
 
-
</style>
 
-
 
-
<!--SIDE MENU BAR-->
 
-
<style type="text/css">
 
-
#side_menu{
 
-
    position:fixed;
 
-
    background-color:#550000;
 
-
    left:-110px;
 
-
    width:30px;
 
-
    height:500px;
 
-
    padding: 10px 40px;
 
-
    border: 2px solid #D46A6A;
 
-
    /*border-radius: 25px;*/
 
-
    margin-bottom: 20px;
 
-
    margin-top: 20px;
 
-
    top:10%;
 
-
    z-index:95;
 
-
}
 
-
#side_menu h3{
 
-
    text-align:center;
 
-
    font-family:Verdana;
 
-
}
 
-
</style>
 
-
 
-
 
-
 
-
<!--TOP MENU BAR-->
 
-
<style type="text/css">
 
-
#top_menu{
 
-
    position:fixed;
 
-
    padding: 12px 0 0 0;
 
-
    width:100%;
 
-
    left:0;
 
-
    top:0;
 
-
    background:#550D00;
 
-
    z-index:100;
 
-
}
 
-
#menu li{
 
-
    position:relative;
 
-
    float:left;
 
-
    list-style:none;
 
-
}
 
-
#menu a{
 
-
    color:white;
 
-
    padding:18px 0 15px 0;
 
-
    text-decoration:none;
 
-
    width:98px;
 
-
    display:block;
 
-
    text-align:center;
 
-
    font-family:arial;
 
-
    font-size:14px;
 
-
    border-bottom:thin solid #FFB7AA;
 
-
}
 
-
#menu{
 
-
    margin-left:auto;
 
-
    margin-right:auto;
 
-
    width:900px;
 
-
}
 
-
#menu a:hover{
 
-
    background:#AA4B39;
 
-
}
 
-
#menu li ul{
 
-
        background:#550D00;
 
-
/* display:none; */
 
-
position:absolute;
 
-
text-align:center;
 
-
top:50px;
 
-
        right:0px;
 
-
}
 
-
#menu li:hover ul{
 
-
display:block;
 
-
}
 
-
#dropdown_menu li ul li{
 
-
position:relative;
 
-
}
 
-
</style>
 
-
 
-
 
-
 
-
 
-
<!--SLIDER-->
 
-
<style type="text/css">
 
-
.slider{
 
-
width:800px;
 
-
height:350px;
 
-
overflow:hidden;
 
-
margin:0px auto;
 
-
background-image:url("https://2014.igem.org/File:Loader.gif");
 
-
background-repeat:no-repeat;
 
-
background-position:center;
 
-
position: relative;
 
-
}
 
-
.slider img{
 
-
width:800px;
 
-
height:350px;
 
-
display:none;
 
-
}
 
-
.slider_nav{
 
-
width:800px;
 
-
margin:0 auto;
 
-
position:relative;
 
-
top:-200px;
 
-
z-index:10;
 
-
}
 
-
.shadow{
 
-
background-image:url("https://2014.igem.org/File:Slider-shadow.jpg");
 
-
background-repeat:no-repeat;
 
-
background-position:top;
 
-
width:864px;
 
-
height:144px;
 
-
margin:0px auto;
 
-
}
 
-
 
-
#container {
 
-
    width: 100px;
 
-
    height: 100px;
 
-
    position: relative;
 
-
}
 
-
 
-
#navi,
 
-
#infoi {
 
-
    width: 100%;
 
-
    height: 100%;
 
-
    position: absolute;
 
-
    top: 0;
 
-
    left: 0;
 
-
}
 
-
 
-
#infoi {
 
-
    z-index: 10;
 
-
}
 
-
</style>
 
Line 265: Line 62:
width: 100%;  
width: 100%;  
height: 100%;  
height: 100%;  
-
background-color: transparent;
+
background-image: url('https://static.igem.org/mediawiki/2014/c/cb/Debut_light.png');
 +
        /*background-size: cover;*/
}
}
Line 463: Line 261:
.boxgridMedium {
.boxgridMedium {
         width: 298px;
         width: 298px;
-
         height: 450px;
+
         height: 435px;
         float: left;
         float: left;
}
}
Line 493: Line 291:
}
}
h2.onBlack {
h2.onBlack {
 +
  font-family: Verdana;
   color:white;
   color:white;
   margin-top: -5px;
   margin-top: -5px;
Line 515: Line 314:
</style>
</style>
 +
<!--SPIDER TOP BUTTON-->
 +
<style type="text/css">
 +
.spider{
 +
position: fixed;
 +
top: 210px;
 +
right: 0px;
 +
width: 200px;
 +
height: 80%;
 +
z-index: 0;
 +
overflow: hidden;
 +
}
 +
.spiderline{
 +
position: relative;
 +
left: 75%;
 +
background-color: #A8A8A8;
 +
width: 2px;
 +
height: 65%;
 +
z-index: 8;
 +
}
 +
.spiderbutton{
 +
position: relative;
 +
left: 50%;
 +
width: 110px;
 +
height: 56px;
 +
z-index: 10;
 +
background-image: url('https://static.igem.org/mediawiki/2014/a/ac/Spiderbutton2.png');
 +
background-repeat: no-repeat;
 +
}
 +
.backtotop{
 +
position: relative;
 +
left: 65%;
 +
width: 45px;
 +
z-index: 10;
 +
}
 +
.spiderweb{
 +
position: fixed;
 +
right: 0px;
 +
top: 0px;
 +
pointer-events:none;
 +
z-index:9;
 +
}
 +
</style>
 +
 +
 +
 +
<!--SIDE MENU BAR-->
 +
<style type="text/css">
 +
#side_menu{
 +
    position:fixed;
 +
    background-image: url('http://inspirationhut.net/wp-content/uploads/2012/11/Old-Paper-Texture-2.png');
 +
    background-repeat: no-repeat;
 +
    background-position: -540px -10px;
 +
    top:-50px;
 +
    left:-170px;
 +
    width:150px;
 +
    height:1070px;
 +
    padding: 80px 50px 0 0;
 +
    /*border: 2px solid #D46A6A;*/
 +
    /*border-radius: 25px;*/
 +
    margin-bottom: 20px;
 +
    margin-top: 10px;
 +
    z-index:11;
 +
}
 +
#side_menu #side_menu_title{
 +
    text-align:center;
 +
    font-family:Papyrus;
 +
    /*text-decoration:none;*/
 +
}
 +
#side_menu .sidebar_link{
 +
    position: absolute;
 +
    background-size: cover;
 +
    width: 50px;
 +
    height: 50px;
 +
   
 +
    /*text-decoration:none;*/
 +
}
 +
#side_menu #link1{
 +
    background-image: url('http://icons.iconarchive.com/icons/yellowicon/game-stars/256/Mario-icon.png');
 +
    top: 15%;
 +
    left: 5%;
 +
}
 +
#side_menu #link2{
 +
    background-image: url('http://icons.iconarchive.com/icons/yellowicon/game-stars/256/Zelda-icon.png');
 +
    top: 25%;
 +
    left: 30%;
 +
}
 +
#side_menu #link3{
 +
    background-image: url('http://icons.iconarchive.com/icons/yellowicon/game-stars/256/Sonic-icon.png');
 +
    top: 35%;
 +
    left: 15%;
 +
}
 +
</style>
 +
 +
 +
 +
<!--TOP MENU BAR-->
 +
<style type="text/css">
 +
#top_menu{
 +
    position:fixed;
 +
    padding: 12px 0 0 0;
 +
    width:100%;
 +
    left:0;
 +
    top:0;
 +
    /*background:#550D00;*/
 +
    background: #560606;
 +
    z-index:10;
 +
}
 +
#menu li{
 +
    position:relative;
 +
    float:left;
 +
    list-style:none;
 +
}
 +
#menu a{
 +
    color:white;
 +
    padding:18px 0 15px 0;
 +
    text-decoration:none;
 +
    width:98px;
 +
    display:block;
 +
    text-align:center;
 +
    font-family:arial;
 +
    font-size:14px;
 +
    border-bottom:thin solid #FE9797;
 +
}
 +
#menu{
 +
    margin-left:auto;
 +
    margin-right:auto;
 +
    width:900px;
 +
}
 +
#menu a:hover{
 +
    background:#AA3939;
 +
}
 +
#menu li ul{
 +
        background:#560606;
 +
/* display:none; */
 +
position:absolute;
 +
text-align:center;
 +
top:50px;
 +
        right:0px;
 +
}
 +
#menu li:hover ul{
 +
display:block;
 +
}
 +
#dropdown_menu li ul li{
 +
position:relative;
 +
}
 +
</style>
 +
 +
 +
 +
<!--SLIDER-->
 +
<style type="text/css">
 +
.slider{
 +
    position: relative;
 +
    width: 1150px;
 +
    height: 350px;
 +
    margin: auto;
 +
    overflow: hidden;
 +
    z-index: 0;
 +
    background-image: url('https://static.igem.org/mediawiki/2014/c/c3/Debut_light.png');
 +
}
 +
.slider .slider_left{
 +
    position: absolute;
 +
    background-color:black;
 +
    top: 0px;   
 +
    left: 0px;
 +
    width: 50px;
 +
    height: 100%;
 +
    opacity: 0.5;
 +
    z-index: 2;
 +
}
 +
.slider .slider_left img{
 +
    position: relative;
 +
    width: 100%;
 +
    height: 200px;
 +
    top: 25%;
 +
    left: 10px;
 +
}
 +
.slider .slider_right{
 +
    position: absolute;
 +
    background-color:black;
 +
    top: 0px;
 +
    left: 1100px;
 +
    width: 50px;
 +
    height: 100%;
 +
    opacity: 0.5;
 +
    z-index: 2;
 +
}
 +
.slider .slider_right img{
 +
    position: relative;
 +
    width: 100%;
 +
    height: 200px;
 +
    top: 25%;
 +
    left: -10px;
 +
}
 +
.slider .slider_imgs{
 +
    position: absolute;
 +
}
 +
.slider .slider_imgs div{
 +
  float: left;
 +
  width: 1150px;
 +
  height: 350px;
 +
}
 +
.slider .slider_imgs #slide1{
 +
  float: left;
 +
    background-image:url('http://www.thinksnaps.com/wp-content/uploads/2014/07/Green-Bubbles-Awesome-Background.jpg');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
}
 +
.slider .slider_imgs #slide2{
 +
  float: left;
 +
    background-image:url('http://4vector.com/i/free-vector-exquisite-leaf-background-01-vector_015360_exquisite_leaf_background_01_vector.jpg');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
}
 +
.slider .slider_imgs #slide3{
 +
  float: left;
 +
    background-image:url('http://wallpaper-download.net/wallpapers/random-wallpapers-green-lime-background-wallpaper-32549.jpg');
 +
    background-size: cover;
 +
    background-repeat: no-repeat;
 +
}
 +
</style>
 +
 +
 +
<!--PAGE HEADERS-->
 +
<style type="text/css">
 +
.page_header{
 +
    position: absolute;
 +
    background-image: url('https://static.igem.org/mediawiki/2014/b/b3/Debut_dark.png');
 +
    width: 100%;
 +
    height: 70%;
 +
    z-index: 0;
 +
}
 +
.page_header .page_header_box{
 +
    position: absolute;
 +
    overflow: hidden;
 +
    z-index: 0;
 +
}
 +
#box1{
 +
    background-color:#0A64A4;
 +
    width:20%;
 +
    height:80%;
 +
    top:10%;
 +
    left:10%;
 +
    opacity: 0.5;
 +
}
 +
#box2{
 +
    background-color:#0A64A4;
 +
    width:20%;
 +
    height:80%;
 +
    top:10%;
 +
    left:30%;
 +
    opacity: 0.5;
 +
}
 +
#box3{
 +
    background-color:#0A64A4;
 +
    width:20%;
 +
    height:80%;
 +
    top:10%;
 +
    left:50%;
 +
    opacity: 0.5;
 +
}
 +
#box4{
 +
    background-color:#0A64A4;
 +
    width:20%;
 +
    height:80%;
 +
    top:10%;
 +
    left:70%;
 +
    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>
</html>
</html>

Latest revision as of 04:28, 22 September 2014