comparison main.css @ 23:707d202f58b1 laserkard

[svn r24] added.... ARROWS~!
author rlm
date Sun, 03 Jan 2010 08:30:32 -0500
parents 3298256dd459
children b9a4988a22ed
comparison
equal deleted inserted replaced
22:3298256dd459 23:707d202f58b1
28 margin-left:-30px; 28 margin-left:-30px;
29 } 29 }
30 div.headlinks a 30 div.headlinks a
31 { 31 {
32 text-decoration:none; 32 text-decoration:none;
33 color:#bbbbbb; 33 color:#999999;
34 text-shadow:#555 0px 0px 5px; 34 text-shadow:#555 0px 0px 5px;
35 } 35 }
36 div.headlinks a:hover 36 div.headlinks a:hover
37 { 37 {
38 text-decoration:none; 38 text-decoration:none;
53 display: inline; 53 display: inline;
54 list-style-type: none; 54 list-style-type: none;
55 padding-left: 4.9%; 55 padding-left: 4.9%;
56 padding-right: 4.9%; 56 padding-right: 4.9%;
57 } 57 }
58 attn 58
59 { 59
60 color:#bbb;
61 }
62 attn:hover
63 {
64 color:#FFF;
65 }
66 div.center 60 div.center
67 { 61 {
68 display:block; 62 display:block;
69 width:425px; 63 width:425px;
70 height:244px; 64 height:244px;
91 padding:0; 85 padding:0;
92 } 86 }
93 87
94 h1 88 h1
95 { 89 {
96 font-size:; 90
97 color: white; 91 color: white;
98 background-color:#000000; 92 background-color:#000000;
99 text-align: center; 93 text-align: center;
100 font: bold 32px "arial", "sans-serif"; 94 font: bold 32px "arial", "sans-serif";
101 } 95 }
105 /*stuff to make the links show which page you're on*/ 99 /*stuff to make the links show which page you're on*/
106 body#buy a#buy, 100 body#buy a#buy,
107 body#hom a#hom, 101 body#hom a#hom,
108 body#about a#about, 102 body#about a#about,
109 body#contact a#contact { 103 body#contact a#contact {
110 color: #fff; 104 color: #ffffff;
111 background: #930; 105
106
112 } 107 }
113 108