MediaWiki:Common.css

From DARO

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 */

/*Shin Bi*/

.table-mainpage tr {
    margin: 0.5em 0em 0em 0.5em;
}

.table-mainpage td {
    vertical-align: top;
    width: 33%;
    padding: 0.5em;
}

.table-mainpage th {
    font-size: 1.8em;
    font-weight: normal;
    font-family: 'Linux Libertine','Times New Roman','Liberation Serif','Nimbus Roman','Noto Serif','Times',serif;
    line-height: 1.125;
    margin: 1.25em 0 0.5em;
    text-align: left;

}

.table-mainpage th:after {
        content: "";
        display: block;
        border-bottom: 2px solid rgb(200, 204, 209);
        overflow: hidden;
        margin: 0em 0.5em 0em 0em;
}

.table-mainpage p, .weapons-table p{
    margin: 0;
}

#mw-content-container{
	background:url('/wiki/resources/assets/background4.png');
	background-attachment:fixed;
}

.center-image{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

/*Kaly*/

/* Bring the text to 0.6 */
.small-text {
  font-size: 0.6em;
}

/* Bring the text to 1.3em */
.large-text {
  font-size: 1.3em;
}

/* Bring the text to 2em */
.huge-text {
  font-size: 2em;
}

/* Bring the item at left */
.left-item {
  text-align: left;
  float:left;
}

/* Bring the item at center */
.center-item {
  text-align: center;
}

/* Bring the item at right */
.right-item {
  text-align: right;
}

.weapons-table ul {
  text-align: left;
}

.popup-card {
  display: none;
}

.max-size {
  height: auto;
  max-width: 100%;
}


#ca-talk {
    display: none !important;
}