diff options
author | polo <ordipolo@gmx.fr> | 2022-02-24 02:29:14 +0100 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2022-02-24 02:29:14 +0100 |
commit | f19db76cc3b21785619ffd24bfb34692a3aaa66a (patch) | |
tree | 7a715c3bc89232a981f3150caa46e61cba7850f2 /public/donnees_hors_editeur.css | |
parent | 2c5dc14a9cd8bd847c724c0d43ddce8be0069013 (diff) | |
download | melaine-f19db76cc3b21785619ffd24bfb34692a3aaa66a.zip |
recursiveIterator
Diffstat (limited to 'public/donnees_hors_editeur.css')
-rw-r--r-- | public/donnees_hors_editeur.css | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/public/donnees_hors_editeur.css b/public/donnees_hors_editeur.css deleted file mode 100644 index 4a8d49e..0000000 --- a/public/donnees_hors_editeur.css +++ /dev/null | |||
@@ -1,56 +0,0 @@ | |||
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; margin: auto;} | ||
28 | .image img{max-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;} | ||
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 | ||