X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=app%2Fskin%2Fdefault%2Fauthskin.css;fp=app%2Fskin%2Fdefault%2Fauthskin.css;h=02906cba23a58e8b81af623784ba3de5fc33cf6a;hp=0000000000000000000000000000000000000000;hb=3f24953f10063243a61eb2f9ddcb3e8888f96147;hpb=1b90529e881cefefb19cb50cb627d24b4753b587 diff --git a/app/skin/default/authskin.css b/app/skin/default/authskin.css new file mode 100644 index 0000000..02906cb --- /dev/null +++ b/app/skin/default/authskin.css @@ -0,0 +1,30 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this file, + * You can obtain one at http://mozilla.org/MPL/2.0/. */ + +body { + background-color: #FFFFFF; +} + +h1 { + background-color: #404040; + color: #FFFFFF; + background-image: url("logo-100x62.png"); +} + +a:link { color: #0000EE; } +a:visited { color: #8000EE; } +a:hover, a:active { color: #8080FF; } + +table.border { + border-color: #404040; +} +table.border th, table.border td { + border-color: #404040; +} + +.otheremaillinks > a { + background-color: #EEEEEE; +} +.otheremaillinks > a:link, .otheremaillinks > a:visited { color: #BBBBBB; } +.otheremaillinks > a:hover, .otheremaillinks > a:active { color: #808080; }