From f19db76cc3b21785619ffd24bfb34692a3aaa66a Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 24 Feb 2022 02:29:14 +0100 Subject: recursiveIterator --- public/donnees_hors_editeur.css | 56 ----------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 public/donnees_hors_editeur.css (limited to 'public/donnees_hors_editeur.css') 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 @@ -/*img{vertical-align: bottom;}*/ - -.text-tiny{font-size: x-small;} -.text-small{font-size: small;} -.text-big{font-size: large;} -.text-huge{font-size: x-large;} - -blockquote{border-left: 5px #cccccc solid; margin: 14px 0px; padding: 2px 25px; font-style: italic;} - -.marker-yellow{background-color: #fdfd77;} -.marker-green{background-color: #62f962;} -.marker-pink{background-color: #fc7899;} -.marker-blue{background-color: #72ccfd;} -.pen-red{background-color: white; color: red;} -.pen-green{background-color: white; color: green;} - -ul{padding-left: 10px;} -.todo-list>li{list-style-type : none;} -input[type=checkbox]{-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none; - height: 16px; width: 16px; border: 1px solid black; border-radius: 2px; position: relative; top: 5px; margin-right: 10px;} -input[type="checkbox"]:checked{border: none; background: #26ab33;} - -.table>table{border-collapse: collapse;} -.table td{border: 1px grey solid; padding: 7px; min-width: 30px;} -td p{margin: 0px;} - -.image{margin: 0px; margin: auto;} -.image img{max-width: 100%;} -.image-style-side{float: right;} -.image-style-side:not(.image_resized){max-width: 50%;} -.image>figcaption{padding: 7px; text-align: center; font-size: small; background-color: #f0f0f0;} - -.boutonArticle{clear: both; padding: 20px 0px;} -article:after{content: ""; display: block; clear: both;} - -iframe{min-width: 400px; min-height: 300px; max-width: 1200px; max-height: 900px;} - -/*@media screen and (max-width: 1000px) -{ - img{max-width: 900px;} -}*/ - -@media screen and (min-width: 700px) -{ - .image{max-width: 630px;} -} - -@media screen and (max-width: 699px) -{ - .image{max-width: 480px;} -} - -@media screen and (max-width: 479px) -{ - .image{max-width: 320px;} -} \ No newline at end of file -- cgit v1.2.3