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