2011-02-11 16:35:11 -06:00
|
|
|
/*
|
|
|
|
* author: Jonathan Bernard
|
|
|
|
* TimeStamper main CSS for screen media types
|
|
|
|
*/
|
|
|
|
/* _rounded.scss */
|
2011-04-15 13:26:55 -05:00
|
|
|
* {
|
2011-05-03 12:50:03 -05:00
|
|
|
color: inherit;
|
2011-04-15 13:26:55 -05:00
|
|
|
margin: 0;
|
|
|
|
padding: 0; }
|
2011-02-11 16:35:11 -06:00
|
|
|
|
|
|
|
body {
|
2011-05-03 12:50:03 -05:00
|
|
|
color: #222222;
|
|
|
|
width: 75%;
|
2011-04-15 13:26:55 -05:00
|
|
|
margin: auto; }
|
|
|
|
|
2011-05-03 12:50:03 -05:00
|
|
|
input {
|
|
|
|
border: solid thin #555555;
|
|
|
|
-webkit-box-shadow: inset 0px 2px 4px #CCC;
|
|
|
|
box-shadow: inset 0px 2px 4px #CCC;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
font-family: Cantarell; }
|
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
#top {
|
2011-05-03 12:50:03 -05:00
|
|
|
background: #222222;
|
|
|
|
color: #eeeeee;
|
2011-05-06 13:14:57 -05:00
|
|
|
padding: 0.5em 0;
|
2011-05-03 12:50:03 -05:00
|
|
|
padding: 0.5rem 0;
|
2011-04-15 13:26:55 -05:00
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
2011-05-03 12:50:03 -05:00
|
|
|
width: 75%; }
|
2011-04-15 13:26:55 -05:00
|
|
|
#top #fade-bar {
|
|
|
|
background: url("img/fade.png") repeat-x;
|
|
|
|
height: 32px;
|
|
|
|
width: 100%; }
|
2011-02-12 07:48:19 -06:00
|
|
|
|
2011-02-11 16:35:11 -06:00
|
|
|
#user {
|
2011-04-15 13:26:55 -05:00
|
|
|
font-family: "Josefin Sans";
|
2011-05-06 13:14:57 -05:00
|
|
|
margin-top: -0.3em;
|
|
|
|
padding: 0 2em;
|
2011-05-03 12:50:03 -05:00
|
|
|
margin-top: -0.3rem;
|
|
|
|
padding: 0 2rem;
|
2011-04-15 13:26:55 -05:00
|
|
|
width: 100%; }
|
|
|
|
#user .fullname, #user .username {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: larger; }
|
|
|
|
#user .fullname-input {
|
2011-02-12 07:48:19 -06:00
|
|
|
display: none; }
|
2011-05-03 12:50:03 -05:00
|
|
|
#user.edit-fullname .fullname-input {
|
2011-04-15 13:26:55 -05:00
|
|
|
display: inline-block; }
|
2011-05-03 12:50:03 -05:00
|
|
|
#user.edit-fullname .fullname {
|
2011-03-08 18:02:33 -06:00
|
|
|
display: none; }
|
2011-04-27 14:11:54 -05:00
|
|
|
#user .drop-menu {
|
|
|
|
display: inline-block; }
|
|
|
|
#user .drop-menu .drop-menu-items {
|
2011-05-03 12:50:03 -05:00
|
|
|
margin-top: -0.5em;
|
|
|
|
text-align: right;
|
|
|
|
right: 0;
|
|
|
|
list-style: none;
|
|
|
|
width: 10em; }
|
2011-03-01 08:23:51 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
#timeline {
|
2011-05-03 12:50:03 -05:00
|
|
|
border-bottom: thin solid #eeeeee;
|
2011-04-15 13:26:55 -05:00
|
|
|
font-family: Arvo;
|
2011-05-03 12:50:03 -05:00
|
|
|
font-size: 1.5em;
|
2011-05-06 13:14:57 -05:00
|
|
|
padding: 0 2em;
|
2011-05-03 12:50:03 -05:00
|
|
|
padding: 0 2rem; }
|
2011-04-15 13:26:55 -05:00
|
|
|
#timeline .timeline-desc {
|
|
|
|
display: inline-block;
|
|
|
|
width: 70%; }
|
2011-04-27 14:11:54 -05:00
|
|
|
#timeline .timeline-desc-input {
|
|
|
|
width: 70%; }
|
2011-04-15 13:26:55 -05:00
|
|
|
#timeline .timeline-id {
|
|
|
|
display: inline-block; }
|
2011-04-27 14:11:54 -05:00
|
|
|
#timeline .timeline-desc-input, #timeline .timeline-id-input {
|
|
|
|
display: none; }
|
|
|
|
#timeline.edit-id .timeline-id-input {
|
|
|
|
display: inline-block; }
|
|
|
|
#timeline.edit-id .timeline-id {
|
|
|
|
display: none; }
|
|
|
|
#timeline.edit-desc .timeline-desc-input {
|
|
|
|
display: inline-block; }
|
|
|
|
#timeline.edit-desc .timeline-desc {
|
|
|
|
display: none; }
|
|
|
|
#timeline .drop-menu {
|
2011-04-15 13:26:55 -05:00
|
|
|
text-align: right;
|
|
|
|
display: inline-block;
|
|
|
|
width: 29%; }
|
2011-04-27 14:11:54 -05:00
|
|
|
#timeline .drop-menu .drop-menu-items {
|
2011-04-15 13:26:55 -05:00
|
|
|
text-align: right;
|
2011-05-03 12:50:03 -05:00
|
|
|
right: 0;
|
|
|
|
width: 172.41%; }
|
|
|
|
#timeline .drop-menu .drop-menu-items .timeline-link {
|
|
|
|
font-size: medium; }
|
|
|
|
|
|
|
|
#entry-list {
|
2011-05-06 13:14:57 -05:00
|
|
|
margin-top: 6em;
|
|
|
|
padding-bottom: 1em;
|
2011-05-03 12:50:03 -05:00
|
|
|
margin-top: 6rem;
|
|
|
|
padding-bottom: 1rem; }
|
2011-05-06 13:14:57 -05:00
|
|
|
#entry-list .day-seperator {
|
|
|
|
background: #cccccc;
|
|
|
|
color: #222222;
|
|
|
|
font-family: Cantarell;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 1em;
|
|
|
|
padding: 0 2em;
|
|
|
|
margin-top: 1rem;
|
|
|
|
padding: 0 2rem; }
|
|
|
|
#entry-list .day-seperator h4, #entry-list .day-seperator h5 {
|
|
|
|
display: inline-block; }
|
|
|
|
#entry-list #new-entry {
|
|
|
|
margin-top: 0.5em;
|
|
|
|
padding: 0 2em;
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
padding: 0 2rem; }
|
|
|
|
#entry-list .timestamp, #entry-list .timestamp-input, #entry-list .duration {
|
|
|
|
text-align: right;
|
2011-05-03 12:50:03 -05:00
|
|
|
width: 10%; }
|
2011-05-06 13:14:57 -05:00
|
|
|
#entry-list .mark, #entry-list .mark-input {
|
2011-05-03 12:50:03 -05:00
|
|
|
width: 78%; }
|
2011-05-06 13:14:57 -05:00
|
|
|
#entry-list .entry {
|
|
|
|
font-family: Cantarell;
|
|
|
|
padding: 0 2em;
|
|
|
|
padding: 0 2rem; }
|
|
|
|
#entry-list .entry div {
|
|
|
|
display: inline-block; }
|
|
|
|
#entry-list .entry .mark-input, #entry-list .entry .timestamp-input {
|
|
|
|
display: none; }
|
|
|
|
#entry-list .entry .notes {
|
|
|
|
display: none; }
|
|
|
|
#entry-list .entry.edit-mark .mark-input {
|
|
|
|
display: inline-block; }
|
|
|
|
#entry-list .entry.edit-mark .mark {
|
|
|
|
display: none; }
|
|
|
|
#entry-list .entry.edit-timestamp .timestamp-input {
|
|
|
|
display: inline-block; }
|
|
|
|
#entry-list .entry.edit-timestamp .timestamp {
|
|
|
|
display: none; }
|
2011-03-01 08:23:51 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.drop-menu {
|
|
|
|
position: relative; }
|
|
|
|
.drop-menu .drop-menu-items {
|
|
|
|
display: none;
|
|
|
|
list-style: none;
|
|
|
|
position: absolute; }
|
2011-05-03 12:50:03 -05:00
|
|
|
.drop-menu .drop-menu-items li {
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 0.5em; }
|
2011-04-15 13:26:55 -05:00
|
|
|
.drop-menu:hover .drop-menu-items, .drop-menu .drop-menu-items:hover {
|
|
|
|
display: block; }
|
2011-05-03 12:50:03 -05:00
|
|
|
.drop-menu a {
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: none; }
|
|
|
|
.drop-menu a:hover {
|
|
|
|
text-decoration: underline; }
|
2011-04-15 13:26:55 -05:00
|
|
|
|
|
|
|
.footer {
|
2011-05-03 12:50:03 -05:00
|
|
|
background: #222222;
|
|
|
|
color: #eeeeee;
|
2011-04-15 13:26:55 -05:00
|
|
|
font-family: Bentham;
|
2011-05-06 13:14:57 -05:00
|
|
|
padding: 1em 0;
|
2011-05-03 12:50:03 -05:00
|
|
|
padding: 1rem 0;
|
2011-04-15 13:26:55 -05:00
|
|
|
text-align: center;
|
|
|
|
width: 100%; }
|
|
|
|
.footer a {
|
2011-05-03 12:50:03 -05:00
|
|
|
color: white;
|
2011-04-15 13:26:55 -05:00
|
|
|
text-decoration: none; }
|
|
|
|
.footer a:hover {
|
|
|
|
text-decoration: underline; }
|
2011-03-16 07:39:09 -05:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.logo {
|
|
|
|
font-family: Bentham;
|
|
|
|
text-decoration: overline underline;
|
|
|
|
color: inherit; }
|