-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
109 lines (89 loc) · 1.72 KB
/
Copy pathstyles.css
File metadata and controls
109 lines (89 loc) · 1.72 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
body {
font-family: 'Buenard', Helvetica, Arial, serif;
font-size: 20px;
/* adapted from http://lea.verou.me/css3patterns */
background-color:#aaccff;
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 13px, 29px, 37px, 53px;
}
a {
text-decoration: none;
font-weight: bold;
color: #0000ff;
}
i {
font-family: 'Gentium Basic', Helvetica, Arial, serif !important;
}
a:visited {
}
.main {
background: #fff;
border-radius: 8px;
margin: 28px 20px;
padding: 10px 20px 20px;
}
.header {
height: 77px;
}
h1, h2, h3 {
margin: 0;
font-family: 'Condiment', cursive;
font-size: 18px;
}
.rjs {
font-family: 'Condiment', cursive;
margin-left: 2px;
margin-right: 4px;
line-height: 18px;
}
h1 {
color: #0000ff;
font-size: 50px;
font-weight: bold;
height: 50px;
border-bottom: 2px solid #aaccff;
}
h2 {
border-top: 1px solid #aaccff;
margin: 40px 0 4px;
color: #0000aa;
font-size: 28px;
}
h3 {
margin: 40px 0 -20px;
color: #0000aa;
font-size: 22px;
}
li {
margin-top: 12px;
}
li > span:first-child {
display: inline-block;
margin-bottom: 6px;
}
div:first-child h2 {
margin-top: 4px;
}
.cmd, .js, .url {
font-family: Inconsolata, Courier New, Courier;
}
.cmd {
background: #ddeeff;
display: block;
padding: 4px;
margin-top: 4px;
border: 1px solid #aaccff;
border-radius: 4px;
}
li > .js:first-child {
color: #0000ff;
}
.js > sub {
font-family: Buenard, cursive;
display: inline-block;
margin-left: 4px;
color: #000088;
}