MediaWiki:Common.css

From Wiki
Revision as of 13:24, 15 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;
}

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

/* -------------------------
Flex Attack Data styling
------------------------- */
@media (min-width: 990px) {
  .attack-container {
    /* margin-right: 220px; */
    width: auto;
  }
  .attack-gallery {
    float: left;
    width: 220px;
  }
  .attack-info {
    margin-left: 220px;
    margin-top: 0;
  }
}
span.input-badge {
border: 1px solid #2e2d2d;
border-radius: 4px;
padding: 0 6px;
background-color: white;
}

.attack-container {
  width: 100%;
  display: inline-block;
  overflow: visible !important;
  z-index: 1;
  border-radius: 4px;
  border: none;
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);
  border-collapse: collapse;
}
div.attack-gallery {
border: none;
background-color: white;
}
div.attack-gallery>ul.gallery {
margin: 0;
}
div.attack-gallery * .gallerytext p {
margin: 0;
text-align: center;
}
div.attack-gallery>.thumb {
background-color: #f8f9fa;
}
div.attack-data {
border: none;
background-color: white;
border-collapse: collapse;
margin-top: 0;

}
div.attack-info>table.attack-data {
width:100%;
text-align:center;
margin-top: 0;
margin-left: 0;
margin-bottom: 0.2em;
}
div.attack-info>p{
padding-left: 0.5em;
padding-right: 0.5em;
padding-bottom: 0.5em;
}
div.attack-info>dl{
padding-left: 0.5em;
padding-right: 0.5em;
}
.attack-info h4 {
padding: 0;
margin: 0;
}