-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
175 lines (152 loc) · 3.05 KB
/
style.css
File metadata and controls
175 lines (152 loc) · 3.05 KB
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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
body.help {
background-color: #F0EFE3;
font-size: 16px;
line-height: 1.5em;
}
body.help #head {
width: 800px;
margin: 30px auto;
height: 50px;
}
body.help #home {
background: url(/public/img/logo-50x50.png) left center no-repeat;
padding-left: 66px;
line-height: 50px;
font-size: 28px;
color: #E70079;
float: left;
font-weight: bold;
}
body.help #runorg {
float: right;
line-height: 50px;
color: #888;
height: 50px;
}
body.help #page {
width: 800px;
margin: 30px auto;
background-color: #555;
border-radius: 16px;
padding: 8px;
}
body.help #page > .inner {
border: 3px solid #333;
border-radius: 8px;
padding: 32px;
background-color: white;
overflow: hidden;
color: #333;
padding-bottom: 40px;
}
body.help h1 {
margin: -32px -32px 32px;
padding: 16px;
border-bottom: 1px solid #CCC;
background-color: #EEE;
line-height: 32px;
font-size: 28px;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
body.help h2 {
margin-top: 50px;
color: #333;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
body.help a.also {
display: block;
overflow: hidden;
text-align: right;
color: #080;
padding: 4px 16px;
line-height: 20px;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
}
body.help a.also:hover span {
text-decoration: underline;
}
body.help a.also span {
display: inline-block;
padding: 0 20px;
background: url(/public/icon/bullet_go.png) left center no-repeat transparent;
}
body.help ul {
margin: 16px 0;
padding: 0;
list-style-type: none;
}
body.help li {
margin-bottom: 8px;
padding-left: 20px;
background: url(/public/icon/bullet_blue.png) 0px 5px no-repeat;
}
body.help .screenshot {
border: 1px solid #CCC;
background-color: #EEE;
color: #111;
padding: 1px 1px 5px;
margin: 30px -2px;
text-align: center;
font-size: 13px;
}
body.help .screenshot img {
display: block;
margin-bottom: 5px;
}
body.help .interesting {
background: url("img/help-greyscale.png") no-repeat scroll 32px center #EEE;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
font-size: 13px;
margin: 20px -32px;
padding: 10px 32px 10px 80px;
}
body.help .warning {
background-color: #FCC;
border-bottom: 1px solid #DAA;
border-top: 1px solid #DAA;
color: #A33;
font-size: 13px;
padding: 5px 20px;
text-align: left;
}
body.help .important {
background-color: #CFC;
border-bottom: 1px solid #ADA;
border-top: 1px solid #ADA;
color: #3A3;
font-size: 13px;
padding: 5px 20px;
text-align: left;
}
body.help pre {
background-color: #DDDDDD;
font-size: 12px;
padding: 12px;
}
body.help .faq h2 {
margin-top: 20px;
}
body.help .faq a + h2 {
margin-top: 50px;
}
body.help .faq a {
background: url("/public/icon/bullet_black.png") no-repeat scroll left center transparent;
color: #338;
display: block;
font-size: 17px;
padding: 2px 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
body.help .faq a:hover {
text-decoration: underline;
}