MediaWiki:Common.css: Difference between revisions

No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* Fonts */
@font-face {
src: url(https://tombstonemmowiki.org/images/2/2a/PerfectDOSVGA437.ttf);
font-family: "Unibody"
}
/* Global style */
/* Global style */
:root {
:root {
Line 9: Line 15:
}
}
body {
body {
max-width: 1536px;
margin: 0 auto;
background-color: var(--color-dark-brown);
background-color: var(--color-dark-brown);
}
#mw-head {
max-width: 1536px;
margin: 0 auto;
right: initial;
}
#mw-panel {
left: initial;
}
#p-search {
margin-right: 0;
}
#content h1,
#content h2,
#content h3 {
font-family: Unibody;
color: var(--color-dark-green);
}
#content h1 {
font-size: 48px;
}
#content h2 {
font-size: 32px;
}
#content h3 {
font-size: 24px;
}
}
#mw-page-base {
#mw-page-base {
Line 100: Line 134:
grid-template-columns: auto auto auto;
grid-template-columns: auto auto auto;
}
}
.tsTableGrid3 .tsTableCell:nth-child(3n+1) {
.tsTableGrid3 .tsTableCell:nth-child(3n+1),
border-right: 1px solid #5b8680;
}
.tsTableGrid3 .tsTableCell:nth-child(3n+2) {
.tsTableGrid3 .tsTableCell:nth-child(3n+2) {
border-right: 1px solid #5b8680;
border-right: 1px solid #5b8680;
Line 111: Line 143:
background-color: #eabe82;
background-color: #eabe82;
}
}
.tsTableHeader, .tsTableCell {
.tsTableGrid3 .tsTableCell:nth-child(1),
padding: 0 0.5rem;
.tsTableGrid3 .tsTableCell:nth-child(2),
line-height: 2;
.tsTableGrid3 .tsTableCell:nth-child(3) {
}
.tsTableHeader {
background-color: #809e95;
background-color: #809e95;
font-weight: bold;
font-weight: bold;
color: white;
color: white;
}
.tsTableCell {
padding: 0 0.5rem;
line-height: 2;
}
}