Jump to navigation Jump to search

MediaWiki:Common.css

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Custom styles for wikitable */
body {
text-shadow: none;
}
.wikitable > tr > th, .wikitable > * > tr > th {
    background-color: #2d477b;
    color: white;
    text-align: center;
}

.wikitable > * > tr > td {
    background-color: #41627f;
    color: white;
    border: 1px solid #aaa;
    padding: 0.2em 0.4em;
}

#header nav {
background: linear-gradient(#2c4379, #25284d);
}

a.new {
color: #00aadd;
}

a:visited {
color: #1778d0;
}

a.new:visited {
color: #58a1a5;
}

article a {
color: #00aadd;
}

.button.red, input[type="submit"] {
border: solid 1px #2355b1 !important;
background: #1778d0;
}

#header {
    background: #393939 url(https://paragonrsps.com/resources/header_bg.webp) repeat-x scroll 0 bottom;
}

#sidebar {
    float: left;
    width: 300px;
    margin-left: 38px;
}

.widget {
    margin: 0 0 18px 0;
    clear: both;
    overflow: hidden;
border-image-slice: 27 27 27 27;
    border-image-width: 8px 8px 8px 8px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: stretch stretch;
    border-image-source: url(https://png.pngtree.com/png-clipart/20210404/original/pngtree-blue-border-png-image_6185225.jpg);
    border-style: solid;
    background: #221c19;
    padding: 0.5em 0.75em;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}
}