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