DC Animated Universe
Register
No edit summary
No edit summary
Line 152: Line 152:
 
table {
 
table {
 
border-collapse: unset!important;
 
border-collapse: unset!important;
  +
}
  +
  +
  +
.page-content .thumb {
  +
background-color: #eee;
  +
font-size: 85%;
  +
-moz-border-radius: 0.4em;
  +
border-radius: 0.4em;
  +
-moz-border-radius: 0.4em;
  +
-webkit-border-radius: 0.4em;
  +
-khtml-border-radius: 0.4em;
  +
-icab-border-radius: 0.4em;
  +
-o-border-radius: 0.4em;
  +
}
  +
  +
.page-content .thumbcaption {
  +
color: #000;
  +
padding: 5px;
 
}
 
}

Revision as of 20:01, 4 June 2021

/* Font styling */
@font-face {
	font-family: "Andes";
	font-style: normal;
	font-weight: normal;
	src: url("//db.onlinewebfonts.com/t/11ea5105d2a8fb112cf0fca91b7bc7a2.woff") format("woff");
}

@font-face {
	font-family: "Swiss";
	font-style: normal;
	font-weight: normal;
	src: url("//db.onlinewebfonts.com/t/266e4c01b92d0ac2707aa145f839e9bb.woff") format("woff");
}

@font-face {
	font-family: "OCR-A";
	font-style: normal;
	font-weight: normal;
	src: url("//db.onlinewebfonts.com/t/125b05a4c16d6d448a21b045c0226b04.woff") format("woff");
}

@font-face {
	font-family: "Chiq";
	font-style: normal;
	font-weight: normal;
	src: url("//db.onlinewebfonts.com/t/6a86c38a83c72a04cef7aff7178e70b5.woff") format("woff");
}

@font-face {
	font-family: "Serpentine";
	font-style: normal;
	font-weight: normal;
	src: url("//db.onlinewebfonts.com/t/205e963619a18f4ad2beba80b2f2be64.woff") format("woff");
}

@font-face {
	font-family: "Century Gothic";
	font-style: normal;
	font-weight: normal;
	src: url("//raw.githubusercontent.com/Vargentum/qbs/master/fonts/century-gothic-reg.woff") format("woff");
}

@font-face {
	font-family: "ITC Anna";
	font-style: normal;
	font-weight: normal;
	src: url("//db.onlinewebfonts.com/t/38e30b002ee649afb11592cc38d9450b.woff") format("woff");
}

.STAS-titles {
    font-family: Swiss,Helvetica;
    font-weight: normal;
    text-transform: uppercase;
}

.BB-titles {
    font-family: OCR-A,Helvetica;
    color: black;
    font-size: 40px;
    font-variant-caps: all-small-caps;
}

.TZP-titles {
    font-family: Chiq,Helvetica;
    color: black;
    font-size: 28px;
    text-transform: uppercase;
}

.JL-titles {
    font-family: Serpentine,Helvetica;
    color: black;
    font-size: 32px;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: lowercase;
}

.JLU-titles {
    font-family: Century Gothic,Helvetica;
    color: black;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.person {
    font-family: ITC Anna,Helvetica;
    font-size: 45px;
    font-weight: normal;
}

.ui-widget {
    font-size: inherit;
    font-family: inherit;
}

/* To remove the space on group references */
sup.reference a { word-spacing: -3px;}

.page-content h3 {font-weight:bold}
.page-content h4 {font-weight:bold}
.ns--1 .page-content h4 {font-weight: normal}
.page-content .mw-editsection, .page-main .mw-editsection {font-weight:normal}

.UserProfileMasthead .masthead-info hgroup a {
    color: inherit;
}

/* Round bullet points */
.page-content ul, .page-main ul, .railModule.rail-module ul {list-style:disc outside none}
.wds-tabs__tab, .mw-changeslist ul, .mw-contributions-list li, .mw-imagepage-linkstoimage li, #pagehistory li, .page-Special_AbuseLog ul {list-style: none}

/* Skin */
.wds-community-header:before {
    background: url(https://images.wikia.nocookie.net/__cb20141107160054/dcanimated/images/8/87/Banner.png) 2150%;
    opacity: 0.700;
}

.WikiHeader > nav li > a,  a.tag {
    color: white !important;
}

/* Xmas skin 
.wds-community-header:before {
    background: url(http://img2.wikia.nocookie.net/__cb20141201001046/dcanimated/images/2/2c/DCAU_Banner.png) 2150%;
}

.WikiaHeader .wikia-header-mask {
    background-image: url('http://img2.wikia.nocookie.net/__cb20141201001047/dcanimated/images/3/34/Snow_mask.png');
}

.wds-community-header .wds-tabs__tab-label {
    color: black !important;
}

.WikiaPage .WikiaPageContentWrapper {
    border: 1px solid #ccc;
}

/* Tabber styling */
ul.tabbernav {font-family:Helvetica, sans-serif !important; font-weight:normal !important; padding:5px 0px !important; border-bottom:5px solid #893808 !important;}
ul.tabbernav li a {padding:5px 5px !important; margin-left:0px !important; border:0 !important; background:#EEEEFF !important; border:1px solid #893808 !important}
ul.tabbernav li a:link {color:#893808 !important;}
ul.tabbernav li a:visited {color: #893808 !important;}
ul.tabbernav li a:hover {background-color:#aaaaaa !important; border-color:transparent !important; color:#333 !important;}
ul.tabbernav li.tabberactive a {color:#FFF !important; font-weight:normal !important; border:0px solid #893808 !important; background-color:#893808 !important;}
ul.tabbernav li.tabberactive a:hover {border:0px solid #893808 !important; border-bottom: 0px solid #893808 !important;}
.tabberlive .tabbertab {border:0px solid #893808 !important; border-top:0 !important;}

table {
    border-collapse: unset!important;
}


.page-content .thumb {
    background-color: #eee;
    font-size: 85%;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
    -icab-border-radius: 0.4em;
    -o-border-radius: 0.4em;
}

.page-content .thumbcaption {
    color: #000;
    padding: 5px;
}