Template:Nav/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 10: | Line 10: | ||
line-height: 1.3em; | line-height: 1.3em; | ||
text-align: center; | text-align: center; | ||
background: linear-gradient(45deg, #4b0082, #8b008b, #4b0082) ; | background: linear-gradient(45deg, #4b0082, #8b008b, #4b0082); | ||
} | |||
.navtable a { | |||
color: white; | |||
text-decoration: none; | |||
} | } | ||
Latest revision as of 21:25, 12 January 2024
.navtable { border: 1px solid rgb(132,174,236); padding: 5px; border-radius: 11px; border-spacing: 0; width: 100%; max-width: 1024px; margin: 15px auto 40px auto; font-weight: bold; line-height: 1.3em; text-align: center; background: linear-gradient(45deg, #4b0082, #8b008b, #4b0082); } .navtable a { color: white; text-decoration: none; } .navtable td { padding: 5px; border-right-width: 1px; border-right-style: solid; border-right-color: #84AEEC; } .navtable td.last { border-right: 0; }