about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2015-03-13 14:29:36 -0700
committerCase Duckworth2015-03-13 14:29:36 -0700
commit2a9c08063a8b7d6e4413542e8d453b4e30d19df1 (patch)
treee32c8bd21f9d3a41db3e904ac42975bb130ba988
parentFix bug in Moon Drowning linking to music-443 (diff)
downloadautocento-2a9c08063a8b7d6e4413542e8d453b4e30d19df1.tar.gz
autocento-2a9c08063a8b7d6e4413542e8d453b4e30d19df1.zip
Change link underline style
-rw-r--r--css/common.css10
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}
121a:visited { 121a:visited {
122 color: inherit; 122 color: inherit;
123} 123}
124a:hover { 124a:hover {
125 /* text-decoration: underline; */ 125 /* text-decoration: underline; */
126 border-bottom: 1px solid black;
126} 127}
127a:active { 128a: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 */
132a[href^="http"]:link { 133a[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}
136a[href^="http"]:visited { 137a[href^="http"]:visited {
137} 138}
138a[href^="http"]:hover { 139a[href^="http"]:hover {
140 border-bottom: 1px dashed black;
139} 141}
140a[href^="http"]:active { 142a[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 {{{ */