Jump to content

Skin:HasSomeColours

From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
MediaWiki skins manual - category
HasSomeColours
Release status: beta
Author(s) Isarra
MediaWiki 1.35+
License GNU General Public License 2.0 or later
Download
Example Example on Skins wiki
Quarterly downloads 0
Public wikis using 23 (Ranked 74th)
Public wikis using as default skin 1
Translate the HasSomeColours skin if it is available at translatewiki.net
Issues Open tasks · Report a bug

The skin has some colours, probably. Implements a global navigation menu, same as Splash and WoOgLeShades, but also works fine without it.

Installation

  • Download and place the file(s) in a directory called HasSomeColours in your skins/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadSkin( 'HasSomeColours' );
    
  • Yes Done - Navigate to Special:Version on your wiki to verify that the skin is successfully installed.

Configuration: themes

HasSomeColours implements configurable pseudothemes, used by setting skin configuration variables in LocalSettings.php for primary and secondary non-content colours. For example:

Grey/red (default)

$wgHasSomeColoursColourOne = '#555';
$wgHasSomeColoursColourTwo = '#d77';

Blue/cyan (original)

$wgHasSomeColoursColourOne = '#26c';
$wgHasSomeColoursColourTwo = '#7cf';