Category:Wiki Content: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
}
}


#mw-head-base, #mw-head, #mw-page-base {
#mw-head-base,
#mw-head,
#mw-page-base {
   background: transparent;
   background: transparent;
}
}
Line 12: Line 14:
table,
table,
div.mw-body-content.mw-content-ltr {
div.mw-body-content.mw-content-ltr {
   color: white;
   color: white;
   background: url('https://heroes.thelazy.net/images/2/2a/Leather-dark.png');
   background: url('https://heroes.thelazy.net/images/2/2a/Leather-dark.png');
}
}
Line 18: Line 20:
/* Items with borders */
/* Items with borders */
div.mw-body-content.mw-content-ltr,
div.mw-body-content.mw-content-ltr,
#mw-content-text
#mw-content-text {
{
   border-image-source: url('https://heroes.thelazy.net/images/c/c7/Border-gold.png');
   border-image-source: url('https://heroes.thelazy.net/images/c/c7/Border-gold.png');
   border-image-slice: 8 9 8 9;
   border-image-slice: 8 9 8 9;
   border-image-width: 8px 9px 8px 9px;
   border-image-width: 8px 9px 8px 9px;
   border-image-outset: 8px 9px 8px 9px;
   border-image-outset: 8px 9px 8px 9px;
   border-image-repeat: repeat repeat;  
   border-image-repeat: repeat repeat;
}
}


Line 33: Line 34:
   border-image-width: 48px 48px 48px 48px;
   border-image-width: 48px 48px 48px 48px;
   border-image-outset: 0px 0px 0px 0px;
   border-image-outset: 0px 0px 0px 0px;
   border-image-repeat: repeat repeat;  
   border-image-repeat: repeat repeat;
}
}


Line 42: Line 43:
   border-image-width: 48px 48px 48px 48px;
   border-image-width: 48px 48px 48px 48px;
   border-image-outset: 0px 0px 0px 0px;
   border-image-outset: 0px 0px 0px 0px;
   border-image-repeat: repeat repeat;  
   border-image-repeat: repeat repeat;
}
}


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


#content {
#content {
   padding: 48px;
   padding: 48px;
}
}


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


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


/* Font colors */
/* Font colors */
.vector-menu-heading-label, .mw-redirectedfrom {
.vector-menu-heading-label,
.mw-redirectedfrom {
   color: white !important;
   color: white !important;
}
}
Line 81: Line 86:
   border: 2px solid darkgoldenrod;
   border: 2px solid darkgoldenrod;
}
}
.vector-menu-tabs .vector-menu-content {
.vector-menu-tabs .vector-menu-content {
   border: 2px solid black;
   border: 2px solid black;
}
}
#left-navigation .vector-menu-content-list {
#left-navigation .vector-menu-content-list {
   border: 2px solid darkgoldenrod;
   border: 2px solid darkgoldenrod;
}
}
li.mw-list-item {
li.mw-list-item {
   background: transparent !important;
   background: transparent !important;
   padding: 0.2em 0.6em;
   padding: 0.2em 0.6em;
}
}
.vector-menu-tabs .vector-menu-content-list li:not(:last-child) {
.vector-menu-tabs .vector-menu-content-list li:not(:last-child) {
   border-right: 2px solid goldenrod;
   border-right: 2px solid goldenrod;
}
}


Line 98: Line 107:
   background: none;
   background: none;
   height: initial;
   height: initial;
   padding: 0;
   padding: 0;
   margin: 0;
   margin: 0;
}
}


/* Top menu list is different */
/* Top menu list is different */

Revision as of 23:25, 15 September 2024

/* 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/2/2a/Leather-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.