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.css38
1 files changed, 38 insertions, 0 deletions
diff --git a/public/donnees_hors_editeur.css b/public/donnees_hors_editeur.css
new file mode 100644
index 0000000..8619938
--- /dev/null
+++ b/public/donnees_hors_editeur.css
@@ -0,0 +1,38 @@
1img{vertical-align: bottom;}
2@media screen and (max-width: 1000px)
3{img{max-width: 900px;}}
4
5.text-tiny{font-size: x-small;}
6.text-small{font-size: small;}
7.text-big{font-size: large;}
8.text-huge{font-size: x-large;}
9
10blockquote{border-left: 5px #cccccc solid; margin: 14px 0px; padding: 2px 25px; font-style: italic;}
11
12.marker-yellow{background-color: #fdfd77;}
13.marker-green{background-color: #62f962;}
14.marker-pink{background-color: #fc7899;}
15.marker-blue{background-color: #72ccfd;}
16.pen-red{background-color: white; color: red;}
17.pen-green{background-color: white; color: green;}
18
19ul{padding-left: 10px;}
20.todo-list>li{list-style-type : none;}
21input[type=checkbox]{-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;
22 height: 16px; width: 16px; border: 1px solid black; border-radius: 2px; position: relative; top: 5px; margin-right: 10px;}
23input[type="checkbox"]:checked{border: none; background: #26ab33;}
24
25.table>table{border-collapse: collapse;}
26.table td{border: 1px grey solid; padding: 7px; min-width: 30px;}
27td p{margin: 0px;}
28
29.image{margin: 0px 0px 0px 5px; text-align: center; display: inline-block;}
30.image img{max-width: 630px;}
31.image-style-side{float: right;}
32.image-style-side img{max-width: 315px;}
33.image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;}
34
35.boutonArticle{clear: both;}
36article:after{content: ""; display: block; clear: both;}
37
38iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px;} \ No newline at end of file