forked from paularmstrong/nko-jackalope-promo
-
Notifications
You must be signed in to change notification settings - Fork 2
/
styles.css
105 lines (98 loc) · 2.57 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,img,input,textarea,p,blockquote,table,th,td,a,abbr,address,caption,cite,code,dfn,em,strong,th,var,hr,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,mark{margin:0;padding:0;background:transparent;border:0;border-collapse:collapse;border-spacing:0;font-style:normal;font-weight:normal;text-decoration:none;text-align:left;list-style:none;quotes:none;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}
input:focus,a:focus,textarea:focus{outline:0;}
blockquote:before,blockquote:after,q:before,q:after{content:'';}
sup,sub{vertical-align:baseline;position:relative;top:-0.4em;}sub{top:0.4em;}
html,body,textarea,legend{font:14px/20px 'Neuton',Arial,Verdana,sans-serif;color:#444;text-shadow:1px 1px 0 #FFF;}
html {
text-align: center;
background: #EEE;
}
body {
text-align: left;
width: 960px;
margin: 0 auto;
position: relative;
}
a { color: #B50D06; }
a:hover {
color: #E23F38;
text-decoration: underline;
}
header a.ko {
background: url(http://nodeknockout.com/images/voteko.png) 0 0 no-repeat;
height: 63px;
width: 126px;
overflow: hidden;
position: absolute;
right: 0;
top: 20px;
text-indent: -999em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
line-height: 1.8em;
}
h1 {
margin: 20px 0;
text-indent: -999em;
width: 300px;
height: 75px;
overflow: hidden;
background: url(images/logo.gif) 0 0 no-repeat;
}
h2 { font-size: 32px; }
h3 { font-size: 22px; }
section {
height: 1%;
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 2px solid #CCC;
}
section:after {
content: '.';
display: block;
clear: both;
overflow: hidden;
height: 0;
width: 0;
visibility: hidden;
}
article {
min-height: 345px;
float: left;
width: 380px;
margin: 0 20px 20px 0;
}
article p {
margin: 0 0 20px;
}
aside {
float: left;
width: 560px;
}
.roster li.member {
float: left;
width: 220px;
padding: 0 10px 0 0;
margin: 0;
}
.roster li.member:first-child { width: 240px; }
.roster h3 {
margin: 0 0 5px 0;
}
.roster img {
float: left;
margin: 0 8px 0 0;
width: 50px;
height: 50px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 1px 1px 0 #FFF;
}