Difference between revisions of "Template:SZU China/Playground/title/CSS"
(Created page with "body{ background-color:#fff; } p{ margin:0px; } .firstHeading{ width: 975px; margin: 0px auto; padding-top: 100px; margin-bottom: 20px; display: none;...") |
|||
Line 32: | Line 32: | ||
font-size:100%; | font-size:100%; | ||
} | } | ||
− | . | + | .text-title{ |
background-color:#3399ff; | background-color:#3399ff; | ||
margin-top:-20px; | margin-top:-20px; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | . | + | |
+ | .text-title .texts{ | ||
display:inline-block; | display:inline-block; | ||
font-family:Helvetica,sans-serif; | font-family:Helvetica,sans-serif; |
Revision as of 01:57, 17 September 2015
body{
background-color:#fff;
} p{
margin:0px;
} .firstHeading{
width: 975px; margin: 0px auto; padding-top: 100px; margin-bottom: 20px; display: none; font-family: Georgia, Times, "Calibri", serif;
} .navbar-nav{
float:none; margin:auto; display: table; table-layout: fixed; margin-top:15px; font-size:18px;
}
a.navbar-brand{
padding:0px;
}
- content{
width:100%; padding:0;
} globalWrapper {
font-size:100%;
} .text-title{
background-color:#3399ff; margin-top:-20px;
}
.text-title .texts{
display:inline-block; font-family:Helvetica,sans-serif; color:#fff; margin:0px 8%; word-spacing:0.2em; position:relative; top:80px;
}
.text-title .texts #heading{
letter-spacing:0.1em; word-spacing:0.1em; font-size:4.0em; padding-top:0.1em; font-weight:100;
}
- brief{
margin-top:20px; padding:20px 0; font-size:20px; font-weight:100;
}