MediaWiki:Monobook.css: Difference between revisions
From Little Tail Wiki
Jump to navigationJump to search
Replaced content with "→All CSS here will be loaded for users of the MonoBook skin: " Tags: Replaced Manual revert |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the MonoBook skin */ | /* All CSS here will be loaded for users of the MonoBook skin */ | ||
.pi-title { | |||
text-align: center; | |||
} | |||
/* Custom Colors */ | |||
/* Fuga */ | |||
.portable-infobox.pi-theme-Fuga { | |||
width: 270px; | |||
border: 2px solid #6c2c2f; | |||
} | |||
.portable-infobox.pi-theme-Fuga .pi-title, .portable-infobox.pi-theme-Fuga .pi-header { | |||
background-color: #6c2c2f; | |||
color: white; | |||
} | |||
.portable-infobox.pi-theme-Fuga .pi-data .pi-data-label { | |||
background-color: #ddc295; | |||
} | |||
.portable-infobox.pi-theme-Fuga .pi-horizontal-group-item.pi-data-label { | |||
background-color: #6c2c2f; | |||
border: 2px solid white; | |||
border-top: none; | |||
} | |||
.portable-infobox.pi-theme-Fuga .pi-image-collection-tabs li.current { | |||
background: #eae4d1; | |||
} | |||
.portable-infobox.pi-theme-Fuga .pi-navigation { | |||
background: #6c2c2f !important; | |||
} |
Revision as of 23:25, 6 March 2025
/* All CSS here will be loaded for users of the MonoBook skin */ .pi-title { text-align: center; } /* Custom Colors */ /* Fuga */ .portable-infobox.pi-theme-Fuga { width: 270px; border: 2px solid #6c2c2f; } .portable-infobox.pi-theme-Fuga .pi-title, .portable-infobox.pi-theme-Fuga .pi-header { background-color: #6c2c2f; color: white; } .portable-infobox.pi-theme-Fuga .pi-data .pi-data-label { background-color: #ddc295; } .portable-infobox.pi-theme-Fuga .pi-horizontal-group-item.pi-data-label { background-color: #6c2c2f; border: 2px solid white; border-top: none; } .portable-infobox.pi-theme-Fuga .pi-image-collection-tabs li.current { background: #eae4d1; } .portable-infobox.pi-theme-Fuga .pi-navigation { background: #6c2c2f !important; }