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

Line 1: Line 1:
 +
 
.content-container{
 
.content-container{
height:4850px;
+
height:4800px;
 
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;
 
}
 
}
 
 
.photo{
 
.photo{
 
height:320px;
 
height:320px;
Line 26: Line 47:
 
}
 
}
  
.becenter{
+
.center{
margin:0 auto;
+
margin:0 auto;}
}
+
 
 
 
.dish{
 
.dish{

Revision as of 08:55, 18 September 2015

.content-container{ height:4800px; 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;

} .photo{ height:320px; margin-top:30px; margin-bottom:20px; margin-left:10px; margin-right:30px; }

.vertical_align{ line-height:370px; height:300px; margin-left:20px; margin-right:10px; }

.illustration{ padding-left:30px; padding-right:30px; margin-bottom:30px; }

.center{ margin:0 auto;}

.dish{ margin-left:100px; height:380px; }

.design{ margin-top:20px; margin-bottom:20px; }

.next{ line-height:6px;}