Skip to content

Commit

Permalink
Improve intro splash screen
Browse files Browse the repository at this point in the history
  • Loading branch information
micrology committed Jan 16, 2024
1 parent 361a892 commit be05e97
Show file tree
Hide file tree
Showing 49 changed files with 360 additions and 3,162 deletions.
20 changes: 17 additions & 3 deletions css/prsm.css
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,6 @@ emoji-picker {
border-radius: 6px;
width: 230px;
background-color: var(--pop-up-color);
box-shadow: 2px 2px 10px 0px var(--pop-up-shadow-color);
border: thin solid var(--pop-up-shadow-color);
color: rgb(0, 0, 0);
font-family: Oxygen, sans-serif;
Expand Down Expand Up @@ -1709,7 +1708,22 @@ emoji-picker {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: rgb(0, 255, 0) 4px solid;
}
.tutorial-dialog.splash.intro-splash {
border: 1px black solid;
font-size: larger;
width: 600px;
}
#splashNameBox {
font-size: 24px;
}
input#splashNameBox::placeholder {
color: green;
opacity: 0.3;
}
.tutorial-dialog h1{
font-size: 2em;
line-height: 200%;
}
.tutorial-dialog.wide {
width: 500px;
Expand All @@ -1734,7 +1748,7 @@ emoji-picker {
}
.tutorial-dialog .tutorial-button {
font-size: 12px;
background-color: rgb(0, 0, 0);
background-color: var(--header-buttons-color);
color: white;
border-radius: 20%;
}
Expand Down
8 changes: 4 additions & 4 deletions doc/help/build/404.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions doc/help/build/Acknowledgements/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions doc/help/build/Advanced/Extending/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions doc/help/build/Advanced/RunningLocally/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions doc/help/build/Analysing/index.html

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions doc/help/build/DataView/index.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions doc/help/build/Drawing/index.html

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions doc/help/build/Examples/index.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions doc/help/build/Files/index.html

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions doc/help/build/GettingStarted/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions doc/help/build/Installation/index.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions doc/help/build/Mouse/index.html

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions doc/help/build/ReleaseNotes/index.html

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions doc/help/build/Styling/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit be05e97

Please sign in to comment.