Dofus Wiki
Advertisement

[M] Note: After saving, you have to bypass your browser's cache to see the changes.

  • Firefox/Internet Explorer/Chrome: pressing simultaneously Ctrl+F5.
  • Opera: through Tools→Preferences.
  • Konqueror/Safari: click the Reload button.

Tools: purge cache | reload cache: CSS JS | check w3c CSS validation

/*<source lang="css">*/

/* Portable infobox tweaks */
/* OVERALL INFOBOX */
/* Background  */
.pi-background {
    background: none;
}

/* Width */
.portable-infobox {
    width: 28em;
}

/* TITLE - FONT SIZE, FONT COLOR, BACKGROUND */
.pi-title {
    color: black;
    background: orange;
}

/* HEADER ONLY */
/* Background */
.pi-header {
    background: orange;
}

/* NAVIGATION ONLY */
/* Background */
.pi-navigation {
    background: #DAD6B8;
}

/* Left column width and align */
.pi-data-label {
    flex-basis: 165px;
    text-align: left;
}

/* Right column align */
.pi-data-value {
    text-align: right;
}

/* Cleans Main page heading */
.page-Dofus_Wiki #lastmod, .page-Dofus_Wiki #siteSub, .page-Dofus_Wiki #contentSub, .page-Dofus_Wiki .firstHeading {
    display: none;
}
 
/* Styling for MediaWiki:Edittools */
#edittools, #editpage-specialchars {
	border:2px solid #F0F0F0;
	background:#F9F9F9;
}
 
/* Wikitable/prettytable class for skinning normal tables */
.article-table, .wikitable {
    border-collapse: collapse;
    border: 1px #aaa solid;
    margin: 1em 1em 1em 0;
    table-layout: fixed;
    text-align: left
}
 
.article-table th, .article-table td, .wikitable th, .wikitable td {
    border-bottom: 1px #aaa solid;
    padding: 0.2em
}
 
.article-table caption, .wikitable caption {
    font-weight: bold
}
 
/* Something about plain links
   Add formatting to make sure that "external references" from [[Template:Ref]] do
   not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
   that the HTML code contained a SPAN following the anchor A; this SPAN had the class
   "urlexpansion", which was not displayed on screen, but was shown when the medium was
   "print". The rules below ensure (a) that there is no extra padding to the right of
   the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
   the link, and (c) that this SPAN of class "urlexpansion" is never shown */
.plainlinksneverexpand {
	background: none;
	padding: 0;
}
.plainlinksneverexpand .urlexpansion {
	display: none;
}

/* Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow */
.plainlinksneverexpand a {
	background: none;
	padding: 0;
}
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
   following the anchor A, the anchor itself now has class "external autonumber" and the
   expansion is inserted when printing (see the common printing style sheet at
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
   element of CSS. We have to switch this off for links due to Template:Ref! */
.plainlinksneverexpand .external.text:after {
	display: none;
}
.plainlinksneverexpand .external.autonumber:after {
	display: none;
}

/* Spoiler class */
.spoiler a {
    color: #ffeacf;
    text-decoration: none;
    background: none;
}
 
.spoiler a:hover {
    text-decoration: none;
    border-bottom: 1px solid #3A3A3A;
}
 
.spoiler {
    color: #ffeacf;
}
 
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]] */
div.Boxmerge, div.NavFrame {
	padding: 4px;
	border: 1px solid #aaa;
	text-align: center;
	border-collapse: collapse;
	font-size: 100%;
}
div.Boxmerge div.NavFrame {
	border-style: none;
	border-style: hidden;
}
div.NavFrame + div.NavFrame {
	border-top-style: none;
	border-top-style: hidden;
}
.NavPic {
	background-color: #fff;
	padding: 2px;
	float: left;
}
div.NavFrame .NavHead {
	height: 1.6em;
	font-weight: bold;
	background-color: #ccccff;
	position: relative;
}
div.NavFrame p {
	font-size: 100%;
}
div.NavFrame div.NavContent {
	font-size: 100%;
	text-align: left;
}
div.NavFrame div.NavContent p {
	font-size: 100%;
	text-align: left;
}
.NavEnd {
	line-height: 1px;
	clear: both;
}
.NavToggle {
	position: absolute;
	right: 3px;
	font-weight: normal;
	font-size: smaller;
}
 
