Dungeon Defenders Wiki
Advertisement

Note: After publishing, 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: Press Ctrl-F5.
/* Currently Cleaning This Page. */
/*LEAVE THIS IMPORT ABOVE EVERYTHING ELSE*/
/* Layout of Wiki CSS */
@import url("/index.php?title=MediaWiki:Layout.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");

body {
background: url("https://images.wikia.nocookie.net/dundef/images/8/88/DunDef2_Wizard.jpg");
     background-position:bottom-right;
     background-attachment:fixed;
     background-color:#000000;
}

/*----Highlight user names on Wikiactivity and the like----*/

/* Crats */

a[href="/wiki/User:Ltearth"] { color:silver !important; }

/* Active Admin Green */
a[href="/wiki/User:Shidou"] { color:#00FF00 !important; }
a[href="/wiki/User:Crystal_clear"] { color:#00FF00 !important; }

/* Inactive Admin Red */
a[href="/wiki/User:Jetah"] { color:#FF0000 !important; }
a[href="/wiki/User:RighteousRage"] { color:#FF0000 !important; }

/* Donaters */

a[href="/wiki/User:Czokalapik"] { color:magenta !important; }
a[href="/wiki/User:Batly"] { color:magenta !important; }

h1, h2, h3, h4, h5, h6 {
    overflow: hidden;
    font-family:Lucida Console, Verdana; 
    font-variant: small-caps;
}

.WikiaPageHeader {
font-family:Lucida Console, Verdana; 
font-variant: small-caps;
}

/*----Tabbers---*/

.tabbertab {
background-color:#000000;
color:white; 
padding:5px; 
border:1px solid #990000; 
border-radius:0 0 5px 5px; 
-moz-border-radius:0 0 5px 5px; 
-webkit-border-top-right-radius:5px; 
-webkit-border-bottom-right-radius:5px; 
-webkit-border-bottom-left-radius:5px; 
}
 
.WikiaArticle .toc {
    background-color: #100303;
    border: 1px solid #990000;
    border-collapse: separate;
    margin: 1em 0;
    padding: 5px;
    border-radius:5px 5px 5px 5px; 
    -moz-border-radius:5px 5px 5px 5px; 
    -webkit-border-top-right-radius:5px; 
    -webkit-border-bottom-right-radius:5px; 
    -webkit-border-bottom-left-radius:5px;
} 

.shadow-mask {
display: none;
}

/*-----New Layout---------------------------*/

table tr > th[scope=row] {
    text-align: left;
}
 
table.bubble { 
    background-color: #000000 !important;
    border: 2px solid #990000 !important;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    color: white;
    margin-left: 5px;
    margin-top: 5px;
}
 
table.mapbubble { 
background-color:#000000; 
border:1px solid #990000; 
border-radius:5px 5px 5px 5px; 
-moz-border-radius:5px 5px 5px 5px; 
-webkit-border-top-right-radius:5px; 
-webkit-border-bottom-right-radius:5px; 
-webkit-border-bottom-left-radius:5px; 
}

table.custom {
border-radius:5px 5px 5px 5px; 
-moz-border-radius:5px 5px 5px 5px; 
-webkit-border-top-right-radius:5px; 
-webkit-border-bottom-right-radius:5px; 
-webkit-border-bottom-left-radius:5px; 
}


/* Headers */

.headingbubble { 
background-color:#000000; 
border:2px solid #990000; 
border-radius:5px 5px 5px 5px; 
-moz-border-radius:5px 5px 5px 5px; 
-webkit-border-top-right-radius:5px; 
-webkit-border-bottom-right-radius:5px; 
-webkit-border-bottom-left-radius:5px; 
}


.page-Heroes * .RelatedPagesModule {
   display: none !important;
}

.WikiaArticle .picture-attribution {display:none;}

/*---Hide Related Article---*/
.RelatedPagesModule {display: none;}

/*--Poll Customizing---*/ 
.ajax-poll {
    width: auto !important;  /* Inline style override for Poll extension*/
    border: 2px solid transparent !important; /* Replaces dashed with solid grey */
    -moz-border-radius:7px; /* Firefox */
    border-radius:7px; /* Chrome, Safari, Opera */
}

.pollAnswerVotes div {
   background:none repeat scroll 0 0 #8B0000 !important;
   border:1px solid #990000;
}

/* Yes Spawn List */
.mpheading8 {
font-size:12px;
padding:1px; 
background:black;  
color:white; 
text-align:center;
border:2px solid green; 
}

/* Wordmark */
/* The Wordmark uses class medium. If you ever want to add a special css coding to it than use that class. */

/*-----Difficulty Bubbles-----*/

/* Maps Easy Difficulty */
.diffeasy {
font-size:16px;
padding:1px; 
background:#00111c;  
color:#00AB00; 
text-align:center;
border:2px solid #00AB00; 
-moz-border-radius:7px; /* Firefox */
border-radius:7px; /* Chrome, Safari, Opera */  
}

/* Maps Very Easy Difficulty */
.diffvereasy {
font-size:16px;
padding:1px; 
background:#00111c;  
color:#00bfff; 
text-align:center;
border:2px solid #00bfff; 
-moz-border-radius:7px; /* Firefox */
border-radius:7px; /* Chrome, Safari, Opera */  
}

/* Maps Medium Difficulty */
.diffmedium {
font-size:16px;
padding:1px; 
background:#00111c;  
color:#008FE6; 
text-align:center;
border:2px solid #008FE6; 
-moz-border-radius:7px; /* Firefox */
border-radius:7px; /* Chrome, Safari, Opera */  
}


/*---Maps Hard Difficulty---*/
.diffhard {
font-size:16px;
padding:1px; 
background:#00111c;  
color:#ff6600; 
text-align:center;
border:2px solid #ff6600; 
-moz-border-radius:7px; /* Firefox */
border-radius:7px; /* Chrome, Safari, Opera */  
}

/* Maps Very Hard Difficulty */
.diffverhard {
font-size:16px;
padding:1px; 
background:#00111c;  
color:#ff0000; 
text-align:center;
border:2px solid #ff0000; 
-moz-border-radius:7px; /* Firefox */
border-radius:7px; /* Chrome, Safari, Opera */  
}

/* Maps Nightmare Difficulty */
.diffnight {
font-size:16px;
padding:1px; 
background:#00111c;  
color:#A000EB; 
text-align:center;
border:2px solid #A000EB; 
-moz-border-radius:7px; /* Firefox */
border-radius:7px; /* Chrome, Safari, Opera */  
}


/* Wikia skin incompatibilities */
li.not-patrolled {background-color: inherit;}
img.tex {background-color: white;}
li.bronze, li.silver, li.gold {color: black;}
pre.source-css {background-color: white;}


.maintable2 tr:first-child > *:last-child {
    border:2px solid #919191;
    border-radius:0 14px 0 0;
    -moz-border-radius:0 14px 0 0;
    -webkit-border-top-right-radius:14px;
    border-bottom:1px solid #919191;
    border-left:1px solid #919191;
}

.maintable2 tr:last-child > *:first-child {
    border-bottom:2px solid #919191;
    border-left:2px solid #919191;
    border-radius:0 0 0 14px;
    -moz-border-radius:0 0 0 14px;
    -webkit-border-bottom-left-radius:14px;
}

.maintable2 tr:last-child > *:last-child {
    border-right:2px solid #919191;
    border-bottom:2px solid #919191;
    border-radius:0 0 14px 0;
    -moz-border-radius:0 0 14px 0;
    -webkit-border-bottom-right-radius:14px;
}

/* wikitable tweaks */

table.wikitable th {background-color: #100303;}
table.wikitable th, table.wikitable td {border-color: #301212;}
table.wikitable th, table.wikitable td {padding: 0.2em 0.4em;}

/* infobox */

table.infobox {
    width: 200px;
    border-collapse: collapse;
}
table.infobox th {text-align: right}
table.infobox th, table.infobox td {vertical-align: top}
table.infobox th[colspan=2] {text-align: center}
table.infobox th, table.infobox td {border-bottom: 1px solid #990000;}
table.infobox td {padding-left: 1em;}
Advertisement