Dragon Nest Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
== /* PLEASE DO NOT PASTE OLD GIANT PAGES OF CSS IN HERE, ENTER CSS AS YOU USE IT FOR TEMPLATES, YOUR CSS SHOULD NOT INTERFERE WITH THE VECTOR SKIN (Don't use the table class, come up with something else please!) Be sure to remember to use CSS3 for IE9. */

.tabdiv > ul {
   border: 0;
   border-bottom: 0px;
   list-style-type: none;
   padding: 5px;
   margin: 0;
   line-height: 1;
}

.tabdiv > ul a {
   background-color: #101110;
   padding: 5px;
   border: 0px;
   color: #CCCCCC;
   margin-right: 0.5em;
   margin-bottom: 0;
   -moz-border-radius: .5em .5em 0 0;
   -khtml-border-radius: .5em .5em 0 0;
   -webkit-border-radius: .5em .5em 0 0;
   border-radius: .5em .5em 0 0;
}

.tabdiv > ul li {
   display: inline;
   margin: 0;
   margin-bottom: 0; // wiki sets this explicitly
}

.tabdiv > ul li.active {
   /* This is a little box behind that shows up behind the active tab */
}

.tabdiv > ul li.active a {
   background: #141514;
   color: #eee;
   font-weight: bold;
   position: relative;
   top: 1px;
   padding: 5px;
}

.tabdiv > div {
   background-color: #141514;
   margin: 0;
   border: 1px solid #191a19;
   border-top: 0;
   padding: 1em 5px 5px 5px;
}

.contentbox_header {
   color: #596249;
   font-size: 13px;
   font-weight: bold;
   padding-bottom: 12px;
   text-shadow: #020202 0 1px 0;
}

.contentbox {
   -moz-border-radius: .5em;
   -khtml-border-radius: .5em;
   -webkit-border-radius: .5em;
   border-radius: .5em;
   background: #101110; 
   border: 0px solid;
   padding: 10px;
}

.round {
   -moz-border-radius: .5em;
   -khtml-border-radius: .5em;
   -webkit-border-radius: .5em;
   border-radius: .5em;
}

.roundtl {
   -moz-border-radius: .5em 0 0 0;
   -khtml-border-radius: .5em 0 0 0;
   -webkit-border-radius: .5em 0 0 0;
   border-radius: .5em 0 0 0;
}

.roundtr {
   -moz-border-radius: 0 .5em 0 0;
   -khtml-border-radius: 0 .5em 0 0;
   -webkit-border-radius: 0 .5em 0 0;
   border-radius: 0 .5em 0 0;
}

.roundbl {
   -moz-border-radius: 0 0 0 .5em;
   -khtml-border-radius: 0 0 0 .5em;
   -webkit-border-radius: 0 0 0 .5em;
   border-radius: 0 0 0 .5em;
}

.roundbr {
   -moz-border-radius: 0 0 .5em 0;
   -khtml-border-radius: 0 0 .5em 0;
   -webkit-border-radius: 0 0 .5em 0;
   border-radius: 0 0 .5em 0;
}

.roundtop {
   -moz-border-radius: .5em .5em 0 0;
   -khtml-border-radius: .5em .5em 0 0;
   -webkit-border-radius: .5em .5em 0 0;
   border-radius: .5em .5em 0 0;
}

.roundbottom {
   -moz-border-radius: 0 0 .5em .5em;
   -khtml-border-radius: 0 0 .5em .5em;
   -webkit-border-radius: 0 0 .5em .5em;
   border-radius: 0 0 .5em .5em;
}

.roundleft {
   -moz-border-radius: .5em 0 0 .5em;
   -khtml-border-radius: .5em 0 0 .5em;
   -webkit-border-radius: .5em 0 0 .5em;
   border-radius: .5em 0 0 .5em;
}

.roundright {
   -moz-border-radius: 0 .5em .5em 0;
   -khtml-border-radius: 0 .5em .5em 0;
   -webkit-border-radius: 0 .5em .5em 0;
   border-radius: 0 .5em .5em 0;
}

.wikitable td {
    background-color: #101110;
    padding-left: 18px;
    padding-right: 18px;
}

table {
   background: none;
}
Advertisement