Difference between revisions of "Template:SZU China/Playground/custom/CSS"
(26 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
background-color:#fff; | background-color:#fff; | ||
} | } | ||
+ | |||
+ | p{ | ||
+ | margin:0px; | ||
+ | } | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | border-bottom:0px; | ||
+ | } | ||
+ | |||
+ | |||
.firstHeading{ | .firstHeading{ | ||
Line 11: | Line 21: | ||
font-family: Georgia, Times, "Calibri", serif; | font-family: Georgia, Times, "Calibri", serif; | ||
} | } | ||
− | + | ||
.navbar-nav{ | .navbar-nav{ | ||
float:none; | float:none; | ||
Line 17: | Line 27: | ||
display: table; | display: table; | ||
table-layout: fixed; | table-layout: fixed; | ||
− | + | margin-top:15px; | |
− | + | font-size:18px; | |
− | + | } | |
+ | |||
+ | |||
+ | a.navbar-brand{ | ||
+ | padding:0px; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | width:100%; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | #globalWrapper { | ||
+ | font-size:100%; | ||
} | } | ||
Line 28: | Line 51: | ||
.inner-content .banner{ | .inner-content .banner{ | ||
− | margin:0px | + | margin:0px 1% ; |
display:inline-block; | display:inline-block; | ||
} | } | ||
Line 37: | Line 60: | ||
font-family:Helvetica,sans-serif; | font-family:Helvetica,sans-serif; | ||
color:#fff; | color:#fff; | ||
− | margin: | + | margin:32px 8%; |
word-spacing:0.2em; | word-spacing:0.2em; | ||
position:relative; | position:relative; | ||
Line 55: | Line 78: | ||
#brief{ | #brief{ | ||
− | margin | + | margin:66px 0 40px 0; |
− | + | ||
font-size:20px; | font-size:20px; | ||
font-weight:100; | font-weight:100; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
.container{ | .container{ | ||
− | |||
height:100%; | height:100%; | ||
} | } | ||
Line 111: | Line 114: | ||
text-align: right; | text-align: right; | ||
min-width: 106px; | min-width: 106px; | ||
+ | border:0px; | ||
} | } | ||
Line 141: | Line 145: | ||
#sponsor{ | #sponsor{ | ||
background-color:#fff; | background-color:#fff; | ||
− | padding:0px | + | padding:0px; |
+ | margin:auto; | ||
+ | height:auto; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
.QV-border{ | .QV-border{ | ||
height:100%; | height:100%; | ||
− | margin-top: | + | margin-top:60px; |
margin-bottom:60px; | margin-bottom:60px; | ||
} | } | ||
Line 173: | Line 177: | ||
.footer .container-fluid p{ | .footer .container-fluid p{ | ||
font-size:28px; | font-size:28px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Latest revision as of 22:12, 18 September 2015
body{
background-color:#fff;
}
p{
margin:0px;
}
h1, h2, h3, h4, h5, h6 {
border-bottom: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%;
}
.inner-content{
background-color:#3399ff; margin-top:-20px;
}
.inner-content .banner{
margin:0px 1% ; display:inline-block;
}
.inner-content .texts{
display:inline-block; font-family:Helvetica,sans-serif; color:#fff; margin:32px 8%; word-spacing:0.2em; position:relative; top:80px;
}
.inner-content .texts #heading{
letter-spacing:0.1em; word-spacing:0.1em; font-size:4.0em; padding-top:0.1em; font-weight:100;
}
- brief{
margin:66px 0 40px 0; font-size:20px; font-weight:100;
}
.container{
height:100%; }
.container #QV{
display:block; margin-left:auto; margin-right:auto;
}
.container .btn-default{
display:block; background:none; padding-right:30px; padding-left:30px; border: 2px solid #3399ff; color:#3399ff; box-shadow:none; margin:10px auto;
}
.dropdown-menu{
box-shadow:none; border-radius: 0px; text-align: right; min-width: 106px; border:0px;
}
.dropdown{
-webkit-text-shadow: none; text-shadow: none;
} .container .btn-default:hover{
padding-right:30px; padding-left:30px; border: 2px solid #3399ff; color:#f5f5f5; background-color:#3399ff;
}
.container .inner-border{
width:400px; height:200px; margin:auto; height:100%;
}
- division{
height:1px; background-color:#ddd; margin-bottom:50px;
}
- sponsor{
background-color:#fff; padding:0px; margin:auto; height:auto;
}
.QV-border{
height:100%; margin-top:60px; margin-bottom:60px;
}
- QV{
font-size:40px;
}
.inner-border{
height:100%;
}
.footer .container-fluid {
text-align: center; background-color:#3399ff; margin-top:30px; color:#fff; padding:8px;
}
.footer .container-fluid p{
font-size:28px;
}