diff options
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | SkinTyrian.php | 1 | ||||
-rw-r--r-- | Tyrian.php | 2 | ||||
-rw-r--r-- | TyrianTemplate.php | 3 | ||||
-rw-r--r-- | main.css | 2 | ||||
-rw-r--r-- | skin.json | 2 |
6 files changed, 13 insertions, 5 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..dbe9cae --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +Tyrian skin for MediaWiki +====== + +Tyrian – The new look of gentoo.org. + +Find the Tyrian theme source [here](https://gitweb.gentoo.org/sites/tyrian-theme.git/). + +This skin overwrites *some* CSS found in the Tyrian theme in a way that is appropiate for rendering on MediaWiki. See the main.css file for details. diff --git a/SkinTyrian.php b/SkinTyrian.php index 69fdd05..9a731ff 100644 --- a/SkinTyrian.php +++ b/SkinTyrian.php @@ -4,6 +4,7 @@ * MediaWiki implementation based on MonoBook nouveau. * * Copyright (C) 2014-2016 Alex Legler <a3li@gentoo.org> + * Copyright (C) 2016-2019 Gentoo wiki project <wiki@gentoo.org> */ /** @@ -4,7 +4,7 @@ * MediaWiki implementation based on MonoBook nouveau. * * Copyright (C) 2014-2016 Alex Legler <a3li@gentoo.org> - * Copyright (C) 2016-2018 Matthew Marchese <maffblaster@gentoo.org> + * Copyright (C) 2016-2019 Gentoo wiki project <wiki@gentoo.org> */ $wgExtensionCredits['skin'][] = array( diff --git a/TyrianTemplate.php b/TyrianTemplate.php index 7ab9a56..f0e28f5 100644 --- a/TyrianTemplate.php +++ b/TyrianTemplate.php @@ -4,8 +4,7 @@ * MediaWiki implementation based on MonoBook nouveau. * * Copyright (C) 2014-2016 Alex Legler <a3li@gentoo.org> - * Copyright (C) 2016-2018 Matthew Marchese <maffblaster@gentoo.org> - * Copyright (C) 2018-2019 Brian Evans <grknight@gentoo.org> + * Copyright (C) 2016-2019 Gentoo wiki project <wiki@gentoo.org> */ class TyrianTemplate extends BaseTemplate { public function execute() { @@ -1,4 +1,4 @@ -/* This file contains overrides for mediawiki stuff we don't want for Tyrian */ +/* This file contains overrides for MediaWiki stuff we don't want for Tyrian */ h1, h2, h3, h4, h5, h6 { padding-top: 0px; @@ -2,7 +2,7 @@ "name": "Tyrian", "author": [ "Alex Legler", - "Matthew Marchese" + "Gentoo wiki project" ], "url": "https://www.gentoo.org/", "descriptionmsg": "tyrian-desc", |