-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
102 lines (84 loc) · 1.33 KB
/
style.css
File metadata and controls
102 lines (84 loc) · 1.33 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
body {
background-color: #040C00;
border: 0px solid #000;
color: #CDCDCD;
font-size : 12px;
font-family : 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin: 50px;
text-align: left;
}
#wrapper {
width: 800px;
margin: 0 auto 0 auto;
}
.center {
text-align: center
}
a:link, a:visited {
color: #5DA046;
text-decoration: none;
}
a:hover {
color: #E0E0E0;
text-decoration: underline;
}
a {
display: inline !important;
}
h1 {
text-align: center;
}
h3 a:link, h3 a:visited {
color: #F49205;
}
h3 a:hover {
color: #F49205;
}
h3 {
border-bottom: 1px dotted #474C44;
color: #F49205;
font-size: 14px;
margin: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
}
table {
border-collapse: collapse;
margin: 3px;
padding: 3px;
width: 100%;
}
table th {
border-bottom: 1px solid #535b5aba;
text-align: left;
}
table td {
margin: 3px;
padding: 3px;
}
p {
margin: 5px;
padding: 0px;
}
hr {
height : 1px;
background-color : #474C44;
border: #474C44;
}
pre {
background: #222;
padding: 10px;
border: 1px solid #555;
}
#main div {
margin: auto;
width: 1000px;
font-size: 14px;
line-height: 20px;
}
#main a {
margin: auto;
text-align: left;
display: table-row;
}