diff options
author | Case Duckworth | 2015-03-13 14:29:36 -0700 |
---|---|---|
committer | Case Duckworth | 2015-03-13 14:29:36 -0700 |
commit | 2a9c08063a8b7d6e4413542e8d453b4e30d19df1 (patch) | |
tree | e32c8bd21f9d3a41db3e904ac42975bb130ba988 /css | |
parent | Fix bug in Moon Drowning linking to music-443 (diff) | |
download | autocento-2a9c08063a8b7d6e4413542e8d453b4e30d19df1.tar.gz autocento-2a9c08063a8b7d6e4413542e8d453b4e30d19df1.zip |
Change link underline style
Diffstat (limited to 'css')
-rw-r--r-- | css/common.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/css/common.css b/css/common.css index f1b3181..2ac70f3 100644 --- a/css/common.css +++ b/css/common.css | |||
@@ -116,29 +116,31 @@ a:link { | |||
116 | padding-top: 1px; | 116 | padding-top: 1px; |
117 | color: inherit; | 117 | color: inherit; |
118 | text-decoration: none; | 118 | text-decoration: none; |
119 | border-bottom: 1px solid black; | 119 | border-bottom: 1px dotted #a1a3a1; |
120 | } | 120 | } |
121 | a:visited { | 121 | a:visited { |
122 | color: inherit; | 122 | color: inherit; |
123 | } | 123 | } |
124 | a:hover { | 124 | a:hover { |
125 | /* text-decoration: underline; */ | 125 | /* text-decoration: underline; */ |
126 | border-bottom: 1px solid black; | ||
126 | } | 127 | } |
127 | a:active { | 128 | a:active { |
128 | /* text-decoration: underline; */ | 129 | /* text-decoration: underline; */ |
129 | border-top: 1px solid black; | 130 | border-bottom: 1px solid black; |
130 | } | 131 | } |
131 | /* External Links */ | 132 | /* External Links */ |
132 | a[href^="http"]:link { | 133 | a[href^="http"]:link { |
133 | text-decoration: none; | 134 | text-decoration: none; |
134 | border-bottom: 1px dashed black; | 135 | border-bottom: 1px dotted #a1a3a1; |
135 | } | 136 | } |
136 | a[href^="http"]:visited { | 137 | a[href^="http"]:visited { |
137 | } | 138 | } |
138 | a[href^="http"]:hover { | 139 | a[href^="http"]:hover { |
140 | border-bottom: 1px dashed black; | ||
139 | } | 141 | } |
140 | a[href^="http"]:active { | 142 | a[href^="http"]:active { |
141 | border-top: 1px dashed black; | 143 | border-bottom: 1px dashed black; |
142 | } | 144 | } |
143 | /* links }}} */ | 145 | /* links }}} */ |
144 | /* IMAGES {{{ */ | 146 | /* IMAGES {{{ */ |