-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.css
72 lines (71 loc) · 819 Bytes
/
theme.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
/*
* Theme Information:
*
* Name: Untitled_1
* Author: Dovuq & xrdrsp
*/
body
{
background-color: #ffffff;
color: #000000;
padding: 10%;
font-size: 110%;
text-align: left;
width: 79%;
}
p,div
{
font-size: 100%;
text-align: left;
}
h1
{
text-align: center;
}
table,th,td
{
border: 1px solid #000000;
font-size: 100%;
}
table
{
border-collapse: collapse;
}
.error
{
color: #ff0000;
}
pre
{
background-color: #eeeeee;
border: 1px solid #000000;
font-size: 100%;
}
.noborder
{
border: 0px;
}
.header
{
text-align: center;
color: #3399cc;
font-size: 16px;
}
/* .footer
{
text-align: center;
color: #999966;
font-size: 16px;
} */
li
{
padding-top: 8px;
}
a:link,a:visited
{
color: #3399cc;
}
sup
{
font-size: 50%;
}