Difference between revisions of "MediaWiki:Vector.css"

From IS12 Wiki
Jump to: navigation, search
(Created page with "#mw-head-base { background-image: url(http://is12wiki.xyz/images/9/98/Bg.jpg) } body {background-image: url(http://is12wiki.xyz/images/9/98/Bg.jpg)} #p-logo {background-image:...")
 
 
(73 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
#mw-head {background-image: url(http://is12wiki.xyz/images/9/98/Bg.jpg)}
 
#mw-head {background-image: url(http://is12wiki.xyz/images/9/98/Bg.jpg)}
 
#footer {background-image: url(http://is12wiki.xyz/images/9/98/Bg.jpg)}
 
#footer {background-image: url(http://is12wiki.xyz/images/9/98/Bg.jpg)}
#left-navigation { background-color: #313131; color: #ffffff;}
+
 
#right-navigation { background-color: #313131; color: #ffffff;}
+
#mw-panel {color: #ffffff;}
#p-navigation { background-color: #414141; }
+
 
#p-tb { background-color: #414141; }
+
#p-navigation { background-color: #2B2B2B; color: #ffffff;}
#content { background-color: #414141; color: #ffffff;}
+
#p-tb { background-color: #2B2B2B; color: #ffffff;}
#content p { color: #ffffff;}
+
#p-tb-label {color: #ffffff !important;}
#content h1 { color: #ffffff;}
+
#portal {color: #ffffff;}
#content h2 { color: #ffffff;}
+
#content { background-color: #2B2B2B; color: #ffffff;}
#content h3 { color: #ffffff;}
+
 
#content h4 { color: #ffffff;}
+
p { color: #ffffff;}
#toc { background-color: #414141; color: #ffffff;}
+
h1 { color: #ffffff;}
#catlinks { background-color: #414141; color: #ffffff;}
+
h2 { color: #ffffff;}
 +
h3 { color: #ffffff;}
 +
h4 { color: #ffffff;}
 +
th { color: #ffffff; background-color: #806F6F !important;}
 +
tr:nth-child(odd){color: #ffffff; background-color: #312629;}
 +
tr:nth-child(even) {color: #ffffff; background-color: #634B4F;}
 +
 
 +
ul li { list-style-image: url(""); color: #ffffff;}
 +
fieldset {border: 1px solid #E1E1E1;}
 +
 
 +
#toc { background-color: #2B2B2B; color: #ffffff;}
 +
.tocnumber {color: #ffffff;}
 +
#catlinks { background-color: #2B2B2B; color: #ffffff;}
 +
 
 
#p-navigation { color: #54123b; }
 
#p-navigation { color: #54123b; }
 +
div.vectorMenu h3 span { color: #ffffff; }
 +
 
#footer-places { display: none; }
 
#footer-places { display: none; }
 +
#footer-info-lastmod {color: #ffffff !important} /* last changed date on footer */
 +
 
.thumbinner { background-color: #313131 !important;} /*thumbnail background*/
 
.thumbinner { background-color: #313131 !important;} /*thumbnail background*/
 +
 
.mw-body { border-color : #52311d; } /* page border color */
 
.mw-body { border-color : #52311d; } /* page border color */
#footer-info-lastmod {color: #ffffff !important} /* last changed date on footer */
+
.mw-collapsible-text {color: #ff5f40;}
 +
.togglelink {color: #ff5f40;}
 +
 
 +
#wikitable { background-color: #2B2B2B; color: white;}
 +
 
 
a:visited { color: #ff5f40 !IMPORTANT; }
 
a:visited { color: #ff5f40 !IMPORTANT; }
 
a.new:link { color: #ff5f40 !IMPORTANT; }
 
a.new:link { color: #ff5f40 !IMPORTANT; }
Line 31: Line 53:
 
a.interwiki:visited { color: #ff5f40 !IMPORTANT; }
 
a.interwiki:visited { color: #ff5f40 !IMPORTANT; }
 
a.external:visited { color: #ff5f40 !IMPORTANT; }
 
a.external:visited { color: #ff5f40 !IMPORTANT; }
 
ul li::before {
 
  color: #d0472c ; /* Change the color */
 
}
 

Latest revision as of 14:35, 18 July 2020

#mw-head-base { background-image: url(http://is12wiki.xyz/images/9/98/Bg.jpg) }
body {background-image: url(http://is12wiki.xyz/images/9/98/Bg.jpg)}
#p-logo {background-image: url(http://is12wiki.xyz/images/9/98/Bg.jpg)}
#mw-head {background-image: url(http://is12wiki.xyz/images/9/98/Bg.jpg)}
#footer {background-image: url(http://is12wiki.xyz/images/9/98/Bg.jpg)}

#mw-panel {color: #ffffff;}

#p-navigation { background-color: #2B2B2B; color: #ffffff;}
#p-tb { background-color: #2B2B2B; color: #ffffff;}
#p-tb-label {color: #ffffff !important;}
#portal {color: #ffffff;}
#content { background-color: #2B2B2B; color: #ffffff;}

p { color: #ffffff;}
h1 { color: #ffffff;}
h2 { color: #ffffff;}
h3 { color: #ffffff;}
h4 { color: #ffffff;}
th { color: #ffffff; background-color: #806F6F !important;}
tr:nth-child(odd){color: #ffffff; background-color: #312629;}
tr:nth-child(even) {color: #ffffff; background-color: #634B4F;}

ul li { list-style-image: url(""); color: #ffffff;}
fieldset {border: 1px solid #E1E1E1;}

#toc { background-color: #2B2B2B; color: #ffffff;}
.tocnumber {color: #ffffff;}
#catlinks { background-color: #2B2B2B; color: #ffffff;}

#p-navigation { color: #54123b; }
div.vectorMenu h3 span { color: #ffffff; }

#footer-places { display: none; }
#footer-info-lastmod {color: #ffffff !important} /* last changed date on footer */

.thumbinner { background-color: #313131 !important;} /*thumbnail background*/

.mw-body { border-color : #52311d; } /* page border color */
.mw-collapsible-text {color: #ff5f40;}
.togglelink {color: #ff5f40;}

#wikitable { background-color: #2B2B2B; color: white;}

a:visited { color: #ff5f40 !IMPORTANT; }
a.new:link { color: #ff5f40 !IMPORTANT; }
a.new:visited { color: #ff5f40 !IMPORTANT; }
a:link { color: #d0472c !IMPORTANT; } /* normal unvisited links */
a:link:active { color: #d0472c !IMPORTANT; } /* active links */
a:link.new { color: #d0472c !IMPORTANT; } /* new links */
a:link.interwiki { color: #d0472c !IMPORTANT; } /* interwiki links */
a:link.external { color: #d0472c !IMPORTANT; } /* external links */
a.interwiki:visited { color: #ff5f40 !IMPORTANT; }
a.external:visited { color: #ff5f40 !IMPORTANT; }