Common stuff for all my devices' web server pages: css, login, log, ipv4, ipv6, firmware update, clock, reset info etc.

Dependents:   oldheating gps motorhome heating

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers web-login-css.inc Source File

web-login-css.inc

00001 "                            * { font-size:4vw; box-sizing: border-box; }\r\n"
00002 "@media (min-width: 600px) { * { font-size:24px; } }\r\n"
00003 "\r\n"
00004 "*                        { font-family:'Segoe UI', Calibri, Arial, sans-serif; }\r\n"
00005 "*:focus                  { outline: 0; }\r\n"
00006 "body                     { margin-left:0.1em; line-height:1.1em; padding:0; border:0; }\r\n"
00007 "h1                       { color:darkblue; font-size:120%; font-weight:normal; margin-bottom:0.3em; }\r\n"
00008 "h2                       { color:darkblue; font-size:110%; font-weight:normal; margin-bottom:0.3em; }\r\n"
00009 "div                      { line-height:1.2em; }\r\n"
00010 "form                     { line-height:1.2em; margin:0; }\r\n"
00011 "input[type=text]         { border:thin solid gray; border-radius:0.2em; margin:0; padding:0.1em; width:9em; text-align:left}\r\n"
00012 "input[type=submit]       { display:none; }\r\n"