diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-09-21 00:17:11 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-09-21 00:17:11 +0200 |
commit | 701c4637294fc9b63d53a8eeb26d46ef94af1941 (patch) | |
tree | ee5b4fb38cc3a023590dfa3c127e1cf989ffaaab /public/css/styleinfo.css | |
parent | cbecc0dfc819febf4c2b36791d5a2a7e69d842af (diff) | |
download | wcms-701c4637294fc9b63d53a8eeb26d46ef94af1941.tar.gz wcms-701c4637294fc9b63d53a8eeb26d46ef94af1941.zip |
2.6 media update + new skin + lot of bugs fixies
Diffstat (limited to 'public/css/styleinfo.css')
-rw-r--r-- | public/css/styleinfo.css | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/public/css/styleinfo.css b/public/css/styleinfo.css new file mode 100644 index 0000000..a3fcc5c --- /dev/null +++ b/public/css/styleinfo.css @@ -0,0 +1,80 @@ +section { + margin-bottom: 100px; +} + +article { + border: 1px var(--color4) solid; + margin: 2px; + padding: 2px; + border: ridge; + max-width: 500px; + background-color: var(--color3); +} + +h1 { + border: ridge; + background-color: var(--color1); +} + +h2 { + margin-top: 0; + margin-bottom: 5px; +} + + +form { + display: inline-grid; + width: 98%; + margin: 1%; +} + +textarea#cssarea { + height: 400px; +} + +label { + font-weight: bold; + font-style: italic; +} + +summary { + background-color: var(--color1); + border: outset; + font-weight: bold; +} + +summary:focus { + outline: none; +} + +details { + background-color: var(--color1); + border: 1px var(--color4) solid; +} + + + +@media (max-width: 600px) { + nav { + width: unset; + position: relative; + display: block; + } + + div#menu { + display: block; + } +} + + +@media (max-width: 600px) { + nav { + width: unset; + position: relative; + display: block; + } + + div#menu { + display: block; + } +}
\ No newline at end of file |