Team:XMU-China/css
From 2012.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
<style type="text/css"> | <style type="text/css"> | ||
Line 26: | Line 20: | ||
} | } | ||
.subtitle { | .subtitle { | ||
- | font-size: | + | font-size: 20px; |
font-weight: bold; | font-weight: bold; | ||
text-align: left; | text-align: left; | ||
+ | color:#004f7c; | ||
+ | } | ||
+ | .subsubtitle { | ||
+ | font-size: 18px; | ||
+ | text-align: left; | ||
+ | font-weight: bold; | ||
color:#004f7c; | color:#004f7c; | ||
} | } | ||
Line 50: | Line 50: | ||
</style> | </style> | ||
- | |||
- |
Revision as of 13:06, 23 September 2012
<style type="text/css">
- subpage { position:relative;
z-index:-2; margin:0 auto; margin-left:25px; margin-top:25px; width:900px; font-family:Raavi; height:120px auto; float:left; } .tit { font-size: 24px; font-weight: bold; text-transform: uppercase;
text-align: center;
color:#004f7c; } .subtitle { font-size: 20px; font-weight: bold; text-align: left; color:#004f7c; } .subsubtitle { font-size: 18px; text-align: left; font-weight: bold; color:#004f7c; }
- subpage blockquote {
font-size: 14px; color: #FC49B6; text-decoration: underline; background-color: #FFF; position:relative; z-index:1; margin-top:25px; width:900px; float:left; background-color: #FFF; border: thin solid ##0099cc; padding: 15px; margin-right: auto; margin-bottom: 0; margin-left: auto; }
</style>