comparison main.css @ 57:8324f195ef36 laserkard

[svn r58] implemented various changes
author rlm
date Sun, 14 Mar 2010 00:32:38 -0500
parents 41d66ff99136
children
comparison
equal deleted inserted replaced
56:2ca94aa58033 57:8324f195ef36
1 @charset "UTF-8"; 1 @charset "UTF-8";
2 /* CSS Document */ 2 /* CSS Document */
3 3
4 4
5 div.slogan,div.slogan>a
6 {
7
8 color: white;
9 background-color: black;
10 margin-left: auto;
11 margin-right: auto;
12 clear: left;
13 clear: right;
14 width: 100%;
15 text-align: center;
16 font: bold 25px "arial", "sans-serif";
17 text-decoration: none;
18 margin-bottom:-15px;
19 margin-top:20px;
20
21 }
22 5
23 6
24 7
25 8
26 body 9 body
28 background-color:#000; 11 background-color:#000;
29 margin:0; 12 margin:0;
30 margin-top:-4px; 13 margin-top:-4px;
31 padding:0; 14 padding:0;
32 15
16 }
17
18
19 h1
20 {
21
22 color: white;
23 background-color:#000000;
24 text-align: center;
25 font: bold 32px "arial", "sans-serif";
26 }
33 27
34 28
35 29
30
31 div.headlinks ul
32 {
33 margin-top:10px;
36 } 34 }
35 div.headlinks ul li
36 {
37 text-align:center;
38 display: inline;
39 list-style-type: none;
40 padding-left: 2.9%;
41 padding-right: 2.9%;
42 }
43
44
37 div.topbar 45 div.topbar
38 { 46 {
39 height:60px; 47 height:60px;
40 margin-top:2px; 48 margin-top:2px;
49 z-index: 100;
41 } 50 }
42 div.headlinks 51 div.headlinks
43 { 52 {
44 font-family: Helvetica, sans-serif, Arial; 53 font-family: Helvetica, sans-serif, Arial;
45 text-transform:uppercase; 54 text-transform:uppercase;
64 } 73 }
65 74
66 75
67 76
68 77
69 div.headlinks ul
70 {
71 margin-top:10px;
72 }
73 div.headlinks ul li
74 {
75 text-align:center;
76 display: inline;
77 list-style-type: none;
78 padding-left: 2.9%;
79 padding-right: 2.9%;
80 }
81
82
83 div.center
84 {
85 display:block;
86 width:460px;
87 height:244px;
88 background-color:#000000;
89 margin-left:auto;
90 margin-right:auto;
91 margin-top:60px;
92 margin-bottom:auto;
93 padding:0px;
94 }
95
96
97 img
98 {
99 margin:0;
100 padding:0;
101 }
102
103 h1
104 {
105
106 color: white;
107 background-color:#000000;
108 text-align: center;
109 font: bold 32px "arial", "sans-serif";
110 }
111
112
113
114
115
116
117
118 /*stuff to make the links show which page you're on*/ 78 /*stuff to make the links show which page you're on*/
119 body#buy a#buy, 79 body#buy a#buy,
120 body#hom a#hom, 80 body#hom a#hom,
121 body#about a#about, 81 body#about a#about,
122 body#contact a#contact, 82 body#contact a#contact,
124 color: #ffffff; 84 color: #ffffff;
125 85
126 86
127 } 87 }
128 88
89
90
91