1
1
@charset "UTF-8" ;
2
2
/*
3
- This document has been created with Marked 2 <https://markedwapp .com>
3
+ This document has been created with Marked 2 <https://marked2app .com>
4
4
Please leave this notice in place, along with any additional credits below.
5
5
---------------------------------------------------------------
6
6
Title: Emma
@@ -673,17 +673,14 @@ blockquote cite:before {
673
673
}
674
674
}
675
675
a : link {
676
- /* p a:link ? */
677
676
color : # a7036d ;
678
677
font-weight : 700 ;
679
678
text-decoration : none;
680
679
}
681
680
a : visited {
682
- /* p a:visited ? */
683
681
color : # 5c023c ;
684
682
}
685
683
a : hover {
686
- /* p a:hover ? */
687
684
color : # e47191 ;
688
685
}
689
686
a : focus {
@@ -726,7 +723,6 @@ code {
726
723
background-color : rgba (255 , 255 , 255 , 0.5 );
727
724
border-radius : 2px ;
728
725
color : # 588068 ;
729
- /* #2DAB5F */
730
726
text-shadow : none;
731
727
}
732
728
.inverted code {
@@ -750,7 +746,6 @@ li img {
750
746
hr {
751
747
clear : none;
752
748
height : 2px ;
753
- /* height: 0.125rem; */
754
749
border : none;
755
750
margin : 1.5rem auto;
756
751
width : 14rem ;
759
754
}
760
755
761
756
sup , sub , a .footnote {
762
- /* important rules for keeping line-height from being affected by sub */
763
757
font-size : 1.4ex ;
764
758
height : 0 ;
765
759
line-height : 1 ;
@@ -783,18 +777,15 @@ a.footnote {
783
777
background-color : # fbfb48 ;
784
778
}
785
779
786
- /* Impression */
787
780
@media print {
788
781
* {
789
782
background : transparent !important ;
790
783
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 */
792
784
text-shadow : none !important ;
793
785
}
794
786
795
787
@page {
796
788
margin : 1cm ;
797
- /* Combiné avec le margin de #wrapper */
798
789
}
799
790
html {
800
791
font-size : 15px ;
@@ -803,7 +794,6 @@ a.footnote {
803
794
# wrapper {
804
795
max-width : none;
805
796
margin : 1rem !important ;
806
- /* Marge de sécurité pour les browser ne supportant pas @page */
807
797
}
808
798
809
799
h1 , h2 , h3 , h4 , h5 , h6 , p {
@@ -858,19 +848,16 @@ a.footnote {
858
848
page-break-inside : avoid;
859
849
}
860
850
861
- /* #generated-toc : id ajoutée par Marked pilotant l'affichage de la table des matières */
862
851
# wrapper # generated-toc ul , # wrapper # generated-toc ol {
863
852
list-style-type : decimal;
864
853
}
865
854
# wrapper # generated-toc ul li , # wrapper # generated-toc ol li {
866
855
margin : 1rem 0 ;
867
856
}
868
857
# wrapper # generated-toc ul {
869
- /* Pour compenser l'attribution d'une puce custom plus haut */
870
858
list-style-position : inside;
871
859
}
872
860
# wrapper # generated-toc ul > li : before {
873
- /* Pour compenser l'attribution d'une puce custom plus haut */
874
861
content : none;
875
862
}
876
863
}
0 commit comments