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