2011-02-11 16:35:11 -06:00
|
|
|
/*
|
|
|
|
* author: Jonathan Bernard
|
|
|
|
* TimeStamper main CSS for screen media types
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import "rounded";
|
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
$txtClr: #222;
|
|
|
|
|
|
|
|
* {
|
|
|
|
color: $txtClr;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2011-02-11 16:35:11 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
2011-04-15 13:26:55 -05:00
|
|
|
width: 70%;
|
2011-02-11 16:35:11 -06:00
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
#top {
|
|
|
|
position: fixed;
|
|
|
|
top: 0px;
|
|
|
|
background: white;
|
|
|
|
width: 70%;
|
2011-02-11 16:35:11 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
#fade-bar {
|
|
|
|
background: url('img/fade.png') repeat-x;
|
|
|
|
height: 32px;
|
|
|
|
width: 100%;
|
2011-03-07 16:43:40 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
#user {
|
2011-03-07 16:43:40 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
font-family: "Josefin Sans";
|
|
|
|
width: 100%;
|
2011-03-07 16:43:40 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.fullname, .username {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: larger;
|
|
|
|
}
|
2011-02-11 17:09:58 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.fullname-input { display: none; }
|
2011-03-03 17:05:30 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
&.fullname-edit {
|
|
|
|
.fullname-input { display: inline-block; }
|
|
|
|
.fullname { display: none; }
|
|
|
|
}
|
2011-03-07 16:43:40 -06:00
|
|
|
|
2011-04-27 14:11:54 -05:00
|
|
|
.drop-menu { display: inline-block; }
|
|
|
|
|
|
|
|
.drop-menu .drop-menu-items {
|
|
|
|
|
2011-03-07 16:43:40 -06:00
|
|
|
float: right;
|
2011-04-15 13:26:55 -05:00
|
|
|
list-style: none;
|
2011-03-07 16:43:40 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
li {
|
2011-03-07 16:43:40 -06:00
|
|
|
float: right;
|
2011-04-15 13:26:55 -05:00
|
|
|
text-align: center;
|
|
|
|
//margin-top: -0.5em;
|
|
|
|
padding-right: 1em;
|
2011-03-07 16:43:40 -06:00
|
|
|
}
|
2011-03-03 17:05:30 -06:00
|
|
|
}
|
2011-02-12 07:48:19 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
a {
|
|
|
|
display: inline-block;
|
|
|
|
text-decoration: none;
|
2011-02-12 07:48:19 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
2011-02-12 07:48:19 -06:00
|
|
|
}
|
|
|
|
}
|
2011-04-15 13:26:55 -05:00
|
|
|
}
|
2011-02-12 07:48:19 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
#timeline {
|
2011-02-12 07:48:19 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
border-bottom: thin solid black;
|
|
|
|
font-family: Arvo;
|
|
|
|
font-size: 1.5em;
|
2011-02-12 07:48:19 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.timeline-desc {
|
|
|
|
display: inline-block;
|
|
|
|
width: 70%;
|
2011-02-12 07:48:19 -06:00
|
|
|
}
|
|
|
|
|
2011-04-27 14:11:54 -05:00
|
|
|
.timeline-desc-input { width: 70% }
|
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.timeline-id { display: inline-block; }
|
2011-02-12 07:48:19 -06:00
|
|
|
|
2011-04-27 14:11:54 -05:00
|
|
|
.timeline-desc-input, .timeline-id-input { display: none; }
|
|
|
|
|
|
|
|
&.edit-id {
|
|
|
|
.timeline-id-input { display: inline-block; }
|
|
|
|
.timeline-id { display: none; }
|
|
|
|
}
|
|
|
|
|
|
|
|
&.edit-desc {
|
|
|
|
.timeline-desc-input { display: inline-block; }
|
|
|
|
.timeline-desc { display: none; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.drop-menu {
|
2011-04-15 13:26:55 -05:00
|
|
|
text-align: right;
|
|
|
|
display: inline-block;
|
|
|
|
width: 29%;
|
2011-02-14 17:16:37 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.drop-menu-items {
|
|
|
|
text-align: right;
|
|
|
|
right: 0;
|
|
|
|
}
|
2011-02-12 07:48:19 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-04-20 09:40:54 -05:00
|
|
|
#new-entry {
|
2011-04-15 13:26:55 -05:00
|
|
|
margin-top: 5.5em;
|
|
|
|
padding: 0.5em 0.5em;
|
2011-02-11 16:35:11 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.mark-input, .timestamp-input {
|
|
|
|
border: solid thin lighten($txtClr, 20%);
|
|
|
|
-webkit-box-shadow: inset 0px 2px 4px #CCC;
|
|
|
|
box-shadow: inset 0px 2px 4px #CCC;
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
font-family: Cantarell;
|
2011-02-12 07:48:19 -06:00
|
|
|
}
|
2011-02-11 16:35:11 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.mark-input { width: 78%; }
|
2011-02-11 16:35:11 -06:00
|
|
|
|
2011-04-20 09:40:54 -05:00
|
|
|
.edit-mark {
|
|
|
|
.mark-input { display: inline-block; }
|
|
|
|
.mark { display: none; }
|
|
|
|
}
|
|
|
|
|
|
|
|
.edit-timestamp {
|
|
|
|
.timestamp-input { display: inline-block; }
|
|
|
|
.timestamp { display: none; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#entries {
|
|
|
|
|
|
|
|
padding: 0.5em 0.5em;
|
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.entry {
|
2011-02-11 16:35:11 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
font-family: Cantarell;
|
2011-02-11 17:09:58 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
div { display: inline-block; }
|
2011-02-11 16:35:11 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.timestamp, .timestamp-input { width: 10%; }
|
2011-02-12 07:48:19 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.duration { width: 10%; }
|
2011-02-12 07:48:19 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.mark { width: 78%; }
|
2011-03-07 16:43:40 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.mark-input, .timestamp-input { display: none; }
|
2011-03-07 16:43:40 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.notes { display: none; }
|
|
|
|
|
2011-02-13 11:38:50 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
2011-03-01 08:23:51 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.drop-menu {
|
|
|
|
position: relative;
|
2011-03-03 17:05:30 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.drop-menu-items {
|
|
|
|
background: white;
|
|
|
|
display: none;
|
|
|
|
list-style: none;
|
|
|
|
position: absolute;
|
2011-03-03 17:05:30 -06:00
|
|
|
}
|
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
&:hover .drop-menu-items, .drop-menu-items:hover {
|
|
|
|
display: block;
|
2011-03-03 17:05:30 -06:00
|
|
|
}
|
2011-03-08 18:02:33 -06:00
|
|
|
|
2011-03-03 17:05:30 -06:00
|
|
|
}
|
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.footer {
|
2011-03-07 16:43:40 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
border-top: thin solid black;
|
|
|
|
color: lighten($txtClr, 40%);
|
|
|
|
font-family: Bentham;
|
|
|
|
margin: 1em 0;
|
|
|
|
padding-top: 1em;
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
2011-03-07 16:43:40 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
a {
|
|
|
|
color: lighten($txtClr, 40%);
|
|
|
|
text-decoration: none;
|
2011-03-01 08:23:51 -06:00
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
&:hover { text-decoration: underline; }
|
2011-03-01 08:23:51 -06:00
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2011-04-15 13:26:55 -05:00
|
|
|
.logo {
|
|
|
|
font-family: Bentham;
|
|
|
|
text-decoration: overline underline;
|
|
|
|
color: inherit;
|
2011-03-01 08:23:51 -06:00
|
|
|
}
|