-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnon-screen.css
154 lines (124 loc) · 2.46 KB
/
non-screen.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
a#forkme_banner {
display: none;
}
div.shell {
width: 640px;
}
header {
max-width:640px;
margin: 0;
top: 51px;
}
header span.ribbon-inner {
border: 8px solid #7c334f;
padding: 6px;
}
header span.left-tail, header span.right-tail {
width: 19px;
height: 10px;
background: transparent url(../images/ribbon-tail-sprite-2x.png) 0 0 no-repeat;
bottom: -10px;
}
header span.left-tail {
left: 0;
}
header span.right-tail {
background-position: -19px 0;
right: 0;
}
header h1 {
font-size: 2em;
}
section#downloads {
height: 171px;
width: 602px;
margin: 51px auto -250px;
background: transparent url(../images/shield.png) center 0 no-repeat;
}
section#downloads a {
display: none;
}
span.banner-fix {
background: transparent url(../images/shield-fallback.png) center top no-repeat;
height: 31px;
width: 640px;
top: 20px;
}
section#main_content {
padding: 20px 40px 0;
}
footer {
max-width:640px;
background: none;
}
footer span.left-tail, footer span.right-tail {
width: 23px;
height: 126px;
background: transparent url(../images/small-ribbon-tail-sprite-2x.png) 0 0 no-repeat;
top: -126px;
}
footer span.left-tail {
left: 0;
}
footer span.right-tail {
background-position: -23px 0;
right: 0;
}
footer p {
font-size: .6em;
}
footer span.ribbon-inner {
border: 8px solid #7c334f;
padding: 6px;
}
footer span.ribbon-inner p {
font-size: 22px;
height: auto;
line-height: 1.1;
padding: 20px 0px 10px;
}
footer span.ribbon-inner a {
font-size: 38px;
display: block;
bottom: 0;
padding-bottom: 10px;
}
footer span.octocat {
background: transparent url(../images/octocat-2x.png) 0 0 no-repeat;
width: 60px;
height: 60px;
margin: 20px auto 0;
}
body {
font: normal normal 30px/1.5 Georgia, Palatino,” Palatino Linotype”, Times, “Times New Roman”, serif;
}
ul li {
padding-left: 20px;
background: transparent url(../images/chevron-2x.png) left 15px no-repeat;
}
table {
border-bottom: 4px solid #bdb6ad;
}
th {
border-width: 0 4px 4px 0;
}
td {
border-width: 0 4px 4px 0;
}
pre {
border-bottom: 4px solid #bdb6ad;
}
img {
-webkit-box-shadow: 0px 4px 0px #bdb6ad;
-moz-box-shadow: 0px 4px 0px #bdb6ad;
box-shadow: 0px 4px 0px #bdb6ad;
border: 4px solid #fff6e9;
max-width: 556px;
}
blockquote {
background: transparent url('../images/blockquote-gfx-2x.png') 0 8px no-repeat;
}
hr {
height: 42px;
background: transparent url('../images/hr-2x.jpg') center center repeat-x;
}