Mercurial > rlmcintyre
diff 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 diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/BoosterPack/.svn/text-base/style.css.svn-base Mon Sep 27 16:57:26 2010 -0400 1.3 @@ -0,0 +1,65 @@ 1.4 +/* RESETS */ 1.5 +body,html{overflow:hidden;} 1.6 +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} 1.7 +ul{list-style-type:none;} 1.8 + 1.9 +h1{font-size:170%;margin-right:1em;color:#026;display:block;margin-bottom:6px;} 1.10 +h3{font-weight:bolder;display:inline;} 1.11 + 1.12 +/* MAIN BODY */ 1.13 +body{padding:6px;padding-top:75px;} 1.14 + 1.15 + 1.16 +#footer{position:absolute;left:6px;bottom:6px;right:6px;padding:4px 0px;padding-left:6px;} 1.17 +#result{display:inline;color:#333;} 1.18 + 1.19 + 1.20 +#header{position:absolute;top:3px;left:6px;right:6px; 1.21 +background:#8be; 1.22 + 1.23 +height:60px; 1.24 +overflow:hidden; 1.25 +padding:8px; 1.26 +padding-bottom:0px; 1.27 +padding-right:0px; 1.28 +} 1.29 +#header *{vertical-align:middle;} 1.30 + 1.31 + 1.32 +img { border: none; } 1.33 + 1.34 +/* OUTPUT */ 1.35 +#out1{ 1.36 + border:1px solid #888; 1.37 + position:absolute;left:6px;top:75px;right:6px;bottom:32px; 1.38 + display:block; 1.39 + overflow-y:auto; 1.40 + overflow-x:hidden; 1.41 + text-align:center; 1.42 + vertical-align:middle; 1.43 + padding-top:16px; 1.44 +} 1.45 + 1.46 +#out1 img { 1.47 + padding:2px; 1.48 + width:18%; 1.49 +} 1.50 + 1.51 + 1.52 +/* UI */ 1.53 +#radiobuttons{display:inline;} 1.54 +#radiobuttons a{text-decoration:none;color:#000;font-size:14px;margin-left:2px;margin-right:.6em;} 1.55 +#b2{font-size:15px;padding:4px 2px;margin-left:4px;margin-top:-4px;} 1.56 + 1.57 + 1.58 + 1.59 + 1.60 +/*THEMES */ 1.61 +#out1{background:#fff url("./pkb.jpg") no-repeat;background-position:bottom right;} 1.62 + 1.63 + 1.64 +#header,#footer,#rules{background:#e0eeff;border:1px solid #c3d9ff;} 1.65 + 1.66 +/*#header,#footer{background:#f66;border:none;} 1.67 +#header{border-bottom:2px solid #000;} 1.68 +h1{color:#000}*/ 1.69 \ No newline at end of file