Category:Wiki Content: Difference between revisions

From Heroes 3 wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<pre>
<pre>
body {
    background: url(https://heroes.thelazy.net/images/9/9f/Shroud.png)
}


body,
#mw-head-base,
#mw-head {
#mw-head,
  background: url('https://heroes.thelazy.net/images/9/9f/Shroud.png')
#mw-page-base {
    background: #fff0
}
}


table,
table,
div.mw-body-content.mw-content-ltr {
div.mw-body-content.mw-content-ltr {
  background: url('https://heroes.thelazy.net/images/2/2a/Leather-dark.png')
    color: #fff;
    background: url(https://heroes.thelazy.net/images/2/2a/Leather-dark.png)
}
 
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
}
 
#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: 0 0 0 0;
    border-image-repeat: repeat repeat
}
 
.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: 0 0 0 0;
    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 {
#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;
    margin-top: 4px
}
 
#content {
    padding: 48px
}
 
h1,
h2,
h3,
h4 {
    color: #fff
}
 
a,
a:visited {
    color: lightblue !important
}
 
.vector-menu-heading-label,
.mw-redirectedfrom {
    color: white !important
}
 
#left-navigation .vector-menu-tabs {
    border: 2px solid darkgoldenrod
}
 
.vector-menu-tabs .vector-menu-content {
    border: 2px solid #000
}
 
#left-navigation .vector-menu-content-list {
    border: 2px solid darkgoldenrod
}
 
li.mw-list-item {
    background: transparent !important;
    padding: .2em .6em
}
}


// doesn't work, help needed
.vector-menu-tabs .vector-menu-content-list li:not(:last-child) {
/* tbody {
    border-right: 2px solid goldenrod
  background: url('https://heroes.thelazy.net/index.php/File:Leather-blue-dark.png')
}
} */


// doesn't work, help needed
.vector-menu-tabs-legacy li a {
/* ul.vector-menu-content-list > li {
    background: none;
  list-style-image: url('https://heroes.thelazy.net/images/2/2a/Leather-dark.png')
    height: initial;
} */
    padding: 0;
    margin: 0
}


#p-personal .vector-menu-content-list {
    border: none
}
#mw-content-text {
    padding: 8px
}
#p-tb-label {
    display: none
}
#p-views {
    background: none;
    height: initial
}
</pre>
</pre>
[[Category:contributor resources]]
[[Category:contributor resources]]

Revision as of 03:32, 9 September 2024

body {
    background: url(https://heroes.thelazy.net/images/9/9f/Shroud.png)
}

#mw-head-base,
#mw-head,
#mw-page-base {
    background: #fff0
}

table,
div.mw-body-content.mw-content-ltr {
    color: #fff;
    background: url(https://heroes.thelazy.net/images/2/2a/Leather-dark.png)
}

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
}

#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: 0 0 0 0;
    border-image-repeat: repeat repeat
}

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

#content {
    padding: 48px
}

h1,
h2,
h3,
h4 {
    color: #fff
}

a,
a:visited {
    color: lightblue !important
}

.vector-menu-heading-label,
.mw-redirectedfrom {
    color: white !important
}

#left-navigation .vector-menu-tabs {
    border: 2px solid darkgoldenrod
}

.vector-menu-tabs .vector-menu-content {
    border: 2px solid #000
}

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

li.mw-list-item {
    background: transparent !important;
    padding: .2em .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
}

#p-personal .vector-menu-content-list {
    border: none
}

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

#p-tb-label {
    display: none
}

#p-views {
    background: none;
    height: initial
}

Media in category "Wiki Content"

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