Revision 756:18b0f6e6d7a8 vendor/plugins/redmine_tags/assets/stylesheets

View differences:

vendor/plugins/redmine_tags/assets/stylesheets/redmine_tags.css
1
/**
2
 * This file is a part of redmine_tags
3
 * redMine plugin, that adds tagging support.
4
 *
5
 * Copyright (c) 2010 Aleksey V Zapparov AKA ixti
6
 *
7
 * redmine_tags is free software: you can redistribute it and/or modify
8
 * it under the terms of the GNU General Public License as published by
9
 * the Free Software Foundation, either version 3 of the License, or
10
 * (at your option) any later version.
11
 *
12
 * redmine_tags is distributed in the hope that it will be useful,
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 * GNU General Public License for more details.
16
 *
17
 * You should have received a copy of the GNU General Public License
18
 * along with redmine_tags.  If not, see <http://www.gnu.org/licenses/>.
19
 */
20

  
21
ul.tags { list-style: none; padding: 0px; }
22
ul.tags li { margin: .25em 0px; }
23

  
24
div.tags { text-align: center; }
25
div.tags .tag-label { margin: .25em; }
26
div.tags .tag-nube-1 { font-size: .8em; }
27
div.tags .tag-nube-2 { font-size: .9em; }
28
div.tags .tag-nube-3 { font-size: 1em; }
29
div.tags .tag-nube-4 { font-size: 1.1em; }
30
div.tags .tag-nube-5 { font-size: 1.2em; }
31
div.tags .tag-nube-6 { font-size: 1.3em; }
32
div.tags .tag-nube-7 { font-size: 1.4em; }
33
div.tags .tag-nube-8 { font-size: 1.5em; }
34

  
35
.tag-count { font-size: .75em; margin-left: .5em; }

Also available in: Unified diff