Mercurial > laserkard
diff buy_files/sexy.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/sexy.css Sun Jan 31 12:33:33 2010 -0500 1.3 @@ -0,0 +1,262 @@ 1.4 + 1.5 + 1.6 +div#whole 1.7 +{ 1.8 + width: 1100px ; 1.9 + margin-top:25px; 1.10 + margin-left: auto ; 1.11 + margin-right: auto ; 1.12 + clear: right; 1.13 +} 1.14 + 1.15 + 1.16 + 1.17 + 1.18 + 1.19 +/* stuff dealing with the templates on the left */ 1.20 + 1.21 + 1.22 +div#i_templates 1.23 +{ 1.24 + 1.25 +color: white; 1.26 +background-color:#000000; 1.27 +text-align: left; 1.28 +font: bold 32px "arial", "sans-serif"; 1.29 + 1.30 +padding:10px; 1.31 +padding-top: 15px; 1.32 +border-style:solid; 1.33 +border-color:#ffffff; 1.34 +border-width:1px; 1.35 + 1.36 +float: left; 1.37 +width: auto; 1.38 +margin-right: 7px; 1.39 + 1.40 +} 1.41 + 1.42 +input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr 1.43 +{ 1.44 +padding:3px; 1.45 +border-width:1px; 1.46 +} 1.47 + 1.48 + 1.49 +/*************************************************************************/ 1.50 + 1.51 + 1.52 +/* Display in the middle */ 1.53 + 1.54 +div#centerbox 1.55 +{ 1.56 + 1.57 +float:left; 1.58 +margin-top:0px; 1.59 +margin-left:10px; 1.60 +margin-right:10px; 1.61 +width:515px; 1.62 +padding:5px; 1.63 +background-color:#000; 1.64 +} 1.65 + 1.66 + 1.67 +div#disp_contain 1.68 +{ 1.69 +position: absolute; 1.70 +z-index:10; 1.71 +top:73px; 1.72 + 1.73 +} 1.74 + 1.75 +div#display 1.76 +{ 1.77 +position: absolute; 1.78 +top:73px; 1.79 +background-color:#000000; 1.80 +z-index: 5; 1.81 +} 1.82 + 1.83 +div#pokedex 1.84 +{ 1.85 +position: absolute; 1.86 +width: 453px; 1.87 +top: 415px; 1.88 +padding : 30px; 1.89 +clear:right; 1.90 +float:none; 1.91 +background-color:#000000; 1.92 +border-style:solid; 1.93 +border-color:#ffffff; 1.94 +border-width:1px; 1.95 + 1.96 +font: bold 16px "helvetica","arial", "sans-serif"; 1.97 +color: white; 1.98 +} 1.99 + 1.100 + 1.101 +/*************************************************************************/ 1.102 + 1.103 + 1.104 + 1.105 + 1.106 + 1.107 + 1.108 + 1.109 + 1.110 +/* the "input your information form on the right */ 1.111 + 1.112 + 1.113 +div#i_inputbox 1.114 +{ 1.115 + 1.116 +padding-left:10px; 1.117 +padding-top:10px; 1.118 +padding-right:0px; 1.119 +border-style:solid; 1.120 +border-color:#ffffff; 1.121 +border-width:1px; 1.122 +padding-bottom:10px; 1.123 + 1.124 +font: bold 14px "helvetica","arial", "sans-serif"; 1.125 +color: white; 1.126 + 1.127 +float:left; 1.128 +width:240px; 1.129 +clear:right; 1.130 +margin-left: 7px; 1.131 + 1.132 +background-color:#000000; 1.133 +} 1.134 + 1.135 +div.descript 1.136 +{ 1.137 +font: bold 16px "helvetica","arial", "sans-serif"; 1.138 +color: white; 1.139 +margin-bottom: 15px; 1.140 +background-color: #000000; 1.141 +} 1.142 + 1.143 + 1.144 +/*************************************************************************/ 1.145 + 1.146 + 1.147 + 1.148 +/* try to make teh copyright appear correctly on the bottom*/ 1.149 + 1.150 + 1.151 +div#copyright 1.152 +{ 1.153 +position:relative; 1.154 +font: bold 16px "helvetica","arial", "sans-serif"; 1.155 +color: white; 1.156 +margin-left:auto; 1.157 +margin-right: auto; 1.158 +clear:left; 1.159 + 1.160 +} 1.161 + 1.162 +/*************************************************************************/ 1.163 + 1.164 + 1.165 + 1.166 + 1.167 +h1 1.168 +{ 1.169 +padding: 0px; 1.170 +margin:0px; 1.171 +margin-bottom: 10px; 1.172 +color: white; 1.173 +background-color:#000000; 1.174 +text-align: center; 1.175 +font: bold 32px "arial", "sans-serif"; 1.176 +} 1.177 + 1.178 + 1.179 +/* stuff for the paypal button */ 1.180 + 1.181 +div#buttoncon 1.182 +{ 1.183 +position:relative; 1.184 +} 1.185 + 1.186 + 1.187 +div#vanish 1.188 +{ 1.189 +position:absolute; 1.190 +top:0px; 1.191 +left:0px; 1.192 +z-index:2; 1.193 +} 1.194 + 1.195 +div#crush 1.196 +{ 1.197 +position:relative; 1.198 +left:8px; 1.199 +top:0px; 1.200 +z-index:1; 1.201 +} 1.202 + 1.203 +/* end paypal button stuff */ 1.204 + 1.205 + 1.206 +/*stupid stuff for the headers and whatnot */ 1.207 + 1.208 + 1.209 +div.ttyl 1.210 +{ 1.211 +padding-top: 0px; 1.212 +padding-left: 10px; 1.213 + 1.214 +} 1.215 +div.ttyls 1.216 +{ 1.217 +padding-top:6px; 1.218 +padding-left: 0px; 1.219 + 1.220 +} 1.221 + 1.222 +div#stupid 1.223 +{ 1.224 +padding-top: 7px; 1.225 + 1.226 +} 1.227 + 1.228 + 1.229 + 1.230 +titletron 1.231 +{ 1.232 +color: white; 1.233 +background-color:#00000; 1.234 +font: bold 32px "arial", "sans-serif"; 1.235 +} 1.236 + 1.237 + 1.238 + 1.239 + 1.240 +/* end stupid header stuff */ 1.241 + 1.242 +div#i_materials 1.243 +{ 1.244 + 1.245 +display: none; 1.246 +padding:5px; 1.247 +border-style:solid; 1.248 +border-color:#79797b; 1.249 +border-width:1px; 1.250 + 1.251 +width:auto; 1.252 +float:left; 1.253 + 1.254 +background-color:#000000; 1.255 + 1.256 +} 1.257 + 1.258 + 1.259 + 1.260 + 1.261 + 1.262 + 1.263 + 1.264 + 1.265 +