Changed the header and link presentation.

This commit is contained in:
Jonathan Bernard
2011-02-11 17:09:58 -06:00
parent 6bdf0ab526
commit 9c645e9a88
3 changed files with 83 additions and 97 deletions

View File

@ -51,7 +51,24 @@ body {
border-style: solid;
border-width: 0.2em;
border-bottom-width: 0;
padding: 0.1em 1em 0.1em 1em; }
padding: 0.1em 1em 0.1em 1em;
overflow: hidden; }
.bar div.control-links {
color: #979681;
float: right;
display: block;
height: 100%;
font-weight: bold;
font-size: smaller; }
.bar div.control-links:hover {
color: #252d42; }
.bar div.control-links a {
color: inherit;
text-decoration: none;
margin-right: 0.5em; }
.bar div.control-links a:hover {
color: #b34c2b;
text-decoration: underline; }
.last-bar {
border-bottom-width: 0.2em;
@ -62,53 +79,32 @@ body {
-webkit-border-bottom-left-radius: 0.5em;
border-bottom-left-radius: 0.5em; }
.control-links {
margin: 0;
padding: 0;
list-style-type: none; }
.control-links li {
margin: 0;
padding: 0; }
.control-links li a {
text-decoration: none; }
#user {
font-weight: bold;
-moz-border-radius-topleft: 0.5em;
-webkit-border-top-left-radius: 0.5em;
border-top-left-radius: 0.5em;
-moz-border-radius-topright: 0.5em;
-webkit-border-top-right-radius: 0.5em;
border-top-right-radius: 0.5em; }
#user div {
overflow: hidden;
margin: 0;
padding: 0; }
#user #fullname, #user #username {
text-decoration: none;
font-weight: bold;
font-size: x-large;
color: #252d42; }
#user #fullname:hover, #user #username:hover {
text-decoration: underline;
color: #4a5a83; }
#user #show-user-link, #user #fullname {
float: left; }
#user #logout-link, #user #username {
float: right; }
#user #username {
padding-left: 0.2em;
color: #626150; }
#user .control-links {
padding-top: 0.6em; }
#user-info {
display: none; }
#timeline {
#timeline #timeline-name, #timeline #timeline-desc {
font-weight: bold; }
#timeline #timeline-name {
text-decoration: none;
color: #252d42; }
#timeline #timeline-name:hover {
text-decoration: underline;
color: #4a5a83; }
#timeline #timeline-desc {
color: #626150; }
#timeline #timeline-desc {
color: #626150; }
#timeline .control-links {
padding-top: 0.2em; }
#timeline-info {
display: none; }