Merge "Do thumb attempt-failures limitting via sha1 instead of name."
[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 }
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 }
113 fieldset#mw-searchoptions div.divider {
114 clear: both;
115 border-bottom: 1px solid #DDDDDD;
116 padding-top: 0.5em;
117 margin-bottom: 0.5em;
118 }
119 td#mw-search-menu {
120 padding-left:6em;
121 font-size:85%;
122 }
123 div#mw-search-interwiki {
124 float: right;
125 width: 18em;
126 border: 1px solid #AAAAAA;
127 margin-top: 2ex;
128 }
129 div#mw-search-interwiki li {
130 font-size: 95%;
131 }
132 .mw-search-interwiki-more {
133 float: right;
134 font-size: 90%;
135 }
136 div#mw-search-interwiki-caption {
137 text-align: center;
138 font-weight: bold;
139 font-size: 95%;
140 }
141 .mw-search-interwiki-project {
142 font-size: 97%;
143 text-align: left;
144 padding: 0.15em 0.15em 0.2em 0.2em;
145 background-color: #ececec;
146 border-top: 1px solid #BBBBBB;
147 }
148 span.searchalttitle {
149 font-size: 95%;
150 }
151 div.searchdidyoumean {
152 font-size: 127%;
153 margin-top: 0.8em;
154 /* Note that this color won't affect the link, as desired. */
155 color: #c00;
156 }
157 div.searchdidyoumean em {
158 font-weight: bold;
159 }
160 .searchmatch {
161 font-weight: bold;
162 }
163 /* Advanced PowerSearch box */
164 td#mw-search-togglebox {
165 text-align: right;
166 }
167 table#mw-search-powertable {
168 width: 100%;
169 }
170 form#powersearch {
171 clear: both;
172 }