Module:Video game reviews/sandbox/styles.css: Difference between revisions

Content deleted Content added
everyone's favorite keyword
Tag: Reverted
No edit summary
 
(11 intermediate revisions by 3 users not shown)
Line 59:
text-align: center;
padding: 0.2em 0.4em;
 
.video-game-reviews .skin-theme-clientpref-night caption {
background: #3e4142;
color: #d6d6d6;
 
@media (prefers-color-scheme: dark) {
.video-game-reviews .skin-theme-clientpref-os caption {
background: #3e4142 !important;
color: #d6d6d6 !important;
}
}
 
.video-game-reviews th {
background: var(--background-color-neutral, #eaecf0);
color: #333;
}
Line 137 ⟶ 125:
.video-game-reviews caption {
display: table-caption; /* Minerva is still silly */
}
 
/* Dark mode fixes */
@media screen {
html.skin-theme-clientpref-night .video-game-reviews caption,
html.skin-theme-clientpref-night .vgr-edit-on-wikidata {
background: #3e41423b3e44;
}
html.skin-theme-clientpref-night .vgr-edit-on-wikidata,
html.skin-theme-clientpref-night .video-game-reviews caption,
html.skin-theme-clientpref-night .video-game-reviews,
html.skin-theme-clientpref-night .vgr-awards td,
html.skin-theme-clientpref-night .vgr-hrow th,
html.skin-theme-clientpref-night .video-game-reviews th {
color: #d6d6d6d6d9dc;
}
.video-game-reviews html.skin-theme-clientpref-night caption.vgr-hrow th {
background: #3e4142 !important1b223d;
}
html.skin-theme-clientpref-night .vgr-awards td {
background: #252627;
}
 
@media screen and ( prefers-color-scheme: dark) ) {
html.skin-theme-clientpref-os .video-game-reviews caption,
html.skin-theme-clientpref-os .vgr-edit-on-wikidata {
background: #3b3e44;
}
html.skin-theme-clientpref-os .vgr-edit-on-wikidata,
html.skin-theme-clientpref-os .video-game-reviews caption,
html.skin-theme-clientpref-os .video-game-reviews,
html.skin-theme-clientpref-os .vgr-awards td,
html.skin-theme-clientpref-os .vgr-hrow th,
html.skin-theme-clientpref-os .video-game-reviews th {
color: #d6d9dc;
}
.video-game-reviews html.skin-theme-clientpref-os caption.vgr-hrow th {
background: #1b223d;
}
html.skin-theme-clientpref-os .vgr-awards td {
background: #252627;
}
}