PluginProbe
Tag Groups is the Advanced Way to Display Your Taxonomy Terms / trunk
Tag Groups is the Advanced Way to Display Your Taxonomy Terms vtrunk
2.2.2 2.2.1 2.2.0 trunk 1.40.0 1.40.2 1.41.0 1.42.1 1.43.0 1.43.1 1.43.10 1.43.10.1 1.43.2 1.43.3 1.43.4 1.43.5 1.43.6 1.43.7 1.43.9 1.44.0 1.44.1 1.44.3 1.44.3.1 2.0.0 2.0.1 All 36 releases
tag-groups / assets / css / frontend.css

frontend.css in Tag Groups is the Advanced Way to Display Your Taxonomy Terms trunk, at assets/css/frontend.css

73 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /*!
2 * Last modified: 2022/05/17 15:21:19
3 * Part of the WordPress plugin Tag Groups
4 * Plugin URI: https://chattymango.com/tag-groups/
5 * Author: Christoph Amthor
6 * License: GNU GENERAL PUBLIC LICENSE, Version 3
7 */
8
9 .tag-groups-tag-list h3,
10 .tag-groups-alphabetical-index h3 {
11 margin: 0 !important;
12 }
13
14 .tag-groups-tag-list-tags,
15 .tag-groups-alphabetical-index-tags {
16 margin: 10px 0 20px;
17 overflow: hidden;
18 }
19
20 .tag-groups-keep-together {
21 overflow: hidden;
22 /* fix for Firefox */
23 break-inside: avoid;
24 -webkit-column-break-inside: avoid;
25 }
26
27 /* fixing next tab moving up when selecting last in first row */
28 .tag-groups-tag-list .tag-groups-tag, .tag-groups-alphabetical-index .tag-groups-tag {
29 display: block;
30 }
31
32 .tag-groups-tag-list h3, .tag-groups-alphabetical-index h3 {
33 margin: 0;
34 }
35
36 .tag-groups-tag-list-tags, .tag-groups-alphabetical-index-tags {
37 margin: 10px 0 20px;
38 overflow: hidden;
39 }
40
41 .tag-groups-keep-together {
42 overflow: hidden;
43 break-inside: avoid;
44 -webkit-column-break-inside: avoid;
45 }
46
47 .ui-tabs .ui-tabs-nav li {
48 margin-bottom: 1px !important;
49 }
50
51 .ui-tabs .ui-tabs-nav li.ui-tabs-active {
52 margin-bottom: 0;
53 }
54
55 .tag-groups-cloud-hidden {
56 opacity: 0;
57 }
58
59 .tg-box-shadow {
60 -webkit-box-shadow: 10px 10px 20px 0px #b5b5b5;
61 -moz-box-shadow: 10px 10px 20px 0px #b5b5b5;
62 box-shadow: 10px 10px 20px 0px #b5b5b5;
63 }
64
65 .tg-border-radius-10 {
66 border-radius: 10px;
67 overflow: hidden;
68 }
69
70 .SumoSelect {
71 width: auto;
72 }
73