aboutsummaryrefslogtreecommitdiff
path: root/source/css
diff options
context:
space:
mode:
authorNeodarZ <neodarz@neodarz.net>2017-05-19 15:43:03 +0200
committerNeodarZ <neodarz@neodarz.net>2017-05-19 15:43:03 +0200
commit7d35d4f394f3a774b8b99e5a24a3c4cf9f6efa7b (patch)
treefb0053275f0f4f79595fb2a4e7b45ec1af54afd1 /source/css
parent2c4315f47b0f481bbcb6372acd951ca995d9c215 (diff)
downloadmy_new_personal_website-7d35d4f394f3a774b8b99e5a24a3c4cf9f6efa7b.tar.xz
my_new_personal_website-7d35d4f394f3a774b8b99e5a24a3c4cf9f6efa7b.zip
Add tagcloud
Diffstat (limited to 'source/css')
-rw-r--r--source/css/theme.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css
index 8ee111a6..95b14808 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -564,6 +564,24 @@ table {
text-align: center;
}
+/*** tag cloud ***/
+
+#cloudtag {
+ width: 50%;
+ margin: 0 auto;
+ border: 1px solid white;
+ padding: 10px;
+}
+
+#cloudtag a {
+ text-decoration: none;
+ font-weight: bold;
+}
+
+#cloudtag span {
+ font-weight: lighter;
+}
+
/*** Wide screen ***/
@media screen and (min-width: 1441px) {