MediaWiki:Common.css: Difference between revisions

From LCARS
No edit summary
(fixed sidebar in mobile)
 
Line 10: 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 21: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; }
}