Actions

MediaWiki

Difference between revisions of "Common.css"

m
 
(73 intermediate revisions by 4 users not shown)
Line 3: Line 3:
 
@import url(https://fonts.googleapis.com/css?family=Cinzel);
 
@import url(https://fonts.googleapis.com/css?family=Cinzel);
 
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
 
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
 +
 +
.alert-primary {
 +
background: rgb(113, 240, 123,0.3) !important;
 +
color: white;
 +
font-weight: bold;
 +
    border: 2px solid #86f0a2;
 +
    border-radius: 8px;
 +
}
 +
 +
.alert-info {
 +
background: rgb(83, 190, 230, 0.3) !important;
 +
color: white;
 +
font-weight: bold;
 +
    border: 2px solid rgb(83, 190, 230, 0.3);
 +
    border-radius: 8px;
 +
}
 +
 +
.alert-danger {
 +
background: rgb(250, 42, 49, 0.3) !important;
 +
color: white;
 +
font-weight: bold;
 +
    border: 2px solid rgb(250, 42, 49, 0.3);
 +
    border-radius: 8px;
 +
}
 +
 +
.alert-warning {
 +
background: rgb(240, 179, 81, 0.3) !important;
 +
color: white;
 +
font-weight: bold;
 +
    border: 2px solid rgb(240, 179, 81, 0.3);
 +
    border-radius: 8px;
 +
}
 +
/* 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. */
 
/* Header Data changes. */
Line 26: Line 128:
 
}
 
}
  
/* Style the tab */
+
 
.tab {
+
.berxberx { display: flex; flex-wrap: wrap; flex-direction: row; }
  overflow: hidden;
+
 
  border: 1px solid #ccc;
+
.iconberx {
  background-color: #f1f1f1;
+
    width: 160px;
 +
    min-width: 160px;  
 +
    max-width: 160px;
 +
    padding-top: 12px;
 +
    border: 2px solid #000000;
 +
    border-radius: 8px;
 +
    margin: 8px;
 +
    text-align: center;
 
}
 
}
  
/* Style the buttons that are used to open the tab content */
+
.iconberxmortal {
.tab button {
+
    width: 160px;
  background-color: inherit;
+
    min-width: 160px;
  float: left;
+
    max-width: 160px;
  border: none;
+
    padding-top: 12px;
  outline: none;
+
    border: 2px solid #5f87ff;
  cursor: pointer;
+
    border-radius: 8px;
  padding: 14px 16px;
+
    margin: 8px;
  transition: 0.3s;
+
    text-align: center;
 +
}
 +
 
 +
.iconberxMortal {  
 +
    width: 160px;
 +
    min-width: 160px;
 +
    max-width: 160px;  
 +
    padding-top: 12px;
 +
    border: 2px solid #5f87ff;  
 +
    border-radius: 8px;  
 +
    margin: 8px;
 +
    text-align: center;
 +
}
 +
 
 +
.iconberxvampire {
 +
    width: 160px;
 +
    min-width: 160px;
 +
    max-width: 160px;
 +
    padding-top: 12px;
 +
    border: 2px solid #ff0000;
 +
    border-radius: 8px;  
 +
    margin: 8px;
 +
    text-align: center;
 
}
 
}
  
/* Change background color of buttons on hover */
+
.iconberxVampire {
.tab button:hover {
+
    width: 160px;
  background-color: #ddd;
+
    min-width: 160px;
 +
    max-width: 160px;
 +
    padding-top: 12px;
 +
    border: 2px solid #ff0000;
 +
    border-radius: 8px;
 +
    margin: 8px;
 +
    text-align: center;
 
}
 
}
  
/* Create an active/current tablink class */
+
.iconberxmage {  
.tab button.active {
+
    width: 160px;
  background-color: #ccc;
+
    min-width: 160px;
 +
    max-width: 160px;
 +
    padding-top: 12px;
 +
    border: 2px solid #05c7af;
 +
    border-radius: 8px;
 +
    margin: 8px;
 +
    text-align: center;
 
}
 
}
  
