MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
#content { background-color: #1e1615ff; color:#ffffff;} | #content { background-color: #1e1615ff; color:#ffffff;} | ||
#content a { color:#e5b964ff; } | #content a { color:#e5b964ff; } | ||
div#content h1 { | div#content h1 { | ||
color:#e5b964ff; | |||
} | |||
div#content h2 { | |||
color:#e5b964ff; | |||
} | |||
div#content h3 { | |||
color:#e5b964ff; | |||
} | |||
div#content h4 { | |||
color:#e5b964ff; | |||
} | |||
div#content h5 { | |||
color:#e5b964ff; | |||
} | |||
div#content h6 { | |||
color:#e5b964ff; | color:#e5b964ff; | ||
} | } | ||
Revision as of 03:04, 23 January 2018
/* CSS placed here will affect users of the Vector skin */
#content { background-color: #1e1615ff; color:#ffffff;}
#content a { color:#e5b964ff; }
div#content h1 {
color:#e5b964ff;
}
div#content h2 {
color:#e5b964ff;
}
div#content h3 {
color:#e5b964ff;
}
div#content h4 {
color:#e5b964ff;
}
div#content h5 {
color:#e5b964ff;
}
div#content h6 {
color:#e5b964ff;
}