MediaWiki:Gadget-Infobox.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 212: | Line 212: | ||
*/ | */ | ||
.pi-theme-1 .pi-item.pi-image:before { | .pi-theme-1 .pi-item.pi-image:before { | ||
background-image: url( | background-image: url("filepath://Item_Frame_1-Star.png"); | ||
} | } | ||
.pi-theme-2 .pi-item.pi-image:before { | .pi-theme-2 .pi-item.pi-image:before { | ||
background-image: url( | background-image: url("filepath://Item_Frame_2-Star.png"); | ||
} | } | ||
.pi-theme-3 .pi-item.pi-image:before { | .pi-theme-3 .pi-item.pi-image:before { | ||
background-image: url( | background-image: url("filepath://Item_Frame_3-Star.png"); | ||
} | } | ||
.pi-theme-4 .pi-item.pi-image:before { | .pi-theme-4 .pi-item.pi-image:before { | ||
background-image: url( | background-image: url("filepath://Item_Frame_4-Star.png"); | ||
} | } | ||
.pi-theme-5 .pi-item.pi-image:before { | .pi-theme-5 .pi-item.pi-image:before { | ||
background-image: url( | background-image: url("filepath://Item_Frame_5-Star.png"); | ||
} | } | ||
/* | /* | ||