diff options
Diffstat (limited to 'public/css/donnees_hors_editeur.css')
-rw-r--r-- | public/css/donnees_hors_editeur.css | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/public/css/donnees_hors_editeur.css b/public/css/donnees_hors_editeur.css index 7b377ea..25436a4 100644 --- a/public/css/donnees_hors_editeur.css +++ b/public/css/donnees_hors_editeur.css | |||
@@ -24,8 +24,9 @@ input[type="checkbox"]:checked{border: none; background: #26ab33;} | |||
24 | .table td{border: 1px grey solid; padding: 7px; min-width: 30px;} | 24 | .table td{border: 1px grey solid; padding: 7px; min-width: 30px;} |
25 | td p{margin: 0px;} | 25 | td p{margin: 0px;} |
26 | 26 | ||
27 | .image{margin: 0px;text-align: center;margin: auto;height: 100%;} | 27 | .image{width: fit-content;margin: 0px;text-align: center;margin: auto;/*height: 100%;*/} |
28 | .image img{width: 100%;} | 28 | .image img{width: 100%;} |
29 | /*.image:not(.image_resized) img{width: auto;}*/ | ||
29 | .image-style-side{float: right;} | 30 | .image-style-side{float: right;} |
30 | .image-style-side:not(.image_resized){max-width: 50%;} | 31 | .image-style-side:not(.image_resized){max-width: 50%;} |
31 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} | 32 | .image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} |
@@ -35,22 +36,26 @@ article:after{content: ""; display: block; clear: both;} | |||
35 | 36 | ||
36 | iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px;} | 37 | iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px;} |
37 | 38 | ||
38 | /*@media screen and (max-width: 1000px) | 39 | |
40 | |||
41 | |||
42 | |||
43 | @media screen and (max-width: 1000px) | ||
39 | { | 44 | { |
40 | img{max-width: 900px;} | 45 | /*img{max-width: 900px;}*/ |
41 | }*/ | 46 | } |
42 | 47 | ||
43 | @media screen and (min-width: 700px) | 48 | @media screen and (min-width: 700px) |
44 | { | 49 | { |
45 | .image{/*max-width: 630px;*/width: auto;} | 50 | /*.image{width: auto;}*/ |
46 | } | 51 | } |
47 | 52 | ||
48 | @media screen and (max-width: 699px) | 53 | @media screen and (max-width: 699px) |
49 | { | 54 | { |
50 | .image{max-width: 480px;} | 55 | /*.image{max-width: 480px;}*/ |
51 | } | 56 | } |
52 | 57 | ||
53 | @media screen and (max-width: 479px) | 58 | @media screen and (max-width: 479px) |
54 | { | 59 | { |
55 | .image{max-width: 320px;} | 60 | /*.image{max-width: 320px;}*/ |
56 | } \ No newline at end of file | 61 | } \ No newline at end of file |