Home/styles.css: Difference between revisions

From Rhythm Heaven Wiki
Jump to navigation Jump to search
(Created page with ".mw-parser-output .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected { background-color: #458db9 !important; } .mw-parser-output .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label { color: #e6e6e6 !important; } .mw-parser-output .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label { color: #000 !important; } .mw-parser-output .oo-ui-tabSelectWidget-framed...")
 
(PanchamBro changed the content model of the page Home/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
(No difference)

Revision as of 12:51, 18 July 2023

.mw-parser-output .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
  background-color: #458db9 !important;
}
.mw-parser-output .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
  color: #e6e6e6 !important;
}
.mw-parser-output .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label {
  color: #000 !important;
}
.mw-parser-output .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget {
  border: 1px solid #000 !important;
}
a, a.interwiki, a.external, a:visited, a.interwiki:visited, a.external:visited {
  color: #4A31FF;
}