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

Thank you for your patience while we continue to upgrade DDOwiki to the latest MediaWiki LTS version. If you find any errors on the site, please visit the Discord chat server and let us know.

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:Agonshar/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
<!-- NOTICE:  This template is hard-coded for Agonshars Pages.  if you wish to use this then copy/paste the entire text from the edit section and amend the links in the footer of this CSS code.  When you have done that then create your own page: ddowiki.com/page/Template:nameTabs ((Insert your username where 'name' is.-->
<css>
/* For Tabs on Agonshars Pages. */
.tab {
	position: relative;
	float: left;
	width: 115px;
	margin-left: 0px;
	margin-right: 4px;
	border: solid 1px #aaa;
	border-bottom: none;
	text-align: center;
	height: 30px;
	vertical-align: text-bottom;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 5px;
	box-shadow: 2px 2px 2px #000;
        background-color: #D0D0D0;
}
.clrAll {
	clear: both;
}
.tab:hover {
	background-color: #F9F9F9;
}
.tabActive {
	background-color: #E9E9E9;
}
.tabBody {
	border: solid 1px #AAA;
	padding: 5px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #E9E9E9;
	width: 100%;
	position: relative;
}
.tab span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.tabBody .toc {
        float: right;
        margin: 5px;
}
/* End Tabs */
</css>
<div class="tabC">
    <div class="tab {{#ifeq: {{{1|}}}|1|tabActive|}}">[[User:Agonshar|General]]</div>
    <div class="tab {{#ifeq: {{{1|}}}|2|tabActive|}}">[[User:Agonshar/Sandbox|Sandbox]]</div>
    <div class="tab {{#ifeq: {{{1|}}}|3|tabActive|}}">[[User:Agonshar/ToDo|ToDo / Done]]</div>
    <div class="tab {{#ifeq: {{{1|}}}|4|tabActive|}}">[[User:Agonshar/Characters|Characters]]</div>
    <div class="tab {{#ifeq: {{{1|}}}|5|tabActive|}}">[[User:Agonshar/Links|Links]]</div>
    <div class="tab {{#ifeq: {{{1|}}}|6|tabActive|}}">[[User:Agonshar|Talk]]</div>
    <div class="clrAll"></div>
</div>
<div class="tabBody">