Fogbugz #86: Design: Farben entschaerft (mehr grau, akzent in orange)
This commit is contained in:
parent
76dd233fa1
commit
6d46058c0f
2 changed files with 15 additions and 9 deletions
|
|
@ -36,13 +36,15 @@ h2 {
|
|||
/* Header & Footer */
|
||||
|
||||
.header {
|
||||
background: #134026;
|
||||
background: #f9f9f9; /* very light grey */
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.header_actions, .header_actions a {
|
||||
color: #f2ea79;
|
||||
color: #909090; /* medium grey */
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.header_email { color: #f2ea79; text-align: right; border-left: solid }
|
||||
|
|
@ -64,15 +66,19 @@ h2 {
|
|||
text-align: right;
|
||||
}
|
||||
|
||||
.logo {
|
||||
color: #f2ea79;
|
||||
.logo_contact, .logo_o-rama {
|
||||
font-weight: bold;
|
||||
font-size: 150%;
|
||||
}
|
||||
.logo_contact {
|
||||
color: #ed8200; /* orange */
|
||||
}
|
||||
.logo_o-rama {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.logo_white { color: #fff; }
|
||||
.logo_black { color: #000; }
|
||||
#logo-accounting { color: red; }
|
||||
#logo-zen { color: black; }
|
||||
|
||||
#username { font-weight: bold; }
|
||||
|
||||
|
|
@ -239,8 +245,8 @@ font-weight: 400;
|
|||
|
||||
/* contact list */
|
||||
.contact_summary {
|
||||
background: #f2ea79;
|
||||
border-bottom-color: #999999;
|
||||
background: #f9f9f9; /* very light grey */
|
||||
border-bottom-color: #909090; /* medium grey */
|
||||
border-bottom-style: dotted;
|
||||
border-bottom-width: 1px;
|
||||
padding-top: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue