X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=app%2Fauthsystem.css;h=bf0f490ae1e085aa51fa68a008daa2b32284b27e;hp=4c8dd5f8a787e1949f9d16584d396939a9362e9f;hb=3f24953f10063243a61eb2f9ddcb3e8888f96147;hpb=1b90529e881cefefb19cb50cb627d24b4753b587 diff --git a/app/authsystem.css b/app/authsystem.css index 4c8dd5f..bf0f490 100644 --- a/app/authsystem.css +++ b/app/authsystem.css @@ -5,7 +5,6 @@ body { font-family: sans-serif; /* margin: 0; */ - background-color: #FFFFEE; padding-top: 5em; /* leave space for total height of h1: 4+1(r)em */ } @@ -21,9 +20,6 @@ h1 { height: 4rem; min-height: calc(70px - 1rem); font-size: 2em; - background-color: #003366; - color: #FFFFEE; - background-image: url("KaiRoLogo-100x62.png"); background-repeat: no-repeat; background-position: 10px 50%; overflow: hidden; @@ -47,10 +43,6 @@ h1 { } } -a:link { color: #669999; } -a:visited { color: #003366; } -a:hover, a:active { color: #88BBBB; } - ul.flat { list-style-type: none; margin: 0em; @@ -75,12 +67,14 @@ table.border { border-spacing: 0px; border-collapse: collapse; empty-cells: show; - border-left: 1px solid #336699; - border-top: 1px solid #336699; + border-width: 0; + border-left: 1px solid; + border-top: 1px solid; } table.border th, table.border td { - border-bottom: 1px solid #336699; - border-right: 1px solid #336699; + border-width: 0; + border-bottom: 1px solid; + border-right: 1px solid; } table.border td { padding-left: 3px; @@ -132,13 +126,10 @@ table.border td { } .otheremaillinks > a { - background-color: #EEEEDD; text-decoration: none; padding: .2em; border-radius: 3px; } -.otheremaillinks > a:link, .otheremaillinks > a:visited { color: #BBBBBB; } -.otheremaillinks > a:hover, .otheremaillinks > a:active { color: #808080; } .small { font-size: 0.75em;