about summary refs log tree commit diff stats
path: root/app/assets/stylesheets/main/entries.scss
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 12:50:33 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-13 12:50:33 -0400
commit250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc (patch)
tree21dba266c2d0b6c39a7202fbaf119d6a0b7cecf0 /app/assets/stylesheets/main/entries.scss
parent27482983496cd0b8b6fa7dc943a1b05959735835 (diff)
downloadthoughts-250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc.tar.gz
thoughts-250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc.tar.bz2
thoughts-250ef8b5d4f6cb457c4976528f72f6ea7bf5f6cc.zip
Tag cloud
Diffstat (limited to 'app/assets/stylesheets/main/entries.scss')
-rw-r--r--app/assets/stylesheets/main/entries.scss37
1 files changed, 37 insertions, 0 deletions
diff --git a/app/assets/stylesheets/main/entries.scss b/app/assets/stylesheets/main/entries.scss index a4e9463..8d5796f 100644 --- a/app/assets/stylesheets/main/entries.scss +++ b/app/assets/stylesheets/main/entries.scss
@@ -355,3 +355,40 @@
355 margin-left: 1em; 355 margin-left: 1em;
356 } 356 }
357} 357}
358
359#tag-cloud {
360 width: 75%;
361 margin: 0 auto;
362 text-align: center;
363
364 a {
365 display: inline-block;
366 margin-right: 0.5em;
367 text-decoration: none;
368
369 &:hover {
370 text-decoration: underline;
371 }
372
373 &:visited {
374 color: blue;
375 }
376 }
377
378 .xs {
379 font-size: 0.75em;
380 }
381
382 .m {
383 font-size: 2em;
384 }
385
386 .l {
387 font-size: 3em;
388 }
389
390 .xl {
391 font-size: 3em;
392 font-weight: bold;
393 }
394}