Mercurial > rlmcintyre
view BoosterPack/.svn/text-base/style.css.svn-base @ 0:0d795f02a8bb tip
initial committ. what was I thinking?
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 27 Sep 2010 16:57:26 -0400 |
parents | |
children |
line wrap: on
line source
1 /* RESETS */2 body,html{overflow:hidden;}3 body,html,ul,ol,h1,h2,h3,h4,h5,h6,div,span,table,tr,td,input{margin:0;padding:0;font:12px Arial,Helvetica,Verdana,sans-serif}4 ul{list-style-type:none;}6 h1{font-size:170%;margin-right:1em;color:#026;display:block;margin-bottom:6px;}7 h3{font-weight:bolder;display:inline;}9 /* MAIN BODY */10 body{padding:6px;padding-top:75px;}13 #footer{position:absolute;left:6px;bottom:6px;right:6px;padding:4px 0px;padding-left:6px;}14 #result{display:inline;color:#333;}17 #header{position:absolute;top:3px;left:6px;right:6px;18 background:#8be;20 height:60px;21 overflow:hidden;22 padding:8px;23 padding-bottom:0px;24 padding-right:0px;25 }26 #header *{vertical-align:middle;}29 img { border: none; }31 /* OUTPUT */32 #out1{33 border:1px solid #888;34 position:absolute;left:6px;top:75px;right:6px;bottom:32px;35 display:block;36 overflow-y:auto;37 overflow-x:hidden;38 text-align:center;39 vertical-align:middle;40 padding-top:16px;41 }43 #out1 img {44 padding:2px;45 width:18%;46 }49 /* UI */50 #radiobuttons{display:inline;}51 #radiobuttons a{text-decoration:none;color:#000;font-size:14px;margin-left:2px;margin-right:.6em;}52 #b2{font-size:15px;padding:4px 2px;margin-left:4px;margin-top:-4px;}57 /*THEMES */58 #out1{background:#fff url("./pkb.jpg") no-repeat;background-position:bottom right;}61 #header,#footer,#rules{background:#e0eeff;border:1px solid #c3d9ff;}63 /*#header,#footer{background:#f66;border:none;}64 #header{border-bottom:2px solid #000;}65 h1{color:#000}*/