Actions

MediaWiki

Common.css

Revision as of 14:25, 3 October 2019 by Media (talk | contribs)

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: 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 */
@import url(https://fonts.googleapis.com/css?family=Cinzel+Decorative);
@import url(https://fonts.googleapis.com/css?family=Cinzel);
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* Header Data changes. */


h1, h2, h3, h4, h5, h6,.mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 { 
	border-bottom: none !important;
	color: #FFF !important;
	font-family: 'Cinzel Decorative' !important;
        text-shadow: 0px 2px 2px #000000;
         line-height: 1.2 !important;
        margin-top: 0 !important;
}

.drop {
  color: white;
  float: left;
  font-family: 'Cinzel Decorative';
  font-size: 45px;
  line-height: 45px;
  padding-right: 8px;
  padding-left: 3px;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.berxberx { display: flex; flex-wrap: wrap; flex-direction: row; }

.iconberx { 
    width: 160px; 
    min-width: 160px; 
    max-width: 160px; 
    padding-top: 12px;
    border: 2px solid #000000; 
    border-radius: 8px; 
    margin: 8px;
    text-align: center;
}

.iconberxmortal { 
    width: 160px; 
    min-width: 160px; 
    max-width: 160px; 
    padding-top: 12px;
    border: 2px solid #000000; 
    border-radius: 8px; 
    margin: 8px;
    text-align: center;
}
.iconberx img { 
    border-radius: 8px; 
}
#headertabs #box { top: -55px; }