diff options
author | NeodarZ <neodarz@neodarz.net> | 2017-05-19 15:43:03 +0200 |
---|---|---|
committer | NeodarZ <neodarz@neodarz.net> | 2017-05-19 15:43:03 +0200 |
commit | 7d35d4f394f3a774b8b99e5a24a3c4cf9f6efa7b (patch) | |
tree | fb0053275f0f4f79595fb2a4e7b45ec1af54afd1 /source/css | |
parent | 2c4315f47b0f481bbcb6372acd951ca995d9c215 (diff) | |
download | my_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.css | 18 |
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) { |