PluginProbe
Convertful – Your Ultimate On-Site Conversion Tool / 1.1
Convertful – Your Ultimate On-Site Conversion Tool v1.1
trunk 1.0 1.1 1.3 1.4 1.5 1.6 1.7 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8
convertful / css / main.css

main.css in Convertful – Your Ultimate On-Site Conversion Tool 1.1, at css/main.css

95 lines 1.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
2
3 body.admin_page_og-connect #adminmenumain,
4 body.admin_page_og-connect #wpadminbar,
5 body.admin_page_og-connect #wpfooter {
6 display: none !important;
7 }
8
9 .conv-connect {
10 padding: 2.5rem 0;
11 text-align: center;
12 font: 16px/28px 'Roboto', sans-serif;
13 color: #335578;
14 }
15 .conv-connect-logo {
16 display: block;
17 margin: auto;
18 width: 266px;
19 height: 36px;
20 }
21 .conv-connect-logo-img {
22 display: block;
23 width: 266px;
24 height: 36px;
25 }
26
27 .conv-connect-box {
28 box-shadow: 0 3px 20px rgba(54, 59, 65, 0.1);
29 background-color: #fff;
30 padding: 45px 30px 40px;
31 width: 680px;
32 margin: 40px auto 20px;
33 }
34 .conv-connect-header {
35 margin: 0 0 25px;
36 font-size: 24px;
37 font-weight: 400;
38 color: #335578;
39 }
40 .conv-connect-card-body p {
41 margin: 0 0 25px;
42 font-size: 16px;
43 }
44 .conv-connect-card-body p strong {
45 font-weight: 700;
46 }
47 .conv-btn {
48 display: block;
49 margin: auto;
50 padding: 12px 0;
51 width: 310px;
52 line-height: 1;
53 font-size: 16px;
54 font-weight: normal;
55 text-transform: none;
56 -webkit-transition: all .5s ease;
57 transition: all .5s ease;
58 border: 0;
59 border-radius: 20px;
60 background: #7bb24d;
61 color: #fff;
62 cursor: pointer;
63 text-decoration: none;
64 outline: none;
65 }
66 .conv-btn:hover {
67 border-color: #6da142;
68 background: #6da142;
69 color: #fff;
70 }
71 .conv-btn-premium{
72 display: block;
73 margin-top: 19px;
74 box-shadow: none !important; /* <- fix border after click */
75 }
76 .conv-connect-help {
77 font-weight: 300;
78 line-height: 40px;
79 font-size: 14px;
80 text-decoration: none;
81 color: #335578;
82 }
83 .conv-connect-help:hover {
84 text-decoration: underline;
85 }
86 .conv-connect-disconnect {
87 font-weight: 300;
88 line-height: 40px;
89 font-size: 14px;
90 text-decoration: none;
91 color: rgba(58, 97, 136, 0.49);
92 }
93 .conv-connect-disconnect:hover {
94 text-decoration: underline;
95 }