修訂 | e07e597d170ff1fe7341e77738048f946b4cae7d (tree) |
---|---|
時間 | 2018-04-11 15:11:42 |
作者 | kgsoft <kgsoft@871d...> |
Commiter | kgsoft |
defaultテーマの追加
@@ -0,0 +1,309 @@ | ||
1 | +body { | |
2 | + background-color: #FFFFFF; | |
3 | + color : #000000; | |
4 | +} | |
5 | + | |
6 | +div.adminmenu { | |
7 | + text-align : right; | |
8 | + padding-bottom : 5px; | |
9 | + margin-bottom : 5px; | |
10 | + border-bottom : #000088 1px dotted; | |
11 | + font-size : 80%; | |
12 | +} | |
13 | + | |
14 | +div.footer { | |
15 | + border-top : #000088 1px dotted; | |
16 | + margin-top : 20px; | |
17 | + padding-top : 5px; | |
18 | + text-align : right; | |
19 | + font-size : 80%; | |
20 | + font-style : italic; | |
21 | +} | |
22 | + | |
23 | +hr { | |
24 | + color : #AABBFF; | |
25 | +} | |
26 | + | |
27 | +pre { | |
28 | + border : #888888 1px dotted; | |
29 | + padding : 4px; | |
30 | + margin-left : 20px; | |
31 | + color : #666666; | |
32 | +} | |
33 | + | |
34 | +blockquote { | |
35 | + border : #AABBFF 1px solid; | |
36 | + padding : 4px; | |
37 | + margin-left : 20px; | |
38 | + font-style : italic; | |
39 | +} | |
40 | + | |
41 | +h1 { | |
42 | + text-align : right; | |
43 | + background-color : #FFFFFF; | |
44 | + font-family : Verdana,Arial,Helvetica,sans-serif; | |
45 | +} | |
46 | + | |
47 | + | |
48 | +h2 { | |
49 | + background-color : #AABBFF; | |
50 | + font-family : Verdana,Arial,Helvetica,sans-serif; | |
51 | + padding-left : 4pt; | |
52 | + margin-bottom : 5px; | |
53 | +} | |
54 | + | |
55 | +h3 { | |
56 | + border-left : #AABBFF 10px solid; | |
57 | + border-top : #AABBFF 5px solid; | |
58 | + border-right : #AABBFF 1px solid; | |
59 | + border-bottom : #AABBFF 1px solid; | |
60 | + font-family : Verdana,Arial,Helvetica,sans-serif; | |
61 | + padding-left : 3pt; | |
62 | + margin-bottom : 5px; | |
63 | +} | |
64 | + | |
65 | +h4 { | |
66 | + border-left : #AABBFF 10px solid; | |
67 | + padding-left : 4px; | |
68 | + font-family : Verdana,Arial,Helvetica,sans-serif; | |
69 | + padding-left : 2pt; | |
70 | + margin-bottom : 5px; | |
71 | +} | |
72 | + | |
73 | +div.body { | |
74 | + padding-left : 5px; | |
75 | +} | |
76 | + | |
77 | +div.body p { | |
78 | + text-indent : 10px; | |
79 | + line-height : 150%; | |
80 | + margin-top : 10px; | |
81 | + margin-bottom : 20px; | |
82 | +} | |
83 | + | |
84 | +div.body blockquote p { | |
85 | + margin-top : 0px; | |
86 | + margin-bottom : 0px; | |
87 | + text-indent : 0px; | |
88 | +} | |
89 | + | |
90 | +table { | |
91 | + border : #888888 2px solid; | |
92 | +} | |
93 | + | |
94 | +th { | |
95 | + border : #888888 1px solid; | |
96 | + background-color : #88AAFF; | |
97 | +} | |
98 | + | |
99 | +td { | |
100 | + border : #888888 1px solid; | |
101 | +} | |
102 | + | |
103 | +A:link { | |
104 | + color : #4444FF; | |
105 | + text-decoration : none; | |
106 | +} | |
107 | + | |
108 | +A:visited { | |
109 | + color : #4444FF; | |
110 | + text-decoration : none; | |
111 | +} | |
112 | + | |
113 | +A:hover { | |
114 | + color : #FF4444; | |
115 | + text-decoration : underline; | |
116 | +} | |
117 | + | |
118 | +dt { | |
119 | + border-bottom : #4444FF 1px dotted; | |
120 | + margin-bottom : 5px; | |
121 | + font-weight : bold; | |
122 | +} | |
123 | + | |
124 | +dd { | |
125 | + margin-left : 20pt; | |
126 | + margin-bottom : 5pt; | |
127 | +} | |
128 | + | |
129 | +div.main { | |
130 | + margin-left: 150px; | |
131 | +} | |
132 | + | |
133 | +div.sidebar { | |
134 | + position : absolute; | |
135 | + top : 0px; | |
136 | + left : 0px; | |
137 | + width : 150px; | |
138 | + font-size : x-small; | |
139 | + padding : 2pt; | |
140 | + border-right : #AABBFF 1px solid; | |
141 | + border-bottom : #AABBFF 1px solid; | |
142 | + color : #000000; | |
143 | + background-color: #EEEEFF; | |
144 | + word-break : break-all; | |
145 | +} | |
146 | + | |
147 | +div.comment { | |
148 | + margin-top : 10px; | |
149 | + margin-bottom : 10px; | |
150 | + background-color : #EEEEFF; | |
151 | + border : #AABBFF 1px solid; | |
152 | + font-size : 80%; | |
153 | +} | |
154 | + | |
155 | +div.comment p { | |
156 | + margin-top : 5pt; | |
157 | + margin-bottom : 5pt; | |
158 | +} | |
159 | + | |
160 | +div.sidebar ul,div.sidebar li { | |
161 | + padding-left : 0pt; | |
162 | + margin-left : 10pt; | |
163 | +} | |
164 | + | |
165 | +div.sidebar ol,div.sidebar li { | |
166 | + padding-left : 0pt; | |
167 | + margin-left : 10pt; | |
168 | +} | |
169 | + | |
170 | +div.sidebar h2,div.sidebar h3,div.sidebar h4 { | |
171 | + margin-top : 0px; | |
172 | +} | |
173 | + | |
174 | +/* calendar plugin */ | |
175 | +table.calendar { | |
176 | + font-size: 90%; | |
177 | + line-height: 1.1em; | |
178 | +} | |
179 | + | |
180 | +table.calendar td { | |
181 | + margin: 0px; | |
182 | + text-align: right; | |
183 | + padding: 0px; | |
184 | +} | |
185 | + | |
186 | +table.calendar td.calendar-prev-month, | |
187 | +table.calendar td.calendar-current-month, | |
188 | +table.calendar td.calendar-next-month { | |
189 | + text-align: center; | |
190 | +} | |
191 | + | |
192 | +.calendar-sunday { | |
193 | + color: #f00; | |
194 | +} | |
195 | + | |
196 | +.calendar-saturday { | |
197 | + color: #00f; | |
198 | +} | |
199 | + | |
200 | +.calendar-weekday { | |
201 | + color: #000; | |
202 | +} | |
203 | + | |
204 | +.calendar-prev-month, .calendar-current-month, .calendar-next-month, | |
205 | +.calendar-sunday, .calendar-weekday, .calendar-saturday { | |
206 | + background-color : #88AAFF; | |
207 | +} | |
208 | + | |
209 | +@media print { | |
210 | + div.sidebar { | |
211 | + display: none; | |
212 | + } | |
213 | + | |
214 | + div.main { | |
215 | + margin-left: 0px; | |
216 | + } | |
217 | + | |
218 | + div.adminmenu { | |
219 | + display: none; | |
220 | + } | |
221 | + | |
222 | + div.footer { | |
223 | + display: none; | |
224 | + } | |
225 | + | |
226 | + h1 { | |
227 | + display: none; | |
228 | + } | |
229 | + | |
230 | + div.header { | |
231 | + display: none; | |
232 | + } | |
233 | + | |
234 | + div.comment { | |
235 | + display: none; | |
236 | + } | |
237 | + | |
238 | + a.partedit { | |
239 | + display: none; | |
240 | + } | |
241 | +} | |
242 | + | |
243 | +textarea.edit { | |
244 | + width: 100%; | |
245 | +} | |
246 | + | |
247 | +div.diff { | |
248 | + border : #888888 1px dotted; | |
249 | + padding : 4px; | |
250 | + margin-left : 20px; | |
251 | + color : #666666; | |
252 | +} | |
253 | + | |
254 | +ins.diff { | |
255 | + background-color: #AAFFAA; | |
256 | + text-decoration: none; | |
257 | +} | |
258 | + | |
259 | +del.diff { | |
260 | + background-color: #FFAAAA; | |
261 | + text-decoration: none; | |
262 | +} | |
263 | + | |
264 | +/*----------------------------------------------------------------------------*/ | |
265 | +/* User CSS */ | |
266 | +/*----------------------------------------------------------------------------*/ | |
267 | +/* エラーメッセージ */ | |
268 | +.error { | |
269 | + color : #FF0000; | |
270 | + font-weight : bold; | |
271 | +} | |
272 | + | |
273 | +/* 存在しないWikiページ */ | |
274 | +span.nopage { | |
275 | + background-color : #FFFF88; | |
276 | +} | |
277 | + | |
278 | +/* Wikiページへのアンカ */ | |
279 | +a.wikipage:link { | |
280 | + text-decoration : underline; | |
281 | +} | |
282 | + | |
283 | +a.wikipage:visited { | |
284 | + text-decoration : underline; | |
285 | +} | |
286 | + | |
287 | +a.wikipage:hover { | |
288 | + background-color: #DDDDDD; | |
289 | + text-decoration : underline; | |
290 | +} | |
291 | + | |
292 | +/* parteditプラグイン */ | |
293 | +div.partedit { | |
294 | + text-align : right; | |
295 | + font-size : 80%; | |
296 | +} | |
297 | + | |
298 | +/* calendarプラグイン */ | |
299 | +td.today { | |
300 | + background-color : #FF8888; | |
301 | +} | |
302 | + | |
303 | +td.have { | |
304 | + font-weight : bold; | |
305 | +} | |
306 | + | |
307 | +.calendar td { | |
308 | + text-align : right; | |
309 | +} |