2011-02-11 08:32:12 -06:00

74 lines
1.5 KiB
CSS

/*
* author: Jonathan Bernard
* TimeStamper main CSS
*/
/*
$obg: #D9CEB2;
$bor: #948C75;
$ibg: #D5DED9;
$txt: #7A6A53;
$bbg: #99B2B7;
*/
/*
$obg: #979681;
$obor: #E6DEC7;
$ibg: #657A8B;
$bbor: #B34C2B;
$bbg: #252D42;
$txt: #E6DEC7;
*/
/* _rounded.scss */
html {
background: url("/img/loc.png") repeat; }
body {
background-color: #657a8b;
width: 50%;
margin: auto;
padding: 1em;
border: solid #b34c2b;
border-top: 0;
-moz-border-radius-bottomleft: 1em;
-webkit-border-bottomleft-radius: 1em;
border-bottomleft-radius: 1em;
-moz-border-radius-bottomright: 1em;
-webkit-border-bottomright-radius: 1em;
border-bottomright-radius: 1em; }
.bar {
font-family: Helvetica, sans-serif;
color: #252d42;
background-color: #e6dec7;
border-color: #979681;
border-style: solid;
border-width: 0.1em 0.1em 0 0.1em;
padding: 0.1em 1em 0.1em 1em; }
.last-bar {
border-bottom-width: 0.1em;
-moz-border-radius-bottomright: 0.5em;
-webkit-border-bottomright-radius: 0.5em;
border-bottomright-radius: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-webkit-border-bottomleft-radius: 0.5em;
border-bottomleft-radius: 0.5em; }
#user {
overflow: hidden;
-moz-border-radius-topleft: 0.5em;
-webkit-border-topleft-radius: 0.5em;
border-topleft-radius: 0.5em;
-moz-border-radius-topright: 0.5em;
-webkit-border-topright-radius: 0.5em;
border-topright-radius: 0.5em; }
#user #fullname {
float: left; }
#user #username {
float: right; }
#user-info {
display: none; }
#timeline-info {
display: none; }