Difference between revisions of "Template:SJTU-Software/projectCss"
Ricky chen (Talk | contribs) |
Ricky chen (Talk | contribs) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | body{ | ||
+ | background: url("https://static.igem.org/mediawiki/2015/a/a1/SJTU-SOFTWARE.background-project.png") scroll round !important; | ||
+ | background-size: 100% !important; | ||
+ | } | ||
+ | #block{ | ||
+ | |||
+ | border-radius: 8px; | ||
+ | border:1px solid; | ||
+ | box-shadow: 2px 2px 8px #777; | ||
+ | border-color:transparent; | ||
+ | width: 70%; | ||
+ | background-color:rgba(255,255,255,0.5); | ||
+ | margin:0 auto; | ||
+ | } | ||
[class*=Content]{ | [class*=Content]{ | ||
width: 80%; | width: 80%; | ||
− | + | margin:auto; | |
− | border-radius: | + | border-radius: 5px; |
border:1px solid; | border:1px solid; | ||
− | border-color: | + | border-color: transparent; |
color:#000; | color:#000; | ||
} | } | ||
+ | |||
[class*=-content]{ | [class*=-content]{ | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
+ | |||
+ | |||
+ | |||
.designNav>a{ | .designNav>a{ | ||
background-color: transparent; | background-color: transparent; | ||
Line 26: | Line 35: | ||
.designNav>a:hover{ | .designNav>a:hover{ | ||
color:#095f8a; | color:#095f8a; | ||
+ | } | ||
+ | .am-panel{ | ||
+ | background-color: transparent; | ||
+ | border-color:transparent; | ||
+ | |||
+ | } | ||
+ | .my-animation-delay { | ||
+ | -webkit-animation-delay: 0.5s; | ||
+ | animation-delay: 0.5s; | ||
+ | } | ||
+ | .subNav{ | ||
+ | background-attachment: scroll; | ||
+ | } | ||
+ | .Results{ | ||
+ | margin-top: 0; | ||
+ | font-size:12px; | ||
+ | } | ||
+ | table{ | ||
+ | padding-left:0; | ||
+ | margin-right: 10px; | ||
+ | } | ||
+ | .am-g{ | ||
+ | width: 100% !important; | ||
+ | margin:0 !important; | ||
+ | } | ||
+ | #block{ | ||
+ | padding-bottom: 50px; | ||
+ | margin-bottom: 150px; | ||
+ | } | ||
+ | .project p{ | ||
+ | font-size:13px; | ||
+ | padding-top: 10px; | ||
+ | padding-left: 10px; | ||
+ | } | ||
+ | .am-panel-group{ | ||
+ | height:auto !important; | ||
+ | } | ||
+ | .demoContent img{ | ||
+ | max-width: 70%; | ||
+ | } | ||
+ | p{ | ||
+ | font-family:helvatica !important; | ||
} | } |
Latest revision as of 22:37, 18 September 2015
body{ background: url("") scroll round !important; background-size: 100% !important; }
- block{
border-radius: 8px; border:1px solid; box-shadow: 2px 2px 8px #777; border-color:transparent; width: 70%;
background-color:rgba(255,255,255,0.5);
margin:0 auto; } [class*=Content]{ width: 80%; margin:auto; border-radius: 5px; border:1px solid; border-color: transparent; color:#000; }
[class*=-content]{
}
.designNav>a{ background-color: transparent; border:none; color:#DADADA; } .designNav>a:hover{ color:#095f8a; } .am-panel{ background-color: transparent; border-color:transparent;
} .my-animation-delay {
-webkit-animation-delay: 0.5s; animation-delay: 0.5s;
} .subNav{ background-attachment: scroll; } .Results{ margin-top: 0; font-size:12px; } table{ padding-left:0; margin-right: 10px; } .am-g{ width: 100% !important; margin:0 !important; }
- block{
padding-bottom: 50px; margin-bottom: 150px; } .project p{ font-size:13px; padding-top: 10px; padding-left: 10px; } .am-panel-group{
height:auto !important;
} .demoContent img{ max-width: 70%; } p{
font-family:helvatica !important;
}