MediaWiki:Common.css: Difference between revisions

Created page with "→‎CSS placed here will be applied to all skins: →‎All the styles will eventually move here: => https://ooqa.karls.computer/MediaWiki:Common.css All javascript can be edited here directly: => https://ooqa.karls.computer/MediaWiki:Common.js: @font-face { font-family: 'Literata'; src: url('https://ooqa.karls.computer/w/images/0/0f/Literata.ttf'); } @font-face { font-family: 'Homoneta'; src: url('https://ooqa.karls.computer/w/images/0/0e/Homoneta..."
 
No edit summary
 
(10 intermediate revisions by 2 users not shown)
Line 13: Line 13:
@font-face {
@font-face {
     font-family: 'Literata';
     font-family: 'Literata';
     src: url('https://ooqa.karls.computer/w/images/0/0f/Literata.ttf');
     src: url('https://ooqa.vanabbemuseum.nl/w/images/0/0f/Literata.ttf');
}
}


@font-face {
@font-face {
     font-family: 'Homoneta';
     font-family: 'Homoneta';
     src: url('https://ooqa.karls.computer/w/images/0/0e/Homoneta.woff');
     src: url('https://ooqa.vanabbemuseum.nl/w/images/0/0e/Homoneta.woff');
}
}


Line 45: Line 45:
.mw-header,
.mw-header,
.mw-page-container,
.mw-page-container,
.vector-sticky-header,
.vector-pinned-container,
.vector-pinned-container,
.vector-dropdown-content {
.vector-dropdown-content {
     transition: background-color 2s linear;
     transition: background-color 3s linear !important;
}
ul li,
figure,
.vector-pinned-container,
.vector-dropdown-content,
.mw-logo > *,
.vector-typeahead-search-container,
#news {
transition: background-color 3s linear, rotate 2s linear;
}
}


Line 138: Line 148:
.mw-parser-output ul li {
.mw-parser-output ul li {
     rotate: unset !important;
     rotate: unset !important;
)
}
 
@media only screen and (max-width: 767px) {
    html, body {
        /*overflow-x: hidden;*/
    }
    .vector-header-container {
    justify-content: start;
    }
    .vector-header-container .mw-header, .mw-logo {
    min-width: unset;
    }
}