From: Aryeh Gregor Date: Thu, 23 Oct 2008 14:15:17 +0000 (+0000) Subject: Centralize .searchmatch coloring in shared.css X-Git-Tag: 1.31.0-rc.0~44637 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=eb40e6d3f9d4e71359e7da2876f83325ab906030;p=lhc%2Fweb%2Fwiklou.git Centralize .searchmatch coloring in shared.css --- diff --git a/skins/common/oldshared.css b/skins/common/oldshared.css index d8534d53c9..3acd5e230d 100644 --- a/skins/common/oldshared.css +++ b/skins/common/oldshared.css @@ -201,10 +201,6 @@ table.small { font-size: 100% } font-size:150%; margin:5px; } -.searchmatch { - color: red; - font-weight: bold; -} .sharedUploadNotice { font-style: italic; } diff --git a/skins/common/shared.css b/skins/common/shared.css index 7a258a6a67..6c1afdf939 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -145,6 +145,11 @@ div.searchdidyoumean { padding-top:1ex; } +.searchmatch { + color: red; + font-weight: bold; +} + /* * UserRights stuff */ @@ -292,4 +297,3 @@ div.mw-warning-with-logexcerpt { div.mw-warning-with-logexcerpt ul li { font-size: 90%; } - diff --git a/skins/modern/main.css b/skins/modern/main.css index 3a4959d405..d9537c18e0 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -647,7 +647,7 @@ div.patrollink { font-size: 75%; text-align: right; } -span.newpage, span.minor, span.searchmatch, span.bot { +span.newpage, span.minor, span.bot { font-weight: bold; } span.unpatrolled { @@ -655,9 +655,6 @@ span.unpatrolled { color: red; } -span.searchmatch { - color: red; -} .sharedUploadNotice { font-style: italic; } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 6bf98add7f..1824fa59be 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1531,11 +1531,6 @@ div#mw-search-interwiki-caption { background: #cae8ff; } -span.searchmatch { - font-weight: bold; - color: red; -} - /* God-damned hack for the crappy layout */ .os-suggest { font-size: 127%; diff --git a/skins/simple/main.css b/skins/simple/main.css index 0388aeb7de..6f3e8eb8ef 100644 --- a/skins/simple/main.css +++ b/skins/simple/main.css @@ -345,10 +345,6 @@ div.printfooter { display: none; } -span.searchmatch { - font-weight: bold; -} - #preftoc { float: left; margin: 1em;