diff options
Diffstat (limited to 'css')
-rw-r--r-- | css/common.css | 22 |
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 {{{ */ |
18 | html, body { | 18 | html, 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 {{{ */ | ||
45 | a:link { | 46 | a:link { |
46 | color: inherit; | 47 | color: inherit; |
47 | text-decoration: underline; | 48 | text-decoration: underline; |
@@ -55,6 +56,23 @@ a:hover { | |||
55 | a:active { | 56 | a:active { |
56 | text-decoration: underline; | 57 | text-decoration: underline; |
57 | } | 58 | } |
59 | /* External Links */ | ||
60 | a.external:link { | ||
61 | color: inherit; | ||
62 | text-decoration: underline; | ||
63 | text-decoration-style: double; | ||
64 | } | ||
65 | a.external:visited { | ||
66 | color: inherit; | ||
67 | } | ||
68 | a.external:hover { | ||
69 | text-decoration: underline; | ||
70 | text-decoration-style: double; | ||
71 | } | ||
72 | a.external:active { | ||
73 | text-decoration: underline; | ||
74 | text-decoration-style: double; | ||
75 | } | ||
58 | /* }}} */ | 76 | /* }}} */ |
59 | /* Images {{{ */ | 77 | /* Images {{{ */ |
60 | figure { | 78 | figure { |