xref: /plugin/tagging/style.less (revision 50ee5db092d2678f1ff5c60912881ba4e2051cd4)
1form#tagging__edit input.edit {
2    width: 95%;
3}
4
5ul.tagging_cloud {
6    text-align: center;
7    margin: 0;
8    width: 95%;
9    line-height: 2.2em;
10
11    li {
12        display: inline;
13        list-style-type: none;
14        margin: 0;
15    }
16
17     div.li {
18        display: inline-block;
19        margin: 0 0.5em;
20    }
21
22    li.t0 {
23        font-size: 1em;
24    }
25
26    li.t1 {
27        font-size: 1.1em;
28    }
29
30    li.t2 {
31        font-size: 1.2em;
32    }
33
34    li.t3 {
35        font-size: 1.3em;
36    }
37
38    li.t4 {
39        font-size: 1.4em;
40    }
41
42    li.t5 {
43        font-size: 1.5em;
44    }
45
46    li.t6 {
47        font-size: 1.6em;
48    }
49
50    li.t7 {
51        font-size: 1.7em;
52    }
53
54    li.t8 {
55        font-size: 1.8em;
56    }
57
58    li.t9 {
59        font-size: 1.9em;
60    }
61
62    li.t10 {
63        font-size: 2em;
64    }
65}
66
67button.plugin_tagging.sort_button {
68    display: inline-block;
69    margin: 0;
70    padding: 0;
71    border: none;
72    background: transparent;
73    color: #2b73b7;
74
75    &:hover {
76        text-decoration: underline;
77    }
78    &:focus {
79        outline:0;
80    }
81
82    svg {
83        display: inline-block;
84        vertical-align: middle;
85        width: 10px;
86        height: 10px;
87    }
88}
89