Year of the Dragon: Through June 26th, claim free Ground Bound Green Dragon Mount! Speak to Xatheral in the Hall of Heroes.
(April's reward of a free expansion or Greater Elixir of Discovery can still be claimed from Trilliya until June 4th.) edit

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to remove ads, build a reputation, and unlock more editing privileges and then visit DDO wiki's IRC Chat/Discord if you need any help!

User:JJMC89/monobook.css

From DDO wiki
Jump to navigation Jump to search

Note: After saving, you may have to bypass your browser's cache to see the changes, you can click here or try one of the methods below..

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl+F5 or Ctrl+r ( Command+r on a Mac)
  • Google Chrome: Press Ctrl+ Shift+R ( Command+ Shift+R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl+F5
  • Konqueror: Click Reload or press F5
  • Opera: Clear the cache in Tools ‣ Preferences
/* Copied from [[MediaWiki:Vector.css]] */
span.has_tooltip {
  position: relative;
}

span.has_tooltip span.tooltip {
  display: none;
}

span.has_tooltip:hover span.tooltip {
  display: block;
  width: 200%;
  position: absolute;
  top: 9px;
  left: 13px;
}
/* <div class="post"> */
div.post {
	margin: 0px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 9px;
	border-top: 4px solid #658296;
	border-bottom: 4px solid #658296;
	border-left: 1px dashed #658296;
	border-right: 1px dashed #658296;
	background: #F9F9F9;
}
div.post .sig {
	margin: 0px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 4px;
	font-size: 80%;
	font-weight: bold;
	border-top: 1px dashed #999999;
	border-left: 4px solid #999999;
}
div.post:hover .sig {
	border-top: 1px dashed #666666;
	border-left: 4px solid #666666;
}
/* </div class="post"> */

/* Fix [[Template:Ppoi]] hiding feature */
.usermessage {
  margin: 6px 0px;
}
.inlineunhider .inlineunhide {
  display: none;
}
.inlineunhider:hover .inlineunhide {
  display: inline;
}
small.inlineunhide {
  clear: both;
  float: right;
  font-style: italic;
  font-weight: normal;
}