Difference between revisions of "MediaWiki:Vector.css"

From GargWiki
Jump to: navigation, search
 
(15 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
     background-color: #FFFFFF;
 
     background-color: #FFFFFF;
 
}
 
}
.mw-head-base, table, #content, .catlinks, div.toc ul, div.toc .toctitle, div.thumbinner, .mw-page-base, div.vectorMenu, div.menu ul, .editOptions, #editpage-specialchars, .portal, #p-namespaces, #p-views {
+
.mw-head-base, table, #content, .catlinks, div.toc ul, div.toc .toctitle, div.thumbinner, .mw-page-base, div.vectorMenu, div.menu ul, .editOptions, #editpage-specialchars, .portal, #p-namespaces, #p-views, .wikitable.filehistory, .wikitable.filehistory th, #filetoc {
 
color: white;
 
color: white;
 
background-color: #151b54;
 
background-color: #151b54;
Line 34: Line 34:
 
a:active, a.external.text:active, a.internal:active, div.menu a:active, #mw-panel a:active, #p-namespaces a:active, #p-views a:active, .ca-history a:active {
 
a:active, a.external.text:active, a.internal:active, div.menu a:active, #mw-panel a:active, #p-namespaces a:active, #p-views a:active, .ca-history a:active {
 
     color: #ffa500!important;
 
     color: #ffa500!important;
 +
}
 +
a.new, a.new:visited {
 +
    color: #bf0000!important;
 
}
 
}
 
fieldset {
 
fieldset {
Line 51: Line 54:
 
     background-image: none;
 
     background-image: none;
 
     border-top: 1px solid #FFFFFF;
 
     border-top: 1px solid #FFFFFF;
    border-radius: 5px 5px 0px 0px;
 
    overflow: hidden;
 
 
}
 
}
 
#mw-head {
 
#mw-head {
 
     border-bottom: 1px solid #FFFFFF;
 
     border-bottom: 1px solid #FFFFFF;
 +
}
 +
#mw-panel {
 +
    margin-top: 25px;
 +
}
 +
html .thumbimage {
 +
    background-color: #000000;
 
}
 
}

Latest revision as of 09:59, 15 February 2020

/* CSS placed here will affect users of the Vector skin */

BODY {
    font-size: 11pt;
    background-color: #FFFFFF;
}
#mw-head {
    background-color: #FFFFFF;
}
.mw-head-base, table, #content, .catlinks, div.toc ul, div.toc .toctitle, div.thumbinner, .mw-page-base, div.vectorMenu, div.menu ul, .editOptions, #editpage-specialchars, .portal, #p-namespaces, #p-views, .wikitable.filehistory, .wikitable.filehistory th, #filetoc {
	color: white;
	background-color: #151b54;
        background-image: none;
}
.firstHeading, .tocnumber, .mw-redirectedfrom {
    color: #FFFFFF;
}
#toc, .toc, .mw-warning, .toccolours {
    border: 1px solid #FFFFFF;
    background-color: #151b54;
}
h2, h3 {
    color: #FFFFFF!important;
}
div#footer ul li a, #p-personal a {
      color: #151b54!important;
}
a, a.external.text, a.internal, div.vectorMenu h3 span, div.menu a, #mw-panel a, #p-namespaces a, #p-views a, .ca-history a {
    color: #ffff00!important;
}
a:visited, a.external.text:visited, a.internal:visited, div.menu a:visited, #mw-panel a:visited, #p-namespaces a:visited, #p-views a:visited, .ca-history a:visited  {
    color: #00ff00!important;
}
a:active, a.external.text:active, a.internal:active, div.menu a:active, #mw-panel a:active, #p-namespaces a:active, #p-views a:active, .ca-history a:active {
    color: #ffa500!important;
}
a.new, a.new:visited {
    color: #bf0000!important;
}
fieldset {
      border: 1px solid #2f6fab;
}
.mw-headline {
      color: #FFFFFF;
}
div#footer ul li {
      color: #000000;
}
div.thumbinner {
      border: 1px solid #FFFFFF;
}
#p-namespaces ul li, #p-views ul li {
     background-color: transparent;
     background-image: none;
     border-top: 1px solid #FFFFFF;
}
#mw-head {
    border-bottom: 1px solid #FFFFFF;
}
#mw-panel {
    margin-top: 25px;
}
html .thumbimage {
    background-color: #000000;
}