/* Style the tab content */
+
.iconberxMage {  
.tabcontent {
+
    width: 160px;
  display: none;
+
    min-width: 160px;
  padding: 6px 12px;
+
    max-width: 160px;  
  border: 1px solid #ccc;
+
    padding-top: 12px;
  border-top: none;
+
    border: 2px solid #05c7af;  
 +
    border-radius: 8px;
 +
    margin: 8px;
 +
    text-align: center;
 
}
 
}
  
.berxberx { display: flex; flex-wrap: wrap; flex-direction: row; }
+
.iconberxWerewolf {  
 +
    width: 160px;  
 +
    min-width: 160px;  
 +
    max-width: 160px;  
 +
    padding-top: 12px;
 +
    border: 2px solid #ffaf00;
 +
    border-radius: 8px;
 +
    margin: 8px;
 +
    text-align: center;
 +
}
  
.iconberx {  
+
.iconberxwerewolf {  
 
     width: 160px;  
 
     width: 160px;  
 
     min-width: 160px;  
 
     min-width: 160px;  
 
     max-width: 160px;  
 
     max-width: 160px;  
 
     padding-top: 12px;
 
     padding-top: 12px;
     border: 2px solid #000000;  
+
     border: 2px solid #ffaf00;  
 
     border-radius: 8px;  
 
     border-radius: 8px;  
 
     margin: 8px;
 
     margin: 8px;
Line 75: Line 230:
 
}
 
}
  
.iconberxmortal {  
+
.iconberxchangeling {  
 
     width: 160px;  
 
     width: 160px;  
 
     min-width: 160px;  
 
     min-width: 160px;  
 
     max-width: 160px;  
 
     max-width: 160px;  
 
     padding-top: 12px;
 
     padding-top: 12px;
     border: 2px solid #000000;  
+
     border: 2px solid #01970d;  
 
     border-radius: 8px;  
 
     border-radius: 8px;  
 
     margin: 8px;
 
     margin: 8px;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
.iconberx img {  
+
 
 +
.iconberxChangeling {  
 +
    width: 160px;
 +
    min-width: 160px;
 +
    max-width: 160px;
 +
    padding-top: 12px;
 +
    border: 2px solid #01970d;
 
     border-radius: 8px;  
 
     border-radius: 8px;  
 +
    margin: 8px;
 +
    text-align: center;
 
}
 
}
  
.ui-widget-content {
+
.iconberxgodmachine {
     color: white !important;
+
    width: 160px;
     background: inherit;
+
    min-width: 160px;
 +
    max-width: 160px;
 +
    padding-top: 12px;
 +
    border: 2px solid #a34d0b;
 +
    border-radius: 8px;
 +
     margin: 8px;
 +
     text-align: center;
 
}
 
}
  
#headertabs.bare .ui-widget-header {
+
.iconberxGodmachine {  
     border: none;
+
     width: 160px;  
     border-bottom-width: 0px;
+
     min-width: 160px;
     border-bottom-style: solid;
+
    max-width: 160px;
     border-bottom-color: #000000;
+
    padding-top: 12px;
 +
     border: 2px solid #a34d0b;  
 +
     border-radius: 8px;
 +
    margin: 8px;
 +
    text-align: center;
 
}
 
}
  
.ui-widget-header {
+
.iconberx img {  
     border: 0px solid #010b13;
+
     border-radius: 8px;  
    background: #010b13 !important;
 
    color: white;
 
 
}
 
}
  
#content .ui-tabs li { list-style-image: none !important; }
+
/* Tables */
  
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
+
table.ecltable {
color: white;
+
  border: 1px solid #010b13;
    margin-bottom: 0px;
 
    padding-bottom: 0px;
 
 
}
 
}
  
