Category:Wiki Content

From Heroes 3 wiki
Jump to navigation Jump to search
/* Backgrounds */
body {
  background: url('https://heroes.thelazy.net/images/9/9f/Shroud.png')
}

#mw-head-base,
#mw-head,
#mw-page-base {
  background: transparent;
}

/*Dark inner area*/
table,
div.mw-body-content.mw-content-ltr {
  color: white;
  background: url('https://heroes.thelazy.net/images/b/b4/Leather-extra-dark.png');
}

/* Items with borders */
div.mw-body-content.mw-content-ltr,
#mw-content-text {
  border-image-source: url('https://heroes.thelazy.net/images/c/c7/Border-gold.png');
  border-image-slice: 8 9 8 9;
  border-image-width: 8px 9px 8px 9px;
  border-image-outset: 8px 9px 8px 9px;
  border-image-repeat: repeat repeat;
}

/* Thick blue border */
#content {
  border-image-source: url('https://heroes.thelazy.net/images/4/43/Border-blue.png');
  border-image-slice: 48 48 48 48;
  border-image-width: 48px 48px 48px 48px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat repeat;
}

/* Thick red border */
.vector-menu-content {
  border-image-source: url('https://heroes.thelazy.net/images/2/2a/Border-red.png');
  border-image-slice: 48 48 48 48;
  border-image-width: 48px 48px 48px 48px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: repeat repeat;
}

.vector-legacy-sidebar .vector-menu-portal .vector-menu-content {
  padding: 24px;
  margin: 0;
  background: url('https://heroes.thelazy.net/images/8/82/Marble.png');
}

#content {
  background: url('https://heroes.thelazy.net/images/3/3d/Leather.png');
  color: white;
  margin-top: 4px;
}

#content {
  padding: 48px;
}

/* Headings  */
h1,
h2,
h3,
h4 {
  color: white;
}

/* Links  */
a,
a:visited {
  color: lightblue !important;
}

/* Font colors */
.vector-menu-heading-label,
.mw-redirectedfrom {
  color: white !important;
}

/* Tabs are annoying  */
#left-navigation .vector-menu-tabs {
  border: 2px solid darkgoldenrod;
}

.vector-menu-tabs .vector-menu-content {
  border: 2px solid black;
}

#left-navigation .vector-menu-content-list {
  border: 2px solid darkgoldenrod;
}

li.mw-list-item {
  background: transparent !important;
  padding: 0.2em 0.6em;
}

.vector-menu-tabs .vector-menu-content-list li:not(:last-child) {
  border-right: 2px solid goldenrod;
}

.vector-menu-tabs-legacy li a {
  background: none;
  height: initial;
  padding: 0;
  margin: 0;
}

/* Top menu list is different */
#p-personal .vector-menu-content-list {
  border: none;
}

#mw-content-text {
  padding: 8px;
}

/* Disable tools header */
#p-tb-label {
  display: none;
}

/* Disable sliver of image */
#p-views {
  background: none;
  height: initial;
}

Media in category "Wiki Content"

The following 53 files are in this category, out of 53 total.