Andrew Boyson / web

Dependents:   oldheating gps motorhome heating

Committer:
andrewboyson
Date:
Thu Jan 17 13:07:53 2019 +0000
Revision:
30:6a08abbe6301
Parent:
http-css-base.inc@14:c3c43c8faf0e
Child:
47:cf7d4c34158e
Tidied up the base and derived portions

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewboyson 14:c3c43c8faf0e 1 " * { font-size:6vw; }\r\n"
andrewboyson 14:c3c43c8faf0e 2 "@media (min-width: 600px) { * { font-size:36px; } }\r\n"
andrewboyson 14:c3c43c8faf0e 3 "\r\n"
andrewboyson 14:c3c43c8faf0e 4 "* { font-family:'Segoe UI', Calibri, Arial, sans-serif; }\r\n"
andrewboyson 14:c3c43c8faf0e 5 "body { margin-left:0em; line-height:1.1em; padding:0; border:0; }\r\n"
andrewboyson 14:c3c43c8faf0e 6 "h1 { color:darkblue; font-size:120%; font-weight:normal; margin-bottom:0.3em; }\r\n"
andrewboyson 14:c3c43c8faf0e 7 "h2 { color:darkblue; font-size:100%; font-weight:normal; margin-bottom:0.3em; }\r\n"
andrewboyson 14:c3c43c8faf0e 8 "a { text-decoration:none; }\r\n"
andrewboyson 14:c3c43c8faf0e 9 "div { line-height:1.2em; }\r\n"
andrewboyson 14:c3c43c8faf0e 10 "form { line-height:1.2em; margin:0; }\r\n"
andrewboyson 14:c3c43c8faf0e 11 "code { font-family:'Courier New', Courier, monospace; white-space:pre; }\r\n"
andrewboyson 14:c3c43c8faf0e 12 "textarea { font-family:'Courier New', Courier, monospace; white-space:pre; }\r\n"
andrewboyson 14:c3c43c8faf0e 13 "input[type=submit] { border-radius:0.5em; border:0; box-shadow:none; margin-top:0.3em; }\r\n"
andrewboyson 14:c3c43c8faf0e 14 "input[type=text] { border:thin none gray; margin:0; padding:0; color:darkblue; text-align:right;}\r\n"
andrewboyson 14:c3c43c8faf0e 15 "\r\n"
andrewboyson 14:c3c43c8faf0e 16 ".toggle { display:inline-block; position:relative; cursor:pointer; width: 1.2em; height: 0.6em; }\r\n"
andrewboyson 14:c3c43c8faf0e 17 ".slot { display:block; position:absolute; top:0.1em; left:0.1em; bottom:0.1em; right:0.1em; background-color:lightgray; border-radius:0.6em; transition:background 0.4s; }\r\n"
andrewboyson 14:c3c43c8faf0e 18 ".toggle[dir=rtl] > .slot { background-color:lightsteelblue; }\r\n"
andrewboyson 14:c3c43c8faf0e 19 ".knob { display:block; position:absolute; top:0.0em; left:0.0em; bottom:0.0em; width:0.6em; background-color:darkgray; border-radius:0.6em; transition:background 0.4s, margin 0.4s; }\r\n"
andrewboyson 14:c3c43c8faf0e 20 ".toggle[dir=rtl] > .knob { margin-left:0.6em; background-color:steelblue; }\r\n"
andrewboyson 14:c3c43c8faf0e 21 "\r\n"
andrewboyson 14:c3c43c8faf0e 22 ".hamburger { display:inline-block; width:1em}\r\n"
andrewboyson 14:c3c43c8faf0e 23 ".bar { height:0.15em; background-color:#111; border-radius:0.15em; }\r\n"
andrewboyson 14:c3c43c8faf0e 24 ".space { height:0.2em; }\r\n"