www
[scribo] / www / styles.css
1 * { margin: 0px; padding: 0px;  }\r
2 body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }\r
3 \r
4 body\r
5 {\r
6 background: url(pics/bg_gradient.png);\r
7 background-image: url(pics/bg_gradient.png);\r
8 background-repeat: repeat-x;\r
9 /* background-attachment: fixed; */\r
10 background-color: #CCFFCC;\r
11 font-family: helvetica, verdana, trebuchet, arial, sans-serif;\r
12 font-size: 13px;\r
13 color: #000000;\r
14 }\r
15 ul, ol { margin-left: 40px; margin-bottom: 2px; margin-right: 0; margin-top: 0px; display:block; }\r
16 \r
17 ol { list-style-type:decimal; }\r
18 ol ol { list-style-type:upper-alpha; }\r
19 ol ol ol {list-style-type:lower-alpha; }\r
20 li { display:list-item; }\r
21 ul li a { text-decoration:underline; }\r
22 \r
23 #galleria{height:400px;}\r
24 \r
25 #layout { \r
26   width:780px; \r
27   margin:0 auto; \r
28   text-align:center; \r
29 }\r
30 .logo {\r
31         text-decoration: none;\r
32         color: green;\r
33         font-family: fantasy, 'Techno CE', sans-serif;\r
34         font-weight: normal;\r
35     position: relative; \r
36     overflow: hidden; \r
37     height: 120px;\r
38     font-size:400%;\r
39     margin: 0;\r
40     line-height: 130px;\r
41     text-align: center;\r
42 }\r
43 \r
44 .logo a {\r
45         text-decoration: none; \r
46         color: green;\r
47 }\r
48 \r
49 \r
50 #footer {\r
51         border-top-color: gray;\r
52     clear:both;\r
53     height: 77px;\r
54     margin-top: 20px;\r
55     border-top: 1px solid;\r
56     padding:10px 3px;\r
57     color: black;\r
58     font-size: 90%;\r
59 }\r
60 \r
61 .f-right {\r
62         float:right;\r
63 }\r
64 \r
65 #container {    \r
66         margin-top: 4px;\r
67 }\r
68 .content {\r
69         color: #333333;\r
70         padding-left: 15px;\r
71         padding-bottom: 0;\r
72         padding-right: 15px;\r
73         padding-top: 0;\r
74         margin-bottom: 2px;    \r
75     z-index: 10;\r
76 }\r
77 .content table{\r
78         width: 70%;\r
79 }\r
80 /*preload classes*/ \r
81 .svw {\r
82         width: 50px; \r
83         height: 20px; \r
84         background: #fff;\r
85 }\r
86 .svw ul {\r
87         position: relative; \r
88         left: -999em;\r
89\r
90 /*core classes*/ \r
91 .stripViewer { \r
92         position: relative; \r
93         overflow: hidden; \r
94         border: 5px solid #ff0000; \r
95         margin: 0 0 1px 0; \r
96\r
97 \r
98 .stripViewer ul { \r
99 /* this is your UL of images */ \r
100         margin: 0; \r
101         padding: 0; \r
102         position: relative; \r
103         left: 0; \r
104         top: 0; \r
105         width: 1%; \r
106         list-style-type: none; \r
107\r
108 \r
109 .stripViewer ul li { \r
110         float:left; \r
111\r
112 \r
113 .stripTransmitter { \r
114         overflow: auto; \r
115         width: 1%;\r
116\r
117 \r
118 .stripTransmitter ul { \r
119         margin: 0; \r
120         padding: 0;\r
121         position: relative;\r
122         list-style-type: none; \r
123\r
124 \r
125 .stripTransmitter ul li{ \r
126 width: 20px; \r
127 float:left; \r
128 margin: 0 1px 1px 0; \r
129\r
130 \r
131 .stripTransmitter a{ \r
132 font: bold 10px Verdana, Arial; \r
133 text-align: center; \r
134 line-height: 22px; \r
135 background: #ff0000; \r
136 color: #fff; \r
137 text-decoration: none; \r
138 display: block; \r
139\r
140 .stripTransmitter a:hover, a.current{ \r
141 background: #fff; \r
142 color: #ff0000; \r
143\r
144 /*tooltips formatting*/\r
145  .tooltip { \r
146  padding: 0.5em; \r
147  background: #fff; \r
148  color: #000; \r
149  border: 5px solid #dedede; \r
150  } \r
151  \r
152