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. 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!

User:Dylliewillie/common.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
div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs li.selected,
div#mw-head div.vectorMenu h3,
div.vectorTabs span {
    background-image: none;
}

#left-navigation,
#right-navigation,
div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs span > a,
div.vectorMenu,
#p-search {
    float: none;
}

.mw-body {
    max-width: 1280px;
    margin: auto;
    box-sizing: border-box;
}

#mw-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    border-bottom: 1px solid #a7d7f9;
    padding-top: 10px;
}

#mw-head {
    position: static;
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

#p-personal {
    position: static;
    flex: 1 0 100%;
}

#p-personal ul {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
}

#left-navigation {
    flex: 1;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#right-navigation {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 0;
}

div.vectorTabs ul {
    display: flex;
}

#p-search {
    margin-right: 0;
    margin-left: 0;
}

#simpleSearch {
    margin: auto;
}

#simpleSearch #searchInput {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-right: 25px;
}

#footer {
    max-width: 1280px;
    margin: auto;
}

#mw-panel .portal {
    display: none;
}

@media only screen and (min-width: 1650px) {
    #mw-panel .portal {
        display: block;
    }
}