PluginProbe
Snippet Shortcodes / 5.0a
Snippet Shortcodes v5.0a
5.2.1 5.2 5.1.8 5.1.6 5.1.7 5.1.5 trunk 1.0 1.1 1.2 1.3 1.3.1 1.4 1.5 1.5.1 1.6 1.6.1 1.7 1.7.1 1.7.2 1.7.3 1.7.4 1.8 2.0 2.0.1 All 74 releases
shortcode-variables / assets / css / sh-cd.css

sh-cd.css in Snippet Shortcodes 5.0a, at assets/css/sh-cd.css

141 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .sh-cd-table th {
2 font-weight: bold;
3 }
4 .sh-cd-table .fa-times, .fa-star {
5 color: #e72d58;
6 }
7 .sh-cd-advertise-premium .fa-star, .sh-cd-upgrade-button .fa-star {
8 color: #FFFFFF !important
9 }
10 .sh-cd-form .row {
11 width:100%;
12 padding:10px;
13 }
14 .sh-cd-error {
15 border: 1px solid #ff0000;
16 }
17 .sh-cd-table th {
18 border-bottom: 1px solid #CCCCCC;
19 }
20 .sh-cd-promo, .sh-cd-add-inline-results p {
21 color: #e72d58;
22 }
23 .sh-cd-button-row {
24 margin-top: 10px;
25 padding: 10px 0px 10px 0px;
26 text-align: right;
27 }
28 .sh-cd-border-bottom {
29 border-bottom: 1px solid #CCCCCC;
30 }
31 .sh-cd-border-top {
32 border-top: 1px solid #CCCCCC;
33 }
34 .sh-cd-bold {
35 font-weight: bold;
36 }
37 .sh-cd-hide {
38 display: none !important;
39 }
40 .sh-cd-upgrade-button {
41 font-size: 18px;
42 background-color: #e72d58 !important;
43 color: #FFFFFF !important;
44 }
45 .sh-cd-toggle-disabled i {
46 color: #CCCCCC !important;
47 }
48 .sh-cd-disabled *, .sh-cd-disabled-pro-plus *
49 {
50 color: #CCCCCC !important;
51 }
52 .sh-cd-disabled th::after {
53 content: "\A(Premium feature)";
54 color: #e72d58;
55 font-weight: bold;
56 clear: both;
57 width:100%;
58 white-space: pre;
59 }
60 .sh-cd-advertise-premium .hndle {
61 background-color: #e72d58;
62 color: #FFFFFF;
63 }
64 .sh-cd-advertise-premium span {
65 color: #FFFFFF;
66 }
67 #sh-cd-add-inline {
68 background-color: #fff8dd;
69 }
70 .sh-cd-csv-import .sh-cd-form-row {
71 margin-bottom: 20px;
72 }
73 .ws-ls-sidebar-stats {
74 width: 100%;
75 }
76 .ws-ls-sidebar-stats td, .ws-ls-sidebar-stats th {
77 text-align: left;
78 }
79 .sh-cd-shortcode-row .fa-copy, .sh-cd-copy-trigger {
80 cursor: pointer;
81 color: #bfbfbf !important;
82 }
83 .sh-cd-settings h3, .postbox-header, .sh-cd-form h4 {
84 color: #e72d58 !important;
85 }
86 .sh-cd-button {
87 background-color: #e72d58 !important;
88 color:#FFFFFF !important;
89 border-color: #e72d58 !important;
90 }
91 .sh-cd-settings h3 {
92 font-size: 15px;
93 }
94 .sh-cd-settings th {
95 font-weight: 300;
96 }
97 .sh-cd-list {
98 list-style: disc !important;
99 margin-left: 20px;
100 }
101 .sh-cd-row {
102 width: 100%;
103 padding: 10px 0px 5px 0px;
104 }
105 .sh-cd-row input {
106 width: 100%;
107 height: 40px;
108 font-size: 20px;
109 }
110 .sh-cd-shortcode-options tr {
111 height: 50px;
112 }
113 .sh-cd-shortcode-options th {
114 text-align: left;
115 font-weight: 300;
116 }
117 .sh-cd-shortcode-slug {
118 font-family: 'Courier New', Courier, monospace;
119 font-size: 13px;
120 margin-bottom: 0px;
121 margin-top: 7px;
122 }
123 .sh-cd-editor-select {
124 font-size: 18px;
125 background-color: #FFF !important;
126 }
127 .sh-cd-button-editor-select {
128 font-weight: 400 !important;
129 }
130 .CodeMirror-wrap {
131 border: 1px solid #CCCCCC;
132 }
133 .sh-cd-postbox-edit-content .sh-cd-postbox-content {
134 padding: 10px;
135 }
136 .sh-cd-postbox-edit-slug {
137 margin-bottom: 9px;
138 }
139 .Zebra_Tooltip {
140 z-index: 99999 !important;
141 }