View difference between Paste ID: mH8FigbQ and SS1MtWnm
SHOW: | | - or go back to the newest paste.
1
html, body, .topmenu {
2
	background: #FFE;
3
}
4
5
html, body, .row1, .row2, .reply, .replyhl, .catalogmsg {
6
	color: #090E00;
7
}
8
9
a {
10
	color: #D00;
11
}
12
13
a:hover {
14
	color: #00E;
15
}
16
17
.logo, .postlists, .thumbnailmsg, .highlight, .catalogthread:hover {
18
	color: #800000;
19
}
20
21
.replymode, .catalogmode {
22
	background: #D0AB65;
23
	color: #FFF;
24
}
25
26
.postarea, input[type=submit], .thrdcntnr, hr, .reflinkpreview, span[id*="unhidethread"], .cataloglist {
27
	border-color: #D0AB65;
28
}
29
30
.postblock {
31
	background: #F1C984;
32
	color: #403C0F;
33
}
34
35
.passvalid {
36
	background: #EA8;
37
	color: #FFF;
38
}
39
40
.managehead {
41
	background:#AA6;
42
	color: #400000;
43
}
44
45
.postlists {
46
	background: #FFF;
47
}
48
49
.row1 {
50
	background: #EEC;
51
}
52
53
.row2 {
54
	background: #DDA;
55
}
56
57
.unkfunc {
58
	color: #789922;
59
}
60
61
.filetitle, .oldpost, .replytitle, .catalogsubject {
62
	color: #CC1105;
63
}
64
65-
.postername, .commentpostername {
65+
.postername, .commentpostername, .reflink a:hover {
66
	color: #310000;
67
}
68
69
.postertrip {
70
	color: #228854;
71
}
72
73
.omittedposts, .abbrev, .catalogposts {
74
	color: #707070;
75
}
76
77
.reply, .replyhl, .highlight, #watchedthreads, .reflinkpreview, button, input[type=submit]:hover, .catalogthread {
78
	background: #FFECB2;
79
}
80
81
.reply, .userdelete table tr td, button, .pgstbl table, .pgstbl tr, .topmenu, .catalogthread {
82
	border-color: #F9E0A8;
83
}
84
85
.highlight, .catalogthread:hover {
86
	border-color: #EA8;
87
}
88
89
input[type=submit] {		
90
	background: #F9E0A8;
91
}
92
93
input[type=text]:focus, input[type=password]:focus, textarea:focus {
94
	border-color: #C66A3D;
95
}
96
97
.hidethread, .unhidethread, .watchthread, .expandthread, .quickreply, .hidewatchedthreads, .refreshwatchedthreads, .restorewatchedthreads {
98-
	background-image: url('http://410chan.org/css/icons/red/icons.png') !important;
98+
	background-image: url('./icons/red/icons.png') !important;
99
}