view firetest.css @ 3:3f6b44aa6b35 judyates

[svn r4] added ability to buy stuff, from a Prints page, but it doesn't work well with the css, and it also has not been fitted into the perl make system.
author rlm
date Mon, 22 Feb 2010 08:02:39 -0500
parents 60668cf4f443
children 1bd8daf2684d
line wrap: on
line source
1 body
2 {
3 background-color:rgb(0,0,0);
4 font: 12px Arial,Helvetica,Verdana,sans-serif;
5 }
8 h1
9 {
10 letter-spacing: 0px;
11 background-color: rgb(220,220,220);
12 background-color: #000;
13 font: italic normal 100 35px arial;
14 vertical-align: middle;
15 text-align: center;
16 margin-bottom: 0px;
17 color: rgb(177,0,41);
18 }
20 #caput {
21 background-image: url(C:\Judy_Yates_Website\album_pics\2_logo.jpg);
22 }
26 p.orangebox
27 {
28 background-color: rgb(224,187,97);
29 letter-spacing: 0px;
30 word-spacing: 0px;
31 font: normal normal 100 18px arial;
32 color:rgb(0,0,0);
33 border: 1px solid rgb(0,0,50);
34 margin: 0% 0% 0% 0%;
35 padding: 5% 5% 5% 5%;
36 text-align: justify;
37 line-height: 130%;
38 }
41 img {
42 border: 1px solid #ccc;
43 }
44 img.judy{
45 border: none;
46 float:left;
47 margin:5px;
48 }
51 div.orangebox {
52 background: #111;
53 letter-spacing: 0px;
54 word-spacing: 0px;
55 font: normal normal 100 18px arial;
56 color:rgb(0,0,0);
57 border-top: 1px solid #f00;
58 border-bottom: 1px solid #f00;
59 margin: 0% 0% 0% 0%;
60 padding: 5% 5% 5% 5%;
61 text-align: justify;
62 line-height: 130%;
63 width: 720px;
65 }
68 span.paragraph
69 {
70 font: normal normal 100 20px arial;
71 color: rgb(255,0,0);
72 font-variant: small-caps;
73 }
75 a.paragraph{
76 font: normal normal 100 18px arial;
77 color: red;
78 }
80 div.menu{
81 overflow: hidden;
82 width: 100%;
83 height: 30px;
84 background:#000;
85 }
88 li.menu{display: inline;}
92 ul.menu
93 {
94 float:left;
95 width:100%;
96 padding:0;
97 margin:0;
98 list-style-type:none;
99 }
101 a.menu
102 {
103 font: normal normal 100 18px arial;
104 margin:0px;
105 text-decoration:none;
106 color:white;
107 background-color:rgb(0,0,0);
108 float: left;
109 padding:0.2em 0.6em;
110 }
112 a.menu:hover {background-color:rgb(240,75,28);
113 }
116 .nav a {
117 text-decoration: none;
118 color: #000;
119 font-weight: bolder;
120 font-size: 80%;
121 }
122 .nav a:hover {
123 text-decoration: underline;
124 color: #fff;
125 }
128 div.main{
129 position:absolute;
130 top:150px;
131 left:150px;
132 border: 2px solid black;
133 width: 700px;
134 height:400px;
135 padding:50px;
136 background-color:rgb(50,0,0);
137 }
142 div.lightorangebox{
143 background-color: rgb(224,187,97);
144 letter-spacing: 0px;
145 word-spacing: 0px;
146 font: normal normal 100 18px arial;
147 color:rgb(0,0,0);
148 border: 1px solid rgb(0,0,50);
149 margin: 0% 0% 0% 0%;
150 padding: 5% 5% 5% 5%;
151 text-align: justify;
152 line-height: 130%;}
155 div.group{
156 width: 100%;
157 background-color: rgb(25,90,255);
159 }
162 div.nav{
163 overflow: none;
164 width:100%;
166 background-color:rgb(255,255,255);
167 clear:none;
168 margin: 0px;
169 padding: 0px;
170 }
172 ul.nav{
173 background: #b89878;
174 width:76px;
175 text-align:center;
176 padding:8px;
177 margin:0px;
178 list-style-type:none;
179 }
181 li.nav{margin-top: .25em; margin-bottom: .25em;}
184 table{
186 border-bottom: 1px solid #ff0000;
187 border-top: 1px solid #ff0000;
188 background-color: #000000;
190 }
192 table table {
193 border: none;
194 }
196 #cur {
197 color: #ffdd00;
199 }
203 li.olb{
204 color:000;
205 text-decoration:underline;
207 list-style-type: none;}
209 li.orderlist{
210 text-indent: 2em;
211 color:555;}
214 ul.address{
216 list-style-type:none;
217 text-align:center;}
220 li.address{
222 text-align:center;}
224 span.email{
225 color:red;
226 }
229 span.money{
231 color: #004400;}
235 div.copyright{
236 color: white;
237 background-color:black;
239 text-align:center;
240 }
243 span.name{
245 float:right;
249 }