User:76561199218134152/common.css: Difference between revisions

From Workers & Resources: Soviet Republic Official Wiki
No edit summary
Tag: Reverted
No edit summary
 
(33 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* infobox styling */
:root {
:root {
--primary-color: #314550;
--dark-red: #72070a;
--tan: #c49645;
}
}


.portable-infobox {
.portable-infobox {
border: 1px solid var(--primary-color);
border: 1px solid var(--dark-red);
border-radius: 1px;
background-color: transparent;
background-color: transparent;
}
}


.mw-body .mw-parser-output h1:after, .mw-body .mw-parser-output h2:after,
.portable-infobox .pi-border-color {
border-color: var(--dark-red);
}
 
.portable-infobox .pi-border-color:last-child {
border-bottom: none;
}
 
.portable-infobox .pi-title {
.portable-infobox .pi-title {
font-size: 1.375rem;
border-bottom: 0;
border-bottom: 0;
line-height: 2;
line-height: 2;
font-size: 22px;
font-weight: 700;
font-weight: bold;
}
 
.pi-title::after {
border-bottom: 3px solid var(--tan) !important;
}
 
.pi-header::after {
border: none !important;
}
}


.portable-infobox .pi-title,
.portable-infobox .pi-title,  
.portable-infobox .pi-secondary-background {
.portable-infobox .pi-secondary-background {
  background-color: var(--primary-color);
background-color: var(--dark-red);
  color: white;
color: white;
  text-align: center;
text-align: center;
}
}


.portable-infobox .pi-secondary-background {
.portable-infobox .pi-secondary-background {
font-size: 16px;
font-size: 1rem;
padding-top: 0.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
padding-bottom: 0.5em;
}
}


.pi-section-navigation .pi-section-tab, .pi-media-collection .pi-tab-link {
.portable-infobox .pi-section-navigation .pi-section-tab,  
.portable-infobox .pi-media-collection .pi-tab-link {
border: 0;
border: 0;
}
}


.pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current {
.portable-infobox .pi-section-navigation .pi-section-tab.pi-section-active,
background: none;
.portable-infobox .pi-section-navigation .pi-section-tab.current,
border-bottom: 3px solid var(--primary-color) !important;
.portable-infobox .pi-media-collection .pi-tab-link.current {
border-bottom: 3px solid var(--tan);
background: none !important;
}
}



Latest revision as of 04:10, 10 October 2024

/* infobox styling */
:root {
	--dark-red: #72070a;
	--tan: #c49645;
}

.portable-infobox {
	border: 1px solid var(--dark-red);
	background-color: transparent;
}

.portable-infobox .pi-border-color {
	border-color: var(--dark-red);
}

.portable-infobox .pi-border-color:last-child {
	border-bottom: none;
}

.portable-infobox .pi-title {
	font-size: 1.375rem;
	border-bottom: 0;
	line-height: 2;
	font-weight: 700;
}

.pi-title::after {
	border-bottom: 3px solid var(--tan) !important;
}

.pi-header::after {
	border: none !important;
}

.portable-infobox .pi-title, 
.portable-infobox .pi-secondary-background {
	background-color: var(--dark-red);
	color: white;
	text-align: center;
}

.portable-infobox .pi-secondary-background {
	font-size: 1rem;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.portable-infobox .pi-section-navigation .pi-section-tab, 
.portable-infobox .pi-media-collection .pi-tab-link {
	border: 0;
}

.portable-infobox .pi-section-navigation .pi-section-tab.pi-section-active,
.portable-infobox .pi-section-navigation .pi-section-tab.current,
.portable-infobox .pi-media-collection .pi-tab-link.current {
	border-bottom: 3px solid var(--tan);
	background: none !important;
}

.portable-infobox .pi-data-label {
	font-weight: bold !important;
}

.pi-data-value {
	padding-left: 0 !important;
}

.pi-image {
	margin: 10px 5px !important;
}