Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Revision:
110:8ab752842d25
Parent:
109:3e82f62c7e1f
Child:
111:aaa858678e34
--- a/css/web-base-css.inc	Mon Apr 29 14:45:30 2019 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-"                            * { font-size:6vw; box-sizing: border-box; }\r\n"
-"@media (min-width: 600px) { * { font-size:36px; } }\r\n"
-".line                     { display:flex; justify-content:space-between; align-items:center; width:15em; }\r\n"
-"\r\n"
-"*                                { font-family:Segoe UI, Calibri, Helvetica, Arial, sans-serif; }\r\n"
-"code, textarea, input[type=text] { font-family:Consolas, Lucida Console, Droid Sans Mono, Courier New, Courier, monospace; white-space:pre; }\r\n"
-"body                             { margin-left:0.1em; line-height:1.1em; padding:0; border:0; }\r\n"
-"h1                               { color:darkblue; font-size:120%; font-weight:normal; margin-bottom:0.3em; }\r\n"
-"h2                               { color:darkblue; font-size:110%; font-weight:normal; margin-bottom:0.3em; }\r\n"
-"a                                { text-decoration:none; }\r\n"
-"div                              { line-height:1.2em; }\r\n"
-"form                             { line-height:1.2em; margin:0; }\r\n"
-"button, input[type=submit]       { border-radius:0.2em; border:0; box-shadow:none; margin-top:0.3em; }\r\n"
-"button:hover             { color:red; }\r\n"
-"input[type=submit]:hover { color:red; }\r\n"
-"input[type=text]         { border:thin none gray; margin:0; padding:0; color:darkblue; text-align:right; }\r\n"
-"\r\n"
-".toggle                  { display:inline-block; position:relative; cursor:pointer; width: 1.2em;  height: 0.6em; }\r\n"
-".slot                    { background-color:lightsteelblue; display:block; position:absolute; top:0.1em; left:0.1em; bottom:0.1em; right:0.1em; border-radius:0.6em; transition:background 0.4s; }\r\n"
-".knob                    { background-color:steelblue;      display:block; position:absolute; top:0.0em; left:0.0em; bottom:0.0em; width:0.6em; border-radius:0.6em; transition:background 0.4s, margin 0.4s; }\r\n"
-".toggle[dir=rtl] > .slot { background-color:lightsteelblue; }\r\n"
-".toggle[dir=rtl] > .knob { background-color:royalblue;      margin-left:0.6em}\r\n"
-".led                     { background-color:lightgray; display:inline-block; width:0.6em; height:0.6em; border-radius:50%; }\r\n"
-".led[dir=rtl]            { background-color:royalblue; }\r\n"
-"\r\n"
-".hamburger { display:inline-block; width:1em}\r\n"
-".bar       { height:0.15em; background-color:#111; border-radius:0.15em; }\r\n"
-".space     { height:0.2em; }\r\n"