MediaWiki:Common.css: Difference between revisions
From Mandragora Wiki
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
}); | }); | ||
/* | /** Mandragora Wiki – MultimediaViewer Styling **/ | ||
.mw-mmv- | |||
/* Caption & Metadata text */ | |||
.mw-mmv-above-fold, | |||
.mw-mmv-dialog, | |||
.mw-mmv-image-links li, | |||
.mw-mmv-options-cancel-button.mw-ui-button.mw-ui-quiet, | |||
.mw-mmv-options-dialog-header, | |||
.mw-mmv-options-text-header { | |||
color: #dab660 !important; | |||
font-family: 'Cinzel', serif !important; | |||
} | |||
/* Metadata panels */ | |||
.mw-mmv-above-fold { | |||
background: rgba(26, 26, 26, 0.95) !important; | |||
border-top: 1px solid #dab660 !important; | |||
} | } | ||
.mw-mmv-image-metadata { | .mw-mmv-image-metadata { | ||
background-color: rgba(0, 0, 0, 0.9) !important; | |||
border-color: #dab660 !important; | |||
color: #e0d3af !important; | |||
font-family: 'Cinzel', serif !important; | |||
} | |||
/* Options popup box */ | |||
.mw-mmv-dialog { | |||
border: 1px solid #dab660 !important; | |||
background: #1a1a1a !important; | |||
box-shadow: none !important; | |||
} | |||
.mw-mmv-dialog .mw-mmv-dialog-down-arrow { | |||
background: #1a1a1a !important; | |||
border-bottom: 1px solid #dab660 !important; | |||
border-right: 1px solid #dab660 !important; | |||
} | } | ||
/* | /* Options alert */ | ||
.mw-mmv- | .mw-mmv-options-enable-alert { | ||
background: #333 !important; | |||
color: #e0d3af !important; | |||
font-family: 'Cinzel', serif !important; | |||
} | } | ||
/* | /* MMV buttons like "More Details" or "Download" */ | ||
.mw-mmv- | .mw-mmv-filepage-buttons .mw-ui-button, | ||
.mw-mmv-image-metadata .mw-ui-button { | |||
background-color: transparent !important; | |||
color: #dab660 !important; | |||
border: 1px solid #dab660 !important; | |||
border-radius: 5px !important; | |||
font-family: 'Cinzel', serif !important; | |||
font-weight: bold !important; | |||
text-transform: uppercase; | |||
transition: background-color 0.3s ease, color 0.3s ease; | |||
} | } | ||
.mw-mmv- | .mw-mmv-filepage-buttons .mw-ui-button:hover, | ||
.mw-mmv-image-metadata .mw-ui-button:hover { | |||
background-color: #dab660 !important; | |||
color: #1a1a1a !important; | |||
text-shadow: 0 0 6px #f5e6b2; | |||
} | } | ||
/* | /* Author/license links */ | ||
.mw-mmv | .mw-mmv-image-metadata a { | ||
color: #dab660 !important; | |||
text-decoration: none !important; | |||
font-weight: bold !important; | |||
} | } | ||
.mw-mmv | .mw-mmv-image-metadata a:hover { | ||
color: #ffdd88 !important; | |||
text-shadow: 0 0 6px #f5e6b2 !important; | |||
} | } | ||
Latest revision as of 12:18, 16 May 2025
.catlinks { display: none; }
$(function() {
$('#catlinks').hide();
});
/** Mandragora Wiki – MultimediaViewer Styling **/
/* Caption & Metadata text */
.mw-mmv-above-fold,
.mw-mmv-dialog,
.mw-mmv-image-links li,
.mw-mmv-options-cancel-button.mw-ui-button.mw-ui-quiet,
.mw-mmv-options-dialog-header,
.mw-mmv-options-text-header {
color: #dab660 !important;
font-family: 'Cinzel', serif !important;
}
/* Metadata panels */
.mw-mmv-above-fold {
background: rgba(26, 26, 26, 0.95) !important;
border-top: 1px solid #dab660 !important;
}
.mw-mmv-image-metadata {
background-color: rgba(0, 0, 0, 0.9) !important;
border-color: #dab660 !important;
color: #e0d3af !important;
font-family: 'Cinzel', serif !important;
}
/* Options popup box */
.mw-mmv-dialog {
border: 1px solid #dab660 !important;
background: #1a1a1a !important;
box-shadow: none !important;
}
.mw-mmv-dialog .mw-mmv-dialog-down-arrow {
background: #1a1a1a !important;
border-bottom: 1px solid #dab660 !important;
border-right: 1px solid #dab660 !important;
}
/* Options alert */
.mw-mmv-options-enable-alert {
background: #333 !important;
color: #e0d3af !important;
font-family: 'Cinzel', serif !important;
}
/* MMV buttons like "More Details" or "Download" */
.mw-mmv-filepage-buttons .mw-ui-button,
.mw-mmv-image-metadata .mw-ui-button {
background-color: transparent !important;
color: #dab660 !important;
border: 1px solid #dab660 !important;
border-radius: 5px !important;
font-family: 'Cinzel', serif !important;
font-weight: bold !important;
text-transform: uppercase;
transition: background-color 0.3s ease, color 0.3s ease;
}
.mw-mmv-filepage-buttons .mw-ui-button:hover,
.mw-mmv-image-metadata .mw-ui-button:hover {
background-color: #dab660 !important;
color: #1a1a1a !important;
text-shadow: 0 0 6px #f5e6b2;
}
/* Author/license links */
.mw-mmv-image-metadata a {
color: #dab660 !important;
text-decoration: none !important;
font-weight: bold !important;
}
.mw-mmv-image-metadata a:hover {
color: #ffdd88 !important;
text-shadow: 0 0 6px #f5e6b2 !important;
}
No categories.