Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
emchateau committed Nov 2, 2023
1 parent db1f61d commit 0967d0a
Show file tree
Hide file tree
Showing 7 changed files with 142 additions and 9 deletions.
61 changes: 61 additions & 0 deletions docs/lib/css/dark.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/*
Dark style from softwaremaniacs.org (c) Ivan Sagalaev <[email protected]>
*/

.hljs {
color: #ddd;
background: #303030;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-section,
.hljs-link {
color: white;
}


.hljs-subst {
/* default */
}

.hljs-string,
.hljs-title,
.hljs-name,
.hljs-type,
.hljs-attribute,
.hljs-symbol,
.hljs-bullet,
.hljs-built_in,
.hljs-addition,
.hljs-variable,
.hljs-template-tag,
.hljs-template-variable {
color: #d88;
}

.hljs-comment,
.hljs-quote,
.hljs-deletion,
.hljs-meta {
color: #979797;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-title,
.hljs-section,
.hljs-doctag,
.hljs-type,
.hljs-name,
.hljs-strong {
font-weight: bold;
}

.hljs-emphasis {
font-style: italic;
}
70 changes: 70 additions & 0 deletions docs/lib/css/ir-black.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
/*
IR_Black style (c) Vasily Mikhailitchenko <[email protected]>
*/

.hljs {
background: #000;
color: #f8f8f8;
}

.hljs-comment,
.hljs-quote,
.hljs-meta {
color: #7c7c7c;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-tag,
.hljs-name {
color: #96cbfe;
}

.hljs-attribute,
.hljs-selector-id {
color: #ffffb6;
}

.hljs-string,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition {
color: #a8ff60;
}

.hljs-subst {
color: #daefa3;
}

.hljs-regexp,
.hljs-link {
color: #e9c062;
}

.hljs-title,
.hljs-section,
.hljs-type,
.hljs-doctag {
color: #ffffb6;
}

.hljs-symbol,
.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-literal {
color: #c6c5fe;
}

.hljs-number,
.hljs-deletion {
color:#ff73fd;
}

.hljs-emphasis {
font-style: italic;
}

.hljs-strong {
font-weight: bold;
}
2 changes: 1 addition & 1 deletion docs/seance-01.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="css/theme/em.css">

<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/monokai.css">
<link rel="stylesheet" href="lib/css/ir-black.css">

<!-- Printing and PDF exports -->
<script>
Expand Down
2 changes: 1 addition & 1 deletion docs/seance-02.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" href="css/theme/em.css">

<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="lib/css/ir-black.css">

<!-- Printing and PDF exports -->
<script>
Expand Down
2 changes: 1 addition & 1 deletion docs/seance-03.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" href="css/theme/em.css">

<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="lib/css/ir-black.css">

<!-- Printing and PDF exports -->
<script>
Expand Down
12 changes: 7 additions & 5 deletions docs/seance-04.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link rel="stylesheet" href="css/theme/em.css">

<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/monokai.css">
<link rel="stylesheet" href="lib/css/ir-black.css">

<!-- Printing and PDF exports -->
<script>
Expand All @@ -29,11 +29,13 @@
<div class="reveal">
<div class="slides">
<section>
<section data-markdown="13-les-entites-nommees.md" data-separator="---"
data-separator-vertical="===→===" data-separator-notes="\?\?\?">
<section data-markdown="13-entites-nommees.md" data-separator="---" data-separator-vertical="===→==="
data-separator-notes="\?\?\?">
</section>
<section data-markdown="14-personnalisation-de-la-tei.md" data-separator="---"
data-separator-vertical="===→===" data-separator-notes="\?\?\?">
</section>
<section>
<section data-markdown="14-personnalisation.md" data-separator="---" data-separator-vertical="===→==="
data-separator-notes="\?\?\?">
</section>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/seance-05.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" href="css/theme/em.css">

<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/monokai.css">
<link rel="stylesheet" href="lib/css/ir-black.css">

<!-- Printing and PDF exports -->
<script>
Expand Down

0 comments on commit 0967d0a

Please sign in to comment.