xref: /plugin/tagging/style.less (revision 2456aae95e90ee1563cbb847787e62cca1dfa264)
1form#tagging__edit div label span {
2    display: none;
3}
4
5form#tagging__edit input.edit {
6    width: 95%;
7}
8
9ul.tagging_cloud {
10    text-align: center;
11    margin: 0;
12    width: 95%;
13    line-height: 2.2em;
14
15    li {
16        display: inline;
17        list-style-type: none;
18        margin: 0;
19    }
20
21     div.li {
22        display: inline-block;
23        margin: 0 0.5em;
24    }
25
26    li.t0 {
27        font-size: 1em;
28    }
29
30    li.t1 {
31        font-size: 1.1em;
32    }
33
34    li.t2 {
35        font-size: 1.2em;
36    }
37
38    li.t3 {
39        font-size: 1.3em;
40    }
41
42    li.t4 {
43        font-size: 1.4em;
44    }
45
46    li.t5 {
47        font-size: 1.5em;
48    }
49
50    li.t6 {
51        font-size: 1.6em;
52    }
53
54    li.t7 {
55        font-size: 1.7em;
56    }
57
58    li.t8 {
59        font-size: 1.8em;
60    }
61
62    li.t9 {
63        font-size: 1.9em;
64    }
65
66    li.t10 {
67        font-size: 2em;
68    }
69}
70