MediaWiki:Common.css: Difference between revisions
From Taiwan beetles
Jump to navigationJump to search
No edit summary |
No edit summary Tag: Manual revert |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 57: | Line 57: | ||
#p-lang { | #p-lang { | ||
order: 12; | order: 12; | ||
} | |||
/* ── Sidebar order ── */ | |||
#p-search { | |||
display: none; | |||
} | } | ||
Latest revision as of 15:46, 6 May 2026
/* ── Background ── */
body, #content {
background-color: #f9f3ee;
color: #3a2a2a;
}
/* ── Top header bar ── */
#mw-head, .mw-header {
background-color: #4a1e1e;
}
/* ── Sidebar ── */
#mw-panel {
background-color: #f9f3ee;
}
#mw-panel .portal h3 {
color: #7a5c1e;
border-bottom: 1px solid #7a5c1e;
}
#mw-panel a {
color: #4a1e1e;
}
#mw-panel a:hover {
color: #7a5c1e;
}
/* ── Page headings ── */
h1, h2, h3 {
color: #4a1e1e;
}
h2 {
border-bottom: 1px solid #7a5c1e;
}
/* ── Links ── */
a {
color: #7a5c1e;
}
a:hover {
color: #4a1e1e;
}
/* ── Tables ── */
.wikitable th {
background-color: #4a1e1e;
color: #f9f3ee;
}
.wikitable tr:nth-child(even) {
background-color: #f0e8df;
}
/* ── Sidebar order ── */
#column-one {
display: flex;
flex-direction: column;
}
#p-search {
order: 10;
}
#p-tb {
order: 11;
}
#p-lang {
order: 12;
}
/* ── Sidebar order ── */
#p-search {
display: none;
}