X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki.legacy%2Fshared.css;h=acaa470cddd73aa7273202cae63925f9efa5a8a6;hb=360e89dd5e7d925ad98d6f5f8e233435ea6f4e21;hp=cfdf7979104eb201c59931a6a71ed5de507083d5;hpb=83691ed06e8ec7ef1f6f7290b8c5c175ab9f4928;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index cfdf797910..acaa470cdd 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -44,8 +44,8 @@ /* User-Agent styles for new HTML5 elements */ mark { - background-color: yellow; - color: black; + background-color: #ff0; + color: #000; } /* Helper for wbr element on IE 8+; in HTML5, but not supported by default as of IE 11. */ @@ -156,7 +156,7 @@ span.history-deleted { .unpatrolled { font-weight: bold; - color: red; + color: #f00; } div.patrollink { @@ -246,7 +246,7 @@ input#wpSummary { .catlinks li { display: inline-block; line-height: 1.25em; - border-left: 1px solid #AAA; + border-left: 1px solid #aaa; margin: 0.125em 0; padding: 0 0.5em; zoom: 1; @@ -288,7 +288,7 @@ p.mw-delete-editreasons { /* The auto-generated edit comments */ .autocomment { - color: gray; + color: #808080; } #pagehistory .history-user { @@ -297,7 +297,7 @@ p.mw-delete-editreasons { } #pagehistory li { - border: 1px solid white; + border: 1px solid #fff; } #pagehistory li.selected { @@ -325,7 +325,7 @@ p.mw-delete-editreasons { div.mw-warning-with-logexcerpt { padding: 3px; margin-bottom: 3px; - border: 2px solid #2F6FAB; + border: 2px solid #2f6fab; clear: both; } @@ -352,7 +352,7 @@ th.mw-revdel-checkbox { /* red links; see bug 36276 */ a.new { - color: #BA0000; + color: #ba0000; } /* Plainlinks - this can be used to switch @@ -378,7 +378,7 @@ table.wikitable { background-color: #f9f9f9; border: 1px solid #aaa; border-collapse: collapse; - color: black; + color: #000; } table.wikitable > tr > th, @@ -407,7 +407,7 @@ table.wikitable > caption { } .error { - color: #cc0000; + color: #c00; } .warning { @@ -441,7 +441,7 @@ table.wikitable > caption { } .errorbox { - color: #cc0000; + color: #c00; border-color: #fac5c5; background-color: #fae3e3; } @@ -504,69 +504,20 @@ table.wikitable > caption { .mw-datatable, .mw-datatable td, .mw-datatable th { - border: 1px solid #aaaaaa; + border: 1px solid #aaa; padding: 0 0.15em 0 0.15em; } .mw-datatable th { - background-color: #ddddff; + background-color: #ddf; } .mw-datatable td { - background-color: #ffffff; + background-color: #fff; } .mw-datatable tr:hover td { - background-color: #eeeeff; -} - -/* Classes for Exif data display */ -table.mw_metadata { - font-size: 0.8em; - margin-left: 0.5em; - margin-bottom: 0.5em; - width: 400px; -} - -table.mw_metadata caption { - font-weight: bold; -} - -table.mw_metadata th { - font-weight: normal; -} - -table.mw_metadata td { - padding: 0.1em; -} - -table.mw_metadata { - border: none; - border-collapse: collapse; -} - -table.mw_metadata td, -table.mw_metadata th { - text-align: center; - border: 1px solid #aaaaaa; - padding-left: 5px; - padding-right: 5px; -} - -table.mw_metadata th { - background-color: #f9f9f9; -} - -table.mw_metadata td { - background-color: #fcfcfc; -} - -table.mw_metadata ul.metadata-langlist { - list-style-type: none; - list-style-image: none; - padding-right: 5px; - padding-left: 5px; - margin: 0; + background-color: #eef; } /* Correct directionality when page dir is different from site/user dir */ @@ -613,7 +564,7 @@ table.mw_metadata ul.metadata-langlist { } .mw-ajax-loader { - background-image: url(images/ajax-loader.gif); + background-image: url( images/ajax-loader.gif ); background-position: center center; background-repeat: no-repeat; padding: 16px; @@ -624,7 +575,7 @@ table.mw_metadata ul.metadata-langlist { .mw-small-spinner { padding: 10px !important; margin-right: 0.6em; - background-image: url(images/spinner.gif); + background-image: url( images/spinner.gif ); background-position: center center; background-repeat: no-repeat; } @@ -763,7 +714,7 @@ ol:lang(or) li { margin-left: 2px; margin-bottom: -8px; padding: 0 0 0 15px; - background-image: url(images/help-question.gif); + background-image: url( images/help-question.gif ); background-position: left center; background-repeat: no-repeat; cursor: pointer; @@ -773,7 +724,7 @@ ol:lang(or) li { } .mw-help-field-hint:hover { - background-image: url(images/help-question-hover.gif); + background-image: url( images/help-question-hover.gif ); } .mw-help-field-data {