MediaWiki:Common.css: Difference between revisions

From Adventures of Raptor Wiki
Jump to navigation Jump to search
(Replaced content with "→‎===== Remove white thumbnail frames site-wide =====: .thumb, .thumbinner, div.thumb div.thumbinner { background: transparent !important; background-color: transparent !important; border: none !important; box-shadow: none !important; padding: 0 !important; } .thumbcaption { background: transparent !important; color: #c8bca0 !important; } img.thumbborder { border: 1px solid #5d4316 !important; }")
Tag: Replaced
No edit summary
Line 1: Line 1:
/* ===== Remove white thumbnail frames site-wide ===== */
/* ===== Base ===== */
.thumb, .thumbinner, div.thumb div.thumbinner {
body {
background: transparent !important;
background-image: linear-gradient(rgba(15,10,5,0.65), rgba(15,10,5,0.65)), url('/wiki/resources/assets/parchment_bg.png');
background-color: transparent !important;
background-size: cover;
border: none !important;
background-position: center top;
box-shadow: none !important;
background-repeat: no-repeat;
padding: 0 !important;
background-attachment: scroll;
}
 
#content, .mw-body {
background: linear-gradient(160deg,#221910,#15100a);
border: 1px solid #5d4316;
border-radius: 10px 10px 0 0;
color: #c8bca0;
box-shadow: 0 4px 18px rgba(0,0,0,0.35);
border-bottom: none;
margin-bottom: 0;
}
 
h1, h2, h3, h4, h5, h6 {
font-family: 'Cinzel', Georgia, serif;
color: #f0c75e;
border-bottom-color: #5d4316;
}
 
#firstHeading, .firstHeading {
color: #f0c75e;
}
 
a {
color: #d4880e;
transition: color .15s ease;
}
 
a:hover {
color: #ffcf6a;
}
 
a:visited {
color: #b0761f;
}
 
a.new {
color: #e2574a;
}
 
.vector-menu-content a, #p-navigation a, #mw-panel a, .mw-portlet a {
color: #d4880e;
}
 
.mw-wiki-logo, #p-logo a {
filter: none;
}
 
.vector-header, .mw-header, #mw-head, .mw-header-container {
background: #15100a;
border-bottom: 1px solid #5d4316;
}
}


.thumbcaption {
.vector-menu-tabs,
.vector-menu-tabs ul,
#p-views,
#p-namespaces,
#left-navigation,
#right-navigation {
background: transparent !important;
background: transparent !important;
color: #c8bca0 !important;
}
}


img.thumbborder {
.vector-menu-tabs ul li,
#p-views ul li,
#p-namespaces ul li {
background: #1c140b !important;
border: 1px solid #5d4316 !important;
border: 1px solid #5d4316 !important;
}
border-radius: 6px 6px 0 0 !important;
margin-right: 2px;

Revision as of 19:35, 4 July 2026

/* ===== Base ===== */
body {
	background-image: linear-gradient(rgba(15,10,5,0.65), rgba(15,10,5,0.65)), url('/wiki/resources/assets/parchment_bg.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

#content, .mw-body {
	background: linear-gradient(160deg,#221910,#15100a);
	border: 1px solid #5d4316;
	border-radius: 10px 10px 0 0;
	color: #c8bca0;
	box-shadow: 0 4px 18px rgba(0,0,0,0.35);
	border-bottom: none;
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cinzel', Georgia, serif;
	color: #f0c75e;
	border-bottom-color: #5d4316;
}

#firstHeading, .firstHeading {
	color: #f0c75e;
}

a {
	color: #d4880e;
	transition: color .15s ease;
}

a:hover {
	color: #ffcf6a;
}

a:visited {
	color: #b0761f;
}

a.new {
	color: #e2574a;
}

.vector-menu-content a, #p-navigation a, #mw-panel a, .mw-portlet a {
	color: #d4880e;
}

.mw-wiki-logo, #p-logo a {
	filter: none;
}

.vector-header, .mw-header, #mw-head, .mw-header-container {
	background: #15100a;
	border-bottom: 1px solid #5d4316;
}

.vector-menu-tabs,
.vector-menu-tabs ul,
#p-views,
#p-namespaces,
#left-navigation,
#right-navigation {
	background: transparent !important;
}

.vector-menu-tabs ul li,
#p-views ul li,
#p-namespaces ul li {
	background: #1c140b !important;
	border: 1px solid #5d4316 !important;
	border-radius: 6px 6px 0 0 !important;
	margin-right: 2px;