diff options
author | polo <ordipolo@gmx.fr> | 2021-04-20 21:46:33 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2021-04-20 21:46:33 +0200 |
commit | 87798e5554eb0330cd2de255e5034f0472d410a4 (patch) | |
tree | acd9e26a7d912c7575cb6dd1c7b42cc3e9f52993 /public/donnees_hors_editeur.css | |
download | melaine-87798e5554eb0330cd2de255e5034f0472d410a4.zip |
mot de passe
Diffstat (limited to 'public/donnees_hors_editeur.css')
-rw-r--r-- | public/donnees_hors_editeur.css | 38 |
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 @@ | |||
1 | img{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 | |||
10 | blockquote{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 | |||
19 | ul{padding-left: 10px;} | ||
20 | .todo-list>li{list-style-type : 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;} | ||
23 | input[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;} | ||
27 | td 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;} | ||
36 | article:after{content: ""; display: block; clear: both;} | ||
37 | |||
38 | iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px;} \ No newline at end of file | ||