Difference between revisions of "MediaWiki:Vector.css"

From GargWiki
Jump to: navigation, search
 
(163 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
table, .content {
+
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;
 
color: white;
 
background-color: #151b54;
 
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;
 +
}
 +
fieldset {
 +
      border: 1px solid #2f6fab;
 
}
 
}
a {
+
.mw-headline {
    color: #ffff00;
+
      color: #FFFFFF;
 
}
 
}
a:visited {
+
div#footer ul li {
    color: #00ff00;
+
      color: #000000;
 
}
 
}
a:active {
+
div.thumbinner {
    color: #ffa500;
+
      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;
 +
}
 +
#pagehistory li.selected.after, #pagehistory li.selected.before {
 +
background-color: #151b54;
 +
}
 +
h1, h2, h3, h4, h5, h6 {
 +
color: #FFFFFF!important;
 +
}
 +
li.new a:visited {
 +
color: #FFF000!important;
 
}
 
}
  
fieldset {
+
#mw_metadata td, #mw_metadata th {
border: 1px solid #2f6fab;
+
background-color: transparent;
 +
}
 +
 
 +
.mw-search-profile-tabs {
 +
background-color: transparent;
 +
}
 +
 
 +
table.plainlinks, table.plainlinks th, table.plainlinks td, table.plainlinks tr, table.plainlinks code {
 +
background-color: transparent!important;
 +
color: #FFFFFF;
 +
}
 +
 
 +
a.new, a.new:visited, a.new:active, li#ca-talk.new a {
 +
color: #f72828!important;
 +
}
 +
 
 +
/* To make images responsive */
 +
.res-img img {
 +
max-width:100%;
 +
height:auto;
 
}
 
}

Latest revision as of 20:14, 27 October 2025

/* 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;
}
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;
}
#pagehistory li.selected.after, #pagehistory li.selected.before {
background-color: #151b54;
}
h1, h2, h3, h4, h5, h6 {
color: #FFFFFF!important;
}
li.new a:visited {
color: #FFF000!important;
}

#mw_metadata td, #mw_metadata th {
background-color: transparent;
}

.mw-search-profile-tabs {
background-color: transparent;
}

table.plainlinks, table.plainlinks th, table.plainlinks td, table.plainlinks tr, table.plainlinks code {
background-color: transparent!important;
color: #FFFFFF;
}

a.new, a.new:visited, a.new:active, li#ca-talk.new a {
color: #f72828!important;
}

/* To make images responsive */
.res-img img {
	max-width:100%;
	height:auto;
}