Mercurial > laserkard
comparison 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 |
comparison
equal
deleted
inserted
replaced
49:5eb11cf654de | 50:1b5417799713 |
---|---|
1 @charset "UTF-8"; | 1 @charset "UTF-8"; |
2 /* CSS Document */ | 2 /* CSS Document */ |
3 | 3 |
4 | 4 |
5 slogan | 5 div.slogan,div.slogan>a |
6 { | 6 { |
7 | 7 |
8 color: white; | 8 color: white; |
9 | 9 background-color: black; |
10 margin-left: auto; | 10 margin-left: auto; |
11 margin-right: 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 | |
12 } | 21 } |
13 | 22 |
14 | 23 |
15 | 24 |
16 | 25 |
110 | 119 |
111 | 120 |
112 div#copyright | 121 div#copyright |
113 { | 122 { |
114 | 123 |
115 position:relative; | 124 clear:left; |
116 bottom: -310px; | 125 clear:right; |
117 margin-left:44%; | 126 clear:top; |
118 | 127 |
119 | 128 text-align:center; |
120 font: bold 14px "helvetica","arial", "sans-serif"; | 129 font: bold 14px "helvetica","arial", "sans-serif"; |
121 color: white; | 130 color: white; |
122 | 131 |
123 | 132 display:none; |
124 | 133 |
125 } | 134 } |
126 | 135 |
127 | 136 |
128 | 137 |