diff options
| author | polo <ordipolo@gmx.fr> | 2025-03-21 00:47:16 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-03-21 00:47:16 +0100 |
| commit | 141291c29306391f91e7ceee57ff4d6e9907ab1d (patch) | |
| tree | 3896896e18f4c8d84c8108e1c80e3d8c7093e712 /public/css | |
| parent | 51a5391c96043829f7bbccda1262a51a8b8f93d8 (diff) | |
| download | ckeditor5-141291c29306391f91e7ceee57ff4d6e9907ab1d.tar.gz ckeditor5-141291c29306391f91e7ceee57ff4d6e9907ab1d.tar.bz2 ckeditor5-141291c29306391f91e7ceee57ff4d6e9907ab1d.zip | |
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/article_hors_editeur.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/public/css/article_hors_editeur.css b/public/css/article_hors_editeur.css new file mode 100644 index 0000000..622b539 --- /dev/null +++ b/public/css/article_hors_editeur.css | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | article{width: 630px;} | ||
| 2 | article:after{content: ""; display: block; clear: both;} | ||
| 3 | |||
| 4 | img{vertical-align: bottom;} | ||
| 5 | @media screen and (max-width: 1000px) | ||
| 6 | {img{max-width: 900px;}} | ||
| 7 | |||
| 8 | .text-tiny{font-size: x-small;} | ||
| 9 | .text-small{font-size: small;} | ||
| 10 | .text-big{font-size: large;} | ||
| 11 | .text-huge{font-size: x-large;} | ||
| 12 | |||
| 13 | blockquote{border-left: 5px #cccccc solid; margin: 14px 0px; padding: 2px 25px; font-style: italic;} | ||
| 14 | |||
| 15 | .marker-yellow{background-color: #fdfd77;} | ||
| 16 | .marker-green{background-color: #62f962;} | ||
| 17 | .marker-pink{background-color: #fc7899;} | ||
| 18 | .marker-blue{background-color: #72ccfd;} | ||
| 19 | .pen-red{background-color: white; color: red;} | ||
| 20 | .pen-green{background-color: white; color: green;} | ||
| 21 | |||
| 22 | ul{padding-left: 10px;} | ||
| 23 | .todo-list>li{list-style-type : none;} | ||
| 24 | input[type=checkbox]{-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none; | ||
| 25 | height: 16px; width: 16px; border: 1px solid black; border-radius: 2px; position: relative; top: 5px; margin-right: 10px;} | ||
| 26 | input[type="checkbox"]:checked{border: none; background: #26ab33;} | ||
| 27 | |||
| 28 | .table>table{border-collapse: collapse;} | ||
| 29 | .table td{border: 1px grey solid; padding: 7px; min-width: 30px;} | ||
| 30 | td p{margin: 0px;} | ||
| 31 | |||
| 32 | .image{margin: 0px; text-align: center; display: inline-block;} | ||
| 33 | .image-style-side{float: right;} | ||
| 34 | .image img{max-width: 630px;} | ||
| 35 | .image-style-side img{max-width: 315px;} | ||
| 36 | .image>figcaption{margin: 0px 10px; padding: 7px; text-align: center; font-size: small; background-color: #f7f7f7;} | ||
| 37 | |||
| 38 | iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px;} | ||
