Mercurial > laserkard
comparison css/front_page.css @ 78:4ebd94bfecda laserkard
moved css files to own directory; deleted USELESS files
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 22 Jul 2010 09:56:12 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
77:bf68c9ea9528 | 78:4ebd94bfecda |
---|---|
1 div.img_center | |
2 { | |
3 | |
4 width: 1100px ; | |
5 | |
6 margin-left:auto; | |
7 margin-right:auto; | |
8 | |
9 | |
10 | |
11 } | |
12 div.stupid_fuck | |
13 { | |
14 position: absolute; | |
15 width: 1100px ; | |
16 | |
17 margin-left:auto; | |
18 margin-right:auto; | |
19 | |
20 z-index: -10; | |
21 margin-top: -100px; | |
22 | |
23 } | |
24 | |
25 div.stupid_fuck2 | |
26 { | |
27 position: absolute; | |
28 width: 1100px ; | |
29 | |
30 margin-left:auto; | |
31 margin-right:auto; | |
32 | |
33 z-index: 50; | |
34 margin-top: 680px; | |
35 | |
36 } | |
37 | |
38 | |
39 | |
40 a.behind | |
41 { | |
42 | |
43 | |
44 | |
45 } | |
46 | |
47 | |
48 | |
49 div.text_center | |
50 { | |
51 | |
52 width: 1100px ; | |
53 | |
54 margin-left:auto; | |
55 margin-right:auto; | |
56 color:#aaaaaa; | |
57 /*font-family:Helvetica, sans-serif, Arial;*/ | |
58 font: bold 16px "arial", "sans-serif"; | |
59 text-align:center; | |
60 margin-top:-90px; | |
61 } | |
62 | |
63 | |
64 | |
65 | |
66 div.copyright | |
67 { | |
68 | |
69 width: 1100px ; | |
70 | |
71 margin-left:auto; | |
72 margin-right:auto; | |
73 color:white; | |
74 /*font-family:Helvetica, sans-serif, Arial;*/ | |
75 font: bold 16px "arial", "sans-serif"; | |
76 text-align:center; | |
77 | |
78 | |
79 } | |
80 | |
81 | |
82 | |
83 /*START stupid crap */ | |
84 | |
85 | |
86 | |
87 | |
88 | |
89 div.slogan,div.slogan>a | |
90 { | |
91 | |
92 color: white; | |
93 background-color: black; | |
94 margin-left: auto; | |
95 margin-right: auto; | |
96 clear: left; | |
97 clear: right; | |
98 width: 100%; | |
99 text-align: center; | |
100 font: bold 25px "arial", "sans-serif"; | |
101 text-decoration: none; | |
102 margin-bottom:-15px; | |
103 margin-top:20px; | |
104 | |
105 } | |
106 | |
107 | |
108 | |
109 | |
110 | |
111 div.center | |
112 { | |
113 display:block; | |
114 width:460px; | |
115 height:244px; | |
116 background-color:#000000; | |
117 margin-left:auto; | |
118 margin-right:auto; | |
119 margin-top:60px; | |
120 margin-bottom:auto; | |
121 padding:0px; | |
122 } | |
123 | |
124 | |
125 | |
126 | |
127 |