OSDN Git Service

[[pukiwiki:BugTrack/51]] aタグへのmouse over時の挙動を変更
[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         width:14%;
108         height:19px;
109 }
110
111 .style_calendar {
112         border: 0px;
113         background-color: #CCD5DD;
114         padding: 0px;
115 }
116
117 .style_td_caltop {
118         background-color: #EEF5FF;
119         padding: 5px;
120         margin: 1px;
121         height:15px;
122 }
123
124 .style_td_today {
125         background-color: #FFFFDD;
126         padding: 5px;
127         margin: 1px;
128         width:14%;
129         height:19px;
130 }
131
132 .style_td_sat {
133         background-color: #DDE5FF;
134         padding: 5px;
135         margin: 1px;
136         width:14%;
137         height:19px;
138 }
139
140 .style_td_sun {
141         background-color: #FFEEEE;
142         padding: 5px;
143         margin: 1px;
144         width:14%;
145         height:19px;
146 }
147
148 .style_td_blank {
149         background-color: #EEF5FF;
150         padding: 5px;
151         margin: 1px;
152         width:14%;
153         height:19px;
154 }
155
156 .style_td_week {
157         background-color: #DDE5EE;
158         padding: 5px;
159         margin: 1px;
160         height:15px;
161 }
162
163 .small {
164         font-size:12px;
165 }
166
167 .super_index {
168         color: #DD3333;
169         font-weight: bold;
170         font-size:12px;
171         vertical-align:super;
172 }
173
174 .note_super {
175         color: #DD3333;
176         font-weight: bold;
177         font-size:10px;
178         vertical-align:super;
179 }
180
181 .full_hr {
182         border-style:ridge;
183         border-color:#333333;
184         border-width:1px 0px;
185 }
186
187 .note_hr {
188         width:90%;
189         border-style:ridge;
190         border-color:#333333;
191         border-width:1px 0px;
192         text-align:center;
193         margin:1em auto 0em auto;
194 }
195
196 .side_label {
197         text-align:center;
198 }
199
200 .counter {
201         font-size:8px;
202 }
203 .vote_label{
204         background-color: #FFCCCC;
205 }
206 .vote_td1{
207         background-color: #DDE5FF;
208 }
209 .vote_td2{
210         background-color: #EEF5FF;
211 }
212
213 .recent_list{
214         margin:0px;
215         margin-left:1em;
216         padding:0px;
217         border:0px;
218         word-wrap:break-word;
219         word-break:break-all;
220 }
221
222 .side_label{
223         margin:auto;
224         margin-top:0px;
225         margin-bottom:.5em;
226 }
227
228 span.diff_added {
229         color: blue;
230 }
231
232 span.diff_removed {
233         color: red;
234 }
235
236 .ie5 {
237         text-align:center;
238 }
239
240 .size1{
241         font-size:xx-small;
242         line-height:130%;
243         text-indent:0px;
244         display:inline-block;
245 }
246
247 .size2{
248         font-size:x-small;
249         line-height:130%;
250         text-indent:0px;
251         display:inline-block;
252 }
253
254 .size3{
255         font-size:small;
256         line-height:130%;
257         text-indent:0px;
258         display:inline-block;
259 }
260 .size4{
261         font-size:medium;
262         line-height:130%;
263         text-indent:0px;
264         display:inline-block;
265 }
266
267 .size5{
268         font-size:large;
269         line-height:130%;
270         text-indent:0px;
271         display:inline-block;
272 }
273
274 .size6{
275         font-size:x-large;
276         line-height:130%;
277         text-indent:0px;
278         display:inline-block;
279 }
280
281 .size7{
282         font-size:xx-large;
283         line-height:130%;
284         text-indent:0px;
285         display:inline-block;
286 }