|
1
|
1 |
html, body, div, span, applet, object, iframe, |
|
|
2 |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
|
3 |
a, abbr, acronym, address, big, cite, code, |
|
|
4 |
del, dfn, em, img, ins, kbd, q, s, samp, |
|
|
5 |
small, strike, strong, sub, sup, tt, var, |
|
|
6 |
b, u, i, center, |
|
|
7 |
dl, dt, dd, ol, ul, li, |
|
|
8 |
fieldset, form, label, legend, |
|
|
9 |
table, caption, tbody, tfoot, thead, tr, th, td, |
|
|
10 |
article, aside, canvas, details, embed, |
|
|
11 |
figure, figcaption, footer, header, hgroup, |
|
|
12 |
menu, nav, output, ruby, section, summary, |
|
|
13 |
time, mark, audio, video { |
|
|
14 |
margin: 0; |
|
|
15 |
padding: 0; |
|
|
16 |
border: 0; |
|
|
17 |
font-size: 100%; |
|
|
18 |
font: inherit; |
|
|
19 |
vertical-align: baseline; |
|
|
20 |
} |
|
|
21 |
|
|
|
22 |
input::-moz-focus-inner /*Remove button padding in FF*/ |
|
|
23 |
{ |
|
|
24 |
border: 0; |
|
|
25 |
padding: 0; |
|
|
26 |
} |
|
|
27 |
|
|
|
28 |
table { |
|
|
29 |
border-collapse: separate; border-spacing: 0; |
|
|
30 |
} |
|
|
31 |
|
|
|
32 |
th, td { |
|
|
33 |
vertical-align: top; |
|
|
34 |
} |
|
|
35 |
|
|
|
36 |
img a { |
|
|
37 |
border: none; |
|
|
38 |
} |
|
|
39 |
|
|
|
40 |
h1 { |
|
|
41 |
font-size: 20px; font-weight: bold; margin: 5px 0; text-align: center; |
|
|
42 |
} |
|
|
43 |
|
|
|
44 |
#playground { |
|
|
45 |
width: 800px; height: 600px; border: 1px solid #000000; |
|
|
46 |
margin: 0 10px; float: left; |
|
|
47 |
} |
|
|
48 |
|
|
|
49 |
ul.modeselector { |
|
|
50 |
list-style: none; margin: 0 10px; |
|
|
51 |
} |
|
|
52 |
|
|
|
53 |
.modeselector li { |
|
|
54 |
border: 1px solid #666; padding: 5px; margin-right: 5px; display: inline-block; |
|
|
55 |
|
|
|
56 |
} |
|
|
57 |
|
|
|
58 |
.modeselector li.selected { |
|
|
59 |
background: #ccc; |
|
|
60 |
} |
|
|
61 |
|
|
|
62 |
#preview { |
|
|
63 |
border: 1px solid #000000; width: 320px; height: 240px; |
|
|
64 |
} |