Merge "Password change request should be optional on soft reset"
[lhc/web/wiklou.git] / resources / src / mediawiki.special / mediawiki.special.search.styles.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 margin: 1em 0 1em .4em;
19 }
20 /* needs extra specificity to override `.mw-body p` selector */
21 .mw-body p.mw-search-nonefound {
22 margin: 0;
23 }
24 .mw-search-interwiki-header {
25 font-weight: bold;
26 }
27 .mw-search-nonefound + .mw-search-interwiki-header {
28 margin-top: 0;
29 }
30 div.searchresult {
31 font-size: 95%;
32 width: 38em;
33 }
34 .mw-search-results {
35 margin-left: 0;
36 float: left;
37 }
38 .mw-search-results li {
39 padding-bottom: 1.2em;
40 list-style: none;
41 list-style-image: none;
42 }
43 .mw-search-results li a {
44 font-size: 108%;
45 }
46 .mw-search-result-data {
47 color: #008000;
48 font-size: 97%;
49 }
50 .mw-search-profile-tabs {
51 background-color: #f3f3f3;
52 margin-top: 1em;
53 border: 1px solid #c0c0c0;
54 }
55 .mw-search-profile-tabs div.search-types {
56 float: left;
57 padding-left: 0.25em;
58 }
59 .mw-search-profile-tabs div.search-types ul {
60 margin: 0;
61 padding: 0;
62 list-style: none;
63 }
64 .mw-search-profile-tabs div.search-types ul li {
65 float: left;
66 margin: 0;
67 padding: 0;
68 }
69 .mw-search-profile-tabs div.search-types ul li a {
70 display: block;
71 padding: 0.5em;
72 }
73 .mw-search-profile-tabs div.search-types ul li.current a {
74 color: #333;
75 cursor: default;
76 }
77 .mw-search-profile-tabs div.search-types ul li.current a:hover {
78 text-decoration: none;
79 }
80 #mw-search-top-table div.results-info {
81 float: right;
82 padding: 0.5em;
83 padding-right: 0.75em;
84 color: #666;
85 font-size: 95%;
86 }
87 #mw-search-top-table div.oo-ui-actionFieldLayout {
88 float: left;
89 }
90 fieldset#mw-searchoptions {
91 margin: 0;
92 padding: 0.5em 0.75em 0.75em 0.75em;
93 border: none;
94 background-color: #f9f9f9;
95 border: 1px solid #c0c0c0;
96 border-top-width: 0;
97 }
98 fieldset#mw-searchoptions legend {
99 display: none;
100 }
101 fieldset#mw-searchoptions h4 {
102 padding: 0;
103 margin: 0;
104 float: left;
105 }
106 fieldset#mw-searchoptions table {
107 float: left;
108 margin-right: 3em;
109 border-collapse: collapse;
110 }
111 fieldset#mw-searchoptions table td {
112 padding: 0 1em 0 0;
113 white-space: nowrap;
114 }
115 fieldset#mw-searchoptions div.divider {
116 clear: both;
117 border-bottom: 1px solid #ddd;
118 padding-top: 0.5em;
119 margin-bottom: 0.5em;
120 }
121 td#mw-search-menu {
122 padding-left: 6em;
123 font-size: 85%;
124 }
125 div#mw-search-interwiki {
126 float: right;
127 width: 18em;
128 border: 1px solid #aaa;
129 margin-top: 2ex;
130 }
131 div#mw-search-interwiki li {
132 font-size: 95%;
133 }
134 .mw-search-interwiki-more {
135 float: right;
136 font-size: 90%;
137 }
138 div#mw-search-interwiki-caption {
139 text-align: center;
140 font-weight: bold;
141 font-size: 95%;
142 }
143 .mw-search-interwiki-project {
144 font-size: 97%;
145 text-align: left;
146 padding: 0.15em 0.15em 0.2em 0.2em;
147 background-color: #ececec;
148 border-top: 1px solid #bbb;
149 }
150 span.searchalttitle {
151 font-size: 95%;
152 }
153 div.searchdidyoumean {
154 font-size: 127%;
155 margin-top: 0.8em;
156 /* Note that this color won't affect the link, as desired. */
157 color: #c00;
158 }
159 div.searchdidyoumean em {
160 font-weight: bold;
161 }
162 .searchmatch {
163 font-weight: bold;
164 }