Centralize .searchmatch coloring in shared.css
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 23 Oct 2008 14:15:17 +0000 (14:15 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 23 Oct 2008 14:15:17 +0000 (14:15 +0000)
skins/common/oldshared.css
skins/common/shared.css
skins/modern/main.css
skins/monobook/main.css
skins/simple/main.css

index d8534d5..3acd5e2 100644 (file)
@@ -201,10 +201,6 @@ table.small { font-size: 100% }
        font-size:150%;
        margin:5px;
 }
-.searchmatch {
-       color: red;
-       font-weight: bold;
-}
 .sharedUploadNotice {
        font-style: italic;
 }
index 7a258a6..6c1afdf 100644 (file)
@@ -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%;
 }
-
index 3a4959d..d9537c1 100644 (file)
@@ -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;
 }
index 6bf98ad..1824fa5 100644 (file)
@@ -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%;
index 0388aeb..6f3e8eb 100644 (file)
@@ -345,10 +345,6 @@ div.printfooter {
   display: none;
 }
 
-span.searchmatch {
-  font-weight: bold;
-}
-
 #preftoc {
     float: left;
     margin: 1em;