Skip to content

Commit 1833fa4

Browse files
committed
BASE : added splash screen
1 parent 5b6b522 commit 1833fa4

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

_base/plus.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.splash {
2+
gap: 3rem;
3+
font-size: calc(1em * 1.5);
4+
background: radial-gradient(circle, var(--c-contentPaneColor) 10%, var(--c-backgroundHead) 100%);
5+
}
6+
7+
.splash h2 {
8+
text-align: center;
9+
word-wrap: break-word;
10+
overflow-wrap: break-word;
11+
hyphens: manual;
12+
}

cs/_splash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# _![HelpViewer](media/HV.png)
2+
3+
# HelpViewer
4+
5+
## Vaše nápověda - Přehledně - Rychle - Bez kompilace

en/_splash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# _![HelpViewer](media/HV.png)
2+
3+
# HelpViewer
4+
5+
## Your help - Clear - Fast - No compilation

0 commit comments

Comments
 (0)