MediaWiki:Common.css: Difference between revisions

From LCARS
m (sidebar even narrower)
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fa.deathkitten.net/font-awesome/css/font-awesome.min.css');
@import url('https://fa.deathkitten.net/other/teko/teko.css');
@import url('https://fa.deathkitten.net/other/oswald/oswald.css');
table.sidebar { float: right; clear: right; font-size: 0.9em; border: solid 1px; margin-left: 1em; max-width: 20em; }
table.sidebar { float: right; clear: right; font-size: 0.9em; border: solid 1px; margin-left: 1em; max-width: 20em; }
.sidebar tr td { padding: 0.5em; }
.sidebar tr td { padding: 0.5em; }

Revision as of 20:02, 13 August 2019

/* CSS placed here will be applied to all skins */
table.sidebar { float: right; clear: right; font-size: 0.9em; border: solid 1px; margin-left: 1em; max-width: 20em; }
.sidebar tr td { padding: 0.5em; }

.sidebar td.caption { text-align: right; font-family: "Teko"; font-weight: bold; }

.sidebar span.sb-name { font-family: "Teko"; font-weight: bold; }

.retired { width: 68%; margin: auto; border: solid 10px #680000; background: #680000; }
.retired tr th { text-align: center; font-weight: bold; font-family: "Teko", sans-serif; font-size: 20pt; }
.retired tr td { text-indent: 5em; }