Start styling the new documentation

This commit is contained in:
Starbeamrainbowlabs 2018-12-12 22:26:13 +00:00
parent 2b5cd48e12
commit 905e970dc0
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
4 changed files with 18 additions and 3 deletions

View File

@ -2,7 +2,7 @@
> A Wiki in a box
Pepperminty Wiki is a complete wiki contained in a single file, inspired by @am2064's [Minty Wiki](https://github.com/am2064/Minty-Wiki). It's open source too (under MPL-2.0), so contributions are welcome!
Pepperminty Wiki is a complete wiki engine contained in a single file, inspired by @am2064's [Minty Wiki](https://github.com/am2064/Minty-Wiki). It's open source too (under MPL-2.0), so contributions are welcome!
Developed by Starbeamrainbowlabs (though contributions from others are welcome!), Pepperminty Wiki has a variety of useful (and cool!) features - such as file upload, a dynamic help page, page revision history, page tags, and more! Other amazing features are in the works too (like a theme gallery, auto update, and user watchlists), so check the release notes to see what's been added recently.

View File

@ -2,7 +2,7 @@
> A Wiki in a box
Pepperminty Wiki is a complete wiki contained in a single file, inspired by @am2064's [Minty Wiki](https://github.com/am2064/Minty-Wiki). It's open source too (under MPL-2.0), so contributions are welcome!
Pepperminty Wiki is a complete wiki engine contained in a single file, inspired by @am2064's [Minty Wiki](https://github.com/am2064/Minty-Wiki). It's open source too (under MPL-2.0), so contributions are welcome!
Developed by Starbeamrainbowlabs (though contributions from others are welcome!), Pepperminty Wiki has a variety of useful (and cool!) features - such as file upload, a dynamic help page, page revision history, page tags, and more! Other amazing features are in the works too (like a theme gallery, auto update, and user watchlists), so check the release notes to see what's been added recently.

12
docs/theme.css Normal file
View File

@ -0,0 +1,12 @@
/* Title */
.menu {
background: url(https://sbrl.github.io/Pepperminty-Wiki/logo.svg) no-repeat top center/10em;
margin-top: 0.5em;
padding-top: 10em;
}
.menu > .menu-item:first-child > .submenu > .menu-item:first-child {
font-weight: bolder;
font-size: 1.25em;
text-align: center;
}

View File

@ -27,6 +27,9 @@
"github": "sbrl/Pepperminty-Wiki",
"markdown": {
"xhtmlOut": true
}
},
"css": [
"docs/theme.css"
]
}
}