repo.or.cz
/
wakaba-kareha.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Moved everything to kareha directory, there is no wakaba src in this repo yet. ;)
[wakaba-kareha.git]
/
kareha
/
mode_image
/
css
/
gurochan.css
blob
48b76afe1669ac9f78beffb374e3b6d06d3a4b6d
1
html
,
body
{
2
font-size
:
10pt
;
3
background
:
#EDDAD2
;
4
color
:
#000000
;
5
}
6
* {
7
font-family
:
"Trebuchet MS"
,
Tahoma
,
Verdana
,
Arial
,
sans-serif
;
8
font-size
:
10pt
;
9
}
10
input
,
textarea
{
11
background-color
:
#E6CBC0
;
12
border
:
1px
solid
#CA927B
;
13
}
14
a
{
15
background
:
inherit
;
16
color
:
#34345C
;
17
}
18
a
:
visited
{
19
background
:
inherit
;
20
color
:
#34345C
;
21
}
22
a
:
hover
{
23
color
:
#DD0000
;
24
background
:
inherit
;
25
}
26
a
.
quotelink
{
27
background
:
inherit
;
28
color
:
#DD0000
;
29
}
30
.logo
{
31
clear
:
both
;
32
text-align
:
center
;
33
background
:
inherit
;
34
font-size
:
24pt
;
35
color
:
#AF0A0F
;
36
width
:
100
%;
37
}
38
.postarea
{
39
background
:
inherit
;
40
}
41
.postblock
{
42
background
:
#D9AF9E
;
43
border
:
1px
solid
#CA927B
;
44
color
:
black
;
45
font-weight
:
bold
;
46
padding
:
2px 5px 2px 5px
;
47
}
48
.footer
{
49
text-align
:
center
;
50
font-size
:
12px
;
51
}
52
.unkfunc
{
53
background
:
inert
;
54
color
:
#789922
;
55
}
56
.filesize
{
57
text-decoration
:
none
;
58
}
59
.filetitle
{
60
background
:
inherit
;
61
color
:
#0F0C5D
;
62
font-weight
:
800
;
63
}
64
.postername
{
65
background
:
inherit
;
66
font-size
:
11pt
;
67
color
:
#117743
;
68
font-weight
:
bold
;
69
}
70
.postertrip
{
71
background
:
inherit
;
72
color
:
#228854
;
73
}
74
.oldpost
{
75
background
:
inherit
;
76
color
:
#0F0C5D
;
77
font-weight
:
800
;
78
}
79
.omittedposts
{
80
background
:
inherit
;
81
color
:
#070707
;
82
}
83
.reply
{
84
background
:
#D9AF9E
;
85
color
:
#000000
;
86
border
:
1px
solid
#CA927B
;
87
}
88
.replyhl
{
89
background
:
#D6BAD0
;
90
color
:
#000000
;
91
}
92
.doubledash
{
93
vertical-align
:
top
;
94
clear
:
both
;
95
float
:
left
;
96
}
97
.replytitle
{
98
background
:
inherit
;
99
font-size
:
18px
;
100
color
:
#0F0C5D
;
101
font-weight
:
800
;
102
}
103
.commentpostername
{
104
background
:
inherit
;
105
font-size
:
11pt
;
106
color
:
#117743
;
107
font-weight
:
bold
;
108
}
109
a
.
quotejs
{
110
color
:
#000000
;
111
text-decoration
:
none
;
112
}
113
a
.
quotejs
:
hover
{
114
font-weight
:
bold
;
115
}
116
117
.adminbar
{
118
text-align
:
center
;
119
}