OSDN Git Service

ぱんだ:[[BugTrack/171]]
[pukiwiki/pukiwiki.git] / skin / default.en.css
1 @charset "iso-8859-1";
2
3 pre, dl, ol, p, blockquote { line-height:130%; }
4
5 body,td
6 {
7         color: black;
8         margin-left: 2%;
9         margin-right: 2%;
10         font-size: 14px;
11         font-family: verdana, arial, helvetica, Sans-Serif;
12 }
13
14 a:link
15 {
16         color: #215dc6;
17         text-decoration: none;
18 }
19
20 a:active
21 {
22         background: #CCDDEE;
23         color: #215dc6;
24         text-decoration: none;
25 }
26
27 a:visited
28 {
29         color: #a63d21;
30         text-decoration: none;
31 }
32
33 a:hover
34 {
35         background: #CCDDEE;
36         color: #215dc6;
37         text-decoration: underline;
38 }
39
40 h1, h2, h3, h4, h5, h6
41 {
42         font-family: verdana, arial, helvetica, Sans-Serif;
43         background-color: #DDEEFF;
44         padding: .3em;
45 }
46
47 dt {
48         font-weight: bold;
49         margin-top: 1em;
50         margin-left: 1em;
51 }
52
53 pre {
54         border-top:    #DDDDEE 1px solid;
55         border-bottom: #888899 1px solid;
56         border-left:   #DDDDEE 1px solid;
57         border-right:  #888899 1px solid;
58         padding: .5em;
59         margin-left: 1em;
60         margin-right: 2em;
61         white-space: pre;
62         background-color: #F0F8FF;
63         color: black;
64 }
65
66 img {
67         border: none;
68         vertical-align: middle;
69 }
70
71 ul {
72         margin-top: .5em;
73         margin-bottom: .5em;
74         line-height:130%;
75 }
76
77 em {
78         font-style:italic;
79 }
80
81 strong {
82         font-weight:bold;
83 }
84
85 address {
86         font-style:normal;
87         font-family:Verdana;
88         font-size:8px;
89 }
90
91 .noexists {
92         background-color:#FFFACC;
93 }
94
95 .style_table {
96         margin:auto;
97         border:0px;
98         padding:0px;
99         text-align:left;
100         background-color:#ccd5dd;
101 }
102
103 .style_td {
104         background-color: #EEF5FF;
105         padding: 5px;
106         margin: 1px;
107 }
108
109 .style_calendar {
110         border: 0px;
111         background-color: #CCD5DD;
112         padding: 0px;
113 }
114
115 .style_td_caltop {
116         background-color: #EEF5FF;
117         padding: 5px;
118         margin: 1px;
119         height:15px;
120 }
121
122 .style_td_today {
123         background-color: #FFFFDD;
124         padding: 5px;
125         margin: 1px;
126         width:14%;
127         height:19px;
128 }
129
130 .style_td_sat {
131         background-color: #DDE5FF;
132         padding: 5px;
133         margin: 1px;
134         width:14%;
135         height:19px;
136 }
137
138 .style_td_sun {
139         background-color: #FFEEEE;
140         padding: 5px;
141         margin: 1px;
142         width:14%;
143         height:19px;
144 }
145
146 .style_td_day {
147         background-color: #EEF5FF;
148         padding: 5px;
149         margin: 1px;
150         width:14%;
151         height:19px;
152 }
153
154 .style_td_blank {
155         background-color: #EEF5FF;
156         padding: 5px;
157         margin: 1px;
158         width:14%;
159         height:19px;
160 }
161
162 .style_td_week {
163         background-color: #DDE5EE;
164         padding: 5px;
165         margin: 1px;
166         height:15px;
167 }
168
169 .small {
170         font-size:12px;
171 }
172
173 .super_index {
174         color: #DD3333;
175         font-weight: bold;
176         font-size:12px;
177         vertical-align:super;
178 }
179
180 .note_super {
181         color: #DD3333;
182         font-weight: bold;
183         font-size:10px;
184         vertical-align:super;
185 }
186
187 .full_hr {
188         border-style:ridge;
189         border-color:#333333;
190         border-width:1px 0px;
191 }
192
193 .note_hr {
194         width:90%;
195         border-style:ridge;
196         border-color:#333333;
197         border-width:1px 0px;
198         text-align:center;
199         margin:1em auto 0em auto;
200 }
201
202 .side_label {
203         text-align:center;
204 }
205
206 .counter {
207         font-size:8px;
208 }
209 .vote_label{
210         background-color: #FFCCCC;
211 }
212 .vote_td1{
213         background-color: #DDE5FF;
214 }
215 .vote_td2{
216         background-color: #EEF5FF;
217 }
218
219 .recent_list{
220         margin:0px;
221         margin-left:1em;
222         padding:0px;
223         border:0px;
224         word-wrap:break-word;
225         word-break:break-all;
226 }
227
228 .side_label{
229         margin:auto;
230         margin-top:0px;
231         margin-bottom:.5em;
232 }
233
234 span.diff_added {
235         color: blue;
236 }
237
238 span.diff_removed {
239         color: red;
240 }
241
242 .ie5 {
243         text-align:center;
244 }
245
246 .size1{
247         font-size:xx-small;
248         line-height:130%;
249         text-indent:0px;
250         display:inline-block;
251 }
252
253 .size2{
254         font-size:x-small;
255         line-height:130%;
256         text-indent:0px;
257         display:inline-block;
258 }
259
260 .size3{
261         font-size:small;
262         line-height:130%;
263         text-indent:0px;
264         display:inline-block;
265 }
266 .size4{
267         font-size:medium;
268         line-height:130%;
269         text-indent:0px;
270         display:inline-block;
271 }
272
273 .size5{
274         font-size:large;
275         line-height:130%;
276         text-indent:0px;
277         display:inline-block;
278 }
279
280 .size6{
281         font-size:x-large;
282         line-height:130%;
283         text-indent:0px;
284         display:inline-block;
285 }
286
287 .size7{
288         font-size:xx-large;
289         line-height:130%;
290         text-indent:0px;
291         display:inline-block;
292 }
293
294 ul.list1{
295         list-style-type:disc;
296 }
297
298 ul.list2{
299         list-style-type:circle;
300 }
301
302 ul.list3{
303         list-style-type:square;
304 }
305
306 ol.list1{
307         list-style-type:decimal;
308 }
309
310 ol.list2{
311         list-style-type:lower-roman;
312 }
313
314 ol.list3{
315         list-style-type:lower-alpha;
316 }