|
|
| (2 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| | /* CSS placed here will affect users of the Vector skin */ | | /* CSS placed here will affect users of the Vector skin */ |
| − | .js-messagebox {
| |
| − | background-color: #FCFCFC;
| |
| − | border: 1px solid #CCCCCC;
| |
| − | font-size: 0.8em;
| |
| − | margin: 1em 5%;
| |
| − | padding: 0.5em 2.5%;
| |
| − | }
| |
| − | .js-messagebox .js-messagebox-group {
| |
| − | border-bottom: 1px solid #DDDDDD;
| |
| − | margin: 1px;
| |
| − | padding: 0.5em 2.5%;
| |
| − | }
| |
| − | .js-messagebox .js-messagebox-group:last-child {
| |
| − | border-bottom: thin none rgba(0, 0, 0, 0);
| |
| − | }
| |
| − | .mw-collapsible-toggle {
| |
| − | float: right;
| |
| − | }
| |
| − | li .mw-collapsible-toggle {
| |
| − | float: none;
| |
| − | }
| |
| − | .mw-collapsible-toggle-li {
| |
| − | list-style: none outside none;
| |
| − | }
| |
| − | .suggestions {
| |
| − | border: medium none;
| |
| − | left: 0;
| |
| − | margin: -1px -1px 0 0;
| |
| − | overflow: hidden;
| |
| − | padding: 0;
| |
| − | position: absolute;
| |
| − | top: 0;
| |
| − | width: 0;
| |
| − | z-index: 1099;
| |
| − | }
| |
| − | html > body .suggestions {
| |
| − | margin: -1px 0 0;
| |
| − | }
| |
| − | .suggestions-special {
| |
| − | background-color: #FFFFFF;
| |
| − | border: 1px solid #AAAAAA;
| |
| − | cursor: pointer;
| |
| − | display: none;
| |
| − | font-size: 0.8em;
| |
| − | line-height: 1.25em;
| |
| − | margin: -2px 0 0;
| |
| − | padding: 0.25em;
| |
| − | position: relative;
| |
| − | }
| |
| − | .suggestions-results {
| |
| − | background-color: #FFFFFF;
| |
| − | border: 1px solid #AAAAAA;
| |
| − | cursor: pointer;
| |
| − | font-size: 0.8em;
| |
| − | margin: 0;
| |
| − | padding: 0;
| |
| − | }
| |
| − | .suggestions-result {
| |
| − | color: #000000;
| |
| − | line-height: 1.5em;
| |
| − | margin: 0;
| |
| − | padding: 0.01em 0.25em;
| |
| − | text-align: left;
| |
| − | }
| |
| − | .suggestions-result-current {
| |
| − | background-color: #4C59A6;
| |
| − | color: #FFFFFF;
| |
| − | }
| |
| − | .suggestions-special .special-label {
| |
| − | color: #808080;
| |
| − | font-size: 0.8em;
| |
| − | text-align: left;
| |
| − | }
| |
| − | .suggestions-special .special-query {
| |
| − | color: #000000;
| |
| − | font-style: italic;
| |
| − | text-align: left;
| |
| − | }
| |
| − | .suggestions-special .special-hover {
| |
| − | background-color: #C0C0C0;
| |
| − | }
| |
| − | .suggestions-result-current .special-label, .suggestions-result-current .special-query {
| |
| − | color: #FFFFFF;
| |
| − | }
| |
| − | .autoellipsis-matched, .highlight {
| |
| − | font-weight: bold;
| |
| − | }
| |