Mediawiki:common.css
| Строка 105: | Строка 105: | ||
code { | code { | ||
background-color: #303037; | background-color: #303037; | ||
border-color: #303037; | border-color: #303037; | ||
color: #d3d3d3; | color: #d3d3d3; | ||
| Строка 164: | Строка 164: | ||
.citation:target { | .citation:target { | ||
background-color: rgba(0, | background-color: rgba(139, 0, 0, 0.133) /* BloodRed with alpha */ | ||
} | } | ||
| Строка 284: | Строка 284: | ||
.navbox { | .navbox { | ||
box-sizing: border-box; | box-sizing: border-box; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; /* Keep default border for now, can be changed to StyleNano colors */ | ||
width: 100%; | width: 100%; | ||
clear: both; | clear: both; | ||
| Строка 290: | Строка 290: | ||
text-align: center; | text-align: center; | ||
padding: 1px; | padding: 1px; | ||
margin: 1em auto 0 | margin: 1em auto 0; | ||
background-color: #171616; /* PanelDark */ | |||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 311: | Строка 313: | ||
padding: 0.25em 1em; | padding: 0.25em 1em; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
text-align: center | text-align: center; | ||
} | } | ||
| Строка 317: | Строка 319: | ||
white-space: nowrap; | white-space: nowrap; | ||
text-align: right | text-align: right | ||
} | } | ||
.navbox-list { | .navbox-list { | ||
line-height: 1.5em; | line-height: 1.5em; | ||
border-color: # | border-color: #171616; /* PanelDark */ | ||
} | } | ||
| Строка 333: | Строка 330: | ||
tr+tr>.navbox-image, | tr+tr>.navbox-image, | ||
tr+tr>.navbox-list { | tr+tr>.navbox-list { | ||
border-top: 2px solid # | border-top: 2px solid #171616; /* PanelDark */ | ||
} | } | ||
.navbox th, | .navbox th, | ||
.navbox-title { | .navbox-title { | ||
background-color: # | background-color: #121111; /* PanelDarker */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 344: | Строка 342: | ||
th.navbox-group, | th.navbox-group, | ||
.navbox-subgroup .navbox-title { | .navbox-subgroup .navbox-title { | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.navbox-subgroup .navbox-group, | .navbox-subgroup .navbox-group, | ||
.navbox-subgroup .navbox-abovebelow { | .navbox-subgroup .navbox-abovebelow { | ||
background-color: # | background-color: #373535; /* PanelLightDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.navbox-even { | .navbox-even { | ||
background-color: # | background-color: #303037; /* используем цвет code */ | ||
} | } | ||
| Строка 373: | Строка 373: | ||
text-align: right; | text-align: right; | ||
padding-right: 0.2em; | padding-right: 0.2em; | ||
padding-left: 0.2em | padding-left: 0.2em; | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 382: | Строка 383: | ||
.infobox { | .infobox { | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; /* Keep default border for now, can be changed to StyleNano colors */ | ||
border-spacing: 3px; | border-spacing: 3px; | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
margin: 0.5em 0 0.5em 1em; | margin: 0.5em 0 0.5em 1em; | ||
padding: 0.2em; | padding: 0.2em; | ||
| Строка 467: | Строка 468: | ||
.messagebox { | .messagebox { | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
width: 80%; | width: 80%; | ||
margin: 0 auto 1em auto; | margin: 0 auto 1em auto; | ||
| Строка 475: | Строка 477: | ||
.messagebox.merge { | .messagebox.merge { | ||
border: 1px solid #c0b8cc; | border: 1px solid #c0b8cc; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background-color: # | background-color: #373535; /* PanelLightDark */ | ||
text-align: center | text-align: center | ||
} | } | ||
.messagebox.cleanup { | .messagebox.cleanup { | ||
border: 1px solid #9f9fff; | border: 1px solid #9f9fff; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background-color: # | background-color: #373535; /* PanelLightDark */ | ||
text-align: center | text-align: center | ||
} | } | ||
.messagebox.standard-talk { | .messagebox.standard-talk { | ||
border: 1px solid #c0c090; | border: 1px solid #c0c090; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background-color: # | background-color: #373535; /* PanelLightDark */ | ||
margin: 4px auto | margin: 4px auto | ||
} | } | ||
.mbox-inside .standard-talk { | .mbox-inside .standard-talk { | ||
border: 1px solid #c0c090; | border: 1px solid #c0c090; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background-color: # | background-color: #373535; /* PanelLightDark */ | ||
width: 100%; | width: 100%; | ||
margin: 2px 0; | margin: 2px 0; | ||
| Строка 516: | Строка 518: | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
line-height: 1.25em; | line-height: 1.25em; | ||
background-color: # | background-color: #373535; /* PanelLightDark */ | ||
} | } | ||
| Строка 546: | Строка 548: | ||
table.ambox { | table.ambox { | ||
margin: 0 10%; | margin: 0 10%; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; /* Keep default border for now, can be changed to StyleNano colors */ | ||
border-left: 10px solid # | border-left: 10px solid #8B0000; /* BloodRed */ | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
box-sizing: border-box | box-sizing: border-box | ||
} | } | ||
| Строка 571: | Строка 574: | ||
table.ambox-notice { | table.ambox-notice { | ||
border-left: 10px solid # | border-left: 10px solid #8B0000; /* BloodRed */ | ||
} | } | ||
table.ambox-speedy { | table.ambox-speedy { | ||
border-left: 10px solid # | border-left: 10px solid #8B0000; /* BloodRed */ | ||
background-color: # | background-color: #3A0000; /* BloodRedDarker2 */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.ambox-delete { | table.ambox-delete { | ||
border-left: 10px solid # | border-left: 10px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.ambox-content { | table.ambox-content { | ||
border-left: 10px solid # | border-left: 10px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.ambox-style { | table.ambox-style { | ||
border-left: 10px solid # | border-left: 10px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.ambox-move { | table.ambox-move { | ||
border-left: 10px solid # | border-left: 10px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.ambox-protection { | table.ambox-protection { | ||
border-left: 10px solid #a2a9b1 | border-left: 10px solid #a2a9b1; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 602: | Строка 611: | ||
margin: 4px 10%; | margin: 4px 10%; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 3px solid # | border: 3px solid #8B0000; /* BloodRed */ | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
box-sizing: border-box | box-sizing: border-box | ||
} | } | ||
| Строка 617: | Строка 627: | ||
table.imbox-notice { | table.imbox-notice { | ||
border: 3px solid # | border: 3px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.imbox-speedy { | table.imbox-speedy { | ||
border: 3px solid # | border: 3px solid #8B0000; /* BloodRed */ | ||
background-color: # | background-color: #3A0000; /* BloodRedDarker2 */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.imbox-delete { | table.imbox-delete { | ||
border: 3px solid # | border: 3px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.imbox-content { | table.imbox-content { | ||
border: 3px solid # | border: 3px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.imbox-style { | table.imbox-style { | ||
border: 3px solid # | border: 3px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.imbox-move { | table.imbox-move { | ||
border: 3px solid # | border: 3px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.imbox-protection { | table.imbox-protection { | ||
border: 3px solid #a2a9b1 | border: 3px solid #a2a9b1; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.imbox-license { | table.imbox-license { | ||
border: 3px solid # | border: 3px solid #8B0000; /* BloodRed */ | ||
background-color: # | background-color: #373535; /* PanelLightDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.imbox-featured { | table.imbox-featured { | ||
border: 3px solid # | border: 3px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 657: | Строка 676: | ||
margin: 3px 10%; | margin: 3px 10%; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
box-sizing: border-box | box-sizing: border-box | ||
} | } | ||
table.cmbox-notice { | table.cmbox-notice { | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 669: | Строка 690: | ||
margin-top: 4px; | margin-top: 4px; | ||
margin-bottom: 4px; | margin-bottom: 4px; | ||
border: 4px solid # | border: 4px solid #8B0000; /* BloodRed */ | ||
background-color: # | background-color: #3A0000; /* BloodRedDarker2 */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.cmbox-delete { | table.cmbox-delete { | ||
background-color: # | background-color: #3A0000; /* BloodRedDarker2 */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.cmbox-content { | table.cmbox-content { | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.cmbox-style { | table.cmbox-style { | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.cmbox-move { | table.cmbox-move { | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.cmbox-protection { | table.cmbox-protection { | ||
background-color: # | background-color: #373535; /* PanelLightDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 696: | Строка 723: | ||
margin: 4px 10%; | margin: 4px 10%; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
box-sizing: border-box | box-sizing: border-box | ||
} | } | ||
table.ombox-notice { | table.ombox-notice { | ||
border: 1px solid #a2a9b1 | border: 1px solid #a2a9b1; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.ombox-speedy { | table.ombox-speedy { | ||
border: 2px solid # | border: 2px solid #8B0000; /* BloodRed */ | ||
background-color: # | background-color: #3A0000; /* BloodRedDarker2 */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.ombox-delete { | table.ombox-delete { | ||
border: 2px solid # | border: 2px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.ombox-content { | table.ombox-content { | ||
border: 1px solid # | border: 1px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.ombox-style { | table.ombox-style { | ||
border: 1px solid # | border: 1px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.ombox-move { | table.ombox-move { | ||
border: 1px solid # | border: 1px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.ombox-protection { | table.ombox-protection { | ||
border: 2px solid #a2a9b1 | border: 2px solid #a2a9b1; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 733: | Строка 768: | ||
margin: 4px 10%; | margin: 4px 10%; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid #c0c090; | border: 1px solid #c0c090; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
min-width: 80%; | min-width: 80%; | ||
box-sizing: border-box | box-sizing: border-box | ||
| Строка 754: | Строка 790: | ||
table.tmbox-speedy { | table.tmbox-speedy { | ||
border: 2px solid # | border: 2px solid #8B0000; /* BloodRed */ | ||
background-color: # | background-color: #3A0000; /* BloodRedDarker2 */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.tmbox-delete { | table.tmbox-delete { | ||
border: 2px solid # | border: 2px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.tmbox-content { | table.tmbox-content { | ||
border: 2px solid # | border: 2px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.tmbox-style { | table.tmbox-style { | ||
border: 2px solid # | border: 2px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.tmbox-move { | table.tmbox-move { | ||
border: 2px solid # | border: 2px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.tmbox-protection, | table.tmbox-protection, | ||
table.tmbox-notice { | table.tmbox-notice { | ||
border: 1px solid #c0c090 | border: 1px solid #c0c090; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 783: | Строка 825: | ||
margin: 0.2em 0; | margin: 0.2em 0; | ||
width: 100%; | width: 100%; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
box-sizing: border-box | box-sizing: border-box | ||
} | } | ||
table.fmbox-system { | table.fmbox-system { | ||
background-color: # | background-color: #090909; /* PanelUltraDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.fmbox-warning { | table.fmbox-warning { | ||
border: 1px solid # | border: 1px solid #8B0000; /* BloodRed */ | ||
background-color: # | background-color: #3A0000; /* BloodRedDarker2 */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
table.fmbox-editnotice { | table.fmbox-editnotice { | ||
background-color: transparent | background-color: transparent; | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 808: | Строка 854: | ||
clear: both; | clear: both; | ||
margin: 0.2em 0; | margin: 0.2em 0; | ||
border: 1px solid # | border: 1px solid #8B0000; /* BloodRed */ | ||
background-color: # | background-color: #3A0000; /* BloodRedDarker2 */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
padding: 0.25em 0.9em; | padding: 0.25em 0.9em; | ||
box-sizing: border-box | box-sizing: border-box | ||
| Строка 815: | Строка 862: | ||
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt { | .mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt { | ||
border-color: # | border-color: #8B0000; /* BloodRed */ | ||
background-color: # | background-color: #3A0000; /* BloodRedDarker2 */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 900: | Строка 948: | ||
min-width: 100px; | min-width: 100px; | ||
background: #303037; | background: #303037; | ||
border: solid #37373e | border: solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
.thumbinner .thumbimage, .thumbborder { | .thumbinner .thumbimage, .thumbborder { | ||
border: solid 1px #37373e | border: solid 1px #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
| Строка 1030: | Строка 1078: | ||
#mw-page-base { | #mw-page-base { | ||
background: # | background: #171616; /* PanelDark */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
border: | border: none; /* Remove default border */ | ||
} | } | ||
.mediawiki, | .mediawiki, | ||
.mw-page-container { | .mw-page-container { | ||
background: # | background: #171616; /* PanelDark */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
border: | border: none; /* Remove default border */ | ||
} | } | ||
.mw-body { | .mw-body { | ||
background: # | background: #171616; /* PanelDark */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
border: | border: none; /* Remove default border */ | ||
} | } | ||
#mw-panel { | #mw-panel { | ||
background: # | background: #171616; /* PanelDark */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
border: | border: none; /* Remove default border */ | ||
} | } | ||
| Строка 1060: | Строка 1107: | ||
#mw-content, | #mw-content, | ||
#p-logo { | #p-logo { | ||
background: # | background: #171616; /* PanelDark */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
border: | border: none; /* Remove default border */ | ||
} | } | ||
.mw-code { | .mw-code { | ||
background: # | background: #303037; /* code background color from existing CSS */ | ||
color: | color: #d3d3d3; /* code color from existing CSS */ | ||
} | } | ||
| Строка 1073: | Строка 1120: | ||
#footer-info-lastmod, | #footer-info-lastmod, | ||
#footer-info-copyright { | #footer-info-copyright { | ||
color: | color: #b2b2b2; /* LightGray */ | ||
} | } | ||
| Строка 1082: | Строка 1129: | ||
h4, | h4, | ||
h5, | h5, | ||
h5, | |||
li { | li { | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
/** Новые цвета ссылок (одинаковый цвет, независимо от посещения **/ | /** Новые цвета ссылок (одинаковый цвет, независимо от посещения **/ | ||
| Строка 1096: | Строка 1143: | ||
.vector-menu-tabs li a:visited, | .vector-menu-tabs li a:visited, | ||
body.skin--responsive #p-cactions li a:visited { | body.skin--responsive #p-cactions li a:visited { | ||
color: # | color: #8B0000 /* BloodRed */; | ||
/** | |||
} | } | ||
a:hover, | a:hover, | ||
a:visited:hover { | a:visited:hover { | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
body.skin--responsive #p-cactions li a { | body.skin--responsive #p-cactions li a { | ||
background: # | background: #121111; /* PanelDarker */ | ||
} | } | ||
.mw-prefs-buttons { | .mw-prefs-buttons { | ||
background: # | background: #121111; /* PanelDarker */ | ||
} | } | ||
| Строка 1132: | Строка 1164: | ||
.mw-parser-output a.external:visited, | .mw-parser-output a.external:visited, | ||
body.skin--responsive #p-cactions li a.external:visited { | body.skin--responsive #p-cactions li a.external:visited { | ||
color: #8B0000 /* BloodRed */; | |||
color: # | |||
} | } | ||
| Строка 1140: | Строка 1170: | ||
.vector-menu-tabs .selected a:visited, | .vector-menu-tabs .selected a:visited, | ||
body.skin--responsive #p-cactions li.selected a { | body.skin--responsive #p-cactions li.selected a { | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
font-weight: bold | font-weight: bold | ||
} | } | ||
body.skin--responsive #p-cactions li.selected a { | body.skin--responsive #p-cactions li.selected a { | ||
background: # | background: #121111; /* PanelDarker */ | ||
} | } | ||
.vector-menu-tabs li { | .vector-menu-tabs li { | ||
background: # | background: #171616; /* PanelDark */ | ||
} | } | ||
| Строка 1157: | Строка 1187: | ||
body.skin--responsive .portlet, | body.skin--responsive .portlet, | ||
body.skin--responsive .pBody { | body.skin--responsive .pBody { | ||
background: # | background: #171616; /* PanelDark */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
border-color: # | border-color: #121111; /* PanelDarker */ | ||
} | } | ||
#p-logo-text a { | #p-logo-text a { | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
#ca-nstab-mediawiki.a { | #ca-nstab-mediawiki.a { | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
#mw-changeslist-links { | #mw-changeslist-links { | ||
background: # | background: #171616; /* PanelDark */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
#simpleSearch { | #simpleSearch { | ||
background: # | background: #121111; /* PanelDarker */ | ||
border: 1px solid #37373e; | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
#searchInput { | #searchInput { | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
| Строка 1192: | Строка 1222: | ||
.vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | .vector-user-links .vector-user-menu-more .vector-menu-content-list li a, | ||
#personal .dropdown { | #personal .dropdown { | ||
background: # | background: #121111; /* PanelDarker */ | ||
border: 1px solid #37373e; | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
body.skin--responsive #p-cactions li.selected { | body.skin--responsive #p-cactions li.selected { | ||
border: #37373e | border: #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
.vector-menu-tabs .selected { | .vector-menu-tabs .selected { | ||
background: # | background: #121111; /* PanelDarker */ | ||
} | } | ||
#pagehistory li.selected { | #pagehistory li.selected { | ||
background: # | background: #373535; /* PanelLightDark */ | ||
font-weight: bold | font-weight: bold | ||
} | } | ||
| Строка 1215: | Строка 1245: | ||
div#mw-protect-cascadeon, | div#mw-protect-cascadeon, | ||
div.titleblacklist-warning { | div.titleblacklist-warning { | ||
background: # | background: #8B0000; /* BloodRed */ | ||
border: 1px solid # | border: 1px solid #8B0000; /* BloodRed */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.wikitable { | .wikitable { | ||
background: #303037; | background: #303037; /* Keep default wikitable background for now */ | ||
border: 1px solid #37373e; | border: 1px solid #37373e; /* Keep default wikitable border for now */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
/* класс wikitableKZ является костылем, ведь фиксить wikitable мне было впадлу. Из-за wikitable тултипы обрезаются. Не бейте*/ | /* класс wikitableKZ является костылем, ведь фиксить wikitable мне было впадлу. Из-за wikitable тултипы обрезаются. Не бейте*/ | ||
| Строка 1233: | Строка 1264: | ||
.wikitableKZ>*>tr>th, | .wikitableKZ>*>tr>th, | ||
.wikitableKZ>*>tr>td { | .wikitableKZ>*>tr>td { | ||
border: 1px solid | border: 1px solid #37373e; /* Keep default wikitable border for now */ | ||
} | } | ||
.toc { | .toc { | ||
background: # | background: #121111; /* PanelDarker */ | ||
border: 1px solid | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.mw-content-ltr .tocnumber { | .mw-content-ltr .tocnumber { | ||
color: | color: #b2b2b2; /* LightGray */ | ||
} | } | ||
| Строка 1250: | Строка 1281: | ||
.wikitable>*>tr>th, | .wikitable>*>tr>th, | ||
.wikitable>*>tr>td { | .wikitable>*>tr>td { | ||
border: 1px solid | border: 1px solid #37373e; /* Keep default wikitable border for now */ | ||
} | } | ||
.wikitable>*>tr>th { | .wikitable>*>tr>th { | ||
background: # | background: #121111; /* PanelDarker */ | ||
border: 1px solid | border: 1px solid #37373e; /* Keep default wikitable border for now */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.quickbox { | .quickbox { | ||
border: 1px solid # | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background: # | background: #121111; /* PanelDarker */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.quickboxhead { | .quickboxhead { | ||
border-bottom: 1px solid # | border-bottom: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background: # | background: #121111; /* PanelDarker */ | ||
text-align: center | text-align: center | ||
} | } | ||
| Строка 1272: | Строка 1304: | ||
.mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | .mw-rcfilters-ui-filterTagMultiselectWidget.oo-ui-widget-enabled .oo-ui-tagMultiselectWidget-handle, | ||
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { | .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend { | ||
background: # | background: #121111; /* PanelDarker */ | ||
border: 1px solid # | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button { | .oo-ui-buttonElement-framed.oo-ui-widget-enabled>.oo-ui-buttonElement-button { | ||
background: # | background: #121111; /* PanelDarker */ | ||
border: 1px solid # | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.oo-ui-popupWidget-popup { | .oo-ui-popupWidget-popup { | ||
background: #303037; | background: #303037; /* Keep default popup background for now */ | ||
border: 1px solid #37373e; | border: 1px solid #37373e; /* Keep default popup border for now */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.mw-editform #wpTextbox1, | .mw-editform #wpTextbox1, | ||
textarea { | textarea { | ||
background: #303037; | background: #303037; /* Keep default textarea background for now */ | ||
border: 1px solid #37373e; | border: 1px solid #37373e; /* Keep default textarea border for now */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.wikiEditor-ui-toolbar { | .wikiEditor-ui-toolbar { | ||
background: # | background: #121111; /* PanelDarker */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.wikiEditor-ui-toolbar .group { | .wikiEditor-ui-toolbar .group { | ||
border: 1px solid #37373e; | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.wikiEditor-ui-toolbar .group .label { | .wikiEditor-ui-toolbar .group .label { | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.wikiEditor-ui-toolbar .tabs span.tab a.current, | .wikiEditor-ui-toolbar .tabs span.tab a.current, | ||
.wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | .wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | ||
color: # | color: #121111; /* PanelDarker */ | ||
font-weight: bold | font-weight: bold | ||
} | } | ||
.wikiEditor-ui .wikiEditor-ui-top { | .wikiEditor-ui .wikiEditor-ui-top { | ||
border-bottom: 1px solid #37373e | border-bottom: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
.wikiEditor-ui .wikiEditor-ui-view { | .wikiEditor-ui .wikiEditor-ui-view { | ||
border: 1px solid #37373e | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
.editOptions, | .editOptions, | ||
.mw-editform .editOptions { | .mw-editform .editOptions { | ||
background: # | background: #171616; /* PanelDark */ | ||
border: 1px solid #37373e; | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.positive { | .positive { | ||
color: # | color: #1A4D1A; /* GoodGreenFore */ | ||
font-weight: bold | font-weight: bold | ||
} | } | ||
.negative { | .negative { | ||
color: # | color: #8B0000; /* BloodRed */ | ||
font-weight: bold | font-weight: bold | ||
} | } | ||
| Строка 1363: | Строка 1395: | ||
.tabs-label { | .tabs-label { | ||
background-color: # | background-color: #121111 !important; /* PanelDarker */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
| Строка 1386: | Строка 1418: | ||
text-align: left; | text-align: left; | ||
transition: all 0.2s; | transition: all 0.2s; | ||
border: 1px solid # | border: 1px solid #e1e1e180; /* SCPWhite with alpha */ | ||
background-color: # | background-color: #121111; /* PanelDarker */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
| Строка 1418: | Строка 1451: | ||
.mw-mmv-options-dialog-header, | .mw-mmv-options-dialog-header, | ||
.mw-mmv-options-text-header { | .mw-mmv-options-text-header { | ||
color: # | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
/* MMV file info */ | /* MMV file info */ | ||
.mw-mmv-above-fold { | .mw-mmv-above-fold { | ||
background: # | background: #121111; /* PanelDarker */ | ||
border-top: 1px solid # | border-top: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
.mw-mmv-image-metadata { | .mw-mmv-image-metadata { | ||
background-color: # | background-color: #121111; /* PanelDarker */ | ||
border-color: # | border-color: #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
/* MMV options popup */ | /* MMV options popup */ | ||
.mw-mmv-dialog { | .mw-mmv-dialog { | ||
border: 1px solid # | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background: # | background: #121111; /* PanelDarker */ | ||
box-shadow: none; | box-shadow: none; | ||
} | } | ||
.mw-mmv-dialog .mw-mmv-dialog-down-arrow { | .mw-mmv-dialog .mw-mmv-dialog-down-arrow { | ||
background: # | background: #121111; /* PanelDarker */ | ||
border-bottom: 1px solid # | border-bottom: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
border-right: 1px solid # | border-right: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
.mw-mmv-options-enable-alert { | .mw-mmv-options-enable-alert { | ||
background: # | background: #37373e; /* Keep default background for now, can be changed to StyleNano colors */ | ||
color: # | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
/* MMV buttons on file page */ | /* MMV buttons on file page */ | ||
.mw-mmv-filepage-buttons .mw-ui-button { | .mw-mmv-filepage-buttons .mw-ui-button { | ||
background: # | background: #8B0000; /* BloodRed */ | ||
color: # | color: #e1e1e1; /* SCPWhite */ | ||
border-color: # | border-color: #4D0000; /* BloodRedDarker */ | ||
} | } | ||
.mw-default-size { | .mw-default-size { | ||
background-color: # | background-color: #17161600 !important; /* PanelDark transparent */ | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
.mw-default-size img { | .mw-default-size img { | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
.mw-default-size figcaption { | .mw-default-size figcaption { | ||
background-color: # | background-color: #17161600 !important; /* PanelDark transparent */ | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
.mw-halign-right { | .mw-halign-right { | ||
background-color: # | background-color: #17161600 !important; /* PanelDark transparent */ | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
.mw-halign-right img { | .mw-halign-right img { | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
.mw-halign-right figcaption { | .mw-halign-right figcaption { | ||
background-color: # | background-color: #17161600 !important; /* PanelDark transparent */ | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
.mw-halign-left { | .mw-halign-left { | ||
background-color: # | background-color: #17161600 !important; /* PanelDark transparent */ | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
.mw-halign-left img { | .mw-halign-left img { | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
.mw-halign-left figcaption { | .mw-halign-left figcaption { | ||
background-color: # | background-color: #17161600 !important; /* PanelDark transparent */ | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
.mw-halign-center { | .mw-halign-center { | ||
background-color: # | background-color: #17161600 !important; /* PanelDark transparent */ | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
.mw-halign-center img { | .mw-halign-center img { | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
.mw-halign-center figcaption { | .mw-halign-center figcaption { | ||
background-color: # | background-color: #17161600 !important; /* PanelDark transparent */ | ||
border-color: | border-color: #171616 !important; /* PanelDark */ | ||
} | } | ||
/* Фон референсов. Теперь НЕ белые при нажатии */ | /* Фон референсов. Теперь НЕ белые при нажатии */ | ||
.reference { | .reference { | ||
background-color: # | background-color: #17161600 !important; /* PanelDark transparent */ | ||
} | } | ||
ol.references li:target,sup.reference:target { | ol.references li:target,sup.reference:target { | ||
background-color: #303037 !important; | background-color: #303037 !important; /* Keep default reference highlight for now */ | ||
} | } | ||
.oo-ui-inputWidget-input { | .oo-ui-inputWidget-input { | ||
background-color: # | background-color: #121111 !important; /* PanelDarker */ | ||
border: #37373e !important; | border: #37373e !important; /* Keep default border for now, can be changed to StyleNano colors */ | ||
color: # | color: #e1e1e1 !important; /* SCPWhite */ | ||
} | } | ||
.mw-search-profile-tabs { | .mw-search-profile-tabs { | ||
background-color: # | background-color: #121111 !important; /* PanelDarker */ | ||
border: #37373e !important; | border: #37373e !important; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
.search-types .current a { | .search-types .current a { | ||
color: #d3d3d3 !important; | color: #d3d3d3 !important; /* Keep default search current tab color for now */ | ||
cursor: default !important; | cursor: default !important; | ||
} | } | ||
.mw-message-box-error { | .mw-message-box-error { | ||
background-color: # | background-color: #4D0000 !important; /* BloodRedDarker */ | ||
border-color: # | border-color: #8B0000 !important; /* BloodRed */ | ||
color: #e1e1e1 !important; /* SCPWhite */ | |||
} | } | ||
.mw-message-box-warning { | .mw-message-box-warning { | ||
background-color: # | background-color: #8B4500 !important; /* ConcerningOrangeFore */ | ||
border-color: # | border-color: #8B4500 !important; /* ConcerningOrangeFore */ | ||
color: #e1e1e1 !important; /* SCPWhite */ | |||
} | } | ||
#mw-header-nav-hack { | #mw-header-nav-hack { | ||
border-top: solid 2px # | border-top: solid 2px #171616 !important; /* PanelDark */ | ||
display: block; | display: block; | ||
position: absolute; | position: absolute; | ||
z-index: 98; | z-index: 98; | ||
background: # | background: #171616 !important; /* PanelDark */ | ||
width: 100%; | width: 100%; | ||
} | } | ||
.ui-widget-overlay { | .ui-widget-overlay { | ||
background: # | background: #090909 !important; /* PanelUltraDark */ | ||
opacity: .3 !important; | opacity: .3 !important; | ||
} | } | ||
.ui-widget-content { | .ui-widget-content { | ||
border: 1px solid # | border: 1px solid #37373e !important; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background: # | background: #171616 !important; /* PanelDark */ | ||
color: # | color: #e1e1e1 !important; /* SCPWhite */ | ||
} | } | ||
.ui-widget-header { | .ui-widget-header { | ||
border: 1px solid # | border: 1px solid #37373e !important; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background: # | background: #171616 !important; /* PanelDark */ | ||
color: # | color: #e1e1e1 !important; /* SCPWhite */ | ||
font-weight: bold !important; | font-weight: bold !important; | ||
} | } | ||
| Строка 1558: | Строка 1593: | ||
#wikieditor-toolbar-file-alt { | #wikieditor-toolbar-file-alt { | ||
width: 100% !important; | width: 100% !important; | ||
background-color: # | background-color: #121111 !important; /* PanelDarker */ | ||
color: # | color: #e1e1e1 !important; /* SCPWhite */ | ||
} | } | ||
.wikiEditor-toolbar-dialog .ui-dialog-content input[type='text'] { | .wikiEditor-toolbar-dialog .ui-dialog-content input[type='text'] { | ||
box-sizing: border-box !important; | box-sizing: border-box !important; | ||
background-color: # | background-color: #121111 !important; /* PanelDarker */ | ||
color: # | color: #e1e1e1 !important; /* SCPWhite */ | ||
} | } | ||
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { | .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { | ||
font-family: Verdana,Arial,sans-serif !important; | font-family: Verdana,Arial,sans-serif !important; | ||
font-size: 1em !important; | font-size: 1em !important; | ||
background-color: # | background-color: #121111 !important; /* PanelDarker */ | ||
color: # | color: #e1e1e1 !important; /* SCPWhite */ | ||
} | } | ||
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { | .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { | ||
border: 1px solid # | border: 1px solid #37373e !important; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background: # | background: #121111 !important; /* PanelDarker */ | ||
font-weight: normal !important; | font-weight: normal !important; | ||
color: # | color: #e1e1e1 !important; /* SCPWhite */ | ||
} | } | ||
.ui-state-hover, .ui-widget-contetn .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { | .ui-state-hover, .ui-widget-contetn .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { | ||
border: 1px solid # | border: 1px solid #37373e !important; /* Keep default border for now, can be changed to StyleNano colors */ | ||
background: # | background: #373535 !important; /* PanelLightDark */ | ||
font-weight: normal !important; | font-weight: normal !important; | ||
color: # | color: #e1e1e1 !important; /* SCPWhite */ | ||
} | } | ||
body .wikiEditor-toolbar-dialog .ui-dialog-titlebar-close { | body .wikiEditor-toolbar-dialog .ui-dialog-titlebar-close { | ||
right: 0.9em !important; | right: 0.9em !important; | ||
background: # | background: #373535 !important; /* PanelLightDark */ | ||
} | } | ||
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { | .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { | ||
padding: 0 !important; | padding: 0 !important; | ||
background: # | background: #444444 !important; /* Slightly lighter PanelLightDark */ | ||
} | } | ||
ul#filetoc,.toc,.toccolours,.mw-warning { | ul#filetoc,.toc,.toccolours,.mw-warning { | ||
display: table !important; | display: table !important; | ||
background-color: # | background-color: #121111 !important; /* PanelDarker */ | ||
border: solid #37373e !important; | border: solid #37373e !important; /* Keep default border for now, can be changed to StyleNano colors */ | ||
border-width: 1px 1px 0.2em !important; | border-width: 1px 1px 0.2em !important; | ||
box-shadow: 0 1px 2px 1px rgb(0 0 0 / 2%) !important; | box-shadow: 0 1px 2px 1px rgb(0 0 0 / 2%) !important; | ||
| Строка 1603: | Строка 1638: | ||
min-width: 15em !important; | min-width: 15em !important; | ||
font-size: 100% !important; | font-size: 100% !important; | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.diff-editfont-monospace .diff-addedline,.diff-editfont-monospace .diff-deletedline,.diff-editfont-monospace .diff-context { | .diff-editfont-monospace .diff-addedline,.diff-editfont-monospace .diff-deletedline,.diff-editfont-monospace .diff-context { | ||
font-family: monospace,monospace !important; | font-family: monospace,monospace !important; | ||
background-color: # | background-color: #171616 !important; /* PanelDark */ | ||
border-color: # | border-color: #171616 !important; /* PanelDark */ | ||
color: | color: #e1e1e1 !important; /* SCPWhite */ | ||
} | } | ||
.diff-deletedline .diffchange { | .diff-deletedline .diffchange { | ||
background: # | background: #3A0000 !important; /* BloodRedDarker2 */ | ||
} | } | ||
.diff-addedline .diffchange { | .diff-addedline .diffchange { | ||
background: # | background: #1A4D1A !important; /* GoodGreenFore */ | ||
} | } | ||
.mw-json th,.mw-json td { | .mw-json th,.mw-json td { | ||
border: 1px solid # | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
font-size: 16px; | font-size: 16px; | ||
padding: 0.5em 1em | padding: 0.5em 1em | ||
| Строка 1623: | Строка 1659: | ||
.mw-json tr { | .mw-json tr { | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
margin-bottom: 0.5em | margin-bottom: 0.5em | ||
} | } | ||
.mw-json th { | .mw-json th { | ||
background-color: #303037; | background-color: #303037; /* Keep default json th background for now */ | ||
font-weight: normal; | font-weight: normal; | ||
vertical-align: top; | vertical-align: top; | ||
color:#d3d3d3; | color:#d3d3d3; /* Keep default json th color for now */ | ||
} | } | ||
| Строка 1641: | Строка 1677: | ||
.mw-json-value,.mw-json-single-value { | .mw-json-value,.mw-json-single-value { | ||
background-color: # | background-color: #1A4D1A; /* GoodGreenFore */ | ||
font-family: monospace,monospace; | font-family: monospace,monospace; | ||
white-space: pre-wrap; | white-space: pre-wrap; | ||
color:#d3d3d3; | color:#d3d3d3; /* Keep default json value color for now */ | ||
} | } | ||
.mw-json-empty { | .mw-json-empty { | ||
background-color: # | background-color: #1A4D1A; /* GoodGreenFore */ | ||
font-style: italic; | font-style: italic; | ||
color:#d3d3d3; | color:#d3d3d3; /* Keep default json empty color for now */ | ||
} | } | ||
.hover_img_special { | .hover_img_special { | ||
| Строка 1665: | Строка 1701: | ||
} | } | ||
.ace-tm .ace_gutter { | .ace-tm .ace_gutter { | ||
background: # | background: #171616; /* PanelDark */ | ||
color: # | color: #37373e; /* Keep default ace gutter color for now */ | ||
} | } | ||
.ace-tm .ace_print-margin { | .ace-tm .ace_print-margin { | ||
width: 1px; | width: 1px; | ||
background-color: # | background-color: #121111; /* PanelDarker */ | ||
} | } | ||
.ace-tm { | .ace-tm { | ||
background-color: # | background-color: #121111; /* PanelDarker */ | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.ace-tm .ace_cursor { | .ace-tm .ace_cursor { | ||
color: | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.ace-tm .ace_storage, | .ace-tm .ace_storage, | ||
.ace-tm .ace_keyword { | .ace-tm .ace_keyword { | ||
color: | color: #8B0000; /* BloodRed */ | ||
} | } | ||
.ace-tm .ace_constant.ace_numeric { | .ace-tm .ace_constant.ace_numeric { | ||
color: | color: #8B0000; /* BloodRed */ | ||
} | } | ||
.ace-tm .ace_constant { | .ace-tm .ace_constant { | ||
color: | color: #8B0000; /* BloodRed */ | ||
} | } | ||
.ace-tm .ace_support.ace_function { | .ace-tm .ace_support.ace_function { | ||
color: | color: #8B0000; /* BloodRed */ | ||
} | } | ||
.ace-tm .ace_support.ace_constant { | .ace-tm .ace_support.ace_constant { | ||
color: | color: #1A4D1A; /* GoodGreenFore */ | ||
} | } | ||
.ace-tm .ace_support.ace_type, | .ace-tm .ace_support.ace_type, | ||
.ace-tm .ace_support.ace_class { | .ace-tm .ace_support.ace_class { | ||
color: | color: #8B0000; /* BloodRed */ | ||
} | } | ||
.ace-tm .ace_string { | .ace-tm .ace_string { | ||
color: | color: #1A4D1A; /* GoodGreenFore */ | ||
} | } | ||
.ace-tm .ace_comment { | .ace-tm .ace_comment { | ||
color: | color: #b2b2b2; /* LightGray */ | ||
} | } | ||
.ace-tm .ace_constant.ace_numeric { | .ace-tm .ace_constant.ace_numeric { | ||
color: | color: #8B0000; /* BloodRed */ | ||
} | } | ||
.ace-tm .ace_marker-layer .ace_selection { | .ace-tm .ace_marker-layer .ace_selection { | ||
background: | background: #373535; /* PanelLightDark */ | ||
} | } | ||
.ace-tm .ace_marker-layer .ace_bracket { | .ace-tm .ace_marker-layer .ace_bracket { | ||
margin: -1px 0 0 -1px; | margin: -1px 0 0 -1px; | ||
border: 1px solid | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
.ace-tm .ace_marker-layer .ace_active-line { | .ace-tm .ace_marker-layer .ace_active-line { | ||
background: | background: #373535; /* PanelLightDark */ | ||
} | } | ||
.ace-tm .ace_gutter-active-line { | .ace-tm .ace_gutter-active-line { | ||
background-color: | background-color: #373535; /* PanelLightDark */ | ||
} | } | ||
.ace-tm .ace_marker-layer .ace_selected-word { | .ace-tm .ace_marker-layer .ace_selected-word { | ||
background: | background: #373535; /* PanelLightDark */ | ||
border: 1px solid | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
.codeEditor-status { | .codeEditor-status { | ||
clear: both; | clear: both; | ||
width: 100%; | width: 100%; | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
border-top: 1px solid # | border-top: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
.codeEditor-status-message { | .codeEditor-status-message { | ||
border-left: 1px solid # | border-left: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
border-right: 1px solid # | border-right: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
padding: 0 0.3em; | padding: 0 0.3em; | ||
width: 100%; | width: 100%; | ||
| Строка 1743: | Строка 1778: | ||
} | } | ||
.ace_search { | .ace_search { | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
color: # | color: #e1e1e1; /* SCPWhite */ | ||
border: 1px solid # | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
border-top: 0 none; | border-top: 0 none; | ||
overflow: hidden; | overflow: hidden; | ||
| Строка 1756: | Строка 1791: | ||
} | } | ||
.ace_search_form.ace_nomatch { | .ace_search_form.ace_nomatch { | ||
outline: 1px solid # | outline: 1px solid #8B0000; /* BloodRed */ | ||
} | } | ||
.ace_search_field { | .ace_search_field { | ||
border-radius: 3px 0 0 3px; | border-radius: 3px 0 0 3px; | ||
background-color: # | background-color: #121111; /* PanelDarker */ | ||
color: # | color: #e1e1e1; /* SCPWhite */ | ||
border: 1px solid # | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
border-right: 0 none; | border-right: 0 none; | ||
outline: 0; | outline: 0; | ||
| Строка 1776: | Строка 1811: | ||
} | } | ||
.ace_searchbtn { | .ace_searchbtn { | ||
border: 1px solid # | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
line-height: inherit; | line-height: inherit; | ||
display: inline-block; | display: inline-block; | ||
padding: 0 6px; | padding: 0 6px; | ||
background: # | background: #121111; /* PanelDarker */ | ||
border-right: 0 none; | border-right: 0 none; | ||
border-left: 1px solid # | border-left: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
cursor: pointer; | cursor: pointer; | ||
margin: 0; | margin: 0; | ||
position: relative; | position: relative; | ||
color: # | color: #e1e1e1; /* SCPWhite */ | ||
} | } | ||
.ace_searchbtn:last-child { | .ace_searchbtn:last-child { | ||
border-radius: 0 3px 3px 0; | border-radius: 0 3px 3px 0; | ||
border-right: 1px solid # | border-right: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||
.ace_searchbtn:hover { | .ace_searchbtn:hover { | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
} | } | ||
.ace_searchbtn.prev:after{ | .ace_searchbtn.prev:after{ | ||
content: ""; | content: ""; | ||
border: solid 2px # | border: solid 2px #e1e1e1; /* SCPWhite */ | ||
width: 0.5em; | width: 0.5em; | ||
height: 0.5em; | height: 0.5em; | ||
| Строка 1806: | Строка 1841: | ||
.ace_searchbtn.next:after{ | .ace_searchbtn.next:after{ | ||
content: ""; | content: ""; | ||
border: solid 2px # | border: solid 2px #e1e1e1; /* SCPWhite */ | ||
width: 0.5em; | width: 0.5em; | ||
height: 0.5em; | height: 0.5em; | ||
| Строка 1823: | Строка 1858: | ||
overflow: hidden; | overflow: hidden; | ||
opacity: 0.7; | opacity: 0.7; | ||
border: 1px solid | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
padding: 1px; | padding: 1px; | ||
box-sizing: border-box!important; | box-sizing: border-box!important; | ||
color: # | color: #e1e1e1; /* SCPWhite */ | ||
background-color: # | background-color: #121111; /* PanelDarker */ | ||
} | } | ||
.ace_button:hover { | .ace_button:hover { | ||
background-color: # | background-color: #171616; /* PanelDark */ | ||
opacity:1; | opacity:1; | ||
} | } | ||
.ace_button:active { | .ace_button:active { | ||
background-color: # | background-color: #090909; /* PanelUltraDark */ | ||
} | } | ||
/* Скроллбар */ | /* Скроллбар */ | ||
::-webkit-scrollbar { | ::-webkit-scrollbar { | ||
background-color:# | background-color:#37373e; /* Keep default scrollbar background for now */ | ||
} | } | ||
::-webkit-scrollbar-thumb { | ::-webkit-scrollbar-thumb { | ||
background-color: # | background-color: #37373e; /* Keep default scrollbar thumb for now */ | ||
border: 2px solid # | border: 2px solid #37373e; /* Keep default scrollbar thumb border for now */ | ||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||
::-webkit-scrollbar-thumb:hover { | ::-webkit-scrollbar-thumb:hover { | ||
background-color: # | background-color: #444444; /* Slightly lighter than default scrollbar thumb */ | ||
} | } | ||
::-webkit-scrollbar-thumb:active { | ::-webkit-scrollbar-thumb:active { | ||
background-color: # | background-color: #b2b2b2; /* LightGray */ | ||
} | } | ||
| Строка 1877: | Строка 1912: | ||
.section .line-break { | .section .line-break { | ||
flex-basis: 100%; | flex-basis: 100%; | ||
width: 0px; | width: 0px; | ||
height: 0px; | height: 0px; | ||
overflow: hidden; | overflow: hidden; | ||
} | } | ||
.mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,.mw-changeslist-legend,.mw-body .mw-search-profile-tabs,.mw-body fieldset#mw-searchoptions,.mw_metadata,.mw-datatable { | .mw-body .mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend,.mw-changeslist-legend,.mw-body .mw-search-profile-tabs,.mw-body fieldset#mw-searchoptions,.mw_metadata,.mw-datatable { | ||
color: #d3d3d3; | color: #d3d3d3; /* Keep default legend color for now */ | ||
background: #303037; | background: #303037; /* Keep default legend background for now */ | ||
border: solid # | border: solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
border-width: 1px 1px 0.2em; | border-width: 1px 1px 0.2em; | ||
padding: 1.25em 1.75em; | padding: 1.25em 1.75em; | ||
| Строка 1891: | Строка 1926: | ||
} | } | ||
.mw_metadata > tr > th,.mw-datatable > tr > th,.wikitable > tr > th,.mw_metadata > tr > td,.mw-datatable > tr > td,.wikitable > tr > td,.mw_metadata > * > tr > th,.mw-datatable > * > tr > th,.wikitable > * > tr > th,.mw_metadata > * > tr > td,.mw-datatable > * > tr > td,.wikitable > * > tr > td { | .mw_metadata > tr > th,.mw-datatable > tr > th,.wikitable > tr > th,.mw_metadata > tr > td,.mw-datatable > tr > td,.wikitable > tr > td,.mw_metadata > * > tr > th,.mw-datatable > * > tr > th,.wikitable > * > tr > th,.mw_metadata > * > tr > td,.mw-datatable > * > tr > td,.wikitable > * > tr > td { | ||
border: 1px solid # | border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
padding: 0.4em 0.5em | padding: 0.4em 0.5em | ||
} | } | ||
.mw-datatable th { | .mw-datatable th { | ||
background: # | background: #171616; /* PanelDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.mw-datatable td { | .mw-datatable td { | ||
background-color: #303037; | background-color: #303037; /* Keep default datatable td background for now */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.mw-datatable tr:hover td { | .mw-datatable tr:hover td { | ||
background-color: # | background-color: #37373e; /* Keep default datatable tr hover background for now */ | ||
} | } | ||
| Строка 1911: | Строка 1948: | ||
} | } | ||
.mw-scribunto-console-fieldset { | .mw-scribunto-console-fieldset { | ||
color: #d3d3d3; | color: #d3d3d3; /* Keep default scribunto color for now */ | ||
background: none; | background: none; | ||
border: 3px solid # | border: 3px solid #121111; /* PanelDarker */ | ||
} | } | ||
.mw-scribunto-message { | .mw-scribunto-message { | ||
color: # | color: #1A4D1A; /* GoodGreenFore */ | ||
background:none; | background:none; | ||
} | } | ||
| Строка 1923: | Строка 1960: | ||
border: 0; | border: 0; | ||
overflow: auto; | overflow: auto; | ||
background: #303037; | background: #303037; /* Keep default scribunto input background for now */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.mw-scribunto-input { | .mw-scribunto-input { | ||
color: #d3d3d3; | color: #d3d3d3; /* Keep default scribunto input color for now */ | ||
font: inherit; | font: inherit; | ||
font-weight: bold; | font-weight: bold; | ||
| Строка 1951: | Строка 1989: | ||
line-height:50px; | line-height:50px; | ||
border-radius: 8px; | border-radius: 8px; | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.role-block-radius { | .role-block-radius { | ||
border-radius: 8px | border-radius: 8px; | ||
background-color: #121111; /* PanelDarker */ | |||
color: #e1e1e1; /* SCPWhite */ | |||
border: 1px solid #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | |||
} | } | ||
.role-block-name { | .role-block-name { | ||
| Строка 1959: | Строка 2001: | ||
border-radius:.3em; | border-radius:.3em; | ||
margin-bottom:.2em; | margin-bottom:.2em; | ||
background-color: #171616; /* PanelDark */ | |||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.story-text { | .story-text { | ||
text-indent: 19px; | text-indent: 19px; | ||
text-align: justify; | text-align: justify; | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.story-dialogue { | .story-dialogue { | ||
line-height:1.2 | line-height:1.2; | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.oo-ui-stackLayout-continuous > .oo-ui-panelLayout { | .oo-ui-stackLayout-continuous > .oo-ui-panelLayout { | ||
| Строка 1973: | Строка 2019: | ||
} | } | ||
.mw-gallery-slideshow .gallerybox.slideshow-current { | .mw-gallery-slideshow .gallerybox.slideshow-current { | ||
background: # | background: #373535; /* PanelLightDark */ | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
.gallerytext { | .gallerytext { | ||
| Строка 1981: | Строка 2028: | ||
word-wrap: break-word; | word-wrap: break-word; | ||
text-align: center; | text-align: center; | ||
color: #e1e1e1; /* SCPWhite */ | |||
} | } | ||
#content .gallerybox div.thumb { | #content .gallerybox div.thumb { | ||
background-color: # | background-color: #17161600; /* PanelDark transparent */ | ||
} | } | ||
.mw-body li.gallerybox div.thumb { | .mw-body li.gallerybox div.thumb { | ||
background: # | background: #17161600; /* PanelDark transparent */ | ||
border: solid # | border: solid #37353e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
border-width: 1px 1px 0.2em; | border-width: 1px 1px 0.2em; | ||
padding: 1.25em 1.75em; | padding: 1.25em 1.75em; | ||
| Строка 1997: | Строка 2045: | ||
} | } | ||
.title-top-border { | .title-top-border { | ||
border-top: solid 2px # | border-top: solid 2px #37373e; /* Keep default border for now, can be changed to StyleNano colors */ | ||
} | } | ||