MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
/* Version 36. | /* Version 36.1 - Restored Anisa Factory Proportions | ||
Goal: Original Anisa layout + KH Colors/Fonts + Readable Tabs | Goal: Original Anisa layout + KH Colors/Fonts + Readable Tabs | ||
*/ | */ | ||
| Line 88: | Line 88: | ||
border: 1px solid #a2a9b1 !important; | border: 1px solid #a2a9b1 !important; | ||
padding: 8px !important; | padding: 8px !important; | ||
} | |||
/* Styling TabberNeue inside PortableInfobox */ | |||
.pi-image .tabber__tabs { | |||
display: flex !important; | |||
justify-content: center !important; | |||
background: #f2f2f2 !important; /* Matches your label color */ | |||
border-bottom: 1px solid #a2a9b1 !important; | |||
margin-bottom: 5px !important; | |||
} | |||
.pi-image .tabber__tab { | |||
font-family: 'Crimson Pro', serif !important; | |||
font-size: 14px !important; | |||
padding: 5px 10px !important; | |||
cursor: pointer !important; | |||
} | |||
.pi-image .tabber__tab--active { | |||
background-color: var(--kh-green) !important; | |||
color: white !important; | |||
font-weight: bold !important; | |||
} | } | ||