-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
117 lines (98 loc) · 1.91 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
/*html {
background-image: url(obsd.jpg);
background-repeat: repeat;
}*/
body {
margin: 10px 10px 0px 0px;
padding: 20px 0px 0px 20px;
background-color: #778899;
}
img[id="index"] {
float: right;
margin: 5px;
}
table {
font-family: sans-serif, Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}
#main-table table {
border: 1px solid black;
}
table[id="title-box"] {
border: 0;
}
table[id="main-table"] {
border: 1px solid black;
}
#main-header td {
background-color: #ffffff;
border: 1px solid black;
}
td[id="main-header"] {
background-color: #6495ed;
}
td[id="main-content"] {
background-color: #ffffff;
}
p {
font-family: sans-serif, Georgia, "Times New Roman", Times, serif;
font-size: 16px;
color: #000000;
}
p[id="keywords"] {
white-space: nowrap;
}
code {
font-family: monospace;
background-color: #ffffb0;
color: #000000;
}
h1 {
font-family: sans-serif, Arial, Helvetica, sans-serif;
font-size: 36px;
font-weight: bold;
color: #000000;
}
h2 {
font-family: sans-serif, Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
color: #000000;
}
a:link {
font-weight: normal;
font-size: 16px;
font-family: sans-serif, Arial, Helvetica, sans-serif;
text-decoration: underline;
color: #0000cc;
}
a:visited {
font-weight: normal;
font-size: 16px;
font-family: sans-serif, Arial, Helvetica, sans-serif;
text-decoration: underline;
color: #990000;
}
a:hover {
font-weight: normal;
font-size: 16px;
font-family: sans-serif, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #ffffff;
background: #8888cc;
}
a:active {
font-weight: normal;
font-size: 16px;
font-family: sans-serif, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #ffffff;
background: #cc0000;
}
li {
list-style-position: outside;
list-style-image: url(images/bullet.gif);
font-family: sans-serif, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #000000;
}