X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=resources%2Fsrc%2Fmediawiki.legacy%2Fshared.css;h=bebc17274d650569c04c7a2e78e91ca2fe316586;hb=9d8759327a0285b7f2e85678e71961bc28a321a2;hp=b40273d9e8fb5874eb049667d30efa2deabbd49c;hpb=6b10efaaed7ee6aed765d38e72c85ef919d98198;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index b40273d9e8..bebc17274d 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -9,6 +9,8 @@ * blocking CSS common to all pages. */ +/* stylelint-disable selector-class-pattern */ + /* GENERAL CLASSES FOR DIRECTIONALITY SUPPORT */ /** @@ -326,7 +328,7 @@ a.new { * wikitable class for skinning normal tables * keep in sync with commonPrint.css */ -table.wikitable { +.wikitable { background-color: #f8f9fa; color: #222; margin: 1em 0; @@ -334,21 +336,21 @@ table.wikitable { border-collapse: collapse; } -table.wikitable > tr > th, -table.wikitable > tr > td, -table.wikitable > * > tr > th, -table.wikitable > * > tr > td { +.wikitable > tr > th, +.wikitable > tr > td, +.wikitable > * > tr > th, +.wikitable > * > tr > td { border: 1px solid #a2a9b1; padding: 0.2em 0.4em; } -table.wikitable > tr > th, -table.wikitable > * > tr > th { +.wikitable > tr > th, +.wikitable > * > tr > th { background-color: #eaecf0; text-align: center; } -table.wikitable > caption { +.wikitable > caption { font-weight: bold; } @@ -458,11 +460,11 @@ table.wikitable > caption { .mw-datatable td, .mw-datatable th { border: 1px solid #a2a9b1; - padding: 0 0.15em; + padding: 0.2em 0.4em; } .mw-datatable th { - background-color: #ddf; + background-color: #eaeeff; } .mw-datatable td { @@ -596,13 +598,11 @@ ol:lang( kk-arab ) li, ol:lang( lrc ) li, ol:lang( luz ) li, ol:lang( mzn ) li { - list-style-type: -moz-persian; list-style-type: persian; } ol:lang( ckb ) li, ol:lang( sdh ) li { - list-style-type: -moz-arabic-indic; list-style-type: arabic-indic; } @@ -610,18 +610,15 @@ ol:lang( hi ) li, ol:lang( mai ) li, ol:lang( mr ) li, ol:lang( ne ) li { - list-style-type: -moz-devanagari; list-style-type: devanagari; } ol:lang( as ) li, ol:lang( bn ) li { - list-style-type: -moz-bengali; list-style-type: bengali; } ol:lang( or ) li { - list-style-type: -moz-oriya; list-style-type: oriya; }