-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcyberforum.css
More file actions
59 lines (48 loc) · 939 Bytes
/
cyberforum.css
File metadata and controls
59 lines (48 loc) · 939 Bytes
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
.alt2, .alt2Active {
background: #3e3e3e95;
color: #989da0;
}
body {
background: #FFFFFF;
color: #000000;
font: 13px verdana,geneva,lucida,"lucida grande",arial,helvetica,sans-serif;
padding: 0px;
background-image: url("https://i.imgur.com/VKTPd2M.jpg");
background-repeat: repeat-y;
}
.page {
background: #ffffff00;
color: #000000;
}
.tborder {
background: #3e3e3e95;
color: #000000;
border: 1px solid #0B198C;
}
.alt1, .alt1Active {
background: #3e3e3e95;
color: #bac4ca;
}
a:link, body_alink {
color: #f0c0ff;
text-decoration: underline;
}
.bigusername {
font-size: 11pt;
color: #bf3ac5;
white-space: normal;
}
#kr_quickreply {
background: #3e3e3e95;
color: #bac4ca;
}
.panelsurround {
background: #3e3e3e95;
color: #bac4ca;
}
.panel {
background: #3e3e3e95;
color: #bac4ca;
padding: 5px;
border: 2px outset;
}