434
editsAd placeholder
User:Crashaholic/vector.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
Crashaholic (talk | contribs) No edit summary |
Crashaholic (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
} | } | ||
body.theme-dark-grey .bg3wiki-tooltip-box .theme-light { | body.theme-dark-grey .bg3wiki-tooltip-box .theme-bg3-light { | ||
background: rgb(243, 235, 205); | background: rgb(243, 235, 205); | ||
} | } | ||
body.theme-dark-grey .bg3wiki-tooltip-gradient-common .theme-light{ | body.theme-dark-grey .bg3wiki-tooltip-gradient-common .theme-bg3-light{ | ||
background: linear-gradient(to bottom,#F0E4D599,#E6DDD599,#D5C0B899,#c0b2df99); | background: linear-gradient(to bottom,#F0E4D599,#E6DDD599,#D5C0B899,#c0b2df99); | ||
} | } | ||
body.theme-dark-grey .theme-light{ | body.theme-dark-grey .theme-bg3-light{ | ||
background: linear-gradient(rgba(223, 217, 204, 0.9) 80%,transparent); | background: linear-gradient(rgba(223, 217, 204, 0.9) 80%,transparent); | ||
} | } | ||
body.theme-dark-grey #bg3wiki-legacy-content-notice .theme-light { | body.theme-dark-grey #bg3wiki-legacy-content-notice .theme-bg3-light { | ||
color: var(--bg-main3); | color: var(--bg-main3); | ||
} | } |