From: Ryan Kaldari Date: Fri, 24 Feb 2012 20:13:30 +0000 (+0000) Subject: wikistandard.css is not a common skin file, it is only used by the classic/standard... X-Git-Tag: 1.31.0-rc.0~24534 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=de045ec7f96cdbeabe5411aeb88a52a9b75fbed6;p=lhc%2Fweb%2Fwiklou.git wikistandard.css is not a common skin file, it is only used by the classic/standard skin. moving from skins/common/ to skins/standard --- diff --git a/resources/Resources.php b/resources/Resources.php index 124f460805..e0d943b5ad 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -55,7 +55,7 @@ return array( 'localBasePath' => $GLOBALS['wgStyleDirectory'], ), 'skins.standard' => array( - 'styles' => array( 'common/wikistandard.css' => array( 'media' => 'screen' ) ), + 'styles' => array( 'standard/main.css' => array( 'media' => 'screen' ) ), 'remoteBasePath' => $GLOBALS['wgStylePath'], 'localBasePath' => $GLOBALS['wgStyleDirectory'], ), diff --git a/skins/common/wikistandard.css b/skins/common/wikistandard.css deleted file mode 100644 index a4b03a8729..0000000000 --- a/skins/common/wikistandard.css +++ /dev/null @@ -1,188 +0,0 @@ -/** - * This style sheet is used by the classic (aka standard) skin - */ - -#article { - padding: 4px; -} - -#content { - margin: 0; - padding: 0; -} - -#footer { - padding: 4px; - font-size: 95%; - clear: both; -} - -#pagestats { - font-size: 9pt; -} - -#powersearch { - background: #DDEEFF; - border-style: solid; - border-width: 1px; - padding: 2px; -} - -#quickbar { - width: 140px; - height: 100%; - padding: 4px; - visibility: visible; - z-index: 99; - font-size: 95%; -} - -#topbar { - padding: 4px; - font-size: 95%; -} - -/* Table of contents */ -.toctoggle, -.editsection { - font-size: smaller; -} - -/* ... */ -#toolbar { - padding: 0; -} - -#infobox { - background: #eeeeff; - color: black; -} - -#editform { - margin-top: 1px; -} - -a.interwiki, -a.external { - color: #3366BB; -} - -a.printable { - text-decoration: underline; -} - -a.new { - color: #ba0000; -} - -a.stub { - color: #772233; - text-decoration: none; -} - -a:visited { - color: #5A3696; -} - -body { - margin: 0; - padding: 4px; - color: black; -} - -form.inline { - display: inline; -} - -textarea { - overflow: auto; -} - -h1.pagetitle { - padding-top: 0; - margin-top: 0; - padding-bottom: 0; - margin-bottom: 0; - font-size: 150%; -} - -h1.pagetitle .editsection { - font-size: 66.7%; -} - -h2 { - font-size: 120%; -} - -h2 .editsection { - font-size: 83.3%; -} - -h2, h3, h4, h5, h6 { - margin-bottom: 0; -} - -h3 { - font-size: 106.25%; -} - -h3 .editsection { - font-size: 94.1%; -} - -h4 { - font-size: 103.125%; -} - -h4 .editsection { - font-size: 97.0%; -} - -h5 { - font-size: 100%; -} - -h5 .editsection { - font-size: 100%; -} - -h6 { - font-size: 95%; -} - -h6 .editsection { - font-size: 105.3%; -} - -hr.sep { - color: gray; - height: 1px; - background-color: gray; -} - -p.subpages { - font-size: small; -} - -p.subtitle { - padding-top: 0; - margin-top: 0; -} - -.catlinks { - font-size: small; - margin-top: 0; - text-align:right; -} - -td { - empty-cells: show; -} - -td.bottom { - border-top: 1px solid gray; -} - -td.top { - border-bottom: 1px solid gray; -} diff --git a/skins/standard/main.css b/skins/standard/main.css new file mode 100644 index 0000000000..a4b03a8729 --- /dev/null +++ b/skins/standard/main.css @@ -0,0 +1,188 @@ +/** + * This style sheet is used by the classic (aka standard) skin + */ + +#article { + padding: 4px; +} + +#content { + margin: 0; + padding: 0; +} + +#footer { + padding: 4px; + font-size: 95%; + clear: both; +} + +#pagestats { + font-size: 9pt; +} + +#powersearch { + background: #DDEEFF; + border-style: solid; + border-width: 1px; + padding: 2px; +} + +#quickbar { + width: 140px; + height: 100%; + padding: 4px; + visibility: visible; + z-index: 99; + font-size: 95%; +} + +#topbar { + padding: 4px; + font-size: 95%; +} + +/* Table of contents */ +.toctoggle, +.editsection { + font-size: smaller; +} + +/* ... */ +#toolbar { + padding: 0; +} + +#infobox { + background: #eeeeff; + color: black; +} + +#editform { + margin-top: 1px; +} + +a.interwiki, +a.external { + color: #3366BB; +} + +a.printable { + text-decoration: underline; +} + +a.new { + color: #ba0000; +} + +a.stub { + color: #772233; + text-decoration: none; +} + +a:visited { + color: #5A3696; +} + +body { + margin: 0; + padding: 4px; + color: black; +} + +form.inline { + display: inline; +} + +textarea { + overflow: auto; +} + +h1.pagetitle { + padding-top: 0; + margin-top: 0; + padding-bottom: 0; + margin-bottom: 0; + font-size: 150%; +} + +h1.pagetitle .editsection { + font-size: 66.7%; +} + +h2 { + font-size: 120%; +} + +h2 .editsection { + font-size: 83.3%; +} + +h2, h3, h4, h5, h6 { + margin-bottom: 0; +} + +h3 { + font-size: 106.25%; +} + +h3 .editsection { + font-size: 94.1%; +} + +h4 { + font-size: 103.125%; +} + +h4 .editsection { + font-size: 97.0%; +} + +h5 { + font-size: 100%; +} + +h5 .editsection { + font-size: 100%; +} + +h6 { + font-size: 95%; +} + +h6 .editsection { + font-size: 105.3%; +} + +hr.sep { + color: gray; + height: 1px; + background-color: gray; +} + +p.subpages { + font-size: small; +} + +p.subtitle { + padding-top: 0; + margin-top: 0; +} + +.catlinks { + font-size: small; + margin-top: 0; + text-align:right; +} + +td { + empty-cells: show; +} + +td.bottom { + border-top: 1px solid gray; +} + +td.top { + border-bottom: 1px solid gray; +}