Moved everything to kareha directory, there is no wakaba src in this repo yet. ;)
[wakaba-kareha.git] / kareha / extras / styles / css / mercury.css
blob6f57d487a1f73143835462db96e38861ad079ad2
1 html { padding: 0px; margin: 0px; background: #FFFFFF; }
3 body {
4 padding: 8px; margin: 0px;
5 background: #FFFFFF url(../img/ginchan.png) no-repeat fixed bottom right;
6 color: #000000;
8 a { color: #3322AA; }
9 a:hover { color: #FF4488; }
10 form { margin: 0px; }
11 ol ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
12 ol p:first-child, ul p:first-child { margin-top: 0; }
13 ol p:last-child, ul p:last-child { margin-bottom: 0; }
14 .aa { font-family: Mona,'MS PGothic' !important; }
17 input, textarea { border: 1px solid #000000; }
18 input[type=submit] { }
19 input[type="file"] > input[type="text"] { border: 1px solid #000000; }
23 .outerbox, .backlogpage #threads {
24 background: #DDDDE7; color: #000000;
25 font-family: garamond, serif;
26 clear: both;
27 margin-bottom: 0;
28 padding-bottom: 0.5em;
29 border-bottom: 2px solid #AAAABB;
31 h1 {
32 font-size: 2em; font-weight: bold; font-family: garamond, serif;
33 text-align: center;
34 border-bottom: 2px solid #441188;
35 padding: 4px 4px 0px 4px;
37 #titlebox {
38 position: relative;
39 background: #DDDDE7 url(../img/rose_big.png) no-repeat scroll bottom right;
41 #titlebox .threadnavigation { position: absolute; right: 0.7em; top: 0.7em; }
42 #titlebox div>.threadnavigation { right: 0.3em; }
43 #rules { padding: 0em 0.5em; }
44 #stylebox { padding: 0.5em; }
45 #threadbox { margin-bottom: 2em; }
46 #threadbox .innerbox { padding: 1em 0.5em 0.2em 0.5em; }
47 #threadbox .threadlink, #threadlinks a { padding-right: 0.5em; }
48 #threadlinks { text-align: right; font-weight: bold; }
52 #createbox { margin-right: 100px;
53 background: #DDDDE7 url(../img/rose_big.png) no-repeat scroll top right;
55 #createbox h2 {
56 border-bottom: 2px solid #441188;
57 font-size: 1.2em; font-family: garamond, serif; font-weight: bold;
58 margin: 0 0 0.7em 0; padding: 0 0 0 3em;
60 .threadcaptcha { color: #000000; }
66 #posts {
68 #posts .thread, #posts .sagethread { padding: 4px; margin-bottom: 2em; clear: both; }
69 #posts h2 {
70 float: left;
71 background: #DDDDE7 url(../img/rose.png) no-repeat scroll 4px 2px;
72 height: 26px;
73 line-height: 26px;
74 border-bottom: 2px solid #441188;
75 font-size: 1.2em; font-family: garamond, serif; font-weight: bold;
76 margin: 0 0 0.7em 0; padding: 0 8px 0 32px;
78 #posts .sagethread h2 {
79 background: #DFDFDF url(../img/greyrose.png) no-repeat scroll 4px 2px;
80 border-bottom: 2px solid #555555;
82 #posts .sagethread a { color: #333333; }
83 #posts .sagethread a:hover { color:#FF4488; }
84 #posts h2 a { color: #000000; text-decoration: none; }
85 #posts h2 a:hover { color:#FF4488; }
86 #posts h2 small { font-size: 1em; font-weight: normal; margin-left: 0.5em; }
87 #posts .threadnavigation { float: right; padding-right: 100px; }
88 #posts .replies { clear: both; }
89 #posts .allreplies, #posts .firstreply, #posts .finalreplies { }
90 #posts .repliesomitted { clear: both; background: #DDDDE7; height: 3px; margin: 0 120px 1em 20px; }
91 #posts .sagethread .repliesomitted { background: #DFDFDF; }
94 #posts .reply, #posts .deletedreply {
95 clear: both;
96 margin: 0 100px 1.2em 0;
98 #posts h3 {
99 font-size: 1em; font-family: garamond, serif; font-weight: normal;
100 margin: 0;
102 #posts .deletedreply h3 { color: #AFAFAF; }
103 #posts h3 a { color: #000000; }
104 #posts h3 a:hover { color:#FF4488; }
105 #posts h3 .replynum {
106 width: 1.5em;
107 font-family: garamond, serif; font-weight: bold;
108 text-align: right;
109 margin-right: 0.5em;
110 float: left;
112 #posts h3 .replynum a { color: #000000; text-decoration: none; }
113 #posts h3 .replynum a:hover { color:#FF4488; }
114 #posts h3 .postername { color: #000000; font-weight: bold; font-size: 1.1em; }
115 #posts h3 .postertrip {
116 color: #000000;
118 #posts h3 small { margin-left: 0.5em; }
119 #posts .deletebutton { font-size: small; }
120 #posts .deletebutton a { color: #3322AA; }
121 #posts .sagethread .deletebutton a { color: #333333; }
122 #posts .deletebutton a:hover { color:#FF4488; }
123 #posts img.thumb, #posts a img {
124 float: left;
125 border: 1px solid #000000;
126 margin: 0.5em 2em 0.5em 2em;
128 #posts .nothumbnail {
129 float: left;
130 display: inline; /* stupid IE bug */
131 background: #eeeeee;
132 border: 2px dashed #cccccc;
133 text-align: center;
134 padding: 1em 0.5em 1em 0.5em;
135 margin: 0.5em 2em 0.5em 2em;
137 .replytext { margin: 0.7em 0em 1.5em 2em; text-align: justify; }
138 .reply .replytext > :first-child { margin-top: 0em; }
139 .allreplies .reply:first-child .replytext > :first-child:first-letter,
140 .firstreply .reply:first-child .replytext > :first-child:first-letter,
141 #createbox form .replytext > :first-child:first-letter {
142 font-size: 1.5em;
144 .replytext blockquote { font-style: italic; margin-left: 0em; color: #7f7f7f; }
145 .replytext blockquote em { font-style: normal; }
146 #posts .replyabbrev { color: #707070; margin-left: 3em; margin-bottom: 0.5em; }
147 h4 {
148 float: right;
149 font-weight: normal; font-style: italic; font-size: 1.2em;
150 margin: 0; padding: 0;
155 #posts form {
156 clear: both;
157 background: #CCCCEE url(../img/rose_big.png) no-repeat scroll top right;
158 color: #000000;
159 border-bottom: 2px solid #BBBBBB;
160 font-family: garamond, serif;
161 margin: 3px 100px 3px 3px; padding: 3px;
163 #posts form .replytext, #createbox form .replytext {
164 border: 1px dotted #000000;
165 margin: 0.5em 0;
166 padding: 0 1em;
167 background: #ffffff;
169 #posts .sagethread form {
170 background: #D7D7D7 url(../img/greyrose_big.png) no-repeat scroll top right;
173 .postcaptcha { color: #000000; }
177 #footer { text-align: center; font-size: 0.8em; }
181 #navigation {
182 float:left;
183 white-space: nowrap;
184 background: #DDDDE7;
185 border-bottom: 2px solid #441188;
186 font-size: small;
187 font-family: sans-serif;
188 padding: 4px;
189 margin: 0.3em 0.3em 1em 1em;
191 #navigation strong { font-weight: bold; }
192 #navigation a { padding: 3px; }
196 #oldthreadlist {
197 width: 100%;
198 font-family: garamond, serif;
199 padding: 0 1em; margin: 0 auto 7px auto;
200 background: #DDDDE7 url(../img/rose_big.png) no-repeat scroll top right;
202 #oldthreadlist th {
203 text-align: left;
204 border-bottom: 2px solid #441188;
206 #oldthreadlist .line0 { }
207 #oldthreadlist .line1 { }
208 #oldthreadlist a { display: block; }
213 .errorpage h1, .errorpage h2 {
214 clear: both;
215 text-align: center;
216 margin: 1em 0;
217 padding: 0;
220 .errorpage h1 {
221 border: 2px dashed #aaa;