move to django 1.4 and django-pipeline,
[wolnelektury.git] / apps / wolnelektury_core / static / css / antiscreen.css
1 /*
2  * Style for handheld devices. Should cancel screen.css. 
3  */
4
5 a {
6     display: inline-block;
7     padding: .5em;
8 }
9
10 .left-column {
11     width: auto !important;
12     float: none !important;
13 }
14 .right-column {
15     float: none !important;
16     width: auto !important;
17 }
18
19 .hidden-box ul {
20     width: 20em !important;
21     column-width: auto !important;
22     -moz-column-width: auto !important;
23     -webkit-column-width: auto !important;
24 }
25
26 #header-content, div#main-content, div#half-header-content, #footer-content {
27     width: auto !important;
28     margin: 0 !important;
29 }
30
31 #promo-box {
32     float: none !important;
33     margin-top: 0 !important;
34 }
35
36 #promo-box-body {
37     height: auto !important;
38 }
39
40 #big-cite .vip {
41     float: none !important;
42     text-align: left !important;
43     width: auto !important;
44 }
45
46 #big-cite .cite-body {
47     margin-left: 0 !important;
48 }
49
50 #big-cite .source {
51     margin-left: 0 !important;
52 }
53
54
55 .book-wide-box {
56     width: auto !important;
57 }
58 .book-wide-box .book-box-body {
59     width: auto !important;
60 }
61
62
63 #tagged-object-list .left-column, #tagged-object-list .right-column {
64     width: auto !important;
65 }
66
67
68
69
70 .inline-body {
71     width: auto !important;
72 }
73
74
75 .search-result {
76     width: auto !important;
77 }
78
79
80 .book-list-header {
81     width: auto !important;
82 }
83
84 .book-wide-box .right-column {
85     width: auto !important;
86     margin-top: 0 !important;
87 }
88
89 .book-wide-box #theme-list-wrapper {
90     margin-bottom: 0 !important;
91 }
92
93 .snippets {
94     width: auto !important;
95     float: none !important;
96     margin-top: 0 !important;
97 }
98
99
100 /* HEADER */
101
102 #header {
103     height: auto !important;
104     padding-top: 0 !important;
105 }
106 #logo {
107     position: static !important;
108 }
109 #user-info {
110     float: none !important;
111     padding: 1em 0 !important;
112 }
113
114 #tagline {
115     display: block !important;
116     margin-left: 0 !important;
117 }
118
119 #search-area {
120     margin-left: 0 !important;
121     width: auto !important;
122 }
123
124 #search-field {
125     width: auto !important;
126     padding-right: 0.5em !important;
127 }
128
129 #search {
130     width: auto !important;
131 }
132
133 #search-button {
134     float: none !important;
135 }
136
137 #promo-box {
138     width: auto;
139 }
140
141 /* Book list */
142
143 #book-list-nav {
144     border-left: none !important;
145     padding: 0 !important;
146     position: static !important;
147     right: 0 !important;
148     width: auto !important;
149 }