KaiRo bug 375 - Make branding a configuration option
[authserver.git] / app / skin / default / authskin.css
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5 body {
6   background-color: #FFFFFF;
7 }
8
9 h1 {
10   background-color: #404040;
11   color: #FFFFFF;
12   background-image: url("logo-100x62.png");
13 }
14
15 a:link { color: #0000EE; }
16 a:visited { color: #8000EE; }
17 a:hover, a:active { color: #8080FF; }
18
19 table.border {
20  border-color: #404040;
21 }
22 table.border th, table.border td {
23  border-color: #404040;
24 }
25
26 .otheremaillinks > a {
27   background-color: #EEEEEE;
28 }
29 .otheremaillinks > a:link, .otheremaillinks > a:visited { color: #BBBBBB; }
30 .otheremaillinks > a:hover, .otheremaillinks > a:active { color: #808080; }