Mercurial > laserkard
diff main.css @ 0:599d0315537d laserkard
[svn r1] initial import
author | rlm |
---|---|
date | Wed, 30 Dec 2009 02:01:25 -0500 |
parents | |
children | 839533015ed3 |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/main.css Wed Dec 30 02:01:25 2009 -0500 1.3 @@ -0,0 +1,139 @@ 1.4 +@charset "UTF-8"; 1.5 +/* CSS Document */ 1.6 +body 1.7 +{ 1.8 + background-color:#000; 1.9 + margin:0; 1.10 + margin-top:-4px; 1.11 + padding:0; 1.12 + 1.13 + 1.14 + 1.15 + 1.16 +} 1.17 +div.topbar 1.18 +{ 1.19 + background-repeat:repeat-x; 1.20 + height:60px; 1.21 + margin-top:2px; 1.22 +} 1.23 +div.headlinks 1.24 +{ 1.25 + font-family: Helvetica, sans-serif, Arial; 1.26 + text-transform:uppercase; 1.27 + font-weight:bold; 1.28 + text-align:center; 1.29 + color:#000; 1.30 + padding-top:1px; 1.31 + margin-top:0px; 1.32 + margin-left:-30px; 1.33 +} 1.34 +div.headlinks a 1.35 +{ 1.36 + text-decoration:none; 1.37 + color:#666; 1.38 + text-shadow:#555 0px 0px 5px; 1.39 +} 1.40 +div.headlinks a:hover 1.41 +{ 1.42 + text-decoration:none; 1.43 + color:#333; 1.44 + text-shadow:#222 0px 0px 8px; 1.45 +} 1.46 +div.headlinks ul 1.47 +{ 1.48 + margin-top:10px; 1.49 +} 1.50 +div.headlinks ul li 1.51 +{ 1.52 + text-align:center; 1.53 + display: inline; 1.54 + list-style-type: none; 1.55 + padding-left: 90px; 1.56 + padding-right: 90px; 1.57 +} 1.58 +attn 1.59 +{ 1.60 + color:#777; 1.61 +} 1.62 +attn:hover 1.63 +{ 1.64 + color:#444; 1.65 +} 1.66 +div.center 1.67 +{ 1.68 + display:block; 1.69 + width:425px; 1.70 + height:244px; 1.71 + background-color:#939; 1.72 + margin-left:auto; 1.73 + margin-right:auto; 1.74 + margin-top:100px; 1.75 + margin-bottom:auto; 1.76 + padding:0px; 1.77 +} 1.78 +div.text 1.79 +{ 1.80 + color:#888; 1.81 + font-family:Helvetica, sans-serif, Arial; 1.82 + font-size:11px; 1.83 + margin-top:80px; 1.84 + margin-bottom:30px; 1.85 +} 1.86 +div.leftslab 1.87 +{ 1.88 + float:left; 1.89 + width:400px; 1.90 + position:relative; 1.91 + left:50%; 1.92 + margin-left:-200px; 1.93 +} 1.94 +div.templates 1.95 +{ 1.96 + margin-left:auto; 1.97 + margin-right:auto; 1.98 + width:300px; 1.99 + background-color:#333; 1.100 + border:thin; 1.101 + border-color:#FFF; 1.102 + color:#FFF; 1.103 + font-family:Arial, Helvetica, sans-serif; 1.104 + font-size:11px; 1.105 +} 1.106 +div.materials 1.107 +{ 1.108 + margin-left:auto; 1.109 + margin-right:auto; 1.110 + width:300px; 1.111 + background-color:#333; 1.112 + border:thin; 1.113 + border-color:#FFF; 1.114 + color:#FFF; 1.115 + font-family:Arial, Helvetica, sans-serif; 1.116 + font-size:11px; 1.117 +} 1.118 +div.inputbox 1.119 +{ 1.120 + margin-left:auto; 1.121 + margin-right:auto; 1.122 + width:300px; 1.123 + background-color:#333; 1.124 + border:thin; 1.125 + border-color:#FFF; 1.126 + color:#FFF; 1.127 + font-family:Arial, Helvetica, sans-serif; 1.128 + font-size:11px; 1.129 +} 1.130 +div.rightslab 1.131 +{ 1.132 + float:left; 1.133 + width:400px; 1.134 + position:relative; 1.135 + left:50%; 1.136 + margin-left:0; 1.137 +} 1.138 +img 1.139 +{ 1.140 + margin:0; 1.141 + padding:0; 1.142 +}