X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=authsystem.css;h=17c113b99961f6bfc1be3e4ec9ddb77a9e6af8eb;hp=a3f192f0e0af2d83870dd475d8656ad57a5cf0a1;hb=1e976489ad553d7591076833dd41469f4606b9d3;hpb=e876642cd44403f21c8744854ecf9da1351d9810;ds=sidebyside diff --git a/authsystem.css b/authsystem.css index a3f192f..17c113b 100644 --- a/authsystem.css +++ b/authsystem.css @@ -6,8 +6,31 @@ body { font-family: sans-serif; /* margin: 0; */ background-color: #FFFFEE; + padding-top: 5em; /* leave space for total height of h1: 4+1(r)em */ } +h1 { + position: absolute; + top: 0; + left: 0; + right: 0; + margin: 0; + padding: 10px 130px 0; /* IE8 and older do not support rem */ + padding: 1rem 130px 0; + height: 60px; /* IE8 and older do not support rem */ + height: 4rem; + min-height: calc(70px - 1rem); + background-color: #003366; + color: #FFFFEE; + background-image: url("KaiRoLogo-100x62.png"); + background-repeat: no-repeat; + background-position: 10px 50%; +} + +a:link { color: #669999; } +a:visited { color: #003366; } +a:hover, a:active { color: #88BBBB; } + ul.flat { list-style-type: none; margin: 0em; @@ -28,6 +51,54 @@ form.flat { 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; +} + +.loginheader { + font-size: 1.2em; + font-weight: bold; + margin: 5px 10px 0; /* IE8 and older do not support rem */ + margin: 0.5rem 1rem 0; +} + +.loginlinks { + margin: 5px 10px 0; /* IE8 and older do not support rem */ + margin: 0.5rem 1rem 0; +} + +.loginarea { + margin: 5px 10px 0; /* IE8 and older do not support rem */ + margin: 0.5rem 1rem 0; +} + +.resetinfo, +.verifyinfo, +.newpwdinfo { + margin: 5px 10px 0; /* IE8 and older do not support rem */ + margin: 0.5rem 1rem 0; +} + +.resetinfo.done, +.verifyinfo.done { + padding-left: 20px; + background-image: url("check.png"); + background-repeat: no-repeat; + background-position: 0 50%; +} + .small { font-size: 0.75em; }