Template:Infobox Species/ThemeSpecies.css: Difference between revisions

From Portals of Phereon Wiki
Content added Content deleted
mNo edit summary
mNo edit summary
Line 27: Line 27:
}
}
.portable-infobox.pi-theme-species .image-thumbnail img {
.portable-infobox.pi-theme-species .image-thumbnail img {
width:var(--pi-width);
width:300px;
}
}



Revision as of 21:28, 25 December 2020

.portable-infobox.pi-theme-species .pi-group:first-of-type .pi-smart-data-label,
.portable-infobox.pi-theme-species .pi-group:not(:last-child) .pi-smart-data-value {
   text-align: center;
   font-size: 14px;
   padding-top: 5px;
   padding-bottom: 5px;
}

.portable-infobox.pi-theme-species .pi-group:first-of-type .pi-smart-data-value {
    font-weight: bold;
}

.portable-infobox.pi-theme-species .pi-smart-data-value[data-source="species"] a {
    color: white;
    text-shadow:
    1.1px 1.1px 0 black,
    -0.6px -0.6px 0 black,
    0.6px -0.6px 0 black,
    -0.6px 0.6px 0 black,
    0.6px 0.6px 0 black
}

/* increase infobox width and set text size*/
.portable-infobox.pi-theme-species {
	--pi-width: 300px;
	font-size:.85em;
}
.portable-infobox.pi-theme-species .image-thumbnail img {
	width:300px;
}

.portable-infobox.pi-theme-species li img {
    vertical-align: text-bottom;
}

.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Centaur"] {color: #ffbd8a !important;}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Plant"] {color: #9cce3c !important;}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Mermaid"] {color: #65b9ff !important;}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Lava"] {color: #ff6400 !important;}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Lymean"] {color: #f0ff00 !important;}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Succubus"] {color: #ff6ef5 !important;}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Harpy"] {color: #c3fff7 !important;}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Lizard"] {color: #3ce412 !important;}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Insect"] {color: #d9d9d9 !important;}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Beast"] {color: #b0794f !important;}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Shadow"] {color: #909090 !important;}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Tentacle"] {color: #c85d2d !important;}