/* Users Admins name coloring */
table.diff a[title="User:Cizagna"],	#pagehistory li a[title="User:Cizagna"], ul.special li a[title="User:Cizagna"],
table.diff a[title="User:Lirielle"],	#pagehistory li a[title="User:Lirielle"], ul.special li a[title="User:Lirielle"],
table.diff a[title="User:GroundZzero"],	#pagehistory li a[title="User:GroundZzero"], ul.special li a[title="User:GroundZzero"],
table.diff a[title="User:Galrauch"],	#pagehistory li a[title="User:Galrauch"], ul.special li a[title="User:Galrauch"],
table.diff a[title="User:Squirrelladventures"],	#pagehistory li a[title="User:Squirrelladventures"], ul.special li a[title="User:Squirrelladventures"],
table.diff a[title="User:Revil-Nunor"],	#pagehistory li a[title="User:Revil-Nunor"], ul.special li a[title="User:Revil-Nunor"],
table.diff a[title="User:Gravestorm"],	#pagehistory li a[title="User:Gravestorm"], ul.special li a[title="User:Gravestorm"],
table.diff a[title="User:Duos-Bandaid"],	#pagehistory li a[title="User:Duos-Bandaid"], ul.special li a[title="User:Duos-Bandaid"],
table.diff a[title="User:Keij"],	#pagehistory li a[title="User:Keij"], ul.special li a[title="User:Keij"] {
    font-weight: bold;
    color: #009900;
}

/* H's not appearing behind floating objects */
h1, h2, h3, h4, h5, h6 {
    overflow: hidden;
}
.WikiaArticle .picture-attribution {
    display: none;
}
.RelatedPagesModule {
    display: none;
}
body {
    background-attachment: fixed;
}

/* Hide the first item of every list within an element with class "oldnews"
   Used to hide duplicate news link in main page's RSS section */
.oldnews li:first-child {
  display:none;
}

/* Style fixes for Dofus RSS news feed
   Rules apply to an element with id "newnews"
   1) Limits images' width to container size minus right padding */
#newnews .wikiaRss img {
    max-width:100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:2.6em;
    height:auto;
}

/* Set the size of spans with the "clippy" class to fit the Clippy flash widget */
.clippy {
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-top: -2px;
    overflow: hidden;
}
 
/* Styles for the "iconlist" class of divs
   Used e.g. in Template:Effect icons
   Icons line up in a 26px wide space (20px icon + 3px margins) on the right
   Overrides top margin and puts square bullets on definition lists within the div
   or following the div */
div.iconlist dl, div.iconlist + dl, div.iconlist ~ dl {
    margin: 0.3em;
}
div.iconlist dd, div.iconlist + dl dd, div.iconlist ~ dl dd {
    display: list-item;
    list-style-type: square;
}
div.iconlist dd, div.iconlist li {
    position: relative;
    padding-right: 26px;
}
div.iconlist dd img, div.iconlist li img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 3px;
    bottom: 0;
}

/* Change global nav search to grey instead of default periwinkle
   Replace "go" arrow that's basically invisible to an arrow */
.search-input {
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
}
.search-button {
    background-color: inherit;
    background-image: url("https://vignette.wikia.nocookie.net/dofus/images/3/36/Search_Icon.png");
    -ms-transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transform: scale(0.75, 0.75);
}
.search-form-wrapper .autocomplete {
    box-shadow: 0 5px 10px -7px #898989;
    border: 1px solid #cccccc;
    border-top: none;
}
.search-form-wrapper .autocomplete div {
    border-bottom: 1px solid #efefef;
}
.search-form-wrapper .autocomplete .selected {
    background-color: #efefef;
}

/* Remove infobox conversion module */
.templatedraft-module {
    display: none;
}

/* Diff recolours */
table.diff td {
    padding: 0.33em 0.66em;
}
.diff-marker {
    font-weight: bold;
    font-size: 1.25em;
}
td.diff-addedline, td.diff-deletedline, td.diff-context {
    font-size: 88%;
    vertical-align: top;
}
td.diff-addedline, td.diff-deletedline {
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-radius: 0.33em;
    background-color: transparent;
}
td.diff-addedline .diffchange, td.diff-deletedline .diffchange {
    border-radius: 0.33em;
    padding: 0.25em 0;
}
td.diff-addedline {
    border-color: #438ab5;
}
td.diff-deletedline {
    border-color: #2a6a31;
}
td.diff-context {
    border: 1px solid #f1f1f1;
    border-left-width: 4px;
    border-radius: 0.33em;
}
td.diff-addedline .diffchange {
    background: #90c2dd;
}
td.diff-deletedline .diffchange {
    background: #acdaab;
}
.diffchange.diffchange-inline {
    color: #000;
}

