Category:Wiki Content

From Heroes of Might and Magic III
Jump to navigationJump to search
  1 /* Backgrounds */
  2 body {
  3   background: url('https://images.shoutwiki.com/heroes/9/9f/Shroud.png')
  4 }
  5 
  6 #mw-head-base,
  7 #mw-head,
  8 #mw-page-base {
  9   background: transparent;
 10 }
 11 
 12 /*Dark inner area*/
 13 table,
 14 div.mw-body-content.mw-content-ltr {
 15   color: white;
 16   background: url('https://images.shoutwiki.com/heroes/b/b4/Leather-extra-dark.png');
 17 }
 18 
 19 /* Items with borders */
 20 div.mw-body-content.mw-content-ltr,
 21 #mw-content-text {
 22   border-image-source: url('https://images.shoutwiki.com/heroes/c/c7/Border-gold.png');
 23   border-image-slice: 8 9 8 9;
 24   border-image-width: 8px 9px 8px 9px;
 25   border-image-outset: 8px 9px 8px 9px;
 26   border-image-repeat: repeat repeat;
 27 }
 28 
 29 /* Thick blue border */
 30 #content {
 31   border-image-source: url('https://images.shoutwiki.com/heroes/4/43/Border-blue.png');
 32   border-image-slice: 48 48 48 48;
 33   border-image-width: 48px 48px 48px 48px;
 34   border-image-outset: 0px 0px 0px 0px;
 35   border-image-repeat: repeat repeat;
 36 }
 37 
 38 /* Thick red border */
 39 .vector-menu-content {
 40   border-image-source: url('https://images.shoutwiki.com/heroes/2/2a/Border-red.png');
 41   border-image-slice: 48 48 48 48;
 42   border-image-width: 48px 48px 48px 48px;
 43   border-image-outset: 0px 0px 0px 0px;
 44   border-image-repeat: repeat repeat;
 45 }
 46 
 47 .vector-legacy-sidebar .vector-menu-portal .vector-menu-content {
 48   padding: 24px;
 49   margin: 0;
 50   background: url('https://images.shoutwiki.com/heroes/8/82/Marble.png');
 51 }
 52 
 53 #content {
 54   background: url('https://images.shoutwiki.com/heroes/3/3d/Leather.png');
 55   color: white;
 56   margin-top: 4px;
 57 }
 58 
 59 #content {
 60   padding: 48px;
 61 }
 62 
 63 /* Headings  */
 64 h1,
 65 h2,
 66 h3,
 67 h4 {
 68   color: white;
 69 }
 70 
 71 /* Links  */
 72 a,
 73 a:visited {
 74   color: lightblue !important;
 75 }
 76 
 77 /* Font colors */
 78 .vector-menu-heading-label,
 79 .mw-redirectedfrom {
 80   color: white !important;
 81 }
 82 
 83 /* Tabs are annoying  */
 84 #left-navigation .vector-menu-tabs {
 85   border: 2px solid darkgoldenrod;
 86 }
 87 
 88 .vector-menu-tabs .vector-menu-content {
 89   border: 2px solid black;
 90 }
 91 
 92 #left-navigation .vector-menu-content-list {
 93   border: 2px solid darkgoldenrod;
 94 }
 95 
 96 li.mw-list-item {
 97   background: transparent !important;
 98   padding: 0.2em 0.6em;
 99 }
100 
101 .vector-menu-tabs .vector-menu-content-list li:not(:last-child) {
102   border-right: 2px solid goldenrod;
103 }
104 
105 .vector-menu-tabs-legacy li a {
106   background: none;
107   height: initial;
108   padding: 0;
109   margin: 0;
110 }
111 
112 /* Top menu list is different */
113 #p-personal .vector-menu-content-list {
114   border: none;
115 }
116 
117 #mw-content-text {
118   padding: 8px;
119 }
120 
121 /* Disable tools header */
122 #p-tb-label {
123   display: none;
124 }
125 
126 /* Disable sliver of image */
127 #p-views {
128   background: none;
129   height: initial;
130 }

Media in category "Wiki Content"

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