No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 8: | Line 8: | ||
} | } | ||
.vector-menu-tabs-legacy li { | .vector-menu-tabs-legacy li { | ||
background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%); | |||
background-position: left bottom; | |||
background-repeat: repeat-x; | |||
float: right; | |||
display: block; | |||
height: 100%; | |||
} | margin: 0; | ||
padding: 0; | |||
line-height: 1.125em; | |||
white-space: nowrap | |||
} |
Revision as of 23:19, 19 May 2024
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap'); .sci-fi-font { font-family: 'Orbitron', sans-serif; font-weight: bold; } .vector-menu-tabs-legacy li { background-image: linear-gradient(to top,#77c1f6 0,#e8f2f8 1px,#ffffff 100%); background-position: left bottom; background-repeat: repeat-x; float: right; display: block; height: 100%; margin: 0; padding: 0; line-height: 1.125em; white-space: nowrap }