MediaWiki:Common.css

From Wiki
Revision as of 03:01, 18 November 2020 by SirRiCK (talk | contribs)
Jump to navigation Jump to search

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.
/* CSS placed here will be applied to all skins */

.SkillBox {
 display: table-cell;
}

.BasicTable {
    background-color: #f8f9fa;
    color: #202122;
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
}

.BasicTable td {
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
}

.BasicTable th {
    border: 1px solid #a2a9b1;
    border-collapse: collapse;
}

.SDBZskill {
    height:80px;
    width:150px;
    font-weight:bold;
    font-size:11px;
    text-align:center;
    background: rgb(248,249,250);
    background: -moz-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    background: linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#ccd3d9",GradientType=1);
}

.SDBZinput {
    width:280px;
    font-size:11px;
    text-align:center;
    background: rgb(248,249,250);
    background: -moz-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    background: linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#ccd3d9",GradientType=1);
}

.SDBZdesc {
    width:280px;
    font-size:12px;
    text-align:center;
    background: rgb(248,249,250);
    background: -moz-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    background: linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#ccd3d9",GradientType=1);
}

.SDBZingame {
    width:260px;
    font-weight:italic;
    font-size:11px;
    text-align:center;
    background: rgb(248,249,250);
    background: -moz-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    background: linear-gradient(180deg, rgba(248,249,250,1) 0%, rgba(204,211,217,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f9fa",endColorstr="#ccd3d9",GradientType=1);
}