about summary refs log tree commit diff stats
path: root/css/common.css
diff options
context:
space:
mode:
authorCase Duckworth2015-03-03 01:09:43 -0700
committerCase Duckworth2015-03-03 01:09:43 -0700
commit919ef87bf6d85671d51a320577adb671e0fa6ed6 (patch)
tree1f04a68f061063dd19c5e5be75ac748868ba49e9 /css/common.css
parentAccomodate footnotes (diff)
downloadautocento-919ef87bf6d85671d51a320577adb671e0fa6ed6.tar.gz
autocento-919ef87bf6d85671d51a320577adb671e0fa6ed6.zip
Add external link css to links
Diffstat (limited to 'css/common.css')
-rw-r--r--css/common.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/css/common.css b/css/common.css index 5fb27d7..7957538 100644 --- a/css/common.css +++ b/css/common.css
@@ -14,7 +14,7 @@
14/* @import url("fonts/courier-prime.css"); 14/* @import url("fonts/courier-prime.css");
15 * ^^^^^^ for typewriter pages in Paul */ 15 * ^^^^^^ for typewriter pages in Paul */
16/* }}} */ 16/* }}} */
17/* Body & Links {{{ */ 17/* Body {{{ */
18html, body { 18html, body {
19 font-family: "Fira Sans", sans-serif; 19 font-family: "Fira Sans", sans-serif;
20 font-size: 12pt; 20 font-size: 12pt;
@@ -41,7 +41,8 @@ tr {
41 border-bottom: 1px solid #aaa; 41 border-bottom: 1px solid #aaa;
42 border-top: 1px solid #aaa; 42 border-top: 1px solid #aaa;
43} 43}
44/* Links */ 44/* }}} */
45/* Links {{{ */
45a:link { 46a:link {
46 color: inherit; 47 color: inherit;
47 text-decoration: underline; 48 text-decoration: underline;
@@ -55,6 +56,23 @@ a:hover {
55a:active { 56a:active {
56 text-decoration: underline; 57 text-decoration: underline;
57} 58}
59/* External Links */
60a.external:link {
61 color: inherit;
62 text-decoration: underline;
63 text-decoration-style: double;
64}
65a.external:visited {
66 color: inherit;
67}
68a.external:hover {
69 text-decoration: underline;
70 text-decoration-style: double;
71}
72a.external:active {
73 text-decoration: underline;
74 text-decoration-style: double;
75}
58/* }}} */ 76/* }}} */
59/* Images {{{ */ 77/* Images {{{ */
60figure { 78figure {