forked from github/develop.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
31 lines (22 loc) · 807 Bytes
/
Copy pathstyle.css
File metadata and controls
31 lines (22 loc) · 807 Bytes
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
a { color: #008; }
#welcome h1 {
padding: 20px;
text-align: center;
background: #447e40;
color: #fff;
}
h2 { background: #ddd; text-align: center; padding: 4px; }
#welcome p { font-size: 1.3em; color: #444; text-align:center;}
#header { }
#footer { background: #ddd;}
#footer a { color: #444; }
.info, .fork { padding: 10px; }
.content { font-size: 1.2em; }
.content h3 { background: #dfd; font-size: 1.7em; padding: 6px 2px; }
pre { padding: 20px; background: #ffd; font-size: 0.9em; }
#links { padding: 10px; }
#header #links { text-align:right; }
#header #links a { color: #555; font-size: 1.2em; padding: 5px; margin: 10px; }
.title { background: #dfd; font-size: 1.4em; font-weight:bold; padding: 3px 3px;}
.title a { color: #252; }
.episode p { padding: 3px; font-size: 1.1em;}