mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Added default theme to readme themes section
This commit is contained in:
parent
d958e77bb1
commit
af9a647e24
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -42,6 +42,20 @@ To configure it, open your downloaded copy of `index.php` in your favourite edit
|
||||||
## Themes (aka strings of CSS)
|
## Themes (aka strings of CSS)
|
||||||
Wanted: Themes! If you have a cool theme, simply open an issue on the bug tracker in this repository to share your theme. If you don't have a github account, no problem! Simply email me with your code instead.
|
Wanted: Themes! If you have a cool theme, simply open an issue on the bug tracker in this repository to share your theme. If you don't have a github account, no problem! Simply email me with your code instead.
|
||||||
|
|
||||||
|
### Default
|
||||||
|
This is the default theme Pepperminty Wiki currently comes with.
|
||||||
|
|
||||||
|
```css
|
||||||
|
body { font-family: sans-serif; color: #333333; background: #f3f3f3; }
|
||||||
|
label { display: inline-block; min-width: 10rem; }
|
||||||
|
textarea[name=content] { display: block; width: 100%; height: 35rem; }
|
||||||
|
/*input[name=page] { width: 16rem; }*/
|
||||||
|
nav { position: absolute; top: 5px; right: 5px; }
|
||||||
|
th { text-align: left; }
|
||||||
|
.sitename { text-align: center; font-size: 2.5rem; color: #222222; }
|
||||||
|
.footerdivider { margin-top: 4rem; }
|
||||||
|
```
|
||||||
|
|
||||||
## Todo
|
## Todo
|
||||||
* Add page history somehow
|
* Add page history somehow
|
||||||
* Allow users to change their passwords
|
* Allow users to change their passwords
|
||||||
|
|
Loading…
Reference in a new issue