]> 4ch.mooo.com Git - test.git/blob - data/css/futaba.css
modified: data/css/yotsubanome.css
[test.git] / data / css / futaba.css
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 .catalogmode {
31         background:#0040E0;
32         text-align:center;
33         padding:2px;
34         color:#FFFFFF;
35         width:100%;
36 }
37 .postarea {
38 }
39 .rules {
40         font-size:0.7em;
41 }
42 .postblock {
43         background:#EEAA88;
44         color:#800000;
45         font-weight:800;
46 }
47 .footer {
48         text-align:center;
49         font-size:12px;
50         font-family:serif;
51 }
52 .passvalid {
53         background:#E08000;
54         text-align:center;
55         width:100%;
56         color:#FFFFFF;
57 }
58 .dellist {
59         font-weight: bold;
60         text-align:center;
61 }
62 .delbuttons {
63         text-align:center;
64         padding-bottom:4px;
65
66 }
67 .managehead {
68         background:#6080F6;
69         color:#800000;
70         padding:0px;
71 }
72 .postlists {
73         background:#FFFFFF;
74         width:100%;
75         padding:0px;
76         color:#800000;
77 }
78 .row1 {
79         background:#F6F6F6;
80         color:#800000;
81 }
82 .row2 {
83         background:#D6D6F6;
84         color:#800000;
85 }
86 .unkfunc {
87         background:inert;
88         color:#789922;
89 }
90 .filesize {
91         text-decoration:none;
92 }
93 .filetitle {
94         background:inherit;
95         font-size:1.2em;
96         color:#CC1105;
97         font-weight:800;
98 }
99 .postername {
100         color:#117743;
101         font-weight:bold;
102 }
103 .postertrip {
104         color:#228854;
105 }
106 .oldpost {
107         color:#CC1105;
108         font-weight:800;
109 }
110 .omittedposts {
111         color:#707070;
112 }
113 .reply {
114         background:#F0E0D6;
115         color:#800000;
116 }
117 .replyhl {
118         background:#F0E0D6;
119         color:#800000;
120         border: 2px dashed #EEAA88;
121 }
122 .doubledash {
123         vertical-align:top;
124         clear:both;
125         float:left;
126 }
127 .replytitle {
128         font-size: 1.2em;
129         color:#CC1105;
130         font-weight:800;
131 }
132 .commentpostername {
133         color:#117743;
134         font-weight:800;
135 }
136 .thumbnailmsg {
137         font-size: small;
138         color:#800000;
139 }
140
141 .abbrev {
142         color:#707070;
143 }