Difference between revisions of "Template:TCU Taiwan parts/css"
Line 1: | Line 1: | ||
+ | * { | ||
+ | padding: 0; | ||
+ | margin: 0; | ||
+ | } | ||
body { | body { | ||
font-size: 11.5pt; | font-size: 11.5pt; | ||
Line 61: | Line 65: | ||
} | } | ||
#logo { | #logo { | ||
− | line-height: | + | line-height: 120px; |
− | + | letter-spacing: -3px; | |
− | top: | + | top: 0px; |
left: -1px; | left: -1px; | ||
height: 132px; | height: 132px; | ||
Line 73: | Line 77: | ||
#logo h1 { | #logo h1 { | ||
font-size: 4em; | font-size: 4em; | ||
− | + | letter-spacing: normal; | |
− | + | font-family:serif,sans-serif; | |
} | } | ||
− | #page{ | + | |
+ | #page { | ||
position: relative; | position: relative; | ||
margin: 20px 0 20px 0; | margin: 20px 0 20px 0; | ||
Line 83: | Line 88: | ||
width: 980px; | width: 980px; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#splash { | #splash { | ||
width: 930px; | width: 930px; | ||
Line 118: | Line 97: | ||
box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1); | box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1); | ||
} | } | ||
+ | |||
#wrapper { | #wrapper { | ||
− | margin: | + | margin: 20px auto 0 auto; |
width: 980px; | width: 980px; | ||
position: relative; | position: relative; | ||
− | |||
} | } |
Revision as of 14:21, 5 August 2015
- {
padding: 0; margin: 0; } body { font-size: 11.5pt; line-height: 2em; letter-spacing: 0.025em; } h1,h2,h3,h4 { letter-spacing: -1px; text-transform: uppercase; letter-spacing: 0.25em; }
h2 { font-size: 1.75em; }
h2,h3,h4 { margin-bottom: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }
img.alignleft { margin: 5px 30px 30px 0; float: left; }
img.aligntop { margin: 5px 0 20px 0; }
ul { margin-bottom: 1.5em; }
ul h4 { margin-bottom: 0.35em; }
.post { overflow: hidden; border-bottom: dashed 2px #d7dfdf; margin-bottom: 40px; padding-bottom: 20px; }
- header {
position: relative; width: 910px; color: #000; padding: 30px; height: 105px; }
- logo {
line-height: 120px; letter-spacing: -3px; top: 0px; left: -1px; height: 132px; position: absolute; width: 176px; }
- logo h1 {
font-size: 4em; letter-spacing: normal;
font-family:serif,sans-serif;
}
- page {
position: relative; margin: 20px 0 20px 0; padding: 0; width: 980px; }
- splash {
width: 930px; position: relative; padding: 25px; background: #FFF; margin: 25px 0 25px 0; height: 500px; box-shadow: 0px 5px 0px 0px rgba(0,0,0,0.1); }
- wrapper {
margin: 20px auto 0 auto; width: 980px; position: relative; }