Mercurial > hg > ywww
comparison Books.css @ 6:077b0a0a3e6d
remaining originals according to dependency walk
author | Robert Boland <robert@markup.co.uk> |
---|---|
date | Thu, 16 Feb 2017 22:29:02 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:55445b456ad0 | 6:077b0a0a3e6d |
---|---|
1 /** Add css rules here for your application. */ | |
2 .scroll{ | |
3 height: 100%; | |
4 width: 100%; | |
5 overflow-x: hidden; | |
6 overflow-y: hidden; | |
7 } | |
8 .eastWidth { | |
9 position: absolute; | |
10 right: 0px; | |
11 top: 0px; | |
12 height: 90%; | |
13 width: 410px; | |
14 } | |
15 .curveButton{ | |
16 font-size: 16px; | |
17 font-weight: bold; | |
18 color: white; | |
19 z-index: -1; | |
20 cursor: pointer; | |
21 | |
22 background: #594f43; | |
23 border-radius: 10px; | |
24 border-color: #594f43; | |
25 -moz-border-radius: 10px; | |
26 -o-border-radius: 10px; | |
27 -webkit-border-radius: 10px; | |
28 box-shadow: 0 0 10px rgba(89, 79, 67, 1); | |
29 -moz-box-shadow: 0 0 10px rgba(89, 79, 67, 1); | |
30 -o-box-shadow: 0 0 10px rgba(89, 79, 67, 1); | |
31 -webkit-box-shadow: 0 0 10px rgba(89, 79, 67, 1); | |
32 | |
33 padding: 0.2em 1em 0.2em; | |
34 border-top-left-radius: 10px 10px; | |
35 border-top-right-radius: 10px 10px; | |
36 | |
37 margin-right: 5px; | |
38 } | |
39 .histImage { | |
40 display: inline; | |
41 float: left; | |
42 margin-right: 3px; | |
43 position:relative; | |
44 } | |
45 | |
46 .onHoverMyMap { | |
47 right: 5px; | |
48 position: absolute; | |
49 bottom: 12px; | |
50 z-index: 2; | |
51 cursor: pointer; | |
52 } | |
53 .hoverMyMap { | |
54 right: 5px; | |
55 position: absolute; | |
56 bottom: 12px; | |
57 z-index: -1; | |
58 } | |
59 .onHoverCross { | |
60 right: 0px; | |
61 position: absolute; | |
62 top: 0px; | |
63 z-index: 2; | |
64 cursor: pointer; | |
65 } | |
66 .hoverCross { | |
67 right: 0px; | |
68 position: absolute; | |
69 top: 0px; | |
70 z-index: -1; | |
71 } | |
72 | |
73 imgHighlight{ | |
74 border: 3px blue solid; | |
75 } | |
76 h1 | |
77 { | |
78 color:#e5e4cf; | |
79 text-align:center; | |
80 } | |
81 .textInMap{ | |
82 font-size: 20px; | |
83 font-family: Tahoma; | |
84 } | |
85 .gwt-Label | |
86 { | |
87 font: bold 18px tahoma, arial, helvetica, sans-serif; | |
88 } | |
89 .gwt-HTML | |
90 { | |
91 font: normal 14px tahoma, arial, helvetica, sans-serif; | |
92 } | |
93 .gwt-Image | |
94 { | |
95 cursor: pointer; | |
96 cursor: hand; | |
97 } | |
98 .bwButton | |
99 { | |
100 margin-top:2px; | |
101 margin-left:5px; | |
102 cursor: pointer; | |
103 cursor: hand; | |
104 border: 1px solid #C9C7BA; | |
105 font-family:Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif; | |
106 font-size: 16px; | |
107 padding-left: 2px; | |
108 padding-top: 2px; | |
109 color:#ffffff; | |
110 width:100%; | |
111 height:100%; | |
112 text-align:center; | |
113 background-image:url("http://www.yournextpresent.com/images/button.png"); | |
114 background-repeat:repeat-x; | |
115 float:left; | |
116 } | |
117 .redButton | |
118 { | |
119 cursor: pointer; | |
120 cursor: hand; | |
121 border: 1px solid #C9C7BA; | |
122 font-family:Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif; | |
123 font-size: 15px; | |
124 color:#ffffff; | |
125 width: 52px; | |
126 height: 60px; | |
127 text-align:center; | |
128 background-image:url("http://www.yournextpresent.com/images/buttonRed.png"); | |
129 background-repeat:repeat-x; | |
130 } | |
131 .textInput | |
132 { | |
133 border: 1px solid #C9C7BA; | |
134 font-family:Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif; | |
135 font-size: 18px; | |
136 padding-left: 2px; | |
137 padding-top: 2px; | |
138 color:#594F43; | |
139 width:100%; | |
140 height:100%; | |
141 } | |
142 .textInput-watermark | |
143 { | |
144 font-style: italic; | |
145 color: DarkGray; | |
146 width:100%; | |
147 height:100%; | |
148 } | |
149 | |
150 .pointer{ | |
151 cursor: pointer; | |
152 cursor: hand; | |
153 border: 0px; | |
154 } | |
155 | |
156 .launchPageSearch | |
157 { | |
158 font-size: 25px; | |
159 color: #594F43; | |
160 width:100%; | |
161 height:100%; | |
162 text-align:center; | |
163 } | |
164 | |
165 .launchPageSearch-watermark | |
166 { | |
167 font-style: italic; | |
168 color: DarkGray; | |
169 width:100%; | |
170 height:100%; | |
171 } | |
172 | |
173 .rightAlign { | |
174 position: relative; | |
175 float: right; | |
176 } | |
177 | |
178 .blankTabPanel { | |
179 height: 100%; | |
180 background: #ffffff; | |
181 } | |
182 .blankTabPanel .gwt-TabLayoutPanelTabs { | |
183 } | |
184 .blankTabPanel .gwt-TabLayoutPanelContent { | |
185 background: #ffffff; | |
186 } | |
187 .blankTabPanel .gwt-TabLayoutPanelTab { | |
188 margin-left: 6px; | |
189 padding: 3px 6px 3px 6px; | |
190 cursor:default; | |
191 color: white; | |
192 background: #ffffff; | |
193 } | |
194 .blankTabPanel .gwt-TabLayoutPanelTab-selected { | |
195 cursor: default; | |
196 background: #ffffff; | |
197 color: black; | |
198 } | |
199 | |
200 .customTabs { | |
201 height: 100%; | |
202 background: #ffffff; | |
203 } | |
204 .customTabs .gwt-TabLayoutPanelTabs { | |
205 } | |
206 .customTabs .gwt-TabLayoutPanelContent { | |
207 background: #ffffff; | |
208 } | |
209 .customTabs .gwt-TabLayoutPanelTab { | |
210 margin-left: 6px; | |
211 padding: 3px 6px 3px 6px; | |
212 cursor:default; | |
213 color: white; | |
214 background: #594F43; | |
215 } | |
216 .customTabs .gwt-TabLayoutPanelTab-selected { | |
217 cursor: default; | |
218 background: #ffffff; | |
219 color: #594F43; | |
220 font-size: 18px; | |
221 } | |
222 | |
223 .blankSplit-HDragger { | |
224 background: white; | |
225 cursor: col-resize; | |
226 } | |
227 | |
228 .blankSplit-VDragger { | |
229 background: white; | |
230 cursor: row-resize; | |
231 } | |
232 | |
233 .bkgd{ | |
234 background-image:url("http://www.yournextpresent.com/images/bkgdx-repeat.png"); | |
235 background-repeat:repeat-x; | |
236 background-color: #232828; | |
237 } | |
238 | |
239 .bkgdMob{ | |
240 background-color: #232828; | |
241 } | |
242 | |
243 .bwPopupPanel{ | |
244 border: 3px solid #594F43; | |
245 padding: 3px; | |
246 background: white; | |
247 } | |
248 | |
249 .bwOptionsPopupPanel{ | |
250 border: 2px solid #232323; | |
251 border-bottom: none; | |
252 background: #e5e4cf; | |
253 } | |
254 | |
255 .separateLine{ | |
256 border-bottom: solid; | |
257 border-bottom-width: 2px; | |
258 border-bottom-color: #f2b234; | |
259 height: 2px; | |
260 width: 100%; | |
261 margin-bottom: 3px; | |
262 float: left; | |
263 display: block; | |
264 } | |
265 | |
266 .bookStyle{ | |
267 margin-left: 2px; | |
268 border:0px; | |
269 } | |
270 | |
271 .left{ | |
272 float: left; | |
273 } | |
274 | |
275 .genreBox{ | |
276 font-size:14px; | |
277 display:block; | |
278 } | |
279 | |
280 .leaderLabel{ | |
281 padding-right:10px; | |
282 padding-left:10px; | |
283 color: #594F43; | |
284 font-size: 20px; | |
285 text-align: center; | |
286 cursor: default; | |
287 background:#e5e4cf; | |
288 } | |
289 | |
290 .leaderHeader{ | |
291 padding-right:10px; | |
292 padding-left:10px; | |
293 color: #594F43; | |
294 font-size: 20px; | |
295 font-weight: bold; | |
296 text-align: center; | |
297 cursor: default; | |
298 background:#F2B234; | |
299 } | |
300 | |
301 .book_border{ | |
302 cursor: pointer; | |
303 cursor: hand; | |
304 background-image: url('http://www.yournextpresent.com/images/present/readTab_right.png'); | |
305 background-repeat: no-repeat; | |
306 background-position: 90px 80px; | |
307 padding-right: 14px; | |
308 } | |
309 | |
310 .film_border{ | |
311 cursor: pointer; | |
312 cursor: hand; | |
313 background-image: url('http://www.yournextpresent.com/images/present/filmTab_right.png'); | |
314 background-repeat: no-repeat; | |
315 background-position: 90px 80px; | |
316 padding-right: 14px; | |
317 } | |
318 | |
319 .game_border{ | |
320 cursor: pointer; | |
321 cursor: hand; | |
322 background-image: url('http://www.yournextpresent.com/images/present/gameTab_right.png'); | |
323 background-repeat: no-repeat; | |
324 background-position: 90px 80px; | |
325 padding-right: 14px; | |
326 } | |
327 | |
328 .book_LDU{ | |
329 cursor: pointer; | |
330 cursor: hand; | |
331 background-image: url('http://localhost:8888/images/present/readTab.png'); | |
332 background-repeat: no-repeat; | |
333 float: left; | |
334 display: inline; | |
335 padding-left: 12px; | |
336 padding-right: 2px; | |
337 } | |
338 | |
339 .film_LDU{ | |
340 cursor: pointer; | |
341 cursor: hand; | |
342 background-image: url('http://localhost:8888/images/present/filmTab.png'); | |
343 background-repeat: no-repeat; | |
344 float: left; | |
345 display: inline; | |
346 padding-left: 12px; | |
347 padding-right: 2px; | |
348 } | |
349 | |
350 .game_LDU{ | |
351 cursor: pointer; | |
352 cursor: hand; | |
353 background-image: url('http://localhost:8888/images/present/gameTab.png'); | |
354 background-repeat: no-repeat; | |
355 float: left; | |
356 display: inline; | |
357 padding-left: 12px; | |
358 padding-right: 2px; | |
359 } | |
360 | |
361 .smallLink A:link {color:#e5e4cf;font-weight:bold;text-decoration:none;} | |
362 .smallLink A:visited {color:#e5e4cf;font-weight:bold;text-decoration:none;} | |
363 .smallLink A:active {color:#e5e4cf;font-weight:bold;text-decoration:none;} | |
364 .smallLink A:hover {color:#ffffff;font-weight:bold;text-decoration:none;} |