From acc42674db6482ee6d432c4a9c174ed7dfcea063 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 24 May 2018 19:03:42 +0200 Subject: W 2.2 --- public/css/stylebase.css | 6 ----- public/css/stylem.css | 51 ------------------------------------ public/css/stylemedia.css | 66 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 57 deletions(-) delete mode 100644 public/css/stylem.css create mode 100644 public/css/stylemedia.css (limited to 'public/css') diff --git a/public/css/stylebase.css b/public/css/stylebase.css index 46d43f4..92ea674 100644 --- a/public/css/stylebase.css +++ b/public/css/stylebase.css @@ -40,17 +40,11 @@ a:hover{ text-decoration: underline; } -img { - width: 90%; - max-width: 1000px; -} - form { margin-bottom: 0px; } section { - text-align: justify; padding: 3%; line-height: 1.2em; } diff --git a/public/css/stylem.css b/public/css/stylem.css deleted file mode 100644 index 4e18678..0000000 --- a/public/css/stylem.css +++ /dev/null @@ -1,51 +0,0 @@ - - -.infobulle { - display: none; -} - -.little:hover .infobulle { - display: inline-block; - position: relative; - background-color: white; - z-index: 5; - top: 5px; - width: 300px; - font-family: monospace; - font-size: 0.9em; - line-height: 1.1em; -} - -span.infobulle img { - width: 100%; -} - -.grid { - display: flex; - flex-wrap: wrap; - padding: 4%; - margin-right: 120px; - -} - -.little { - width: 100px; - height: 150px; - margin: 10px; - background-color: white; - -} - -.infobulle input[type="text"] { - font-family: monospace; - font-size: 0.9em; - margin: 3px; -} - -img.thumbnail { - width: 100%; -} - -section.gest { - padding-bottom: 300px; -} \ No newline at end of file diff --git a/public/css/stylemedia.css b/public/css/stylemedia.css new file mode 100644 index 0000000..9e46c3f --- /dev/null +++ b/public/css/stylemedia.css @@ -0,0 +1,66 @@ +section { + padding: 0; +} + +.infobulle { + display: none; +} + +.little:hover .infobulle { + display: inline-block; + position: relative; + background-color: white; + z-index: 5; + top: 5px; + width: 300px; + font-family: monospace; + font-size: 0.9em; + line-height: 1.1em; +} + +span.infobulle img { + width: 100%; +} + +.grid { + display: flex; + flex-wrap: wrap; + padding: 4%; + margin-right: 120px; + list-style: none; + +} + +.little { + width: 100px; + height: 150px; + margin: 10px; + background-color: white; + +} + +.infobulle input[type="text"] { + font-family: monospace; + font-size: 0.9em; + margin: 3px; +} + +img.thumbnail { + max-width: 100%; + max-height: 100px; +} + +section.gest { + padding-bottom: 300px; +} + +input[type="file"] { + font-size: 1.3em; +} + +input[type="checkbox"] { + width: unset; + padding: unset; + margin: unset; + height: unset; +} \ No newline at end of file -- cgit v1.2.3