Category:Wiki Content: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<syntaxhighlight lang='css'>
<syntaxhighlight lang='css' line>
/* Backgrounds */
body {
body {
    background: url(https://heroes.thelazy.net/images/9/9f/Shroud.png)
  background: url('https://heroes.thelazy.net/images/9/9f/Shroud.png')
}
}


Line 7: Line 8:
#mw-head,
#mw-head,
#mw-page-base {
#mw-page-base {
    background: #fff0
  background: transparent;
}
}


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


/* 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;
}
}


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


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


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


#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: #fff;
  color: white;
    margin-top: 4px
  margin-top: 4px;
}
}


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


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


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


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


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


.vector-menu-tabs .vector-menu-content {
.vector-menu-tabs .vector-menu-content {
    border: 2px solid #000
  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: .2em .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;
}
}


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


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


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


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


/* Disable sliver of image */
#p-views {
#p-views {
    background: none;
  background: none;
    height: initial
  height: initial;
}
}
</syntaxhighlight>
</syntaxhighlight>
[[Category:contributor resources]]
[[Category:contributor resources]]

Latest revision as of 00:26, 16 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/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.