From 7a1e28b979fffefbf29d08e3b7c6430d8d60e0e3 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Tue, 10 Jul 2018 01:31:04 +0200 Subject: W 2.3 --- public/css/stylerecord.css | 66 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 public/css/stylerecord.css (limited to 'public/css/stylerecord.css') diff --git a/public/css/stylerecord.css b/public/css/stylerecord.css new file mode 100644 index 0000000..9e46c3f --- /dev/null +++ b/public/css/stylerecord.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