Difference between revisions of "Team:Scut-Champion-Park/css/result.css/"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.content-container{ | .content-container{ | ||
− | height: | + | height:4500px; |
width:100%; | width:100%; | ||
− | + | 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 46: | ||
} | } | ||
− | . | + | .center{ |
− | margin:0 auto; | + | margin:0 auto;} |
− | } | + | |
.dish{ | .dish{ |
Latest revision as of 08:56, 18 September 2015
.content-container{ height:4500px; width:100%; background:#0b0c16; } .content_container{ width:100%; } .mycontainer-decorator-shade { position:relative; background:url("") 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;}