/* Chat colours/background */
body.ChatWindow {
    background: url(https://vignette.wikia.nocookie.net/dofus/images/c/c7/Chat.png);
    background-position: center;
}

body.ChatWindow .ChatHeader {
    opacity: 0.5;
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
}
body.ChatWindow .WikiaPage {
    opacity: 0.8;
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
}

/* Horizontal line styling */
hr {
    width: 100%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    background-color: #CCBCA4;
    border: none;
}


/* TOC */
.toclimit-2 .toclevel-2, .toclimit-3 .toclevel-3, .toclimit-4 .toclevel-4, .toclimit-5 .toclevel-5, .toclimit-6 .toclevel-6, .toclimit-7 .toclevel-7 {
    display: none;
}
#textlink:hover {
  text-decoration: underline;
  cursor: pointer;
}
#textlink {
  color: #006cb0;
  font-weight: bold;
}


/* Mark redirects in Special:Allpages and Special:Watchlist */
.watchlistredir, .allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080;
   content: ' (redirect)';
}

/* Recent Changes byte number colours */
.mw-plusminus-pos {
    color: #1E90FF;
}
.mw-plusminus-neg {
    color: #E42217;
}
.mw-plusminus-null {
    color: #555555;
}

/* Messageboxes */
.messagebox {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border-left: 15px solid #b19e7d;
	background-color: #f8f0cf;
}

/* Forum formatting */
.forumheader {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    margin-top: 1em;
    padding: 12px;
}
.forumlist .forum_edited a {
    color: black;
    text-decoration: none;
}
.forumlist td.forum_title a {
    padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
    font-weight: bold;
    background: url(/images/4/4e/Forum_new.gif) center left no-repeat;
    padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
    font-weight: normal;
    background: none;
    padding-left: 20px;
}
.forumlist th.forum_title {
    padding-left: 20px;
}

/* Default skin for navigation boxes */
table.navbox {
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	clear: both;
	font-size: 100%;
	margin: 1em;
	padding: 2px;
	text-align: center;
	width: 100%;
}
table.navbox th {
	background-color: #ccf;
	padding-left: 1em;
	padding-right: 1em;
}
table.navbox tr:not(:first-child) th {
	background-color: #ddf;
}
@media print {
    .navbox {
	display: none;
    }
}

/* Image background */
body.ns-6 #file img {
    background: transparent url(/skins/common/images/Checker-16x16.png) repeat fixed 0 0;
}

/* Images on galleries on special namespace */
body.ns-6 #file img:hover, .ns--1 .gallerybox img:hover {
    background:#333333 none repeat scroll 0 0;
}

/* hide all "Add a photo to this gallery" buttons */
.wikia-photogallery-add {
    display: none !important;
}

/*~ Remove Checker Background on transparent images in galleries ~*/
.gallerybox .thumb img {
    background: none;
}

/*~ Scrollable when exceed, and space fix for template displays ~*/
pre {
    overflow: auto;
	padding: 0.5em;
}

/* Tooltip */
span.Tooltip {
	position: relative; /* This is the key */
	z-index: 24;
	text-decoration: none;
}
span.Tooltip:hover {
    z-index:25;
}

/* Text change on hover */
span.Tooltip span {
    display: none;
}

/* Flying textbox */
span.Tooltip:hover span {
	display: block;
	position: absolute;
	top: 7px;
	left: 7px;
	border: 1px solid #6699ff;
	background-color: #ccccff;
	opacity: 0.9;
	filter: ALPHA(Opacity=90);
	text-align: center;
}

/* SiteNotice improve in space */
#siteNotice {
    font-family: 'Trebuchet MS';
}
#siteNotice td {
    width: 95%;
}

/* TabView extension */
.yui-content {
    background-color: #EDF5FF;
    padding: 0.25em 0.5em;
}
.yui-nav {
    border-color: #EDF5FF;
    border-style: solid;
    border-width: 5px;
}
.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
    border-color: #EDF5FF;
    border-style: solid;
    border-width: 5px;
}
.yui-navset .yui-nav .selected {
    background-color: #EDF5FF;
}
.yui-navset .yui-nav li {
    padding-left: 10px;
    padding-right: 10px;
}

/* Remove talk link from forum namespace (monobooks/newskins/quartzskins/monaco) */
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li {
    display: none;
}

/* Highlight tables */
.highlight-over {
    background-color: #ccc;
}
.highlight-on {
    background-color: #cfc;
}

/* Infotable */
.infotable {
   width: 20em;
   float: right;
   clear: right;
   border-collapse: collapse;
   margin-left: 2em;
 }
 
 .infotable th {
   border: 1px solid #CCBBA6;
   background: #c0c0ff;
   font-weight: bold;
   text-align: center;
   padding: 5px;
}
 
.infotable td, tr {
   border: 1px solid #CCBBA6;
   text-align: left;
   padding: 5px;
}
Advertisement