User:Crashaholic/vector.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
html body {
max-width: none;
}
body.theme-dark-grey .bg3wiki-tooltip-box .theme-bg3-light {
background: rgb(243, 235, 205);
}
body.theme-dark-grey .theme-bg3-light.bg3wiki-tooltip-gradient-common {
background: linear-gradient(to bottom,#F0E4D599,#E6DDD599,#D5C0B899,#c0b2df99);
}
body.theme-dark-grey .theme-bg3-light{
background: linear-gradient(rgba(223, 217, 204, 0.9) 80%,transparent);
}
body.theme-dark-grey #bg3wiki-legacy-content-notice .theme-bg3-light {
color: var(--bg-main3);
}
form .wikiEditor-ui .CodeMirror-line {
color: #ebdbb2 !important;
background-color: #282828 !important;
}
form .wikiEditor-ui .cm-mw-template-bracket, form .wikiEditor-ui .cm-mw-template-name {
color: #fabd2f !important;
}
form .wikiEditor-ui .cm-mw-templatevariable-bracket, form .wikiEditor-ui .cm-mw-templatevariable-name {
color: #d79921 !important;
}
form .wikiEditor-ui .cm-mw-htmltag-bracket, form .wikiEditor-ui .cm-mw-htmltag-name{
color: #458588 !important;
}
form .wikiEditor-ui .cm-mw-parserfunction-bracket, form .wikiEditor-ui .cm-mw-parserfunction-name {
color: #cc241d !important;
}
form .wikiEditor-ui .cm-mw-parserfunction-delimiter, form .wikiEditor-ui .cm-mw-table-delimiter{
color: #d5c4a1 !important;
}
form .wikiEditor-ui .cm-mw-link-bracket, form .wikiEditor-ui .cm-mw-link-pagename, form .wikiEditor-ui .cm-mw-section-header{
color: #83a598 !important;
}
form .wikiEditor-ui .cm-mw-table-bracket, form .wikiEditor-ui .cm-mw-table-name {
color: #d3869b !important;
}
form .wikiEditor-ui .cm-mw-comment{
color: #d5c4a1 !important;
}
form .wikiEditor-ui .cm-mw-list {
color: #98971a !important;
}
form .wikiEditor-ui .cm-error {
color: #fb4934 !important;
}