Skip to content

Commit 1ea3d8e

Browse files
committed
Mouse
1 parent ff5aaf9 commit 1ea3d8e

File tree

11 files changed

+2736
-145
lines changed

11 files changed

+2736
-145
lines changed

Emma.css

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*
3-
This document has been created with Marked 2 <https://markedwapp.com>
3+
This document has been created with Marked 2 <https://marked2app.com>
44
Please leave this notice in place, along with any additional credits below.
55
---------------------------------------------------------------
66
Title: Emma
@@ -673,17 +673,14 @@ blockquote cite:before {
673673
}
674674
}
675675
a:link {
676-
/* p a:link ? */
677676
color: #a7036d;
678677
font-weight: 700;
679678
text-decoration: none;
680679
}
681680
a:visited {
682-
/* p a:visited ? */
683681
color: #5c023c;
684682
}
685683
a:hover {
686-
/* p a:hover ? */
687684
color: #e47191;
688685
}
689686
a:focus {
@@ -726,7 +723,6 @@ code {
726723
background-color: rgba(255, 255, 255, 0.5);
727724
border-radius: 2px;
728725
color: #588068;
729-
/* #2DAB5F */
730726
text-shadow: none;
731727
}
732728
.inverted code {
@@ -750,7 +746,6 @@ li img {
750746
hr {
751747
clear: none;
752748
height: 2px;
753-
/* height: 0.125rem; */
754749
border: none;
755750
margin: 1.5rem auto;
756751
width: 14rem;
@@ -759,7 +754,6 @@ hr {
759754
}
760755

761756
sup, sub, a.footnote {
762-
/* important rules for keeping line-height from being affected by sub */
763757
font-size: 1.4ex;
764758
height: 0;
765759
line-height: 1;
@@ -783,18 +777,15 @@ a.footnote {
783777
background-color: #fbfb48;
784778
}
785779

786-
/* Impression */
787780
@media print {
788781
* {
789782
background: transparent !important;
790783
color: #000 !important;
791-
/* Le noir imprime plus vite et les navigateurs sont de toute manière inconsistants dans le traitement de la couleur : h5bp.com/s */
792784
text-shadow: none !important;
793785
}
794786

795787
@page {
796788
margin: 1cm;
797-
/* Combiné avec le margin de #wrapper */
798789
}
799790
html {
800791
font-size: 15px;
@@ -803,7 +794,6 @@ a.footnote {
803794
#wrapper {
804795
max-width: none;
805796
margin: 1rem !important;
806-
/* Marge de sécurité pour les browser ne supportant pas @page */
807797
}
808798

809799
h1, h2, h3, h4, h5, h6, p {
@@ -858,19 +848,16 @@ a.footnote {
858848
page-break-inside: avoid;
859849
}
860850

861-
/* #generated-toc : id ajoutée par Marked pilotant l'affichage de la table des matières */
862851
#wrapper #generated-toc ul, #wrapper #generated-toc ol {
863852
list-style-type: decimal;
864853
}
865854
#wrapper #generated-toc ul li, #wrapper #generated-toc ol li {
866855
margin: 1rem 0;
867856
}
868857
#wrapper #generated-toc ul {
869-
/* Pour compenser l'attribution d'une puce custom plus haut */
870858
list-style-position: inside;
871859
}
872860
#wrapper #generated-toc ul > li:before {
873-
/* Pour compenser l'attribution d'une puce custom plus haut */
874861
content: none;
875862
}
876863
}

0 commit comments

Comments
 (0)