OSDN Git Service

[[pukiwiki:PukiWiki/1.3.2]] 修正ミス
[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         position:relative;
39         top:1px;
40         left:1px;
41 }
42
43 h1, h2, h3, h4, h5, h6
44 {
45         font-family: verdana, arial, helvetica, Sans-Serif;
46         background-color: #DDEEFF;
47         padding: .3em;
48 }
49
50 dt {
51         font-weight: bold;
52         margin-top: 1em;
53         margin-left: 1em;
54 }
55
56 pre {
57         border-top:    #DDDDEE 1px solid;
58         border-bottom: #888899 1px solid;
59         border-left:   #DDDDEE 1px solid;
60         border-right:  #888899 1px solid;
61         padding: .5em;
62         margin-left: 1em;
63         margin-right: 2em;
64         white-space: pre;
65         background-color: #F0F8FF;
66         color: black;
67 }
68
69 img {
70         border: none;
71         vertical-align: middle;
72 }
73
74 ul {
75         margin-top: .5em;
76         margin-bottom: .5em;
77         line-height:130%;
78 }
79
80 em {
81         font-style:italic;
82 }
83
84 strong {
85         font-weight:bold;
86 }
87
88 address {
89         font-style:normal;
90         font-family:Verdana;
91         font-size:8px;
92 }
93
94 .noexists {
95         background-color:#FFFACC;
96 }
97
98 .style_table {
99         margin:auto;
100         border:0px;
101         padding:0px;
102         text-align:left;
103         background-color:#ccd5dd;
104 }
105
106 .style_td {
107         background-color: #EEF5FF;
108         padding: 5px;
109         margin: 1px;
110         width:14%;
111         height:19px;
112 }
113
114 .style_calendar {
115         border: 0px;
116         background-color: #CCD5DD;
117         padding: 0px;
118 }
119
120 .style_td_caltop {
121         background-color: #EEF5FF;
122         padding: 5px;
123         margin: 1px;
124         height:15px;
125 }
126
127 .style_td_today {
128         background-color: #FFFFDD;
129         padding: 5px;
130         margin: 1px;
131         width:14%;
132         height:19px;
133 }
134
135 .style_td_sat {
136         background-color: #DDE5FF;
137         padding: 5px;
138         margin: 1px;
139         width:14%;
140         height:19px;
141 }
142
143 .style_td_sun {
144         background-color: #FFEEEE;
145         padding: 5px;
146         margin: 1px;
147         width:14%;
148         height:19px;
149 }
150
151 .style_td_blank {
152         background-color: #EEF5FF;
153         padding: 5px;
154         margin: 1px;
155         width:14%;
156         height:19px;
157 }
158
159 .style_td_week {
160         background-color: #DDE5EE;
161         padding: 5px;
162         margin: 1px;
163         height:15px;
164 }
165
166 .small {
167         font-size:12px;
168 }
169
170 .super_index {
171         color: #DD3333;
172         font-weight: bold;
173         font-size:12px;
174         vertical-align:super;
175 }
176
177 .note_super {
178         color: #DD3333;
179         font-weight: bold;
180         font-size:10px;
181         vertical-align:super;
182 }
183
184 .full_hr {
185         border-style:ridge;
186         border-color:#333333;
187         border-width:1px 0px;
188 }
189
190 .note_hr {
191         width:90%;
192         border-style:ridge;
193         border-color:#333333;
194         border-width:1px 0px;
195         text-align:center;
196         margin:1em auto 0em auto;
197 }
198
199 .side_label {
200         text-align:center;
201 }
202
203 .counter {
204         font-size:8px;
205 }
206 .vote_label{
207         background-color: #FFCCCC;
208 }
209 .vote_td1{
210         background-color: #DDE5FF;
211 }
212 .vote_td2{
213         background-color: #EEF5FF;
214 }
215
216 .recent_list{
217         margin:0px;
218         margin-left:1em;
219         padding:0px;
220         border:0px;
221         word-wrap:break-word;
222         word-break:break-all;
223 }
224
225 .side_label{
226         margin:auto;
227         margin-top:0px;
228         margin-bottom:.5em;
229 }
230
231 span.diff_added {
232         color: blue;
233 }
234
235 span.diff_removed {
236         color: red;
237 }
238
239 .ie5 {
240         text-align:center;
241 }
242
243 .size1{
244         font-size:xx-small;
245         line-height:130%;
246         text-indent:0px;
247         display:inline-block;
248 }
249
250 .size2{
251         font-size:x-small;
252         line-height:130%;
253         text-indent:0px;
254         display:inline-block;
255 }
256
257 .size3{
258         font-size:small;
259         line-height:130%;
260         text-indent:0px;
261         display:inline-block;
262 }
263 .size4{
264         font-size:medium;
265         line-height:130%;
266         text-indent:0px;
267         display:inline-block;
268 }
269
270 .size5{
271         font-size:large;
272         line-height:130%;
273         text-indent:0px;
274         display:inline-block;
275 }
276
277 .size6{
278         font-size:x-large;
279         line-height:130%;
280         text-indent:0px;
281         display:inline-block;
282 }
283
284 .size7{
285         font-size:xx-large;
286         line-height:130%;
287         text-indent:0px;
288         display:inline-block;
289 }