User:Crashaholic/vector.css: Difference between revisions

From Baldur's Gate 3 Wiki
Jump to navigation Jump to search
(its all so important)
No edit summary
Line 24: Line 24:
}
}


.cm-mw-template-bracket .cm-mw-template-name {
form .wikiEditor-ui .cm-mw-template-bracket, form .wikiEditor-ui .cm-mw-template-name {
color: #fabd2f !important;
color: #fabd2f !important;
}
}

Revision as of 01:11, 8 September 2023

html body {
	max-width: none;
}
/*
body.theme-dark-grey .bg3wiki-tooltip-box {
	background: rgb(243, 235, 205);
}

body.theme-dark-grey .bg3wiki-tooltip-gradient-common {
	background: linear-gradient(to bottom,#F0E4D599,#E6DDD599,#D5C0B899,#c0b2df99);
}

body.theme-dark-grey {
  background: linear-gradient(rgba(223, 217, 204, 0.9) 80%,transparent);
}

#bg3wiki-legacy-content-notice {
  color: var(--bg-main3);
} back to dark mode i go*/

.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;
}

.cm-mw-templatevariable-bracket .cm-mw-templatevariable-name {
	color: #d79921 !important;
}

.cm-mw-htmltag-bracket .cm-mw-htmltag-name{
	color: #458588 !important;
}

.cm-mw-parserfunction-bracket .cm-mw-parserfunction-name{
	color: #cc241d !important;
}

.cm-mw-parserfunction-delimiter .cm-mw-table-delimiter{
	color: #d5c4a1 !important;
}

.cm-mw-link-bracket .cm-mw-link-pagename .cm-mw-section-header{
	color: #83a598 !important;
}

.cm-mw-table-bracket .cm-mw-table-name {
	color: #d3869b !important;
}

.cm-mw-list {
	color: #98971a !important;
}

.cm-error {
	color: #fb4934 !important;
}