PluginProbe
Cool Timeline (Horizontal & Vertical Timeline) / trunk
Cool Timeline (Horizontal & Vertical Timeline) vtrunk
3.4.0 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 2.2.3 2.3.3 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.6.1 2.7.1 2.8.3 2.9.3 2.9.4 2.9.5 2.9.6 2.9.7 2.9.8 2.9.9 3.0.0 All 79 releases
cool-timeline / includes / shortcode-blocks / dist / block.css

block.css in Cool Timeline (Horizontal & Vertical Timeline) trunk, at includes/shortcode-blocks/dist/block.css

130 lines 3.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wp-block-cool-timleine-shortcode-block {
2 border: 1px solid black;
3 border-radius: 2px;
4 padding: 20px;
5 }
6
7 .wp-block-cool-timleine-shortcode-block .ctl-block-image ul {
8 float: right;
9 color: #fff;
10 display: inline-block;
11 margin: 15px;
12 font-size: 18px;
13 width: auto;
14 min-width: 200px;
15 background: rgba(32, 32, 32, 0.95);
16 }
17 .wp-block-cool-timleine-shortcode-block .ctl-block-image ul li {
18 padding: 2px;
19 }
20 .wp-block-cool-timleine-shortcode-block .ctl-block-image ul li strong {
21 color: #ff6f6f;
22 }
23
24 .ctl-block-shortcode {
25 font-size: 12px;
26 font-family: monospace;
27 color: #444;
28 display: inline-block;
29 padding: 6px;
30 background: white;
31 border: 1px solid black;
32 width: 100%;
33 box-sizing: border-box;
34 }
35
36 .wp-block-cool-timleine-shortcode-block .ctl-block-image {
37 display: flex;
38 margin-bottom: 10px;
39 }
40
41 .wp-block-cool-timleine-shortcode-block .ctl-block-icon svg {
42 width: 30px;
43 height: 30px;
44 }
45
46 .wp-block-cool-timleine-shortcode-block .ctl-block-image p {
47 margin: 0px 0px 0px 10px !important;
48 padding: 0px !important;
49 font-weight: 600;
50 font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
51 font-size: 13px;
52 color: #1e1e1e;
53 }
54
55 .ctl_shortcode-tab-settings .active-tab {
56 border-width: 1px 1px 0px 1px;
57 border-color: #e5e5e5;
58 border-style: solid;
59 border-radius: 5px 5px 0px 0px;
60 box-shadow: 0px 0px transparent;
61 }
62
63 .ctl_shortcode-tab-settings .active-tab:focus {
64 box-shadow: unset !important;
65 }
66
67 .ctl_shortcode-tab-settings .active-tab:focus:not(:disabled) {
68 box-shadow: unset !important;
69 }
70
71 .ctl_shortcode_setting_panel .ctl_shortcode_setting_row {
72 display: block;
73 }
74
75 .ctl_shortcode-button-group_label {
76 font-size: 11px;
77 font-weight: 500;
78 line-height: 1.4;
79 text-transform: uppercase;
80 box-sizing: border-box;
81 display: block;
82 padding-top: 0px;
83 padding-bottom: 0px;
84 max-width: 100%;
85 z-index: 1;
86 overflow: hidden;
87 text-overflow: ellipsis;
88 white-space: nowrap;
89 margin-bottom: 8px;
90 }
91
92 .ctl_shortcode-button-group {
93 width: 100%;
94 margin-bottom: 14px;
95 }
96
97 .ctl_shortcode-button-group button {
98 width: auto;
99 justify-content: center;
100 box-shadow: inset 0 0 0 1px #ccc !important;
101 color: #ccc !important;
102 }
103
104 .ctl_shortcode-button-group button.active {
105 color: var(--wp-admin-theme-color) !important;
106 background-color: #dff4ff;
107 }
108
109 .ctl-shortcode-block-demo-button {
110 display: flex;
111 justify-content: center;
112 gap: 10px;
113 }
114
115 .ctl-settings_tab-one.active-tab,
116 .ctl-settings_tab-two.active-tab {
117 position: relative;
118 }
119
120 .ctl-settings_tab-one.active-tab::before,
121 .ctl-settings_tab-two.active-tab::before {
122 content: "";
123 position: absolute;
124 height: 3px;
125 width: 100%;
126 z-index: 999;
127 background-color: #fff;
128 bottom: -1px;
129 left: 0px;
130 }