Difference between revisions of "Team:Scut-Champion-Park/css/my style.css/"
(Created page with "p{ font-size:13px; color:white; float:left; text-align:justify; margin-top:5px; margin-bottom:5px; } .region{ padding:15px; } .sub-region{ float:left; } .inner-re...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 21: | Line 21: | ||
} | } | ||
.shade{ | .shade{ | ||
− | background:url(../ | + | background:url("https://static.igem.org/mediawiki/2015/1/1f/Bg-shade.png"); |
border-radius:9px; | border-radius:9px; | ||
-moz-border-radius:9px; | -moz-border-radius:9px; |
Latest revision as of 07:37, 18 September 2015
p{ font-size:13px; color:white; float:left; text-align:justify; margin-top:5px; margin-bottom:5px; } .region{ padding:15px; }
.sub-region{ float:left; } .inner-region{ width:780px; height:inherit; margin-left: auto; margin-right: auto; } .shade{ background:url("");
border-radius:9px; -moz-border-radius:9px; -webkit-border-radius:9px;
} .h1blue{ color:#1cbde4; font-size:24px; font-weight:bold; text-align:left; }
.h4title{ font-size:14px; line-height:8px; color:#1ba7cb; text-align:left; padding-top:15px; }
.h0title{ color:#1cbde4; font-size:26px; text-align:left; } .h2title{ color:#1cbde4; font-size:20px; font-weight:bold; text-align:center; } .h2white{ color:white; font-size:20px; line-height:15px; text-align:left; margin-top:10px;
}
.float_r{ float:right; }
.float_l{ float:left; }