⚠ NOTICE

The game has been released in Early Access on 26th of April, 2024.
Please keep in mind that any information provided on this Wiki may be incomplete or subject to change as the game progresses.

User:76561199218134152/mbhh.css: Difference between revisions

From Manor Lords Official Wiki
No edit summary
No edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
:root {
:root {
--primary-color: #006cb0;
--primary-color: #314550;
}
}


Line 6: Line 6:
border: 1px solid var(--primary-color);
border: 1px solid var(--primary-color);
border-radius: 1px;
border-radius: 1px;
background-color: transparent;
}
}


Line 11: Line 12:
.portable-infobox .pi-title {
.portable-infobox .pi-title {
border-bottom: 0;
border-bottom: 0;
line-height: 1.5;
line-height: 2;
font-size: 20px;
font-size: 22px;
font-weight: bold;
}
}


Line 19: Line 21:
   background-color: var(--primary-color);
   background-color: var(--primary-color);
   color: white;
   color: white;
  text-align: center;
}
}


.portable-infobox .pi-secondary-background {
.portable-infobox .pi-secondary-background {
font-size: 16px;
font-size: 16px;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.pi-section-navigation .pi-section-tab, .pi-media-collection .pi-tab-link {
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 {
background: none;
border-bottom: 3px solid var(--primary-color) !important;
}
.portable-infobox .pi-data-label {
font-weight: bold !important;
}
.pi-data-value {
padding-left: 0 !important;
}
.pi-image {
margin: 10px 5px !important;
}
}

Latest revision as of 17:07, 25 July 2024

:root {
	--primary-color: #314550;
}

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

.mw-body .mw-parser-output h1:after, .mw-body .mw-parser-output h2:after,
.portable-infobox .pi-title {
	border-bottom: 0;
	line-height: 2;
	font-size: 22px;
	font-weight: bold;
}

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

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

.pi-section-navigation .pi-section-tab, .pi-media-collection .pi-tab-link {
	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 {
	background: none;
	border-bottom: 3px solid var(--primary-color) !important;
}

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

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

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