-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
118 lines (98 loc) · 1.88 KB
/
style.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
body {
color: black;
background: #ffffff;
font-family: "lucida grande", Calibri, "segoe UI", "lucida sans unicode", "Droid Sans", "DejaVu Sans", "bitstream vera sans", verdana, arial, helvetica, sans-serif;
margin: 0;
font-size: 1.20em;
}
#content {
color: black;
background: #ffffff;
margin-top: 0.5em;
margin-bottom: 0.5em;
margin-right: auto;
margin-left: auto;
padding: 1em;
line-height:1.3em;
text-align: left;
max-width:800px;
min-width:740px;
position: relative;
}
#title h1 {
text-align: left;
margin-bottom: 8px;
padding: 2px;
padding-top: 10px;
border-bottom: 1px solid #CCC;
}
#title i {
color: #A9A9A9;
font-size: 0.8em;
}
h2 {
font-weight: normal;
margin-bottom: 8px;
padding: 2px;
padding-top: 10px;
border-bottom: 1px solid #CCC;
}
a {
text-decoration: none;
}
a,a:visited {
color: #4183c4;
background: inherit;
font-weight: bold;
}
a:hover {
text-decoration: underline;
}
#footer {
font-size: 80%;
border-top: 1px solid #CCC;
}
.footer-left {
text-align: left;
float: left;
width: 49%;
}
.footer-right {
display: block;
text-align: right;
float: right;
width: 49%;
}
img {
border-width: 0px;
}
.center {
text-align: center;
}
.big {
font-size: larger;
}
.small {
font-size: small;
}
pre {
font:0.85em Monaco, Consolas, 'Lucida Console', "Droid Sans Mono", "DejaVu Sans Mono", Courier, monospace;
width:auto;
overflow:auto;
background-color:#eee;
color:inherit;
border:1px solid #999;
line-height:1.3em;
padding:1.2ex;
}
code {
font: 0.97em Monaco, Consolas, 'Lucida Console', "Droid Sans Mono", "DejaVu Sans Mono", Courier, monospace;
}
fieldset {
border: 1px dotted #bedce7;
padding: 10px 15px;
color: inherit;
}
h1 a {
text-decoration: none;
}