diff style.css @ 4:90181bbf7a0c boosterpack

[svn r6] added Dylan's awesome stuff.
author robert
date Tue, 08 Sep 2009 06:05:47 -0400
parents
children e91d6f908222
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/style.css	Tue Sep 08 06:05:47 2009 -0400
     1.3 @@ -0,0 +1,56 @@
     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 +
    1.33 +/* OUTPUT */
    1.34 +#out1{
    1.35 +	border:1px solid #888;
    1.36 +	position:absolute;left:6px;top:75px;right:6px;bottom:32px;
    1.37 +	display:block;
    1.38 +	overflow-y:auto;
    1.39 +	overflow-x:hidden;
    1.40 +}
    1.41 +
    1.42 +
    1.43 +/* UI */
    1.44 +#radiobuttons{display:inline;}
    1.45 +#radiobuttons a{text-decoration:none;color:#000;font-size:14px;margin-left:2px;margin-right:.6em;}
    1.46 +#b2{display:none;}
    1.47 +
    1.48 +
    1.49 +
    1.50 +
    1.51 +/*THEMES */
    1.52 +#out1{background:#fff url("./pkb.jpg") no-repeat;background-position:bottom right;}
    1.53 +
    1.54 +
    1.55 +#header,#footer{background:#e0eeff;border:1px solid #c3d9ff;}
    1.56 +
    1.57 +/*#header,#footer{background:#f66;border:none;}
    1.58 +#header{border-bottom:2px solid #000;}
    1.59 +h1{color:#000}*/
    1.60 \ No newline at end of file