Template:Infobox NPC/ThemeNPC.css: Difference between revisions

From Portals of Phereon Wiki
Content added Content deleted
m (test background color)
No edit summary
Line 11: Line 11:
}
}
.portable-infobox.pi-theme-npc {
.portable-infobox.pi-theme-npc {
background: var(--secondary-darkish);
background: hsl(var(--z-secondary-h), calc((100 - (100 - var(--z-secondary-s)) * (100 - var(--x-saturatedish)) / 100) * 1%), calc(var(--z-secondary-l) * (100 - var(--x-darkish)) / 100 * 1%));
-webkit-filter: brightness(1.05);
filter: brightness(1.05);
}
}



Revision as of 21:12, 13 December 2020

/* NPC Template style */
.portable-infobox.pi-theme-npc .pi-caption{
   color: inherit;
   border-bottom: 1px solid #a6b69a;
}
.portable-infobox.pi-theme-npc .pi-horizontal-group{
   border-bottom: 1px solid #a6b69a;
}
.portable-infobox.pi-theme-npc .pi-data-value li{
   padding-bottom: 0px;
}
.portable-infobox.pi-theme-npc {
	background: var(--secondary-darkish);
	-webkit-filter: brightness(1.05);
	filter: brightness(1.05);
}

.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialHealth"]{
   color: #00AD00;
   /*text-shadow:0 0 20px;*/
}
.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialMana"]{
   color: #00ffcc;
   /*text-shadow:0 0 20px;*/
}
.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialStrenght"]{
   color: #cc0000;
   /*text-shadow:0 0 20px;*/
}
.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialMagic"]{
   color: #2C478C;
   /*text-shadow:0 0 20px;*/
}
.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialSpeed"]{
   color: #CC6D00;
   /*text-shadow:0 0 20px;*/
}
.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialMovType"]{
   color: #996600;
   /*text-shadow:0 0 20px;*/
}
.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialLDmg"]{
   color: #B800B8;
   /*text-shadow:0 0 20px;*/
}
.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialLRes"]{
   color: #990099;
   /*text-shadow:0 0 20px;*/
}
.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialMaxLust"]{
   color: #cc0099;
   /*text-shadow:0 0 20px;*/
}
.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialArmor"]{
   color: #6E6E6E;
   /*text-shadow:0 0 20px;*/
}
.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialFertility"]{
   color: #BF36BF;
   /*text-shadow:0 0 20px;*/
}
.portable-infobox.pi-theme-npc .pi-item .pi-data-value[data-source="InitialVirility"]{
   color: #0078F0;
   /*text-shadow:0 0 20px;*/
}