Testing 5 per page. Include mobile.css. Put loading in own div. Prob. not needed.
[pazpar2-moved-to-github.git] / www / iphone / UiUIKit / stylesheets / iphone.css
1 /* 
2
3         Universal iPhone UI Kit 1.0
4         Author: Diego Martín Lafuente.
5         E-Mail: dlafuente@gmail.com
6         AIM: Minidixier
7         Licence: AGPLv3
8         date: 2008-08-09
9         
10         URL: www.minid.net
11         SVN URL: http://code.google.com/p/iphone-universal/source/checkout
12         Download: http://code.google.com/p/iphone-universal/downloads/list
13         
14         */
15         
16         
17         body {
18                 background: rgb(197,204,211) url(../images/stripes.png);
19                 font-family: Helvetica;
20                 margin: 0 0 0 10px;
21                 padding: 0;
22                 -webkit-user-select: none;
23                 -webkit-text-size-adjust: none;
24                 }
25                 
26                 /* standard header on body */
27                 
28                 div#header + h1, ul + h1 {
29                         color: rgb(76,86,108);
30                         font: bold 18px Helvetica;
31                         text-shadow: #fff 0 1px 0;
32                         margin: 15px 0 0 10px;  
33                         }
34
35
36 #searchForm {
37   background-color: #4AB694; 
38 //8AD0B9;
39 }
40 #nav {
41     background-color: #000;
42     height: 40px;
43     width: 100%;
44     overflow: hidden;
45     border-bottom-width: 0px;
46     border-bottom-top: 0px;
47 }
48 #nav li {
49   margin: 10px 5px 0 5px;
50   float: left;
51   padding: 10px 5px 10px 5px;
52   margin: 0;
53   list-style: none;
54   border-bottom-width: 0px;
55   border-bottom-top: 0px;
56 }
57 #nav a {
58   color: #fff;
59   text-transform: uppercase;
60   font-size: 10px;
61   margin-top: 0px;
62   margin-bottom: 0px;
63   margin-left: 0px;
64   vertical-align: bottom;
65   }
66   
67   a {
68   text-decoration: none;
69   color: #1A4064;
70   cursor: pointer;
71   }
72   
73
74
75
76                 /* standard paragraph on body */
77                 
78                 ul + p, ul.data + p + p, ul.form + p + p {
79                         color: rgb(76,86,108);
80                         font: 14px Helvetica;
81                         text-align: center;
82                         text-shadow: white 0 1px 0;
83                         margin: 0 10px 17px 0;
84                         }
85
86
87                 
88
89
90
91
92
93
94
95
96
97
98
99                 
100                 /* headers */
101
102                 div#header {
103                         background: rgb(109,133,163) url(../images/bgHeader.png) repeat-x top;
104                         border-top: 1px solid rgb(205,213,223);
105                         border-bottom: 1px solid rgb(46,55,68);
106                         padding: 10px;
107                         margin: 0 0 0 -10px;
108                         min-height: 44px;
109                         //position: absolute;
110                         -webkit-box-sizing: border-box;
111                         }
112
113
114                                 div#header h1 {
115                                         color: #fff;
116                                         font: bold 20px/30px Helvetica;
117                                         text-shadow: #2d3642 0 -1px 0;
118                                         text-align: center;
119                                         text-overflow: ellipsis;
120                                         white-space: nowrap;
121                                         overflow: hidden;
122                                         width: 49%;
123                                         padding: 5px 0;
124                                         margin: 2px 0 0 -24%;
125                                         position: absolute;
126                                         top: 0;
127                                         left: 50%;
128                                         }
129
130                                         div#header a {
131                                                 color: #FFF;
132                                                 background: none;
133                                                 font: bold 12px/30px Helvetica;
134                                                 border-width: 0 5px;
135                                                 margin: 0;
136                                                 padding: 0 3px;
137                                                 width: auto;
138                                                 height: 30px;
139                                                 text-shadow: rgb(46,55,68) 0 -1px 0;
140                                                 text-overflow: ellipsis;
141                                                 text-decoration: none;
142                                                 white-space: nowrap;
143                                                 position: absolute;
144                                                 overflow: hidden;
145                                                 top: 7px;
146                                                 right: 6px;
147                                                 -webkit-border-image: url(../images/toolButton.png) 0 5 0 5;
148                                                 }
149
150                                                 div#header #backButton {
151                                                         left: 6px;
152                                                         right: auto;
153                                                         padding: 0;
154                                                         max-width: 55px;
155                                                         border-width: 0 8px 0 14px;
156                                                         -webkit-border-image: url(../images/backButton.png) 0 8 0 14;
157                                                         }
158
159
160                                                 .Action {
161                                                         border-width: 0 5px;
162                                                         -webkit-border-image: url(../images/actionButton.png) 0 5 0 5;
163                                                 }
164
165
166                                                 
167                                                 div#header ul {
168                                                         margin-top: 15px;
169                                                 }
170                                                 
171                                                 div#header p {
172                                                         color: rgb(60,70,80);
173                                                         font-weight: bold;
174                                                         font-size: 13px;
175                                                         text-align: center;
176                                                         clear: both;
177                                                         position: absolute;
178                                                         top: 4px;
179                                                         left: 35px;
180                                                         right: 35px;
181                                                         margin: 0;
182                                                         text-shadow: #C0CBDB 0 1px 0;
183                                                         text-overflow: ellipsis;
184                                                         white-space: nowrap;
185                                                         overflow: hidden;
186                                                 }
187                                                 
188                                                 div.pre {
189                                                         height: 60px;
190                                                         }
191
192
193                                                         div.pre h1 {
194                                                                 top: 18px !important;
195                                                                 }
196                                                                 
197                                                         div.pre a {
198                                                                 top: 25px !important;
199                                                                 right: 6px;
200                                                                 }
201                                                                 
202                                                         div.pre a#Backbutton {
203                                                                 left: 6px !important;
204                                                         }       
205                                                                 
206                                                                 
207                                                                 
208                 
209                 
210                 /***** List (base) ******/
211                 
212                 ul {
213                         color: black;
214                         background: #fff;
215                         border: 1px solid #B4B4B4;
216                         font: bold 17px Helvetica;
217                         padding: 0;        
218                         margin: 15px 10px 17px 0;
219                         -webkit-border-radius: 8px;
220                         }
221                 
222                 
223                         ul li {
224                                 color: #666;
225                                 border-top: 0px;
226                                 list-style-type: none;  
227 //                              padding: 10px 10px 10px 10px;
228 //                              border: 1px solid #B4B4B4;
229                                 }
230
231                         ul.termlist li a {
232                                 color: #666;
233                                 border-top: 0px;
234                                 list-style-type: none;  
235                                 padding: 10px 10px 10px 10px;
236                                 border: 1px solid #B4B4B4;
237                                 }
238                                 
239
240                                 
241                                 /* when you have a first LI item on any list */
242                                 
243                                 li:first-child {        
244                                         border-top: 0px;
245                                         -webkit-border-top-left-radius: 8px;
246                                         -webkit-border-top-right-radius: 8px;
247                                         }
248
249                                 li:last-child { 
250                                         -webkit-border-bottom-left-radius: 8px;
251                                         -webkit-border-bottom-right-radius: 8px;
252                                         }
253                                         
254                                         
255                                 /* universal arrows */
256                                 
257                                 ul li.arrow {
258                                         background-image: url(../images/chevron.png);
259                                         background-position: right center;
260                                         background-repeat: no-repeat;
261                                         border: 1px solid rgb(180,180,180);
262                                         }
263                                         
264                                         
265                                 #plastic ul li.arrow, #metal ul li.arrow {
266                                         background-image: url(../images/chevron_dg.png);
267                                         background-position: right center;
268                                         background-repeat: no-repeat;
269                                         }
270                                         
271                                                                         
272                                 
273                                 /* universal links on list */
274                                 
275                                 ul li a, li.img a + a {
276                                         color: #000;
277                                         text-decoration: none;
278                                         text-overflow: ellipsis;
279                                         white-space: nowrap;
280                                         overflow: hidden;
281                                         display: block;
282                                         padding: 0px 0px 0px 0px;
283                                         margin: 0px;
284                                         -webkit-tap-highlight-color:rgba(0,0,0,0);
285                                 }
286                                 
287                                         ul li.img a + a {
288                                                 margin: 0px 10px 0px -5px;
289                                                 font-size: 17px;
290                                                 font-weight: bold;
291                                         }
292                                         
293                                         ul li.img a + a + a {
294                                                         font-size: 14px;
295                                                         font-weight: normal;
296                                                         margin-left: -5px;
297                                                         margin-bottom: 0px;
298                                                         margin-top: 0;
299                                                 }
300                                                 
301                                                 
302                                                 ul li.img a + small + a {
303                                                         margin-left: -5px;
304                                                 }
305                                                 
306                                                 
307                                                 ul li.img a + small + a + a {
308                                                         margin-left:  -5px;
309                                                         margin-top:    0px;
310                                                         margin-bottom: 0px;
311                                                         font-size: 14px;
312                                                         font-weight: normal;
313                                                         }
314                                                         
315                                                         ul li.img a + small + a + a + a {
316                                                                 margin-left: 0px !important;
317                                                                 margin-bottom: 0;
318                                                         }
319                                 
320                                 
321                                         ul li a + a {
322                                                 color: #000;
323                                                 font: 14px Helvetica;
324                                                 text-overflow: ellipsis;
325                                                 white-space: nowrap;
326                                                 overflow: hidden;
327                                                 display: block;
328                                                 margin: 0;
329                                                 padding: 0;
330                                                 }
331                                                 
332                                                 ul li a + a + a, ul li.img a + a + a + a, ul li.img a + small + a + a + a {
333                                                         color: #666;
334                                                         font: 13px Helvetica;
335                                                         margin-left: -5px;
336                                                         text-overflow: ellipsis;
337                                                         white-space: nowrap;
338                                                         overflow: hidden;
339                                                         display: block;
340                                                         padding: 0;
341                                                 }
342                                                 
343                                                 
344                                         
345                 
346                 
347                                 /* standard mini-label */
348                                 
349                                 ul li small {
350                                         color: #369;
351                                         font: 17px Helvetica;
352                                         text-align: right;
353                                         text-overflow: ellipsis;
354                                         white-space: nowrap;
355                                         overflow: hidden;
356                                         display: block;
357                                         width: 23%;
358                                         float: right;
359                                         padding: 3px 0px;
360                                         }
361                                         
362                                         
363                                         
364                                         ul li.arrow small {
365                                                 padding: 0 15px;
366                                         }
367                                         
368                                         ul li small.counter {
369                                                 font-size: 17px !important;
370                                                 line-height: 13px !important;
371                                                 font-weight: bold;
372                                                 background: rgb(154,159,170);
373                                                 color: #fff;
374                                                 -webkit-border-radius: 11px;
375                                                 padding: 4px 10px 5px 10px;
376                                                 display: inline !important;
377                                                 width: auto;
378                                                 margin-top: 2px;
379                                         }
380                                         
381                                         
382                                         ul li.arrow small.counter {
383                                                 margin-right: 15px;
384                                         }
385                                         
386                                         
387                                         
388         
389                                         /* resize without labels */
390                                         
391                                         ul li.arrow a {
392                                                 width: 95%;
393                                                 }
394                                         
395                                                 /* with labels */
396                                                 
397                                                 ul li small + a {
398                                                         width: 75%;
399                                                 }
400                                                 
401                                                 ul li.arrow small + a {
402                                                         width: 70%;
403                                                 }
404                                                 
405                 
406                 
407                 /* images */
408                 
409                         ul li.img {
410                                 padding-left: 60px;
411                                 height: 58px;
412                         }
413                 
414                         ul li.img a.img {
415                                 /* background: url(../images/standard-img.png) no-repeat; */
416                                 display: inline-block;
417                                 width: 45px;
418                                 height: 60px;
419                                 margin: 0px 0px 0px -60px;
420                                 padding: 0px 0px 0px 0px;
421                                 float: left;
422                         }
423                 
424                 
425                 
426                 /* individuals */
427                 
428                 
429                 
430                         ul.individual {
431                                 border: 0;
432                                 background: none;
433                                 clear: both;
434                                 height: 45px;
435                         }
436                         
437                                 ul.individual li {
438                                         color: rgb(183,190,205);
439                                         background: white;
440                                         border: 1px solid rgb(180,180,180);
441                                         font-size: 14px;
442                                         text-align: center;
443                                         -webkit-border-radius: 8px;
444                                         -webkit-box-sizing: border-box;
445                                         width: 48%;
446                                         float:left;
447                                         display: block;
448                                         padding: 11px 10px 14px 10px;
449                                         }
450                                 
451                                         ul.individual li + li {
452                                                 float: right;
453                                                 
454                                         }
455                                         
456                                         
457                                         ul.individual li a {
458                                                 color: rgb(50,79,133);
459                                                 line-height: 16px;
460                                                 margin: -11px -10px -14px -10px;
461                                                 padding: 11px 10px 14px 10px;
462                                                 -webkit-border-radius: 8px;
463                                         }
464                                         
465                                                 ul.individual li a:hover {
466                                                         color: #fff;
467                                                         background: #36c;
468                                                         }
469                                                         
470                                                         
471                                                         
472                                                         
473                                                         /* Normal lists and metal */
474
475                                                         body#normal h4 {
476                                                                 color: #fff;
477                                                                 /* 002863 rgb(154,159,170) */
478                                                                 background: rgb(0,40,99) url(../images/bglight.png) top left repeat-x;
479                                                                 border-top: 1px solid rgb(0,40,99); /* rgb(165,177,186); */
480                                                                 text-shadow: #666 0 1px 0;
481                                                                 margin: 0;
482                                                                 padding: 2px 10px;
483                                                         }
484
485
486                                                         body#normal, body#metal {
487                                                                 margin: 0;
488                                                                 padding: 0;
489                                                                 background-color: rgb(255,255,255);
490                                                         }
491
492                                                         body#normal ul, body#metal ul, body#plastic ul {
493                                                                 -webkit-border-radius: 0;
494                                                                 margin: 0;
495                                                                 border-left: 0;
496                                                                 border-right: 0;
497                                                                 border-top: 0;
498                                                                 }
499
500                                                                 body#metal ul {
501                                                                         border-top: 0;
502                                                                         border-bottom: 0;
503                                                                         background: rgb(180,180,180);
504                                                                 }
505
506
507
508
509                                                                 body#normal ul li {
510                                                                         font-size: 20px;
511                                                                 }
512
513                                                                         body#normal ul li small {
514                                                                                 font-size: 16px;
515                                                                                 line-height: 28px;
516                                                                         }
517
518                                                                         body#normal li, body#metal li {
519                                                                                 -webkit-border-radius: 0;
520                                                                                 }
521
522                                                                         body#normal li em {
523                                                                                 font-weight: normal;
524                                                                                 font-style: normal;
525                                                                                 }
526
527                                                                 body#normal h4 + ul {
528                                                                     border-top: 0px;
529                                                                     # border-top: 1px solid rgb(152,158,164);
530                                                                     border-bottom: 1px solid rgb(113,125,133);
531                                                                 }
532
533
534                                                                 body#metal ul li {
535                                                                         border-top: 1px solid rgb(238,238,238);
536                                                                         border-bottom: 1px solid rgb(156,158,165);
537                                                                         background: url(../images/bgMetal.png) top left repeat-x;
538                                                                         font-size: 26px;
539                                                                         text-shadow: #fff 0 1px 0;
540                                                                         }
541
542                                                                         body#metal ul li a {
543                                                                                 line-height: 26px;
544                                                                                 margin: 0;
545                                                                                 padding: 13px 0;
546                                                                         }
547
548                                                                                 body#metal ul li a:hover {
549                                                                                         color: rgb(0,0,0);
550                                                                                 }       
551
552                                                                                         body#metal ul li:hover small {
553                                                                                                 color: inherit;
554                                                                                         }
555
556
557                                                                         body#metal ul li a em {
558                                                                                 display: block;
559                                                                                 font-size: 14px;
560                                                                                 font-style: normal;
561                                                                                 color: #444;
562                                                                                 width: 50%;
563                                                                                 line-height: 14px;
564                                                                         }
565
566                                                                         body#metal ul li small {
567                                                                                 float: right;
568                                                                                 position: relative;
569                                                                                 margin-top: 10px;
570                                                                                 font-weight: bold;
571                                                                                 }
572
573
574                                                                                 body#metal ul li.arrow a small {
575                                                                                         padding-right: 0;
576                                                                                         line-height: 17px;
577                                                                                 }
578                                                                                 
579                                                                                 
580                                                                                 body#metal ul li.arrow {
581                                                                                         background: url(../images/bgMetal.png) top left repeat-x,
582                                                                                         url(../images/chevron_dg.png) right center no-repeat;
583                                                                                 }
584                                                                                 
585                                                                                 
586                                                                                                                                 
587                                                                                 /* option panel */
588
589                                                                                         div#optionpanel {
590                                                                                                 background: url(../images/blackbg.png) top left repeat-x;
591                                                                                                 text-align: center;
592                                                                                                 padding: 20px 10px 15px 10px;
593                                                                                                 position: absolute;
594                                                                                                 left: 0;
595                                                                                                 right: 0;
596                                                                                                 bottom: 0;              
597                                                                                                 }
598
599                                                                                                 div#optionpanel h2 {
600                                                                                                         font-size: 17px;
601                                                                                                         color: #fff;
602                                                                                                         text-shadow: #000 0 1px 0;
603                                                                                                 }
604                                                                                                 
605                                                                                                 
606                                                                                 
607                                                                                 
608                                                                                 
609                                                                                 /***** BUTTONS *****/
610
611                                                                                 .button {
612                                                                                         color: #fff;
613                                                                                         font: bold 20px/46px Helvetica;
614                                                                                         text-decoration: none;
615                                                                                         text-align: center;
616                                                                                         text-shadow: #000 0 1px 0;
617                                                                                         border-width: 0px 14px 0px 14px;
618                                                                                         display: block;
619                                                                                         margin: 3px 0;
620                                                                                         }
621
622                                                                                         .green { -webkit-border-image: url(../images/greenButton.png) 0 14 0 14; }
623                                                                                         .red { -webkit-border-image: url(../images/redButton.png) 0 14 0 14; }
624
625                                                                                         .white {
626                                                                                                 color: #000;
627                                                                                                 text-shadow: #fff 0px 1px 0;
628                                                                                                 -webkit-border-image: url(../images/whiteButton.png) 0 14 0 14;
629                                                                                                 }
630
631                                                                                         .black { -webkit-border-image: url(../images/grayButton.png) 0 14 0 14; }
632                                                                                         
633                                                                                         
634 /***** FORMS *****/
635
636 /* fields list */
637                 
638                 ul.form {
639                         
640                 }
641                 
642                         ul.form li {
643                                 padding: 7px 10px;
644                         }
645                         
646                         ul.form li.error { border: 2px solid red; }                     
647                         ul.form li.error + li.error { border-top: 0; }
648                         
649                         ul.form li:hover { background: #fff; }
650                 
651                         ul li input[type="text"], ul li input[type="password"], ul li textarea, ul li select {
652                                 color: #777;
653                                 background: #fff url(../.png); /* this is a hack due the default input shadow that iphones uses on textfields */
654                                 border: 0;                              
655                                 font: normal 17px Helvetica;
656                                 padding: 0;
657                                 display: inline-block;
658                                 margin-left: 0px;
659                                 width: 100%;
660                                 -webkit-appearance: textarea;
661                                 }
662                                                 
663                                 ul li textarea {
664                                         height: 120px;
665                                         padding: 0;
666                                         text-indent: -2px;
667                                 }
668                                 
669                                 ul li select {
670                                         text-indent: 0px;
671                                         background: transparent url(../images/chevron.png) no-repeat 103% 3px;
672                                         -webkit-appearance: textfield;
673                                         margin-left: -6px;
674                                         width: 104%;
675                                 }
676                                 
677                                 ul li input[type="checkbox"], ul li input[type="radio"] {
678                                         margin: 0;
679                                         color: rgb(50,79,133);
680                                         padding: 10px 10px;
681                                         }
682                                 
683                                 ul li input[type="checkbox"]:after, ul li input[type="radio"]:after {
684                                         content: attr(title);
685                                         font: 17px Helvetica;
686                                         display: block;
687                                         width: 246px;
688                                         margin: -12px 0 0 17px;
689                                         }
690                                         
691                                         
692                                         
693                                         /**** INFORMATION FIELDS ****/
694
695                                         ul.data li h4 {
696                                                 margin: 10px 0 5px 0;
697                                         }
698
699                                                 ul.data li p {
700                                                         text-align: left;
701                                                         font-size: 14px;
702                                                         line-height: 18px;
703                                                         font-weight: normal;
704                                                         margin: 0;
705                                                         }
706                                                         
707                                                         ul.data li p + p { margin-top: 10px; }
708                                                         
709
710                                                         ul.data li {
711                                                                 background: none;
712                                                                 padding: 15px 10px;
713                                                                 color: #222;
714                                                         }
715
716                                                         ul.data li a {
717                                                                 display: inline;
718                                                                 color: #2E3744;
719                                                                 text-decoration: underline;
720                                                         }
721                                                         
722                                                         
723                                                         ul.field li small {
724                                                                 position: absolute;
725                                                                 right: 25px;
726                                                                 margin-top: 3px;
727                                                                 z-index: 3;
728                                                         }
729                                         
730                                                         ul.field li h3 {
731                                                                 color: rgb(76,86,108);
732                                                                 width: 25%;
733                                                                 font-size: 13px;
734                                                                 line-height: 18px;
735                                                                 margin: 0 10px 0 0;
736                                                                 float: left;
737                                                                 text-align: right;
738                                                                 overflow: hidden;
739                                                                 text-overflow: ellipsis;
740                                                                 white-space: nowrap;
741                                                                 padding: 0;
742                                                                 }
743                                                         
744                                                                 ul.field li a {
745                                                                         font-size: 13px;
746                                                                         line-height: 18px;
747                                                                         overflow: visible;
748                                                                         white-space: normal;
749                                                                         display: inline-block;
750                                                                         width: 60%;
751                                                                         padding: 0;
752                                                                         margin: 0 0 0 0;
753                                                                         vertical-align: top;
754                                                                         }
755                                                                         
756                                                                 ul.field li big {
757                                                                         font-size: 13px;
758                                                                         line-height: 18px;
759                                                                         font-weight: normal;
760                                                                         overflow: visible;
761                                                                         white-space: normal;
762                                                                         display: inline-block;
763                                                                         width: 60%;
764                                                                         }
765                                                                         
766                                                                         
767                                                                         
768                                                                         
769                                                                         
770                                                                                                                                 
771                                                                 ul.field li small {
772                                                                         font-size: 13px;
773                                                                         font-weight: bold
774                                                                         display: inline-block;
775                                                                 }
776                                                         
777                                                 
778                                                 /* this is for profiling */
779                                                         
780                                                 ul.profile {
781                                                         border: 0;
782                                                         background: none;
783                                                         clear: both;
784                                                         min-height: 62px;
785                                                         position: relative;
786                                                         }
787                                                         
788                                                         ul.profile li {
789                                                                 background: #fff url(../images/profile-user.png) no-repeat;
790                                                                 border: 1px solid #B4B4B4;
791                                                                 width: 62px;
792                                                                 height: 62px;
793                                                                 -webkit-border-radius: 4px;
794                                                                 -webkit-box-sizing: border-box;
795                                                                 float: left;
796                                                                 }
797                                                         
798                                                         ul.profile li + li {
799                                                                 border: 0;
800                                                                 background: none;
801                                                                 width: 70%;
802                                                                 }
803                                                                 
804                                                         
805                                                                 ul.profile li + li h2, ul.profile li + li p {
806                                                                         color: rgb(46,55,68);
807                                                                         text-shadow: #fff 0 1px 0;
808                                                                         margin: 0;
809                                                                 }
810                                                                 
811                                                                 ul.profile li + li h2 {
812                                                                         font: bold 18px/22px Helvetica;
813                                                                         text-overflow: ellipsis;
814                                                                         white-space: nowrap;
815                                                                         overflow: hidden;
816                                                                         }
817                                                                         
818                                                                 ul.profile li + li p {
819                                                                         font: 14px/18px Helvetica;
820                                                                         text-overflow: ellipsis;
821                                                                         white-space: nowrap;
822                                                                         overflow: hidden;
823                                                                         }
824                                                                 
825                                                                 
826                                                                 /* any A element inside this kind of field list will scale 62x62 */
827                                                                 
828                                                                 ul.profile li a {
829                                                                         display: block;
830                                                                         width: 62px;
831                                                                         height: 62px;
832                                                                         color: transparent;
833                                                                 }
834                                                                         
835
836
837         /***** PLASTIC LISTS *****/
838         
839         body#plastic {
840                 margin: 0;
841                 padding: 0;
842                 background: rgb(173,173,173);
843         }
844
845         body#plastic ul {
846                 -webkit-border-radius: 0;
847                 margin: 0;
848                 border-left: 0;
849                 border-right: 0;
850                 border-top: 0;
851                 background-color: rgb(173,173,173);
852                 }
853                 
854                 
855                 body#plastic ul li {
856                         -webkit-border-radius: 0;
857                         border-top: 1px solid rgb(191,191,191);
858                         border-bottom: 1px solid rgb(157,157,157);
859                 }
860                 
861                 
862                         body#plastic ul li:nth-child(odd) {
863                                 background-color: rgb(152,152,152);
864                                 border-top: 1px solid rgb(181,181,181);
865                                 border-bottom: 1px solid rgb(138,138,138);
866                         }
867                 
868                 
869                 body#plastic ul + p {
870                         font-size: 11px;
871                         color: #2f3237;
872                         text-shadow: none;
873                         padding: 10px 10px;             
874                         }
875                         
876                         body#plastic ul + p strong {
877                                 font-size: 14px;
878                                 line-height: 18px;
879                                 text-shadow: #fff 0 1px 0;
880                         }
881                         
882                         body#plastic ul li a {
883                                 text-shadow: rgb(211,211,211) 0 1px 0;
884                         }
885                         
886                         body#plastic ul li:nth-child(odd) a {
887                                 text-shadow: rgb(191,191,191) 0 1px 0;
888                         }
889                         
890                         
891                         body#plastic ul li small {
892                                 color: #3C3C3C;
893                                 text-shadow: rgb(211,211,211) 0 1px 0;
894                                 font-size: 13px;
895                                 font-weight: bold;
896                                 text-transform: uppercase;
897                                 line-height: 24px;
898                                 }
899                                 
900                                 
901                                 
902         /**** MINI & BIG BANNERS ****/
903         
904                         #plastic ul.minibanner, #plastic ul.bigbanner {
905                                 margin: 10px;
906                                 border: 0;
907                                 height: 81px;
908                                 clear: both;
909                                 }
910                                 
911                                 #plastic ul.bigbanner {
912                                         height: 140px !important;
913                                 }
914                                 
915                                 #plastic ul.minibanner li {
916                                         border: 1px solid rgb(138,138,138);
917                                         background-color: rgb(152,152,152);
918                                         width: 145px;
919                                         height: 81px;
920                                         float: left;
921                                         -webkit-border-radius: 5px;
922                                         padding: 0;
923                                         }
924                                         
925                                 #plastic ul.bigbanner li {
926                                         border: 1px solid rgb(138,138,138);
927                                         background-color: rgb(152,152,152);
928                                         width: 296px;
929                                         height: 140px;
930                                         float: left;
931                                         -webkit-border-radius: 5px;
932                                         padding: 0;
933                                         margin-bottom: 4px;
934                                         }
935                                         
936                                         #plastic ul.minibanner li:first-child {
937                                                 margin-right: 6px;
938                                         }
939                                         
940                                         
941                                         #plastic ul.minibanner li a {
942                                                 color: transparent;
943                                                 text-shadow: none;
944                                                 display: block;
945                                                 width: 145px;
946                                                 height: 81px;
947                                                 }
948                                                 
949                                         #plastic ul.bigbanner li a {
950                                                 color: transparent;
951                                                 text-shadow: none;
952                                                 display: block;
953                                                 width: 296px;
954                                                 height: 145px;
955                                                 }
956                 
957         
958         
959         /**** CHAT ****/
960         
961         
962         body#chat {
963                 background: #DBE1ED;
964                 }
965                 
966                 body#chat div.bubble {
967                         margin: 10px 10px 0 0px;
968                         width: 80%;
969                         clear: both;
970                 }
971                 
972                 
973                 
974                 body#chat div.right {
975                         float: right;
976                         }
977                         
978                 body#chat div.left {
979                         float: left;
980                         }
981                         
982                         
983                         body#chat div.right p {
984                                 border-width: 10px 20px 12px 10px;
985                         }
986                         
987                         body#chat div.left p {
988                                 border-width: 10px 10px 12px 20px;
989                         }
990                         
991                         /* lefties */
992                         
993                         body#chat div.left p.lime {
994                                 -webkit-border-image: url(../images/chat_bubbles_lime_l.png) 10 10 13 19;
995                                 }
996                                 
997                         body#chat div.left p.lemon {
998                                 -webkit-border-image: url(../images/chat_bubbles_lemon_l.png) 10 10 13 19;
999                                 }
1000                                 
1001                         body#chat div.left p.orange {
1002                                 -webkit-border-image: url(../images/chat_bubbles_orange_l.png) 10 10 13 19;
1003                                 }
1004                                 
1005                         body#chat div.left p.aqua {
1006                                 -webkit-border-image: url(../images/chat_bubbles_aqua_l.png) 10 10 13 19;
1007                                 }
1008                                 
1009                         body#chat div.left p.purple {
1010                                 -webkit-border-image: url(../images/chat_bubbles_purple_l.png) 10 10 13 19;
1011                                 }
1012                                 
1013                         body#chat div.left p.pink {
1014                                 -webkit-border-image: url(../images/chat_bubbles_pink_l.png) 10 10 13 19;
1015                                 }
1016                                 
1017                         body#chat div.left p.graphite {
1018                                 -webkit-border-image: url(../images/chat_bubbles_graphite_l.png) 10 10 13 19;
1019                                 }
1020                                 
1021                         body#chat div.left p.clear {
1022                                 -webkit-border-image: url(../images/chat_bubbles_clear_l.png) 10 10 13 19;
1023                                 }
1024                                 
1025                                 
1026                                 
1027                                 
1028                         /*rights*/      
1029                         
1030                         body#chat div.right p.aqua {
1031                                 -webkit-border-image: url(../images/chat_bubbles_aqua_r.png) 10 19 13 10;
1032                                 }
1033                                 
1034                         body#chat div.right p.lemon {
1035                                 -webkit-border-image: url(../images/chat_bubbles_lemon_r.png) 10 19 13 10;
1036                                 }
1037                                 
1038                         body#chat div.right p.lime {
1039                                 -webkit-border-image: url(../images/chat_bubbles_lime_r.png) 10 19 13 10;
1040                                 }
1041                                 
1042                         body#chat div.right p.purple {
1043                                 -webkit-border-image: url(../images/chat_bubbles_purple_r.png) 10 19 13 10;
1044                                 }
1045                                 
1046                         body#chat div.right p.pink {
1047                                 -webkit-border-image: url(../images/chat_bubbles_pink_r.png) 10 19 13 10;
1048                                 }
1049                                 
1050                         body#chat div.right p.graphite {
1051                                 -webkit-border-image: url(../images/chat_bubbles_graphite_r.png) 10 19 13 10;
1052                                 }
1053                                 
1054                         body#chat div.right p.clear {
1055                                 -webkit-border-image: url(../images/chat_bubbles_clear_r.png) 10 19 13 10;
1056                                 }
1057                                 
1058                                 
1059                                 
1060                                 
1061                                 
1062                         
1063                 
1064                 body#chat div.bubble p {
1065                         color: #000;
1066                         font-size: 16px;
1067                         margin: 0;
1068                 }
1069                 
1070                         body#chat div.bubble + p {
1071                                 color: #666;
1072                                 text-align: center;
1073                                 font-size: 12px;
1074                                 font-weight: bold;
1075                                 margin: 0;
1076                                 padding: 10px 0 0 0;
1077                                 clear: both;
1078                         }
1079                 
1080                 
1081                 
1082                 
1083                 
1084                 
1085                 /**** image grids ****/
1086                 
1087                 
1088                 body#images {
1089                         background: #fff;
1090                         margin: 0;
1091                 }
1092                 
1093                         body#images ul {
1094                                 margin: 4px 4px 4px 0;
1095                                 border: 0;
1096                                 -webkit-border-radius: 0;
1097                                 }
1098                                 
1099                                 body#images ul li {
1100                                         border: 1px solid #C0D5DD;
1101                                         -webkit-border-radius: 0;
1102                                         width: 73px;
1103                                         height: 73px;
1104                                         float: left;
1105                                         margin: 0 0 4px 4px;
1106                                         background: #F4FBFE url(../images/image-loading.gif) no-repeat center center;
1107                                         padding: 0;
1108                                         }
1109                                         
1110                                         body#images ul li a {
1111                                                 display: block;
1112                                                 width: 100%;
1113                                                 height: 100%;
1114                                                 margin: 0;
1115                                                 padding: 0;
1116                                         }
1117                 
1118                 
1119                 /*** BLANK PAGES ***/
1120                 
1121                 body#blank {
1122                         background: #fff;
1123                 }
1124                 
1125                 
1126                 body#blank p {
1127                         color: #898989;
1128                         text-align: center;
1129                         margin: 250px 0 0 0;
1130                         }
1131                         
1132
1133
1134
1135                         /**** ICONFIED LIST ****/
1136                         
1137                         
1138                         ul li a img.ico, ul li img.ico {
1139                                 float: left;
1140                                 display: block;
1141                                 margin: -4px 10px -4px -1px;
1142                         }
1143
1144