timestamper/www/css/ts.scss
2011-02-11 08:32:12 -06:00

88 lines
1.3 KiB
SCSS

/*
* 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;
*/
$obg: #252D42;
$obor: #B34C2B;
$ibg: #657A8B;
$bbor: #979681;
$bbg: #E6DEC7;
$txt: #252D42;
@import "rounded";
html {
//background-color: $obg;
background: url('/img/loc.png') repeat;
}
body {
background-color: $ibg;
width: 50%;
margin: auto;
padding: 1em;
border: solid $obor;
border-top: 0;
@include rounded2(bottomleft, 1em);
@include rounded2(bottomright, 1em);
}
.bar {
font-family: Helvetica, sans-serif;
color: $txt;
background-color: $bbg;
border-color: $bbor;
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;
@include rounded2(bottomright, 0.5em);
@include rounded2(bottomleft, 0.5em);
}
#user {
overflow: hidden;
#fullname {
float: left;
}
#username {
float: right;
}
@include rounded2(topleft, 0.5em);
@include rounded2(topright, 0.5em);
}
#user-info {
display: none;
}
#timeline-info {
display: none;
}