KaiRo bug 375 - Make branding a configuration option
[authserver.git] / app / skin / default / authskin.css
CommitLineData
3f24953f
RK
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
5body {
6 background-color: #FFFFFF;
7}
8
9h1 {
10 background-color: #404040;
11 color: #FFFFFF;
12 background-image: url("logo-100x62.png");
13}
14
15a:link { color: #0000EE; }
16a:visited { color: #8000EE; }
17a:hover, a:active { color: #8080FF; }
18
19table.border {
20 border-color: #404040;
21}
22table.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; }