Noita Wiki
Register
(add a:visited coloration for links, hopefully this looks OK for both theme variants)
Mr Pie 5 (talk | contribs)
(mobileonly, math adjustments, and a:visited would be more appropriate for common.css. The diff changes aren't being used and don't look great anyways. Fixed editor toolbar color override.)
Line 1: Line 1:
.mobileonly {
 
display: none;
 
}
 
 
a:visited {
 
color: #816c96;
 
}
 
 
 
/* Diff Viewer */
 
/* Diff Viewer */
   
Line 13: Line 5:
 
border-radius: 0.15em;
 
border-radius: 0.15em;
 
padding: 0.25em 0.1em;
 
padding: 0.25em 0.1em;
}
 
 
.diff-addedline .diffchange {
 
background: #b3d9ef;
 
color: #427ea9;
 
}
 
 
.diff-deletedline .diffchange {
 
background: #eaa089;
 
color: #a23a21;
 
 
}
 
}
   
 
/* Source Editor */
 
/* Source Editor */
   
.wikiEditor-ui-toolbar {
+
.theme-fandomdesktop-dark .wikiEditor-ui-toolbar {
 
background: #947f6a;
 
background: #947f6a;
 
}
 
}
   
.wikiEditor-ui-toolbar .sections .section {
+
.theme-fandomdesktop-dark .wikiEditor-ui-toolbar .sections .section {
 
background-color: #bfa383;
 
background-color: #bfa383;
}
 
 
/* <math> */
 
 
.mwe-math-element {
 
background-color: #eee;
 
padding: 0.25em 0.1em;
 
border-radius: 0.15em;
 
 
}
 
}

Revision as of 00:18, 6 February 2022

/* Diff Viewer */

.diff-addedline .diffchange,
.diff-deletedline .diffchange {
	border-radius: 0.15em;
	padding: 0.25em 0.1em;
}

/* Source Editor */

.theme-fandomdesktop-dark .wikiEditor-ui-toolbar {
    background: #947f6a;
}

.theme-fandomdesktop-dark .wikiEditor-ui-toolbar .sections .section {
    background-color: #bfa383;
}