MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
(Stop overriding link colour.) |
(Test what happens if wikitable is removed, may be shipped with MediaWiki now.) |
||
| Line 24: | Line 24: | ||
fieldset { | fieldset { | ||
border-color: #597258; | border-color: #597258; | ||
} | } | ||
Revision as of 14:14, 19 March 2018
body {
font-family: arial,helvetica,sans-serif;
}
div#content ul {
list-style-image: none;
list-style-type: disc;
}
#toc ul, .toc ul {
list-style-type: none !important;
}
/* Colours */
div#mw-panel div.portal div.body ul li a {
color: #597258;
}
h1, h2 {
border-bottom-color: #D3E6D2;
}
fieldset {
border-color: #597258;
}