MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: .infobox { border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.15); } .infobox th { text-align: left; padding: 4px; } .infobox td { padding: 4px; }" |
No edit summary |
||
| Line 12: | Line 12: | ||
.infobox td { | .infobox td { | ||
padding: 4px; | padding: 4px; | ||
} | |||
.infobox { | |||
background: #1e1e1e !important; | |||
color: #e0e0e0 !important; | |||
border: 1px solid #444 !important; | |||
} | |||
.infobox th { | |||
background: #2a2a2a !important; | |||
color: #ffffff !important; | |||
} | |||
.infobox td { | |||
background: transparent !important; | |||
color: #e0e0e0 !important; | |||
} | } | ||
Revision as of 20:08, 24 June 2026
/* CSS placed here will be applied to all skins */
.infobox {
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}
.infobox th {
text-align: left;
padding: 4px;
}
.infobox td {
padding: 4px;
}
.infobox {
background: #1e1e1e !important;
color: #e0e0e0 !important;
border: 1px solid #444 !important;
}
.infobox th {
background: #2a2a2a !important;
color: #ffffff !important;
}
.infobox td {
background: transparent !important;
color: #e0e0e0 !important;
}