|
Tags: Blanking Manual revert |
(287 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| /* CSS placed here will be applied to all skins */
| |
|
| |
|
| .fullwidth img{
| |
| width: 50%;
| |
| height: auto;
| |
| }
| |
|
| |
| div.gallerytext > p { font-size: 1px !important; color: transparent !important; line-height: 1% !important }
| |
|
| |
| div.gallerytext > p a { font-size: initial !important; line-height: initial !important; color: initial !important; }
| |
|
| |
|
| |
| /* {{pp|small=yes}} */
| |
| .div-col {
| |
| margin-top: 0.3em;
| |
| column-width: 30em;
| |
| }
| |
|
| |
| .div-col-rules {
| |
| column-rule: 1px solid #aaa;
| |
| }
| |
|
| |
| /* Reset top margin for lists in div col */
| |
| .div-col dl,
| |
| .div-col ol,
| |
| .div-col ul {
| |
| margin-top: 0;
| |
| }
| |
|
| |
| /* Avoid elements breaking between columns
| |
| See also Template:No col break */
| |
| .div-col li,
| |
| .div-col dd {
| |
| page-break-inside: avoid; /* Removed from CSS in favor of break-inside c. 2020 */
| |
| break-inside: avoid-column;
| |
| }
| |
|
| |
|
| |
| #rotatingDiv{
| |
| position: absolute; transform: translate(0%, 0%); transition: transform 0.1s ease; }
| |
|
| |
|
| |
|
| |
| .mw-logo-wordmark{color: black !important; }
| |
|
| |
| .vector-search-box-input{
| |
| width: 100%;
| |
| transition: border ease 0.1s;
| |
| border-radius: 3rem;
| |
| }
| |
|
| |
| .vector-search-box-input:not(:hover){
| |
| width: 32px !important;
| |
| border-color: transparent;
| |
|
| |
| }
| |
|
| |
| #simpleSearch{
| |
| }
| |
| #p-search{
| |
| display: flex;
| |
| width: 100%;
| |
| align-content: flex-end;
| |
| justify-content: flex-end;}
| |
|
| |
| #p-search div{transition: all ease 0.1s}
| |
|
| |
| p-search div{flex-grow: 1;}
| |
|
| |
|
| |
| .cdx-text-input__input{border-color: transparent !important; background-color: transparent !important}
| |
| .cdx-search-input{border-radius: 3rem;}
| |
| .vector-typeahead-search--active{border-color: transparent}
| |
|
| |
| .cdx-text-input__input:enabled:focus {
| |
| border-color: transparent;
| |
| box-shadow: none;
| |
| outline: none;
| |
| }
| |
|
| |
| .cdx-button:not(.cdx-button--type-quiet):enabled:hover {
| |
| background-color: transparent;
| |
| color: #404244;
| |
| }
| |
|
| |
| .cdx-button:not(.cdx-button--type-quiet):enabled {
| |
| background-color: transparent;
| |
| border-color: transparent;
| |
| }
| |
|
| |
|
| |
| .cdx-typeahead-search--show-thumbnail:not(.cdx-typeahead-search--auto-expand-width) .cdx-text-input__input, .cdx-typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width.cdx-typeahead-search--expanded .cdx-text-input__input {
| |
| padding-left: 36px}
| |
|
| |
| typeahead-search--show-thumbnail.cdx-typeahead-search--auto-expand-width.cdx-typeahead-search--expanded .cdx-text-input__start-icon {
| |
| left: 9px;
| |
| }
| |