diff options
Diffstat (limited to 'public/css/article_hors_editeur.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;} | ||