summaryrefslogtreecommitdiff
path: root/public/donnees_hors_editeur.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/donnees_hors_editeur.css')
-rw-r--r--public/donnees_hors_editeur.css32
1 files changed, 25 insertions, 7 deletions
diff --git a/public/donnees_hors_editeur.css b/public/donnees_hors_editeur.css
index 754453b..4a8d49e 100644
--- a/public/donnees_hors_editeur.css
+++ b/public/donnees_hors_editeur.css
@@ -1,6 +1,4 @@
1img{vertical-align: bottom;} 1/*img{vertical-align: bottom;}*/
2@media screen and (max-width: 1000px)
3{img{max-width: 900px;}}
4 2
5.text-tiny{font-size: x-small;} 3.text-tiny{font-size: x-small;}
6.text-small{font-size: small;} 4.text-small{font-size: small;}
@@ -26,13 +24,33 @@ input[type="checkbox"]:checked{border: none; background: #26ab33;}
26.table td{border: 1px grey solid; padding: 7px; min-width: 30px;} 24.table td{border: 1px grey solid; padding: 7px; min-width: 30px;}
27td p{margin: 0px;} 25td p{margin: 0px;}
28 26
29.image{margin: 0px; text-align: center; display: inline-block;} 27.image{margin: 0px; margin: auto;}
30.image img{max-width: 630px;} 28.image img{max-width: 100%;}
31.image-style-side{float: right;} 29.image-style-side{float: right;}
32.image-style-side img{max-width: 315px;} 30.image-style-side:not(.image_resized){max-width: 50%;}
33.image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} 31.image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;}
34 32
35.boutonArticle{clear: both; padding: 20px 0px;} 33.boutonArticle{clear: both; padding: 20px 0px;}
36article:after{content: ""; display: block; clear: both;} 34article:after{content: ""; display: block; clear: both;}
37 35
38iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px;} \ No newline at end of file 36iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px;}
37
38/*@media screen and (max-width: 1000px)
39{
40 img{max-width: 900px;}
41}*/
42
43@media screen and (min-width: 700px)
44{
45 .image{max-width: 630px;}
46}
47
48@media screen and (max-width: 699px)
49{
50 .image{max-width: 480px;}
51}
52
53@media screen and (max-width: 479px)
54{
55 .image{max-width: 320px;}
56} \ No newline at end of file