Inherits SkinTemplate.
Public Member Functions | |
| setupSkinUserCss (OutputPage $out) | |
| #@- | |
| reallyGenerateUserStylesheet () | |
| Split for easier subclassing in SkinSimple, SkinStandard and SkinCologneBlue. | |
Public Attributes | |
| $skinname = 'simple' | |
| #@+ | |
| $stylename = 'simple' | |
| Stylesheets set to use. | |
| $template = 'MonoBookTemplate' | |
| For QuickTemplate, the name of the subclass which will actually fill the template. | |
| $useHeadElement = true | |
| Whether this skin use OutputPage::headElement() to generate the <head> tag. | |
| a | stub:after |
| a | content: "!" |
| color | __pad0__: #772233 |
| text | decoration: $underline |
Definition at line 20 of file Simple.php.
| SkinSimple::reallyGenerateUserStylesheet | ( | ) |
Split for easier subclassing in SkinSimple, SkinStandard and SkinCologneBlue.
Reimplemented from Skin.
Definition at line 29 of file Simple.php.
References $s, $wgUser, content, CSS, and decoration.
| SkinSimple::setupSkinUserCss | ( | OutputPage $ | out | ) |
#@-
Add specific styles for this skin
| $out | OutputPage |
Reimplemented from SkinTemplate.
Definition at line 24 of file Simple.php.
References OutputPage::addStyle().
| SkinSimple::$skinname = 'simple' |
#@+
Reimplemented from SkinTemplate.
Definition at line 21 of file Simple.php.
| SkinSimple::$stylename = 'simple' |
Stylesheets set to use.
Subdirectory in skins/ where various stylesheets are located. Child classes should override the default.
Reimplemented from SkinTemplate.
Definition at line 21 of file Simple.php.
| SkinSimple::$template = 'MonoBookTemplate' |
For QuickTemplate, the name of the subclass which will actually fill the template.
Child classes should override the default.
Reimplemented from SkinTemplate.
Definition at line 22 of file Simple.php.
| SkinSimple::$useHeadElement = true |
Whether this skin use OutputPage::headElement() to generate the <head> tag.
Reimplemented from SkinTemplate.
Definition at line 22 of file Simple.php.
| color SkinSimple::__pad0__ |
Reimplemented from Skin.
Definition at line 50 of file Simple.php.
Referenced by reallyGenerateUserStylesheet().
1.5.9