view main.css @ 50:1b5417799713 laserkard

[svn r51] Venture Mentoring service LIVE
author rlm
date Mon, 01 Feb 2010 02:54:59 -0500
parents b2a11435a89b
children 4349f0c7c4c0
line wrap: on
line source
1 @charset "UTF-8";
2 /* CSS Document */
5 div.slogan,div.slogan>a
6 {
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;
21 }
26 body
27 {
28 background-color:#000;
29 margin:0;
30 margin-top:-4px;
31 padding:0;
36 }
37 div.topbar
38 {
39 height:60px;
40 margin-top:2px;
41 }
42 div.headlinks
43 {
44 font-family: Helvetica, sans-serif, Arial;
45 text-transform:uppercase;
46 font-weight:bold;
47 text-align:center;
48 color:#000;
49 padding-top:1px;
50 margin-top:0px;
51 margin-left:-30px;
52 }
53 div.headlinks a
54 {
55 text-decoration:none;
56 color:#999999;
57 text-shadow:#555 0px 0px 5px;
58 }
59 div.headlinks a:hover
60 {
61 text-decoration:none;
62 color:#FFF;
63 text-shadow:#222 0px 0px 8px;
64 }
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 }
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 div.text
96 {
97 color:#aaaaaa;
98 /*font-family:Helvetica, sans-serif, Arial;*/
99 font: bold 16px "arial", "sans-serif";
101 margin-top:50px;
102 margin-bottom:30px;
103 }
105 img
106 {
107 margin:0;
108 padding:0;
109 }
111 h1
112 {
114 color: white;
115 background-color:#000000;
116 text-align: center;
117 font: bold 32px "arial", "sans-serif";
118 }
121 div#copyright
122 {
124 clear:left;
125 clear:right;
126 clear:top;
128 text-align:center;
129 font: bold 14px "helvetica","arial", "sans-serif";
130 color: white;
132 display:none;
134 }
140 /*stuff to make the links show which page you're on*/
141 body#buy a#buy,
142 body#hom a#hom,
143 body#about a#about,
144 body#contact a#contact,
145 body#faq a#faq {
146 color: #ffffff;
149 }