diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/header_inc.tpl | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index 0fb240f..2c21331 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -2,18 +2,18 @@ <style type="text/css"> {* {include file="bitpackage:tags/tags_css.tpl"} *} {literal} - #cloud { margin: 0; padding: 0; } - #cloud li { display: inline; margin-right: .6em;} - #cloud .tag1 a{ font-size: 0.7em; font-weight: 100; } - #cloud .tag2 a{ font-size: 0.8em; font-weight: 200; } - #cloud .tag3 a{ font-size: 0.9em; font-weight: 300; } - #cloud .tag4 a{ font-size: 1.0em; font-weight: 400; } - #cloud .tag5 a{ font-size: 1.2em; font-weight: 500; } - #cloud .tag6 a{ font-size: 1.4em; font-weight: 600; } - #cloud .tag7 a{ font-size: 1.6em; font-weight: 700; } - #cloud .tag8 a{ font-size: 1.8em; font-weight: 800; } - #cloud .tag9 a{ font-size: 2.2em; font-weight: 900; } - #cloud .tag10 a{ font-size: 2.5em; font-weight: 900; } + #cloud {margin:0; padding:0;} + #cloud li {display:inline; margin-right:0.6em;} + #cloud .tag1 a {font-size:0.7em; font-weight:100;} + #cloud .tag2 a {font-size:0.8em; font-weight:200;} + #cloud .tag3 a {font-size:0.9em; font-weight:300;} + #cloud .tag4 a {font-size:1.0em; font-weight:400;} + #cloud .tag5 a {font-size:1.2em; font-weight:500;} + #cloud .tag6 a {font-size:1.4em; font-weight:600;} + #cloud .tag7 a {font-size:1.6em; font-weight:700;} + #cloud .tag8 a {font-size:1.8em; font-weight:800;} + #cloud .tag9 a {font-size:2.2em; font-weight:900;} + #cloud .tag10 a {font-size:2.5em; font-weight:900;} {/literal} </style> {/if} |
