MediaWiki:Common.css: Difference between revisions

From LCARS
mNo edit summary
(fixed sidebar in mobile)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* 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; }
@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; }
.sidebar tr td { padding: 0.5em; }
.sidebar tr td { padding: 0.5em; }


Line 15: Line 10:
.retired tr th { text-align: center; font-weight: bold; font-family: "Teko", sans-serif; font-size: 20pt; }
.retired tr th { text-align: center; font-weight: bold; font-family: "Teko", sans-serif; font-size: 20pt; }
.retired tr td { text-indent: 5em; }
.retired tr td { text-indent: 5em; }
@media only screen and (max-device-width: 600px) {
table.sidebar { float: none; margin-left: auto; margin-right: auto; }
}

Latest revision as of 20:37, 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; }

@media only screen and (max-device-width: 600px) {
	table.sidebar { float: none; margin-left: auto; margin-right: auto; }
}