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

From Portals of Phereon Wiki
Content added Content deleted
portalsofphereon>Olaroll
No edit summary
portalsofphereon>Olaroll
(Undo revision 1445 by Olaroll (talk))
Line 1: Line 1:
.portable-infobox.pi-theme-species .pi-group:first-of-type .pi-smart-data-value,
.portable-infobox.pi-theme-species .pi-group:first-of-type .pi-smart-data-value
.portable-infobox.pi-theme-species .pi-group:not(:last-child) .pi-smart-data-value {
.portable-infobox.pi-theme-species .pi-group:not(:last-child) .pi-smart-data-value {
text-align: center;
text-align: center;
Line 12: Line 12:


.portable-infobox.pi-theme-species .pi-smart-data-value[data-source="species"] {
.portable-infobox.pi-theme-species .pi-smart-data-value[data-source="species"] {
-webkit-text-fill-color: white;
text-shadow:
1.5px 1.5px 0 black,
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
-1px -1px 0 black,
1px -1px 0 black,
-1px 1px 0 black,
1px 1px 0 black;
}
}


Line 37: Line 40:
}
}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Succubus"] {
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Succubus"] {
-webkit-text-fill-color: #ff6ef5 ;
color: #ff6ef5 ;
}
}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Harpy"] {
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Harpy"] {
Line 49: Line 52:
}
}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Beast"] {
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Beast"] {
-webkit-text-fill-color: #b0794f ;
color: #b0794f ;
}
}
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Shadow"] {
.portable-infobox.pi-theme-species a[href="/wiki/Category:Species/Shadow"] {

Revision as of 02:24, 9 September 2019

.portable-infobox.pi-theme-species .pi-group:first-of-type .pi-smart-data-value
.portable-infobox.pi-theme-species .pi-group:not(:last-child) .pi-smart-data-value {
   text-align: center;
   font-size: 16px;
   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"] {
    text-shadow:
    1.5px 1.5px 0 black,
   -1px -1px 0 black,  
    1px -1px 0 black,
    -1px 1px 0 black,
     1px 1px 0 black;
}

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

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