Mandragora Wiki

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
Line 5: Line 5:
});
});


/* Full bottom panel */
/** Mandragora Wiki – MultimediaViewer Styling **/
.mw-mmv-post-image {
 
    background-color: rgba(26, 26, 26, 0.95) !important;
/* Caption & Metadata text */
    color: #e0d3af !important;
.mw-mmv-above-fold,
    font-family: 'Cinzel', serif !important;
.mw-mmv-dialog,
    border-top: 2px solid #dab660;
.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;
}
}


/* Metadata and caption sections */
.mw-mmv-above-fold,
.mw-mmv-image-metadata {
.mw-mmv-image-metadata {
    background: transparent !important;
background-color: rgba(0, 0, 0, 0.9) !important;
    color: #e0d3af !important;
border-color: #dab660 !important;
    font-family: 'Cinzel', serif !important;
color: #e0d3af !important;
    padding: 1em;
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;
}
}


/* Title text */
/* Options alert */
.mw-mmv-title {
.mw-mmv-options-enable-alert {
    color: #dab660 !important;
background: #333 !important;
    font-size: 1.5em;
color: #e0d3af !important;
    font-weight: bold;
font-family: 'Cinzel', serif !important;
}
}


/* All links in bottom panel */
/* MMV buttons like "More Details" or "Download" */
.mw-mmv-post-image a {
.mw-mmv-filepage-buttons .mw-ui-button,
    color: #dab660 !important;
.mw-mmv-image-metadata .mw-ui-button {
    font-weight: bold;
background-color: transparent !important;
    text-decoration: none !important;
color: #dab660 !important;
    transition: color 0.3s ease, text-shadow 0.3s ease;
border: 1px solid #dab660 !important;
    font-family: 'Cinzel', serif !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-post-image a:hover {
.mw-mmv-filepage-buttons .mw-ui-button:hover,
    color: #ffdd88 !important;
.mw-mmv-image-metadata .mw-ui-button:hover {
    text-shadow: 0 0 6px #f5e6b2;
background-color: #dab660 !important;
color: #1a1a1a !important;
text-shadow: 0 0 6px #f5e6b2;
}
}


/* Buttons like "More details" or "Download" */
/* Author/license links */
.mw-mmv-post-image .mw-ui-button {
.mw-mmv-image-metadata a {
    background-color: transparent !important;
color: #dab660 !important;
    color: #dab660 !important;
text-decoration: none !important;
    border: 1px solid #dab660 !important;
font-weight: bold !important;
    border-radius: 5px;
    font-family: 'Cinzel', serif !important;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}
}


.mw-mmv-post-image .mw-ui-button:hover {
.mw-mmv-image-metadata a:hover {
    background-color: #dab660 !important;
color: #ffdd88 !important;
    color: #1a1a1a !important;
text-shadow: 0 0 6px #f5e6b2 !important;
    text-shadow: 0 0 6px #f5e6b2;
}
}

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;
}