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

Line 19: Line 19:
 
}
 
}
  
.container-decorator-shade {
+
.mycontainer-decorator-shade {
 
position: relative;
 
position: relative;
 
width: 100%;
 
width: 100%;
 +
        left:
 
height: 316px;
 
height: 316px;
 
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") no-repeat;
Line 28: Line 29:
 
}
 
}
  
.container-decorator {
+
.mycontainer-decorator {
 
position: relative;
 
position: relative;
 
margin-bottom: 12px;
 
margin-bottom: 12px;

Revision as of 16:25, 17 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:3800px; width:100%; background:#0b0c16; }

.mycontainer-decorator-shade { position: relative; width: 100%;

       left:

height: 316px; background: url("Container_shade.png") no-repeat; background-size: 100%; z-index: 0; }

.mycontainer-decorator { position: relative; margin-bottom: 12px; width: 100%; background-color: #0b0c16; z-index: 0;

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;

}