Merge "ForeignStructuredUpload: Depend on mediawiki.widgets.DateInputWidget"
[mediawiki.git] / resources / src / mediawiki.special / mediawiki.special.search.css
blobb86931433833aaa38bfb896d76b8baef3cf9cbb1
1 /* Special:Search */
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.
12 * This will only affect IE 7 and lower
14 .searchresult {
15 display: inline !ie;
17 .searchresults {
19 .searchresults p {
20 margin-left: 0.4em;
21 margin-top: 1em;
22 margin-bottom: 1.2em;
24 div.searchresult {
25 font-size: 95%;
26 width: 38em;
28 .mw-search-results {
29 margin-left: 0.4em;
30 float: left;
32 .mw-search-results li {
33 padding-bottom: 1.2em;
34 list-style: none;
35 list-style-image: none;
37 .mw-search-results li a {
38 font-size: 108%;
40 .mw-search-result-data {
41 color: green;
42 font-size: 97%;
44 .mw-search-profile-tabs {
45 background-color: #f3f3f3;
46 margin-top: 1em;
47 border: 1px solid silver;
49 .mw-search-profile-tabs div.search-types {
50 float: left;
51 padding-left: 0.25em;
53 .mw-search-profile-tabs div.search-types ul {
54 margin: 0 !important;
55 padding: 0 !important;
56 list-style: none !important;
58 .mw-search-profile-tabs div.search-types ul li {
59 float: left;
60 margin: 0;
61 padding: 0;
63 .mw-search-profile-tabs div.search-types ul li a {
64 display: block;
65 padding: 0.5em;
67 .mw-search-profile-tabs div.search-types ul li.current a {
68 color: #333333;
69 cursor: default;
71 .mw-search-profile-tabs div.search-types ul li.current a:hover {
72 text-decoration: none;
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%;
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;
90 fieldset#mw-searchoptions legend {
91 display: none;
93 fieldset#mw-searchoptions h4 {
94 padding: 0;
95 margin: 0;
96 float: left;
98 fieldset#mw-searchoptions div#mw-search-togglebox {
99 float: right;
101 fieldset#mw-searchoptions div#mw-search-togglebox label {
102 margin-right: 0.25em;
104 fieldset#mw-searchoptions div#mw-search-togglebox input {
105 margin-left: 0.25em;
107 fieldset#mw-searchoptions table {
108 float: left;
109 margin-right: 3em;
110 border-collapse: collapse;
112 fieldset#mw-searchoptions table td {
113 padding: 0 1em 0 0;
114 white-space: nowrap;
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;
122 td#mw-search-menu {
123 padding-left:6em;
124 font-size:85%;
126 div#mw-search-interwiki {
127 float: right;
128 width: 18em;
129 border: 1px solid #AAAAAA;
130 margin-top: 2ex;
132 div#mw-search-interwiki li {
133 font-size: 95%;
135 .mw-search-interwiki-more {
136 float: right;
137 font-size: 90%;
139 div#mw-search-interwiki-caption {
140 text-align: center;
141 font-weight: bold;
142 font-size: 95%;
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;
151 span.searchalttitle {
152 font-size: 95%;
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;
160 div.searchdidyoumean em {
161 font-weight: bold;
163 .searchmatch {
164 font-weight: bold;
166 /* Advanced PowerSearch box */
167 td#mw-search-togglebox {
168 text-align: right;
170 table#mw-search-powertable {
171 width: 100%;
173 form#powersearch {
174 clear: both;