Mercurial > laserkard
diff buy_files/main.css @ 46:26c2b3ad21c7 laserkard
[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author | rlm |
---|---|
date | Sun, 31 Jan 2010 12:33:33 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/buy_files/main.css Sun Jan 31 12:33:33 2010 -0500 1.3 @@ -0,0 +1,127 @@ 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 + height:60px; 1.20 + margin-top:2px; 1.21 +} 1.22 +div.headlinks 1.23 +{ 1.24 + font-family: Helvetica, sans-serif, Arial; 1.25 + text-transform:uppercase; 1.26 + font-weight:bold; 1.27 + text-align:center; 1.28 + color:#000; 1.29 + padding-top:1px; 1.30 + margin-top:0px; 1.31 + margin-left:-30px; 1.32 +} 1.33 +div.headlinks a 1.34 +{ 1.35 + text-decoration:none; 1.36 + color:#999999; 1.37 + text-shadow:#555 0px 0px 5px; 1.38 +} 1.39 +div.headlinks a:hover 1.40 +{ 1.41 + text-decoration:none; 1.42 + color:#FFF; 1.43 + text-shadow:#222 0px 0px 8px; 1.44 +} 1.45 + 1.46 + 1.47 + 1.48 + 1.49 +div.headlinks ul 1.50 +{ 1.51 + margin-top:10px; 1.52 +} 1.53 +div.headlinks ul li 1.54 +{ 1.55 + text-align:center; 1.56 + display: inline; 1.57 + list-style-type: none; 1.58 + padding-left: 2.9%; 1.59 + padding-right: 2.9%; 1.60 +} 1.61 + 1.62 + 1.63 +div.center 1.64 +{ 1.65 + display:block; 1.66 + width:460px; 1.67 + height:244px; 1.68 + background-color:#000000; 1.69 + margin-left:auto; 1.70 + margin-right:auto; 1.71 + margin-top:60px; 1.72 + margin-bottom:auto; 1.73 + padding:0px; 1.74 +} 1.75 +div.text 1.76 +{ 1.77 + color:#aaaaaa; 1.78 + /*font-family:Helvetica, sans-serif, Arial;*/ 1.79 + font: bold 16px "arial", "sans-serif"; 1.80 + 1.81 + margin-top:50px; 1.82 + margin-bottom:30px; 1.83 +} 1.84 + 1.85 +img 1.86 +{ 1.87 + margin:0; 1.88 + padding:0; 1.89 +} 1.90 + 1.91 +h1 1.92 +{ 1.93 + 1.94 +color: white; 1.95 +background-color:#000000; 1.96 +text-align: center; 1.97 +font: bold 32px "arial", "sans-serif"; 1.98 +} 1.99 + 1.100 + 1.101 +div#copyright 1.102 +{ 1.103 + 1.104 +position:relative; 1.105 +bottom: -310px; 1.106 +margin-left:44%; 1.107 + 1.108 + 1.109 +font: bold 14px "helvetica","arial", "sans-serif"; 1.110 +color: white; 1.111 + 1.112 + 1.113 + 1.114 +} 1.115 + 1.116 + 1.117 + 1.118 + 1.119 + 1.120 +/*stuff to make the links show which page you're on*/ 1.121 +body#buy a#buy, 1.122 +body#hom a#hom, 1.123 +body#about a#about, 1.124 +body#contact a#contact, 1.125 +body#faq a#faq { 1.126 +color: #ffffff; 1.127 + 1.128 + 1.129 +} 1.130 +