MediaWiki: Tweeki.css
From Serenes Forest - A Fire Emblem Resource
Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* Responsive table CSS */ .table { width: auto; height: auto; max-width: 100vw; position: relative; display: inline-block; } .table table { position: relative; border-collapse: collapse; margin: 0; } .table td, .table th { padding: 0.25em; width: max-content; max-width: 400px; text-align: center; } .table td { z-index: -2; position: relative; } .table tr:nth-child(n+2) th { position: -webkit-sticky; /* for Safari */ position: sticky; left: 0; background: #FFF; z-index: -1; } .table tr:nth-child(n+2) th span { display: block; height: 100%; width: 1px; position: absolute; top: 0; right: 0; background: #CCC; } .table tr:first-child th { position: -webkit-sticky; /* for Safari */ position: sticky; top: 50px; background: #507529; color: #FFF; } .table tr:nth-child(n+2) td:first-child { border-left: 1px solid #CCC; } /* Wiki coloring */ body { background-color: #effbe3; } .panel-body { background: #d6eebb url(//s3-main.serenesforest.net/Leaf_Decoration.png) no-repeat scroll right top; } .panel-footer { color: white; background-color: #507529; } .panel-default { border-color: #485f30; } .panel-default>.panel-heading { color: white; background-image: -webkit-linear-gradient(top,#63863f 0,#485f30 100%); background-image: -o-linear-gradient(top,#63863f 0,#485f30 100%); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#63863f),to(#485f30)); background-image: linear-gradient(to bottom,#63863f 0,#485f30 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0); background-repeat: repeat-x; } .navbar-default { background-image: -webkit-linear-gradient(top,#63863f 0,#485f30 100%); background-image: -o-linear-gradient(top,#63863f 0,#485f30 100%); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#63863f),to(#485f30)); background-image: linear-gradient(to bottom,#63863f 0,#485f30 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 5px rgba(0,0,0,0.075); box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 5px rgba(0,0,0,0.075); } #footer { background: #507529; } #footer a { color: #84b733; } .navbar-brand { font-size: calc(.7em + 0.7vw); } .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { color: #add470; background-color: transparent; } .navbar-default .navbar-nav>li>a { color: #84b733; } .navbar-default .navbar-brand { color: #effbe3; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #84b733; } a { color: #507529; } a.new { color: #0396ff; } a:hover, a:focus { color: #507529; } #content a.external, #content a.external[href^="gopher://"] { background: url(https://s3-main.serenesforest.net/External_Link.png) center right no-repeat; } .btn-primary { background-image: -webkit-linear-gradient(top,#63863f 0,#485f30 100%); background-image: -o-linear-gradient(top,#63863f 0,#485f30 100%); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#63863f),to(#485f30)); background-image: linear-gradient(to bottom,#63863f 0,#485f30 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff265a88',GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border-color: #485f30; background-color: #507529; } .btn-primary:hover, .btn-primary:focus { background-color: #485f30; } .btn-primary:hover { border-color: #307420; } .btn-primary:active, .btn-primary.active, .btn-primary:active:focus { background-color: #485f30; border-color: #485f30; } pre, .mw-code { background-color: #d6eebb; border: 1px solid #507529; } .tab-content div.active:first-child pre { border-top-left-radius: 0px; } .nav-tabs { border-bottom: none; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { border-top-color: #507529; border-right-color: #507529; border-left-color: #507529; border-bottom-width: 0px; } .nav-tabs>li>a:hover { border-color: #507529 #507529 #507529; } .nav>li>a:hover, .nav>li>a:focus { text-decoration: none; background-color: transparent; } .mw-datatable tr:hover td { background-color: #f3ffea; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button { color: #fff; background-color: #456b1f; border-color: #456b1f; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button:hover { background-color: #7eb93f; border-color: #7eb93f; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked + span { background-color: #456b1f; border-color: #456b1f; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:hover + span { background-color: #7eb93f; border-color: #7eb93f; } #wpSave { color: #fff; background-color: #456b1f; border-color: #65a42e; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:checked:focus + span { background-color: #456b1f; border-color: #456b1f; box-shadow: inset 0 0 0 1px #456b1f, inset 0 0 0 2px #fff; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:focus + span { border-color: #456b1f; box-shadow: inset 0 0 0 1px #456b1f; } .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox']:active + span { background-color: #485f30; border-color: #485f30; box-shadow: inset 0 0 0 1px #485f30; } .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { background-color: #d6eebb; } .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle { background-color: #d6eebb; } .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined { background-color: #d6eebb; } .mx-auto { margin-left: auto; margin-right: auto; } .center-overflowed { margin-top: calc(-25%); } .game-overview .panel-body div.row:first-child { border-bottom: 1px solid #485f30; } .game-overview .panel-body div.row:nth-child(2) { padding-top: 15px; } .game-overview .panel-body div.row:not(:last-child) { padding-bottom: 15px; } .game-overview .panel-body div.row:nth-child(n+2) div p { margin: auto; }