about summary refs log tree commit diff stats
path: root/style.css
diff options
context:
space:
mode:
authorCase Duckworth2022-07-19 20:28:56 -0500
committerCase Duckworth2022-07-19 20:28:56 -0500
commitc8ea1489ed76bcffca025e27c1a0b45e75d71d2e (patch)
tree81947e0d0e093df6e9f253f8133a8282d33c5320 /style.css
parentAdd titles to extra links (diff)
downloadsfeed-c8ea1489ed76bcffca025e27c1a0b45e75d71d2e.tar.gz
sfeed-c8ea1489ed76bcffca025e27c1a0b45e75d71d2e.zip
Change styling
Diffstat (limited to 'style.css')
-rw-r--r--style.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/style.css b/style.css index d15dd86..4291171 100644 --- a/style.css +++ b/style.css
@@ -20,11 +20,12 @@ main {
20 font-weight: bold; 20 font-weight: bold;
21} 21}
22 22
23td a { padding: 4px; } 23td a { padding: 6px; }
24 24
25.entry-timestamp { 25.entry-timestamp {
26 font-family: monospace; 26 font: 0.9em monospace;
27 padding-right: 8px; 27 padding: 4px;
28 min-width: 10em;
28} 29}
29 30
30#list { 31#list {
@@ -106,7 +107,12 @@ body>nav a { display: inline; }
106.entries { border-collapse: collapse; } 107.entries { border-collapse: collapse; }
107 108
108.entries, .entry-title { width: 100%; } 109.entries, .entry-title { width: 100%; }
109.entry-extra a { color: blue; display: inline; } 110
111.entry-extra a { color: blue; display: inline; font-family: monospace; }
112
113.entry-title, .entry-timestamp, .entry-extra {
114 padding: 0; margin: 0; border: none;
115}
110 116
111header a { display: inline; } 117header a { display: inline; }
112 118
@@ -192,10 +198,8 @@ footer a:link {
192 text-decoration: underline; 198 text-decoration: underline;
193} 199}
194 200
195.yt::after { 201.yt a {
196 content: " *";
197 color: #ff0000; 202 color: #ff0000;
198 size: 50%;
199} 203}
200 204
201.youtube { 205.youtube {