X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authsystem.css;h=a164fb9543a1a9344dc3f33383201fed26bb30c6;hp=21514d37d50ea3288bb4ee7f569c90f882297659;hb=46f7aedadd9c6b1bb64e72c4c0770d9b1030454f;hpb=133aecbe7a7fb733dc202240ec7de844e2baf425 diff --git a/authsystem.css b/authsystem.css index 21514d3..a164fb9 100644 --- a/authsystem.css +++ b/authsystem.css @@ -1,5 +1,64 @@ +/* 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 { font-family: sans-serif; /* margin: 0; */ background-color: #FFFFEE; } + +ul.flat { + list-style-type: none; + margin: 0em; + padding: 0px; +} +ul.flat li { + margin: 0 0 0.2em 0; + padding: 0px; +} +p.flat { + border: 0px; + margin: 0px; + padding: 0px; +} +form.flat { + border: 0px; + margin: 0px; + padding: 0px; +} + +table.border { + border-spacing: 0px; + border-collapse: collapse; + empty-cells: show; + border-left: 1px solid #336699; + border-top: 1px solid #336699; +} +table.border th, table.border td { + border-bottom: 1px solid #336699; + border-right: 1px solid #336699; +} +table.border td { + padding-left: 3px; + padding-right: 3px; +} + +.small { + font-size: 0.75em; +} +.hidden { + display: none; +} +.warn { + color: red; +} +.donotshow { + position: absolute; + right: -1000px; + opacity: 0; +} + +input:invalid { + box-shadow: 0 0 2px 1px red; +}