845
edits
No edit summary |
No edit summary |
||
| Line 50: | Line 50: | ||
/* TABLES */ | /* TABLES */ | ||
table { | table { | ||
font-family: | font-family: 'Raleway', sans-serif; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
width:40em; | width:40em; | ||
| Line 87: | Line 87: | ||
display: table; | display: table; | ||
table-layout: fixed; | table-layout: fixed; | ||
} | |||
.wikitable > tr > th, .wikitable > * > tr > th, .toc, .toccolours { | |||
background-color: #FEEBB3; | |||
} | |||
body.page-Main_Page table { | |||
margin: auto!important; | |||
margin-top: 10px!important; | |||
margin-bottom: 10px!important; | |||
} | |||
body.page-Main_Page h2 { | |||
text-align: center; | |||
font-family: "Desmon",Sans-serif; | |||
} | |||
body.page-Main_Page #content { | |||
padding-right: 1.5em; | |||
} | |||
.mw-body h1, mw-body-content h1 { | |||
font-family: "Cinzel Decorative Bold",Sans-serif; | |||
font-size: 45px; | |||
font-weight: 900; | |||
} | |||
.wikitable > caption { | |||
font-family: "Cinzel Decorative Bold",Sans-serif; | |||
font-weight: 900; | |||
font-size: 20px; | |||
letter-spacing: 5px; | |||
} | |||
h2.pi-title { | |||
font-family: "Desmon",Sans-serif; | |||
font-size: 28px; | |||
font-weight: 600; | |||
letter-spacing: 4px; | |||
} | } | ||