From d7f3313ff4514e38c9f53439cd1a1287e56e45f7 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sun, 11 Nov 2018 17:19:26 +0100 Subject: reboot folder --- assets/css/css_old/stylehome.css | 117 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 assets/css/css_old/stylehome.css (limited to 'assets/css/css_old/stylehome.css') diff --git a/assets/css/css_old/stylehome.css b/assets/css/css_old/stylehome.css new file mode 100644 index 0000000..98822f0 --- /dev/null +++ b/assets/css/css_old/stylehome.css @@ -0,0 +1,117 @@ +section.home { + margin-top: 27px; + display: inline-flex; + width: 100%; +} + +div#main { + border: ridge; + height: fit-content; + margin: 5px; + background-color: var(--color3); +} + +div#map { + border: ridge; + height: fit-content; + margin: 5px; + background-color: var(--color3); +} + +div#options { + border: ridge; + margin: 5px; + background-color: var(--color3); + width: 15%; + list-style: none; + max-width: 200px; + height: fit-content; + +} + +fieldset { + background-color: var(--color1); + border: outset; +} + +legend { + font-weight: bold; +} + +div#massedit { + background-color: var(--color1); +} + +header { + position: fixed; + width: 100%; + border: ridge; + background-color: var(--color1); +} + +h2 { + font-size: large; + margin: 0; + border: outset; + background-color: var(--color1); +} + +#options ul { + list-style: none; + margin: 0; + padding: 0; +} + +#home2table { + background-color: var(--color3); +} + +#home2table tr:hover { + background-color: var(--color1); +} + +#home2table th { + background-color: var(--color1); + border: ridge 1px grey; +} + + + +@media (max-width: 600px) { + + section.home { + position: relative; + display: block; + margin: unset; + } + + div#options { + position: relative; + width: unset; + } + + header { + position: relative; + border: none; + } + + table#home2table { + display: block; + position: relative; + width: 100%; + overflow-x: scroll; + font-size: 1em; + } + + nav { + width: unset; + position: relative; + display: block; + } + + div#menu { + display: block; + } + + +} \ No newline at end of file -- cgit v1.2.3