Home/styles.css: Difference between revisions

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

Revision as of 12:59, 18 July 2023

.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
  background-color: #458db9 !important;
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected .oo-ui-labelElement-label {
  color: #e6e6e6 !important;
}
.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget .oo-ui-labelElement-label {
  color: #000 !important;
}
.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;
}