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