X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=doc%2Fmd%2FTheming.md;h=bd400776f42acd04699e4c3b1a9730e53186a27c;hb=dea72c711ff740b3b829d238fcf85648465143a0;hp=ae68db383a20b66218eee19405beba2636e3647b;hpb=53ed6d7d1e678d7486337ce67a2f17b30bac21ac;p=github%2Fshaarli%2FShaarli.git diff --git a/doc/md/Theming.md b/doc/md/Theming.md index ae68db38..bd400776 100644 --- a/doc/md/Theming.md +++ b/doc/md/Theming.md @@ -8,6 +8,7 @@ There are two ways of customizing how Shaarli looks: ## Custom CSS Shaarli's appearance can be modified by adding CSS rules to: + - Shaarli < `v0.9.0`: `inc/user.css` - Shaarli >= `v0.9.0`: `data/user.css` @@ -15,13 +16,12 @@ This file allows overriding rules defined in the template CSS files (only add ch **Note**: Do not edit `tpl/default/css/shaarli.css`! Your changes would be overridden when updating Shaarli. -See also [[Download CSS styles from an OPML list]] +See also [Download CSS styles from an OPML list](Download CSS styles from an OPML list) ## Themes -_WARNING - This feature is currently being worked on and will be improved in the next releases. Experimental._ - Installation: + - find a theme you'd like to install - copy or clone the theme folder under `tpl/` - enable the theme: @@ -54,6 +54,7 @@ Installation: ## Example installation: AlbinoMouse theme With the following configuration: + - Apache 2 / PHP 5.6 - user sites are enabled, e.g. `/home/user/public_html/somedir` is served as `http://localhost/~user/somedir` - `http` is the name of the Apache user @@ -77,7 +78,7 @@ Get config written: - fill the install form - log in to Shaarli -Edit Shaarli's [[configuration|Shaarli configuration]]: +Edit Shaarli's [configuration](Shaarli-configuration): ```bash # the file should be owned by Apache, thus not writeable => sudo $ sudo sed -i s=tpl=tpl/albinomouse-template=g shaarli/data/config.php