Site News
Warning: This wiki contains spoilers. Read at your own risk!

Social media: If you would like, please join our Discord server, and/or follow us on Twitter (X) or Tumblr!

MediaWiki:Timeless.css

From Fire Emblem Wiki, your source on Fire Emblem information. By fans, for fans.
Revision as of 04:32, 21 February 2019 by Moydow (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the Timeless skin */

/* HTML/body */
html {
	/* This makes the footer always show up at the bottom of the page,
	   even if the actual page content is too short */
    min-height: 100%;
}

body {
    background: url("/w/skins/header.png") center 40px no-repeat, url("/w/skins/footer.png") center bottom no-repeat, linear-gradient(#06253a, #051c3e, #010101 700px);
    min-height: 100%;
    color: #d9d9d9;
    font-size: x-small;
}

/* Link colours */
a:hover, a:visited {
	color: #08d; /*maybe temporary until I find a colour that works better on a dark background*/
}

a:hover {
	text-decoration: underline;
}

/* Header (search bar, user tools) */
#mw-header-container {
	background: black;
	background: rgba(0, 0, 0, 0.75);
	color: inherit;
}

#p-logo-text a {
	color: inherit;
}

#simpleSearch {
	background: black;
}

#simpleSearch input {
	color: #d9d9d9;
}

#personal .dropdown {
	border: 2px solid #dbb51f;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background: black;
	background: rgba(0, 0, 0, 0.85);
}

.mw-wiki-logo {
    background-image: url("/w/skins/logo.png");
    width: 500px;
    height: 200px;
}

#siteNotice {
    text-align: center;
}

/* Article content area */
#mw-wrapper {
    font-size: 127%;
}

.ts-inner {
    max-width: 120em;
}

#toc, .toc {
	background: none;
}

#mw-content-container {
	background: none;
}

#mw-content-block {
	border: 2px solid #dbb51f;
	border-radius: 25px;
	background: black;
	background: rgba(0, 0, 0, 0.7);
}

#mw-content, #mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
	border: none;
	background: none;
}

#mw-page-header-links li.selected a {
	color: #46C;
}

/* Images */
li.gallerybox {
    border: 2px solid #ccc;
    background-color: #333;
}

#mw-content li.gallerybox div.thumb {
    background: 0 0;
}

div.gallerytext {
    background-color: #232855;
}

div.tright {
    background: none;
}

div.thumbinner {
    background-color: #333;
    border-color: #ccc;
}

div.thumbinner img {
    border-color: #ccc;
}

/* Tables */
table {
    border-collapse: separate;
    border-spacing: 2px 2px;
}

@media(max-width: 720px) {
    table {
        width: 100% !important;
        display: block;
        overflow-x: auto;
        padding: 0 !important;
        border: none !important;
    }
}

table.wikitable {
	background: none;
	color: inherit;
	border: 1px solid #a2a9b1;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
	background-color: #232855;
}

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
	border: 1px solid #a2a9b1;
	padding: 0.2em 0.4em;
}

table.cargotable td.odd {
	background-color: #222;
}

table.cargotable td.even {
	background-color: #232855;
}

/* Edit page */
div.editOptions {
	background: none;
}

/* Upload page */
.htmlform-tip {
	color: #999;
}

/* Recent changes */
fieldset {
	background: none;
}

fieldset legend, .mw-changeslist-legend, .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
	background: none;
	color: inherit;
}

.mw-rcfilters-ui-filterTagMultiselectWidget-views-select {
	background: white;
}

#mw-indicator-mw-helplink a {
	filter: invert(100%);
	color: #f72;
}

/* Diff pages */
.diff-addedline {
	background-color: #9c9;
}

.diff-deletedline {
	background-color: #cc8;
}

.diff-context {
	background-color: #111;
	color: #555;
}

.diff-deletedline, .diff-addedline {
	color: black;
}

/* File pages */
ul#filetoc {
	background: transparent;
	border: solid #d9d9d9;
	border-width: 1px 1px 0.2em;
}

/* Others */
.mw-notification-content, .oo-ui-menuSelectWidget {
    color: black;
}

.mw-body fieldset#mw-searchoptions {
	background: none;
	color: #d9d9d9;
}