Difference between revisions of "Team:Scut-Champion-Park/css/design.css/"

 
(7 intermediate revisions by the same user not shown)
Line 14: Line 14:
  
 
.content-container{
 
.content-container{
height:3800px;
+
height:3500px;
 
width:100%;
 
width:100%;
 
background:#0b0c16;
 
background:#0b0c16;
 
}
 
}
 
+
.content_container{
.container-decorator-shade {
+
width:100%;
position: relative;
+
}
width: 100%;
+
.mycontainer-decorator-shade {
height: 316px;
+
position:relative;
background: url("https://static.igem.org/mediawiki/2015/3/3a/Container_shade.png") no-repeat;
+
background:url("https://static.igem.org/mediawiki/2015/3/3a/Container_shade.png") repeat-x;
 +
top:-115px;
 +
left:0;
 +
height: 116px;
 +
width:100%;
 
background-size: 100%;
 
background-size: 100%;
 
z-index: 0;
 
z-index: 0;
 
}
 
}
 
+
.bottom-bg-radius {
.container-decorator {
+
border-bottom-left-radius: 18px;
position: relative;
+
     -moz-border-bottom-left-radius: 18px;
margin-bottom: 12px;
+
     -webkit-border-bottom-left-radius: 18px;
width: 100%;
+
     border-bottom-right-radius: 18px;
background-color: #0b0c16;
+
     -moz-border-bottom-right-radius: 18px;
z-index: 0;
+
     -webkit-border-bottom-right-radius: 18px;
   
+
filter:alpha(opacity=60);
+
     -moz-opacity:0.60;
+
     -khtml-opacity: 0.60;
+
    opacity: 0.60;
+
 
+
     border-radius: 18px;
+
     -moz-border-radius: 18px;
+
     -webkit-border-radius: 18px;
+
 
}
 
}

Latest revision as of 08:46, 18 September 2015

.dot{ margin-right:10px; float:left; position:relative; top:7px; }

.photo{ height:310px; margin-top:30px; margin-bottom:30px; margin-right:40px; }

.content-container{ height:3500px; width:100%; background:#0b0c16; } .content_container{ width:100%; } .mycontainer-decorator-shade { position:relative; background:url("Container_shade.png") repeat-x; top:-115px; left:0; height: 116px; width:100%; background-size: 100%; z-index: 0; } .bottom-bg-radius { border-bottom-left-radius: 18px;

    -moz-border-bottom-left-radius: 18px;
    -webkit-border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    -moz-border-bottom-right-radius: 18px;
    -webkit-border-bottom-right-radius: 18px;

}