-
Notifications
You must be signed in to change notification settings - Fork 0
/
beautifyj.css
100 lines (85 loc) · 1.33 KB
/
beautifyj.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
body {
margin: 0;
padding: 0;
font-family: arial;
background-color: #F6F3E5;
}
.as {
font-size: 12px;
color: #900;
}
.ts {
font-weight: bold;
font-size: 14px;
}
.tt {
color: #009;
font-size: 13px;
}
h1 {
font-size: 20px;
padding: 0;
margin: 0;
}
#titdiv {
width: 100%;
height: 90px;
background-color: #840000;
color: white;
padding-top: 20px;
padding-left: 20px;
border-bottom: 1px solid #540000;
}
#maindiv {
width: 970px;
padding: 15px;
margin-left: auto;
margin-right: auto;
border-left: solid 1px #D6D3C5;
border-right: solid 1px #D6D3C5;
background-color: white;
}
.apaper {
margin-top: 25px;
min-height: 300px;
}
.paperdesc {
float: left;
}
.dllinks {
float: right;
text-align: right;
}
#titdiv a:link{ color: white; }
#titdiv a:visited{ color: white; }
#maindiv a:link{ color: #666; }
#maindiv a:visited{ color: #600; }
.t0 { color: #000;}
.t1 { color: #C00;}
.t2 { color: #0C0;}
.t3 { color: #00C;}
.t4 { color: #AA0;}
.t5 { color: #C0C;}
.t6 { color: #0CC;}
.topicchoice {
border: 2px solid black;
border-radius: 10px;
padding: 4px;
cursor: pointer;
text-decoration: underline;
}
#explanation {
background-color: #CFC;
border-radius: 5px;
color: black;
padding: 5px;
text-align: center;
}
#sortoptions {
text-align: center;
padding: 10px;
}
.sim {
cursor: pointer;
text-decoration: underline;
}