Year of the Dragon: Through May 28th, claim free Expansion Pack (excluding Vecna Unleashed) or a Greater Elixir of Discovery! Speak to Xatheral in the Hall of Heroes.
Known Issue: Xatheral has been temporarily disabled while we investigate a bug with Year of the Dragon gift delivery.DDO Forums edit

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


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

MediaWiki:Vector.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
/* CSS placed here will affect users of the Vector skin */
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;
}

/* Named Item template project */
table.itemTable {
  clear: right;
  border: 1px solid #FFFF00;
  border-bottom-width: 3px;
  border-right-width: 2px;
  margin: 4px auto;
  width: 98%;
}

table.itemTable.jewelry {
  background-color: #FFBBBB;
}

table.itemTable.clothing {
  background-color: #DDAAFF;
}

table.itemTable.weapon, table.itemTable.wand, table.itemTable.runearm, table.itemTable.cosmetic {
  background-color: #CCFF99;
}

table.itemTable.ammunition {
  background-color: #FF9999;
}

table.itemTable.armor {
  background-color: #F0DC82;
}

table.itemTable.shield {
  background-color: #AACCFF;
}

table.itemTable.quiver {
  background-color: #EEBBEE;
}

table.itemTable tr {
  text-align: center;
}

table.itemTable td {
  vertical-align: middle;
}

table.itemTable td.frame {
  font-weight: bold;
}

table.itemTable td.desc {
  text-align: left;
  padding-left: 3px;
}

table.itemTable td.frame.undefinedSlot {
  background-color: #FFFF00;
}

table.itemTable td.frame.jewelry {
  background-color: #FFBBBB;
}

table.itemTable td.frame.clothing {
  background-color: #DDAAFF;
}

table.itemTable td.frame.weapon, table.itemTable td.frame.wand, table.itemTable td.frame.runearm, table.itemTable td.frame.cosmetic {
  background-color: #CCFF99;
}

table.itemTable td.frame.ammunition {
  background-color: #FF9999;
}

table.itemTable td.frame.armor {
  background-color: #F0DC82;
}

table.itemTable td.frame.shield {
  background-color: #AACCFF;
}

table.itemTable td.frame.quiver {
  background-color: #EEBBEE;
}

td.desc.undefinedSlot {
  background-color: #E6D8AD;
}

td.desc.jewelry {
  background-color: #FFE4E1;
}

td.desc.clothing {
  background-color: #EEDDFF;
}

table.itemTable td.desc.weapon, table.itemTable td.desc.wand, table.itemTable td.desc.runearm, table.itemTable td.desc.cosmetic {
  background-color: #EEFFCC;
}

table.itemTable td.desc.ammunition {
  background-color: #FFCCCC;
}

table.itemTable td.desc.armor {
  background-color: #FFFACD;
}

table.itemTable td.desc.shield {
  background-color: #CCEEFF;
}

table.itemTable td.desc.quiver {
  background-color: #F0E4F0;
}

table.itemTable td.image {
  vertical-align: top;
  min-width: 426px;
  max-width: 426px;
}

/* Mount template project */

table.itemTable.mount {
  background-color: #BBFFBB;
}

table.itemTable td.frame.mount {
  background-color: #BBFFBB;
}

table.itemTable td.desc.mount {
  background-color: #AAEEAA;
}

/* sticky table headers */
table > thead > tr.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
}

/* Clickable div *//*
** @author [[User:Cru121]]
** @author [[User:Technical 13]]
** @revision 2020-04-01
** Support for [[Template:Clickable div]]
*/
div.clickable a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #F7F7F7;
    padding-right: 5px;
}

div.clickable a img {
	padding: 1em;
}

div.clickable a.external.text{
	background-image: none;
	padding-right: 5px;
}