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

 
Line 12: Line 12:
 
margin-right:40px;
 
margin-right:40px;
 
}
 
}
 +
 
.content-container{
 
.content-container{
height:3800px;
+
height:3500px;
 
width:100%;
 
width:100%;
        margin-top:100px;
+
background:#0b0c16;
 +
}
 +
.content_container{
 +
width:100%;
 +
}
 +
.mycontainer-decorator-shade {
 +
position:relative;
 +
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%;
 +
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;
 
}
 
}

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;

}