mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-31 09:56:03 +00:00
tweak the style of highlights and nav lists
This commit is contained in:
parent
dbf1824210
commit
174d6ddf7f
2 changed files with 5 additions and 5 deletions
|
|
@ -4,7 +4,7 @@ td { font-size: 1.5em
|
|||
|
||||
td:nth-child(2) { padding: 0 10px }
|
||||
|
||||
.highlight { background-image: -webkit-gradient(radial, 50% 50%, 5, 50% 50%, 15, from(#ffa), to(#f7f7f7))
|
||||
.highlight { background-image: -webkit-gradient(radial, 50% 50%, 5, 50% 50%, 15, from(#ffc), to(#f7f7f7))
|
||||
; background-image: -moz-radial-gradient(center 45deg, circle contain, #ffa 0%, #f7f7f7 100%)
|
||||
; font-size: 1.2em
|
||||
}
|
||||
|
|
|
|||
|
|
@ -60,14 +60,14 @@ ul.nav li { display: block
|
|||
|
||||
ul.nav li a { padding: 5px
|
||||
; text-decoration: none
|
||||
; border-bottom: dashed 1px #0E539C
|
||||
; text-shadow: #999 5px 5px 5px
|
||||
; border-bottom: solid 1px #fff
|
||||
; text-shadow: #ccc 2px 2px 3px
|
||||
}
|
||||
ul.nav li a:visited { color: #227 }
|
||||
|
||||
ul.nav li a:hover,
|
||||
ul.nav li a:active { text-shadow: #aa7 5px 5px 5px
|
||||
; border-bottom: dashed 1px #000
|
||||
ul.nav li a:active { text-shadow: #cca 2px 2px 3px
|
||||
; border-bottom: solid 1px #aaa
|
||||
}
|
||||
|
||||
ul.nav li a:active { text-shadow: none }
|
||||
|
|
|
|||
Loading…
Reference in a new issue