Paladins Wiki
Pcj (talk | contribs)
mNo edit summary
Pcj (talk | contribs)
mNo edit summary
Line 85: Line 85:
 
.heading { font-size: x-large; }
 
.heading { font-size: x-large; }
 
.mw-parser-output h4 { margin-top: 1rem; }
 
.mw-parser-output h4 { margin-top: 1rem; }
  +
  +
.pi-data-value {
  +
padding-top: 0.5em;
  +
}

Revision as of 22:35, 19 June 2021

.fpbox .article-media-thumbnail {
    margin-bottom: 0;
}
.fpbox .article-media-placeholder { border: 0; }
.fpbox .image .link {
	position: relative;
	top: -40px;
}

.fplink {
    padding: 0.5em;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: table;
}

.fplink-outer {
    padding: 5px;
    margin: 5px;
    flex-basis: calc(10% - 10px);
    width: calc(25% - 15px);
    min-width: 115px;
    display: inline-block;
    vertical-align: middle;
}

.fplink-inner {
    display: table-row;
}

.fplink a {
    display: table-cell;
    vertical-align: middle;
}

.fplink img {
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-bottom: -30px;
}


.infobox th {
    padding: 3px;
    text-align: left;
    background: rgba(27,76,91,0.5); 
    border-radius: 0.3em;
}


/* Template:Collections fixes */
.collection .article-media-thumbnail {
    margin-bottom: 0;
}

.collection .article-media-placeholder { border: 0; }
.mw-parser-output h3 { margin-top: 1.125rem; }
.mobile-gallery-default .mobile-gallery__image figcaption img,
.mobile-gallery__image figcaption img{
	max-height: unset;
	object-fit: unset;
	border: 0;
	width: unset;
}
.fplinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.wikitable {
	background-color: var(--theme-table-background-color,transparent);
	border: 1px solid var(--theme-border-color,#bed1cf);
	color: inherit;
}
.wikitable > tr > th, .wikitable > * > tr > th,
.wikitable th {
	background-color:var(--theme-table-header-color,#f2f5f5);
}
.nbox { text-align: center; }
.article-table-wrapper { clear: both; }

.heading { font-size: x-large; }
.mw-parser-output h4 { margin-top: 1rem; }

.pi-data-value {
	padding-top: 0.5em;
}