FogBugz #83: neues Farbschema.

This commit is contained in:
Roland Jesse 2011-09-24 23:19:21 +02:00
parent 61283003c8
commit c3c9d972f3
5 changed files with 61 additions and 31 deletions

View file

@ -10,7 +10,7 @@ font-style: inherit;
}
body {
background-color: #ffffff;
background-color: #414443;
line-height: 1.5;
font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
@ -35,6 +35,18 @@ h2 {
/* Header & Footer */
.header {
background: #134026;
padding-top: 15px;
padding-bottom: 15px;
}
.header_actions, .header_actions a {
color: #f2ea79;
}
.header_email { color: #f2ea79; text-align: right; border-left: solid }
.header_red {
background: #E5000A;
color: #ffffff;
@ -52,6 +64,11 @@ h2 {
text-align: right;
}
.logo {
color: #f2ea79;
font-weight: bold;
font-size: 150%;
}
.logo_white { color: #fff; }
.logo_black { color: #000; }
#logo-accounting { color: red; }
@ -221,10 +238,23 @@ font-weight: 400;
}
/* contact list */
.contact-summary {
.contact_summary {
background: #f2ea79;
border-bottom-color: #999999;
border-bottom-style: dotted;
border-bottom-width: 1px;
padding-top: 5px;
padding-bottom: 5px;
}
.name_summary {
font-size: 150%;
font-weight: bold;
}
/* The avatar in the summary overview. */
.avatar_summary {
padding-left: 3px;
}
/* Styles for entry forms. */