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