.ui-state-active,
+
table.ecltable tr:nth-child(even){background-color: #010b13;}
.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: 2px solid #000000 !important;
+
table.ecltable th {
        background: none;
+
  font-family: 'Cinzel Decorative';
background-color: inherit !important;
+
  font-size: 14pt;
        padding: 1em;
+
  padding-top: 6px;
color: white !important;
+
  padding-bottom: 6px;
font-family: 'Cinzel Decorative'; !important;
+
  padding-left: 4px;
        text-shadow: 0px 1px 1px #000000;
+
  text-align: left;
        padding-top: 0px !important;
+
  background-image: inherit;
        line-height: 1.2 !important;
+
  color: white;
    font-size: 14pt !important;
+
  border: 1px solid #010b13;
 +
  background-color: #90a5ad;
 
}
 
}
  
.ui-tabs .ui-tabs-nav li a { padding: .125em .5em; }
+
table.ecltable tr {
 +
border: 1px solid #010b13;
 +
}
  
.ui-helper-clearfix:after {
+
#fixedtable table {
    clear: left;
+
  table-layout:fixed;
 
}
 
}
  
.ui-tabs .ui-tabs-nav {
+
.iconberxmini {
     padding: 0;
+
    width: 57px;
     padding-bottom: 24px;
+
    min-width: 57px;
     margin-top: -12px;
+
    max-width: 57px;
 +
    padding-top: 1px;
 +
     border: 1px solid #000000;  
 +
     border-radius: 8px;  
 +
     margin: 1px;
 +
    text-align: center;
 
}
 
}
  
.mw-body-content p { margin-bottom: 4px !important; }
+
/* Link Colors */
 +
 
 +
a:link {color: #6592bf !Important;}
 +
a:visited {color: #3e7dbd !Important;}
 +
a:active {color: #6592bf !Important;}
 +
a:hover {color: #6592bf !Important;}
 +
 
 +
/* Misc */
  
.multipleTemplateInstance {
+
.subheader {
background-color: inherit !important;
+
    width: 100%;
 
}
 
}
  
#headertabs #box { top: -55px; }
+
pre {
 +
white-space: pre-wrap;
 +
}

Latest revision as of 18:44, 19 August 2022

/* 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');

.alert-primary {
	background: rgb(113, 240, 123,0.3) !important;
	color: white;
	font-weight: bold;
    border: 2px solid #86f0a2; 
    border-radius: 8px; 
}

.alert-info {
	background: rgb(83, 190, 230, 0.3) !important;
	color: white;
	font-weight: bold;
    border: 2px solid rgb(83, 190, 230, 0.3); 
    border-radius: 8px; 
}

.alert-danger {
	background: rgb(250, 42, 49, 0.3) !important;
	color: white;
	font-weight: bold;
    border: 2px solid rgb(250, 42, 49, 0.3); 
    border-radius: 8px; 
}

.alert-warning {
	background: rgb(240, 179, 81, 0.3) !important;
	color: white;
	font-weight: bold;
    border: 2px solid rgb(240, 179, 81, 0.3); 
    border-radius: 8px; 
}
/* 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 #5f87ff; 
    border-radius: 8px; 
    margin: 8px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.iconberx img { 
    border-radius: 8px; 
}

/* Tables */

table.ecltable {
  border: 1px solid #010b13;
}

table.ecltable tr:nth-child(even){background-color: #010b13;}

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;
  color: white;
  border: 1px solid #010b13;
  background-color: #90a5ad;
}

table.ecltable tr {
	border: 1px solid #010b13;
}

#fixedtable table {
  table-layout:fixed;
}

.iconberxmini { 
    width: 57px; 
    min-width: 57px; 
    max-width: 57px; 
    padding-top: 1px;
    border: 1px solid #000000; 
    border-radius: 8px; 
    margin: 1px;
    text-align: center;
}

/* Link Colors */

a:link {color: #6592bf !Important;}
a:visited {color: #3e7dbd !Important;}
a:active {color: #6592bf !Important;}
a:hover {color: #6592bf !Important;}

/* Misc */

.subheader {
    width: 100%;
}

pre {
	white-space: pre-wrap;
}