PluginProbe
Disable Comments & Delete All Comments / trunk
Disable Comments & Delete All Comments vtrunk
1.3.3 1.3.2 trunk 1.0.0 1.0.4 1.0.5 1.0.8 1.0.9 1.1.1 1.1.3 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.3.0 1.3.1
comments-plus / libs / factory / templates / assets / css / components.css

components.css in Disable Comments & Delete All Comments trunk, at libs/factory/templates/assets/css/components.css

140 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Page components
3 * @author Alex Kovalev <alex.kovalevv@gmail.com>
4 * @copyright Alex Kovalev 30.09.2017
5 */
6 #WBCR .wbc-factory-templates-134-components {
7 padding: 0 20px 20px;
8 text-align: left;
9 }
10 #WBCR .wbc-factory-templates-134-components .plugin-card {
11 position: relative;
12 display: inline-block;
13 width: 32.7%;
14 height: 250px;
15 margin-left: 0;
16 margin-right: 0;
17 text-align: left;
18 float: none;
19 vertical-align: top;
20 }
21 #WBCR .wbc-factory-templates-134-components .plugin-card:first-child {
22 margin-left: 0;
23 }
24 #WBCR .wbc-factory-templates-134-components .plugin-card .plugin-card-bottom {
25 position: absolute;
26 bottom: 0;
27 right: 0;
28 left: 0;
29 }
30 #WBCR .wbc-factory-templates-134-components .plugin-card .plugin-card-top {
31 min-height: 163px;
32 }
33 #WBCR .wbc-factory-templates-134-components .plugin-card .desc,
34 #WBCR .wbc-factory-templates-134-components .plugin-card .name {
35 margin-right: 0 !important;
36 }
37 #WBCR .wbc-factory-templates-134-components .plugin-card .name h3 {
38 font-size: 17px;
39 margin-top: 0 !important;
40 }
41 #WBCR .wbc-factory-templates-134-components .plugin-card .install-now {
42 float: right;
43 }
44 #WBCR .wbc-factory-templates-134-components .plugin-card .delete-now {
45 float: right;
46 margin-left: 5px;
47 }
48 #WBCR .wbc-factory-templates-134-components .plugin-card .delete-now .dashicons,
49 #WBCR .wbc-factory-templates-134-components .plugin-card .delete-now .dashicons-before:before {
50 font-size: 16px !important;
51 line-height: 1.5 !important;
52 color: #62696f;
53 }
54 #WBCR .wbc-factory-templates-134-components .plugin-card a.open-plugin-details-modal {
55 color: #5c5d5f;
56 text-decoration: none;
57 font-weight: 600;
58 font-size: 15px;
59 }
60 #WBCR .wbc-factory-templates-134-components .plugin-card .plugin-card-premium-ribbon {
61 position: absolute;
62 bottom: 60px;
63 right: 0;
64 height: 30px;
65 width: 120px;
66 border-radius: 3px 0 0 3px;
67 background-color: #f7dea9;
68 color: #67532f;
69 text-align: center;
70 font-size: 12px;
71 font-weight: 600;
72 line-height: 2.4;
73 text-transform: uppercase;
74 z-index: 1;
75 }
76 #WBCR .wbc-factory-templates-134-components .plugin-card .plugin-card-free-ribbon {
77 position: absolute;
78 bottom: 60px;
79 right: 0;
80 height: 30px;
81 width: 120px;
82 border-radius: 3px 0 0 3px;
83 background-color: #cccccc;
84 color: #6b6b6b;
85 text-align: center;
86 font-size: 12px;
87 font-weight: 600;
88 line-height: 2.4;
89 text-transform: uppercase;
90 z-index: 1;
91 }
92 #WBCR .wbc-factory-templates-134-components .plugin-card .plugin-card-freemium-ribbon {
93 position: absolute;
94 bottom: 60px;
95 right: 0;
96 height: 30px;
97 width: 120px;
98 border-radius: 3px 0 0 3px;
99 background-color: #cae2b3;
100 color: #546742;
101 text-align: center;
102 font-size: 12px;
103 font-weight: 600;
104 line-height: 2.4;
105 text-transform: uppercase;
106 z-index: 1;
107 }
108 #WBCR .wbc-factory-templates-134-components .plugin-card.premium {
109 border-color: #e8d7b2;
110 background-color: #fff9eb;
111 }
112 #WBCR .wbc-factory-templates-134-components .plugin-card.plugin-status-deactive {
113 background-color: #f1f1f1;
114 }
115 #WBCR .wbc-factory-templates-134-components .plugin-card.plugin-status-deactive a.open-plugin-details-modal {
116 color: #ababab;
117 text-decoration: none;
118 font-weight: 600;
119 font-size: 15px;
120 }
121 #WBCR .wbc-factory-templates-134-components .plugin-card.plugin-status-deactive .plugin-icon {
122 opacity: 0.3;
123 }
124 #WBCR .wbc-factory-templates-134-components .plugin-card.plugin-status-deactive .desc {
125 color: #afafaf;
126 }
127 #WBCR .wbc-factory-templates-134-components .plugin-card.plugin-status-deactive.premium {
128 background-color: #f9f2f1;
129 }
130 @media screen and (max-width: 1750px) {
131 #WBCR .wbc-factory-templates-134-components .plugin-card {
132 width: 49%;
133 }
134 }
135 @media screen and (max-width: 1350px) {
136 #WBCR .wbc-factory-templates-134-components .plugin-card {
137 width: 100%;
138 }
139 }
140 /*# sourceMappingURL=components.css.map */