The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 10: | Line 10: | ||
} | } | ||
.skin-timeless .infobox table, .skin-vector .infobox table { | .skin-citizen-light .infobox table, .skin-timeless .infobox table, .skin-vector .infobox table { | ||
background: rgb(180, 190, 185) !important; | background: rgb(180, 190, 185) !important; | ||
color: #1a1a1b !important; | color: #1a1a1b !important; | ||
} | } | ||
. | .infobox { | ||
color: var(--color-base); | |||
} | } | ||
Line 37: | Line 24: | ||
.infobox table { | .infobox table { | ||
background: var(-- | background: var(--color-surface-0);; | ||
box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06), 0 10px 10px rgba(0, 0, 0, 0.06); | box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06), 0 10px 10px rgba(0, 0, 0, 0.06); | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
Line 46: | Line 33: | ||
float: right; | float: right; | ||
border-radius:16px; | border-radius:16px; | ||
} | } | ||
.infoboxheader { | .infoboxheader { | ||
border-bottom: 1px solid #ff4500; | border-bottom: 1px solid #ff4500; | ||
text-align: center; | text-align: center; | ||
font-size:125%; | font-size:125%; | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
.infobox-parameter { | .infobox-parameter { | ||
font-weight: bold; | font-weight: bold; | ||
color: | color: #74797C; | ||
} | } |