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
/
futaba.css
blob
303ab62480ce41144431a6f7b1bfa0b1a943a0af
1
html
,
body
{
2
background
:
#FFFFEE
;
3
color
:
#800000
;
4
}
5
a
{
6
color
:
#0000EE
;
7
}
8
a
:
hover
{
9
color
:
#DD0000
;
10
}
11
.adminbar
{
12
text-align
:
right
;
13
clear
:
both
;
14
float
:
right
;
15
}
16
.logo
{
17
clear
:
both
;
18
text-align
:
center
;
19
font-size
:
2em
;
20
color
:
#800000
;
21
width
:
100
%;
22
}
23
.theader
{
24
background
:
#E04000
;
25
text-align
:
center
;
26
padding
:
2px
;
27
color
:
#FFFFFF
;
28
width
:
100
%;
29
}
30
.postarea
{
31
}
32
.rules
{
33
font-size
:
0.7em
;
34
}
35
.postblock
{
36
background
:
#EEAA88
;
37
color
:
#800000
;
38
font-weight
:
800
;
39
}
40
.footer
{
41
text-align
:
center
;
42
font-size
:
12px
;
43
font-family
:
serif
;
44
}
45
.passvalid
{
46
background
:
#EEAA88
;
47
text-align
:
center
;
48
width
:
100
%;
49
color
:
#ffffff
;
50
}
51
.dellist
{
52
font-weight
:
bold
;
53
text-align
:
center
;
54
}
55
.delbuttons
{
56
text-align
:
center
;
57
padding-bottom
:
4px
;
58
59
}
60
.managehead
{
61
background
:
#AAAA66
;
62
color
:
#400000
;
63
padding
:
0px
;
64
}
65
.postlists
{
66
background
:
#FFFFFF
;
67
width
:
100
%;
68
padding
:
0px
;
69
color
:
#800000
;
70
}
71
.row1
{
72
background
:
#EEEECC
;
73
color
:
#800000
;
74
}
75
.row2
{
76
background
:
#DDDDAA
;
77
color
:
#800000
;
78
}
79
.unkfunc
{
80
background
:
inert
;
81
color
:
#789922
;
82
}
83
.filesize
{
84
text-decoration
:
none
;
85
}
86
.filetitle
{
87
background
:
inherit
;
88
font-size
:
1.2em
;
89
color
:
#CC1105
;
90
font-weight
:
800
;
91
}
92
.postername
{
93
color
:
#117743
;
94
font-weight
:
bold
;
95
}
96
.postertrip
{
97
color
:
#228854
;
98
}
99
.oldpost
{
100
color
:
#CC1105
;
101
font-weight
:
800
;
102
}
103
.omittedposts
{
104
color
:
#707070
;
105
}
106
.reply
{
107
background
:
#F0E0D6
;
108
color
:
#800000
;
109
}
110
.doubledash
{
111
vertical-align
:
top
;
112
clear
:
both
;
113
float
:
left
;
114
}
115
.replytitle
{
116
font-size
:
1.2em
;
117
color
:
#CC1105
;
118
font-weight
:
800
;
119
}
120
.commentpostername
{
121
color
:
#117743
;
122
font-weight
:
800
;
123
}
124
.thumbnailmsg
{
125
font-size
:
small
;
126
color
:
#800000
;
127
}
128
129
130
131
.abbrev
{
132
color
:
#707070
;
133
}
134
.highlight
{
135
background
:
#F0E0D6
;
136
color
:
#800000
;
137
border
:
2px
dashed
#EEAA88
;
138
}