Mercurial > laserkard
view sexy.css @ 26:4475e9ee3c36 laserkard
[svn r27] web presence
author | rlm |
---|---|
date | Sun, 03 Jan 2010 22:42:45 -0500 |
parents | b9a4988a22ed |
children | 5b5c03a850b9 |
line wrap: on
line source
2 div#trifold3 {4 position:relative;5 width:505;6 background-color:#000000;7 margin-bottom:120px;8 margin-top:25px;9 font: bold 25px "helvetica","arial", "sans-serif";10 color: white;13 }16 div#trileft17 {19 position:absolute;20 top:0;21 left:0%;22 width:45%;25 padding:5px;26 border-style:solid;27 border-color:#ffffff;28 border-width:1px;32 }34 div.texttext35 {36 padding-top: 12px;37 }40 div#triright41 {42 position:absolute;44 top:0;45 left:52.5%;46 width:45%;47 padding:5px;48 border-style:solid;49 border-color:#ffffff;50 border-width:1px;51 padding-left:15px;52 }55 div#wtf56 {57 padding:5px;58 border-style:solid;59 border-color:#79797b;60 border-width:1px;61 }64 div#arrowleft65 {66 float:left;67 margin:7px;68 margin-right:15px;69 }71 div#arrowright72 {73 float:right;74 margin:7px;75 }77 h178 {80 color: white;81 background-color:#000000;82 text-align: center;83 font: bold 32px "arial", "sans-serif";85 }87 div#whole88 {89 width: 1100px ;90 margin-top:25px;91 margin-left: auto ;92 margin-right: auto ;94 /*95 padding:2px;96 border-style:solid;97 border-color:#79797b;98 border-width:1px;99 */100 }104 div#i_materials105 {107 display: none;108 padding:5px;109 border-style:solid;110 border-color:#79797b;111 border-width:1px;113 width:auto;114 float:left;116 /*position:absolute;117 left:15px;118 top:80px;*/119 background-color:#000000;121 }123 div#i_templates124 {126 color: white;127 background-color:#000000;128 text-align: left;129 font: bold 32px "arial", "sans-serif";131 padding:10px;132 border-style:solid;133 border-color:#ffffff;134 border-width:1px;136 float: left;137 width: auto;141 /*142 position:absolute;143 left:15px;144 bottom:15px;145 */147 }151 titletron152 {155 padding-bottom: 50px;156 color: white;157 background-color:#000000;158 text-align: left;159 font: bold 32px "arial", "sans-serif";162 }166 div#display167 {172 /*173 position:absolute;174 left:200px;175 top:80px;176 */180 background-color:#000000;181 }184 input#template1,input#template2,input#template3,input#template4, input#clear_acr, input#green_acr185 {186 padding:3px;187 /*#border-style:solid;188 #border-color:#79797b;*/189 border-width:1px;190 }193 div#i_inputbox194 {196 padding-left:10px;197 padding-top:10px;198 padding-right:0px;199 border-style:solid;200 border-color:#ffffff;201 border-width:1px;202 padding-bottom:10px;204 font: bold 14px "helvetica","arial", "sans-serif";205 color: white;207 float:left;208 width:240px;209 clear:right;211 /*212 position:absolute;213 left:1260px;214 top:80px;215 */217 background-color:#000000;218 }221 div#centerbox222 {223 float:left;224 margin-top:-10px;225 margin-left:10px;226 margin-right:10px;227 width:515px;228 padding:5px;230 /*231 border-style:solid;232 border-color:#79797b;233 border-width:1px;234 margin:10px;235 */236 }240 div#pokedex241 {242 padding : 30px;243 clear:right;244 float:none;245 background-color:#000000;246 border-style:solid;247 border-color:#ffffff;248 border-width:1px;252 font: bold 16px "helvetica","arial", "sans-serif";253 color: white;254 }256 div#garbage257 {259 float:left;260 width:1000px;262 }268 div#buttoncon269 {270 position:relative;272 }275 div#vanish276 {277 position:absolute;278 top:0px;279 left:0px;280 z-index:2;281 }283 div#crush284 {285 position:relative;286 left:8px;287 top:0px;288 z-index:1;289 }293 h1295 {296 padding: 0px;297 margin:0px;298 margin-bottom: 10px;299 }306 /*stuff to make the containing divs actually contain the stuff they contain.*/308 .clearfix:after {309 content: ".";310 display: block;311 height: 0;312 clear: both;313 visibility: hidden;314 }316 * html .clearfix {height: 1%;}