Team:WHU-China/middlerightcss
From 2013.igem.org
(Difference between revisions)
IgnatzZeng (Talk | contribs) |
IgnatzZeng (Talk | contribs) |
||
(10 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
@charset "utf-8"; | @charset "utf-8"; | ||
.mac{ | .mac{ | ||
- | margin- | + | margin-top:6px; |
- | padding: | + | padding:5px; |
margin-right:7%; | margin-right:7%; | ||
- | border: | + | border: 3px solid rgb(142, 195, 31); |
box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15); | box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15); | ||
-webkit-box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.15); /* for the Safari browser*/ | -webkit-box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.15); /* for the Safari browser*/ | ||
Line 11: | Line 11: | ||
} | } | ||
+ | h1{ | ||
+ | border-bottom:1px solid rgb(142, 195, 31); | ||
+ | } | ||
.righttable li{ | .righttable li{ | ||
Line 17: | Line 20: | ||
margin-left:100px; | margin-left:100px; | ||
+ | } | ||
+ | .topstike { | ||
+ | border:0; | ||
+ | background-color:rgb(146,208,80); | ||
} | } |
Latest revision as of 05:33, 28 October 2013
@charset "utf-8"; .mac{
margin-top:6px; padding:5px; margin-right:7%; border: 3px solid rgb(142, 195, 31); box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.15); /* for the Safari browser*/ float:right; background-color: #F6F6F6;
}
h1{
border-bottom:1px solid rgb(142, 195, 31);
}
.righttable li{
float:left; margin-left:100px;
} .topstike {
border:0; background-color:rgb(146,208,80);
}