[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/resources/src/mediawiki.special/ -> mediawiki.special.search.css (source)

   1  /* Special:Search */
   2  
   3  /*
   4   * Fixes sister projects box moving down the extract
   5   * of the first result (bug #16886).
   6   * It only happens when the window is small and
   7   * This changes slightly the layout for big screens
   8   * where there was space for the extracts and the
   9   * sister projects and thus it showed like in any
  10   * other browser.
  11   *
  12   * This will only affect IE 7 and lower
  13   */
  14  .searchresult {
  15      display: inline !ie;
  16  }
  17  .searchresults {
  18  }
  19  .searchresults p {
  20      margin-left: 0.4em;
  21      margin-top: 1em;
  22      margin-bottom: 1.2em;
  23  }
  24  div.searchresult {
  25      font-size: 95%;
  26      width: 38em;
  27  }
  28  .mw-search-results {
  29      margin-left: 0.4em;
  30  }
  31  .mw-search-results li {
  32      padding-bottom: 1.2em;
  33      list-style: none;
  34      list-style-image: none;
  35  }
  36  .mw-search-results li a {
  37      font-size: 108%;
  38  }
  39  .mw-search-result-data {
  40      color: green;
  41      font-size: 97%;
  42  }
  43  .mw-search-formheader {
  44      background-color: #f3f3f3;
  45      margin-top: 1em;
  46      border: 1px solid silver;
  47  }
  48  .mw-search-formheader div.search-types {
  49      float: left;
  50      padding-left: 0.25em;
  51  }
  52  .mw-search-formheader div.search-types ul {
  53      margin: 0 !important;
  54      padding: 0 !important;
  55      list-style: none !important;
  56  }
  57  .mw-search-formheader div.search-types ul li {
  58      float: left;
  59      margin: 0;
  60      padding: 0;
  61  }
  62  .mw-search-formheader div.search-types ul li a {
  63      display: block;
  64      padding: 0.5em;
  65  }
  66  .mw-search-formheader div.search-types ul li.current a {
  67      color: #333333;
  68      cursor: default;
  69  }
  70  .mw-search-formheader div.search-types ul li.current a:hover {
  71      text-decoration: none;
  72  }
  73  #mw-search-top-table div.results-info {
  74      float: right;
  75      padding: 0.5em;
  76      padding-right: 0.75em;
  77      color: #666;
  78      font-size: 95%;
  79  }
  80  
  81  fieldset#mw-searchoptions {
  82      margin: 0;
  83      padding: 0.5em 0.75em 0.75em 0.75em !important;
  84      border: none;
  85      background-color: #f9f9f9;
  86      border: 1px solid silver !important;
  87      border-top-width: 0 !important;
  88  }
  89  fieldset#mw-searchoptions legend {
  90      display: none;
  91  }
  92  fieldset#mw-searchoptions h4 {
  93      padding: 0;
  94      margin: 0;
  95      float: left;
  96  }
  97  fieldset#mw-searchoptions div#mw-search-togglebox {
  98      float: right;
  99  }
 100  fieldset#mw-searchoptions div#mw-search-togglebox label {
 101      margin-right: 0.25em;
 102  }
 103  fieldset#mw-searchoptions div#mw-search-togglebox input {
 104      margin-left: 0.25em;
 105  }
 106  fieldset#mw-searchoptions table {
 107      float: left;
 108      margin-right: 3em;
 109  }
 110  fieldset#mw-searchoptions table td {
 111      padding-right: 1em;
 112      white-space: nowrap;
 113  }
 114  fieldset#mw-searchoptions div.divider {
 115      clear: both;
 116      border-bottom: 1px solid #DDDDDD;
 117      padding-top: 0.5em;
 118      margin-bottom: 0.5em;
 119  }
 120  td#mw-search-menu {
 121      padding-left:6em;
 122      font-size:85%;
 123  }
 124  div#mw-search-interwiki {
 125      float: right;
 126      width: 18em;
 127      border: 1px solid #AAAAAA;
 128      margin-top: 2ex;
 129  }
 130  div#mw-search-interwiki li {
 131      font-size: 95%;
 132  }
 133  .mw-search-interwiki-more {
 134      float: right;
 135      font-size: 90%;
 136  }
 137  div#mw-search-interwiki-caption {
 138      text-align: center;
 139      font-weight: bold;
 140      font-size: 95%;
 141  }
 142  .mw-search-interwiki-project {
 143      font-size: 97%;
 144      text-align: left;
 145      padding: 0.15em 0.15em 0.2em 0.2em;
 146      background-color: #ececec;
 147      border-top: 1px solid #BBBBBB;
 148  }
 149  span.searchalttitle {
 150      font-size: 95%;
 151  }
 152  div.searchdidyoumean {
 153      font-size: 127%;
 154      margin-top: 0.8em;
 155      /* Note that this color won't affect the link, as desired. */
 156      color: #c00;
 157  }
 158  div.searchdidyoumean em {
 159      font-weight: bold;
 160  }
 161  .searchmatch {
 162      font-weight: bold;
 163  }
 164  /* Advanced PowerSearch box */
 165  td#mw-search-togglebox {
 166      text-align: right;
 167  }
 168  table#mw-search-powertable {
 169      width: 100%;
 170  }
 171  form#powersearch {
 172      clear: both;
 173  }


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1