MediaWiki:Common.css: Difference between revisions
AlphSpirit (talk | contribs) No edit summary |
AlphSpirit (talk | contribs) No edit summary |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Fonts */ | /* Fonts */ | ||
@font-face { | @font-face { | ||
src: url(https://tombstonemmowiki.org/images/2/ | src: url(https://tombstonemmowiki.org/images/2/2a/PerfectDOSVGA437.ttf); | ||
font-family: "Unibody" | font-family: "Unibody" | ||
} | } | ||
Line 15: | 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 106: | 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), | ||
.tsTableGrid3 .tsTableCell:nth-child(3n+2) { | .tsTableGrid3 .tsTableCell:nth-child(3n+2) { | ||
border-right: 1px solid #5b8680; | border-right: 1px solid #5b8680; | ||
Line 117: | Line 143: | ||
background-color: #eabe82; | background-color: #eabe82; | ||
} | } | ||
. | .tsTableGrid3 .tsTableCell:nth-child(1), | ||
.tsTableGrid3 .tsTableCell:nth-child(2), | |||
.tsTableGrid3 .tsTableCell:nth-child(3) { | |||
. | |||
background-color: #809e95; | background-color: #809e95; | ||
font-weight: bold; | font-weight: bold; | ||
color: white; | color: white; | ||
} | |||
.tsTableCell { | |||
padding: 0 0.5rem; | |||
line-height: 2; | |||
} | } |