Actions

MediaWiki

Difference between revisions of "Common.css"

Line 124: Line 124:
 
.iconberx img {  
 
.iconberx img {  
 
     border-radius: 8px;  
 
     border-radius: 8px;  
 +
}
 +
 +
table.ecltable tr:nth-child(even){background-color: rgba(46, 85, 85, 0.4);}
 +
 +
table.ecltable th {
 +
  font-family: 'Cinzel Decorative';
 +
  font-size: 14pt;
 +
  padding-top: 6px;
 +
  padding-bottom: 6px;
 +
  padding-left: 4px;
 +
  text-align: left;
 +
  background-image: inherit;
 +
  border: 1px solid #010b13;
 +
  color: white;
 
}
 
}

Revision as of 16:48, 3 October 2019

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

.ui-widget-content {
	background: inherit !important;
    color: #fff ;
}

#headertabs.bare .ui-widget-header {
	color: #fff;
    border: none;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}

.ui-widget-header {
    border: 0px solid #010b13;
    background: none !important;
    color: #fff;
}

#content .ui-tabs li { list-style-image: none !important; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #fff;
}

.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active,
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default {
	border-radius: 8px;
        border: 2px solid #000000 !important;
        background: #010e18;
        padding: 1em;
	color: #fff ;
	font-family: 'Cinzel Decorative' ;
        text-shadow: 0px 1px 1px #000000;
        padding-top: 0px !important;
        line-height: 1.2 !important;
    font-size: 14pt;
}

.ui-tabs .ui-tabs-nav li a { padding: .125em .5em; color: #fff;}

.ui-helper-clearfix:after {
    clear: left;
    color: #fff;
}

.ui-tabs .ui-tabs-nav {
    padding: 0;
    padding-bottom: 24px;
    margin-top: -12px;
    color: #fff;
}

.mw-body-content p { margin-bottom: 4px !important; color: #fff;}

.multipleTemplateInstance {
	background-color: rgba(17, 25, 25, 0.5) !important;
}

#headertabs #box { top: -55px; }



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


.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; 
}

table.ecltable tr:nth-child(even){background-color: rgba(46, 85, 85, 0.4);}

table.ecltable th {
  font-family: 'Cinzel Decorative';
  font-size: 14pt;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 4px;
  text-align: left;
  background-image: inherit;
  border: 1px solid #010b13;
  color: white;
}