view firetest.css @ 4:1bd8daf2684d judyates

[svn r5] fixed problems with the prints css interfering with the firetest css
author rlm
date Mon, 22 Feb 2010 08:19:13 -0500
parents 3f6b44aa6b35
children 788bb81ec9dd
line wrap: on
line source
1 body
2 {
3 background-color:rgb(0,0,0);
4 font: 12px Arial,Helvetica,Verdana,sans-serif;
5 }
7 /*
9 h1
10 {
11 letter-spacing: 0px;
12 background-color: rgb(220,220,220);
13 background-color: #000;
14 font: italic normal 100 35px arial;
15 vertical-align: middle;
16 text-align: center;
17 margin-bottom: 0px;
18 color: rgb(177,0,41);
19 }
20 */
22 #caput {
23 background-image: url(C:\Judy_Yates_Website\album_pics\2_logo.jpg);
24 }
28 p.orangebox
29 {
30 background-color: rgb(224,187,97);
31 letter-spacing: 0px;
32 word-spacing: 0px;
33 font: normal normal 100 18px arial;
34 color:rgb(0,0,0);
35 border: 1px solid rgb(0,0,50);
36 margin: 0% 0% 0% 0%;
37 padding: 5% 5% 5% 5%;
38 text-align: justify;
39 line-height: 130%;
40 }
44 img.gallery {
45 border: 1px solid #ccc;
47 }
49 img.judy{
50 border: none;
51 float:left;
52 margin:5px;
53 }
56 div.orangebox {
57 background: #111;
58 letter-spacing: 0px;
59 word-spacing: 0px;
60 font: normal normal 100 18px arial;
61 color:rgb(0,0,0);
62 border-top: 1px solid #f00;
63 border-bottom: 1px solid #f00;
64 margin: 0% 0% 0% 0%;
65 padding: 5% 5% 5% 5%;
66 text-align: justify;
67 line-height: 130%;
68 width: 720px;
70 }
73 span.paragraph
74 {
75 font: normal normal 100 20px arial;
76 color: rgb(255,0,0);
77 font-variant: small-caps;
78 }
80 a.paragraph{
81 font: normal normal 100 18px arial;
82 color: red;
83 }
85 div.menu{
86 overflow: hidden;
87 width: 100%;
88 height: 30px;
89 background:#000;
90 }
93 li.menu{display: inline;}
97 ul.menu
98 {
99 float:left;
100 width:100%;
101 padding:0;
102 margin:0;
103 list-style-type:none;
104 }
106 a.menu
107 {
108 font: normal normal 100 18px arial;
109 margin:0px;
110 text-decoration:none;
111 color:white;
112 background-color:rgb(0,0,0);
113 float: left;
114 padding:0.2em 0.6em;
115 }
117 a.menu:hover {background-color:rgb(240,75,28);
118 }
121 .nav a {
122 text-decoration: none;
123 color: #000;
124 font-weight: bolder;
125 font-size: 80%;
126 }
127 .nav a:hover {
128 text-decoration: underline;
129 color: #fff;
130 }
133 div.main{
134 position:absolute;
135 top:150px;
136 left:150px;
137 border: 2px solid black;
138 width: 700px;
139 height:400px;
140 padding:50px;
141 background-color:rgb(50,0,0);
142 }
147 div.lightorangebox{
148 background-color: rgb(224,187,97);
149 letter-spacing: 0px;
150 word-spacing: 0px;
151 font: normal normal 100 18px arial;
152 color:rgb(0,0,0);
153 border: 1px solid rgb(0,0,50);
154 margin: 0% 0% 0% 0%;
155 padding: 5% 5% 5% 5%;
156 text-align: justify;
157 line-height: 130%;}
160 div.group{
161 width: 100%;
162 background-color: rgb(25,90,255);
164 }
167 div.nav{
168 overflow: none;
169 width:100%;
171 background-color:rgb(255,255,255);
172 clear:none;
173 margin: 0px;
174 padding: 0px;
175 }
177 ul.nav{
178 background: #b89878;
179 width:76px;
180 text-align:center;
181 padding:8px;
182 margin:0px;
183 list-style-type:none;
184 }
186 li.nav{margin-top: .25em; margin-bottom: .25em;}
189 table.gallery{
191 border-bottom: 1px solid #ff0000;
192 border-top: 1px solid #ff0000;
193 background-color: #000000;
195 }
197 table table {
198 border: none;
199 }
201 #cur {
202 color: #ffdd00;
204 }
208 li.olb{
209 color:000;
210 text-decoration:underline;
212 list-style-type: none;}
214 li.orderlist{
215 text-indent: 2em;
216 color:555;}
219 ul.address{
221 list-style-type:none;
222 text-align:center;}
225 li.address{
227 text-align:center;}
229 span.email{
230 color:red;
231 }
234 span.money{
236 color: #004400;}
240 div.copyright{
241 color: white;
242 background-color:black;
244 text-align:center;
245 }
248 span.name{
250 float:right;
254 }