diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-10-12 11:36:05 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-10-12 11:36:05 +0200 |
commit | 65796d4a2349e71ca05f5f298d6f94ff792d88b2 (patch) | |
tree | ef73e39b4b54ccd36b61b783c438036761d17811 /public/css/stylemedia.css | |
parent | 74ccedd6544daac0845a044b5e6d71d577578c69 (diff) | |
download | wcms-65796d4a2349e71ca05f5f298d6f94ff792d88b2.tar.gz wcms-65796d4a2349e71ca05f5f298d6f94ff792d88b2.zip |
2.91 folder moves + auto summary
Diffstat (limited to 'public/css/stylemedia.css')
-rw-r--r-- | public/css/stylemedia.css | 103 |
1 files changed, 0 insertions, 103 deletions
diff --git a/public/css/stylemedia.css b/public/css/stylemedia.css deleted file mode 100644 index d721a9b..0000000 --- a/public/css/stylemedia.css +++ /dev/null @@ -1,103 +0,0 @@ -article { - border: 1px var(--color4) solid; - margin: 2px; - padding: 2px; - border: ridge; - max-width: 700px; - 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%; -} - - -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; -} - - -#mediatable { - background-color: var(--color3); -} - -#mediatable tr:hover { - background-color: var(--color1); -} - -#mediatable th { - background-color: var(--color1); - border: ridge 1px grey; -} - -.tooltip span { - display: none; - color: #000; - text-decoration: none; - padding: 3px; -} - -.tooltip:hover span { - display: block; - position: absolute; - background-color: var(--color3); - border: ridge; - margin-left: 30px; - margin-top: 0px; -} - - -img.thumbnail { - max-width: 100%; - max-height: 150px; -} - -input[type="checkbox"] { - width: unset; - padding: unset; - margin: unset; - height: unset; -} - - - -@media (max-width: 600px) { - nav { - width: unset; - position: relative; - display: block; - } - - div#menu { - display: block; - } -}
\ No newline at end of file |