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