MediaWiki:Fandomdesktop.css

From Let It Die Wiki
Jump to navigation Jump to search

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.
/***************************
* Front page (FP) coloring *
****************************/

.fpbox .heading {
  border:1px solid var(--theme-page-text-color);
  box-shadow:rgba(82, 23, 25, .7) 0 0.1em 0.5em;
}
/******************
* End FP coloring *
*******************/

table.infobox {
    width:300px;
    float:right;
    font-size:0.9em;
    margin-left:1.2em;
    background-color: var(--theme-accent-color);
    color: var(--theme-page-text-color);
    border:1px solid #6f6f6f;
    padding:3px;
}

table.infobox th {
    background-color: var(--theme-accent-color);
    color: var(--theme-page-text-color);
}