git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / stylesheets / small_screen_rendering.css
1 *
2 {
3 background-image: none !important;
4 float: none !important;
5 font-size: 10px !important;
6 font-variant: normal !important;
7 height: auto !important;
8 left: auto !important;
9 letter-spacing: 0 !important;
10 margin-bottom: auto !important;
11 margin-left: 0 !important;
12 margin-right: 0 !important;
13 margin-top: auto !important;
14 max-width: 250px !important;
15 padding-left: 0 !important;
16 padding-right: 0 !important;
17 position: static !important;
18 text-transform: none !important;
19 top: auto !important;
20 word-spacing: 0 !important;
21 }
22
23 *:not(body):not(html):not(li):not(ol):not(ul)
24 {
25 overflow: hidden !important;
26 }
27
28 *:not(img)
29 {
30 width: auto !important;
31 }
32
33 *:not(input):not(select):not(textarea)
34 {
35 border-style: none !important;
36 }
37
38 a
39 {
40 text-decoration: underline !important;
41 }
42
43 body
44 {
45 background-color: #ffffff !important;
46 padding: 5px !important;
47 width: 250px !important;
48 }
49
50 body, html
51 {
52 margin: 0 !important;
53 }
54
55 h1, h2
56 {
57 font-size: 12px !important;
58 }
59
60 html
61 {
62 background-color: #666666 !important;
63 padding: 0 !important;
64 }
65
66 li
67 {
68 display: list-item !important;
69 }
70
71 ol, table, tbody, td, tfoot, th, thead, tr, ul
72 {
73 display: block !important;
74 }
75
76 ol, ul
77 {
78 padding-left: 15px !important;
79 }
80
81 ul
82 {
83 list-style-type: square !important;
84 }