Re order _ressources + maj navbar + aide vsc
This commit is contained in:
@@ -2,8 +2,19 @@
|
||||
--property: #b77804;
|
||||
--value: #0451A5;
|
||||
--attr_value: #2aa198;
|
||||
--background_titles: #000;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.er_toc_tag,
|
||||
:not(.code-content) > p {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.token.tag {
|
||||
color: #800000 !important;
|
||||
font-weight:400;
|
||||
@@ -54,9 +65,9 @@ color: #FF0095 !important;
|
||||
.token.unit {
|
||||
color: #7400DA;
|
||||
}
|
||||
.token.hexcode.color {
|
||||
/* .token.hexcode.color {
|
||||
color: #00c3ff;
|
||||
}
|
||||
} */
|
||||
|
||||
.token.function {
|
||||
color: #4A8147 !important;
|
||||
@@ -225,8 +236,8 @@ codescaped.espace {
|
||||
.file {
|
||||
background: #e3eafd;
|
||||
font-style: normal;
|
||||
text-decoration: none;
|
||||
color: #000 !important;
|
||||
text-decoration: none !important;
|
||||
padding: 0 7px;
|
||||
}
|
||||
|
||||
@@ -274,6 +285,7 @@ div.code-toolbar > .toolbar {
|
||||
|
||||
code.term,
|
||||
code.key,
|
||||
kdb,
|
||||
kdb.key {
|
||||
background: gray;
|
||||
color: #fff !important;
|
||||
@@ -283,6 +295,7 @@ kdb.key {
|
||||
border-radius: 4px;
|
||||
white-space: pre-line;
|
||||
}
|
||||
kdb,
|
||||
kdb.key {
|
||||
font-size: 1em;
|
||||
padding: 0px 10px;
|
||||
@@ -345,14 +358,18 @@ hr.visible {
|
||||
}
|
||||
.color.value {
|
||||
color: var(--value) !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
:not(.code-content) > :is(h1,h2,h3,h4,h5,h6) {
|
||||
background: #000;
|
||||
:not(.code-content) > :is(h1, h2, h3, h4, h5, h6) {
|
||||
background: var(--background_titles);
|
||||
color: #FFF;
|
||||
padding: 10px 20px;
|
||||
}
|
||||
:is(html#centred, section.centred) :not(.code-content) > :is(h1, h2, h3, h4, h5, h6) {
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
#next_flexbox {
|
||||
display: block;
|
||||
@@ -366,10 +383,68 @@ hr.visible {
|
||||
text-decoration: none;
|
||||
width: 80px;
|
||||
text-align: right;
|
||||
color: blue;
|
||||
}
|
||||
|
||||
.hash_title::before {
|
||||
counter-increment: compteListe 1;
|
||||
content: counter(compteListe) " ";
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
|
||||
div.pre {
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.er_toc {
|
||||
margin: 2rem 0;
|
||||
border: 1px solid gray;
|
||||
padding: 2em 0 1em 2em;
|
||||
}
|
||||
|
||||
#toc {
|
||||
display: none;
|
||||
}
|
||||
#toc_checkbox:checked + #toc {
|
||||
display: block;
|
||||
}
|
||||
#toc li {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
#toc_wrapper {
|
||||
margin: 40px 0px -40px 0;
|
||||
}
|
||||
.er_toc_top {
|
||||
float: right;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#top_page {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
#top_page a {
|
||||
padding: 10px;
|
||||
font-size: 1.2em;
|
||||
text-decoration: none;
|
||||
font-style: normal;
|
||||
color: #000 !important;
|
||||
}
|
||||
|
||||
.language-markup .token.keyword-class {
|
||||
color: #000ECF !important;
|
||||
}
|
||||
.language-markup .token.keyword-id {
|
||||
color: #C300FF !important;
|
||||
}
|
||||
|
||||
/* quickfix ok with Normalise spaces (prism plugin) */
|
||||
/* pre code[class^="language-"] {
|
||||
color: #595959 !important;
|
||||
margin-top: -1em;
|
||||
display: block;
|
||||
padding-bottom: 1em;
|
||||
} */
|
||||
Reference in New Issue
Block a user