Merge "Update comment about enabled extensions"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.search.css
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 float: left;
31 }
32 .mw-search-results li {
33 padding-bottom: 1.2em;
34 list-style: none;
35 list-style-image: none;
36 }
37 .mw-search-results li a {
38 font-size: 108%;
39 }
40 .mw-search-result-data {
41 color: green;
42 font-size: 97%;
43 }
44 .mw-search-profile-tabs {
45 background-color: #f3f3f3;
46 margin-top: 1em;
47 border: 1px solid silver;
48 }
49 .mw-search-profile-tabs div.search-types {
50 float: left;
51 padding-left: 0.25em;
52 }
53 .mw-search-profile-tabs div.search-types ul {
54 margin: 0 !important;
55 padding: 0 !important;
56 list-style: none !important;
57 }
58 .mw-search-profile-tabs div.search-types ul li {
59 float: left;
60 margin: 0;
61 padding: 0;
62 }
63 .mw-search-profile-tabs div.search-types ul li a {
64 display: block;
65 padding: 0.5em;
66 }
67 .mw-search-profile-tabs div.search-types ul li.current a {
68 color: #333333;
69 cursor: default;
70 }
71 .mw-search-profile-tabs div.search-types ul li.current a:hover {
72 text-decoration: none;
73 }
74 #mw-search-top-table div.results-info {
75 float: right;
76 padding: 0.5em;
77 padding-right: 0.75em;
78 color: #666;
79 font-size: 95%;
80 }
81
82 fieldset#mw-searchoptions {
83 margin: 0;
84 padding: 0.5em 0.75em 0.75em 0.75em !important;
85 border: none;
86 background-color: #f9f9f9;
87 border: 1px solid silver !important;
88 border-top-width: 0 !important;
89 }
90 fieldset#mw-searchoptions legend {
91 display: none;
92 }
93 fieldset#mw-searchoptions h4 {
94 padding: 0;
95 margin: 0;
96 float: left;
97 }
98 fieldset#mw-searchoptions div#mw-search-togglebox {
99 float: right;
100 }
101 fieldset#mw-searchoptions div#mw-search-togglebox label {
102 margin-right: 0.25em;
103 }
104 fieldset#mw-searchoptions div#mw-search-togglebox input {
105 margin-left: 0.25em;
106 }
107 fieldset#mw-searchoptions table {
108 float: left;
109 margin-right: 3em;
110 border-collapse: collapse;
111 }
112 fieldset#mw-searchoptions table td {
113 padding: 0 1em 0 0;
114 white-space: nowrap;
115 }
116 fieldset#mw-searchoptions div.divider {
117 clear: both;
118 border-bottom: 1px solid #DDDDDD;
119 padding-top: 0.5em;
120 margin-bottom: 0.5em;
121 }
122 td#mw-search-menu {
123 padding-left:6em;
124 font-size:85%;
125 }
126 div#mw-search-interwiki {
127 float: right;
128 width: 18em;
129 border: 1px solid #AAAAAA;
130 margin-top: 2ex;
131 }
132 div#mw-search-interwiki li {
133 font-size: 95%;
134 }
135 .mw-search-interwiki-more {
136 float: right;
137 font-size: 90%;
138 }
139 div#mw-search-interwiki-caption {
140 text-align: center;
141 font-weight: bold;
142 font-size: 95%;
143 }
144 .mw-search-interwiki-project {
145 font-size: 97%;
146 text-align: left;
147 padding: 0.15em 0.15em 0.2em 0.2em;
148 background-color: #ececec;
149 border-top: 1px solid #BBBBBB;
150 }
151 span.searchalttitle {
152 font-size: 95%;
153 }
154 div.searchdidyoumean {
155 font-size: 127%;
156 margin-top: 0.8em;
157 /* Note that this color won't affect the link, as desired. */
158 color: #c00;
159 }
160 div.searchdidyoumean em {
161 font-weight: bold;
162 }
163 .searchmatch {
164 font-weight: bold;
165 }
166 /* Advanced PowerSearch box */
167 td#mw-search-togglebox {
168 text-align: right;
169 }
170 table#mw-search-powertable {
171 width: 100%;
172 }
173 form#powersearch {
174 clear: both;
175 }