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