| 1 |
/** |
| 2 |
* Settings > Kit |
| 3 |
*/ |
| 4 |
body.settings_page__wp_convertkit_settings { |
| 5 |
background: #f9f7f4; |
| 6 |
} |
| 7 |
|
| 8 |
body.settings_page__wp_convertkit_settings #wpcontent { |
| 9 |
padding-left: 0; |
| 10 |
} |
| 11 |
|
| 12 |
/** |
| 13 |
* Header |
| 14 |
*/ |
| 15 |
body.settings_page__wp_convertkit_settings header { |
| 16 |
height: 98px; |
| 17 |
padding: 0 20px; |
| 18 |
background: url(../images/kit-logo.svg) 30px 50% no-repeat; |
| 19 |
background-size: 75px auto; |
| 20 |
background-color: #fff; |
| 21 |
} |
| 22 |
|
| 23 |
body.settings_page__wp_convertkit_settings h1 { |
| 24 |
margin: 0; |
| 25 |
padding: 0; |
| 26 |
font-weight: 400; |
| 27 |
color: #d2d8dd; |
| 28 |
text-indent: -9999px; |
| 29 |
} |
| 30 |
|
| 31 |
body.settings_page__wp_convertkit_settings header a.convertkit-docs { |
| 32 |
float: right; |
| 33 |
margin: 20px 20px 0 0; |
| 34 |
padding: 0 0 0 30px; |
| 35 |
font-weight: 400; |
| 36 |
color: #144264; |
| 37 |
text-decoration: none; |
| 38 |
background: url(../images/help.svg) 0 0% no-repeat; |
| 39 |
background-size: 20px 20px; |
| 40 |
} |
| 41 |
|
| 42 |
body.settings_page__wp_convertkit_settings .wrap { |
| 43 |
margin-left: 20px; |
| 44 |
} |
| 45 |
|
| 46 |
/** |
| 47 |
* Notices |
| 48 |
*/ |
| 49 |
body.settings_page__wp_convertkit_settings .notice { |
| 50 |
margin-top: 0; |
| 51 |
} |
| 52 |
|
| 53 |
/** |
| 54 |
* Tabs |
| 55 |
*/ |
| 56 |
ul.convertkit-tabs { |
| 57 |
margin: 0 0 25px 0; |
| 58 |
padding: 0; |
| 59 |
list-style-type: none; |
| 60 |
border-bottom: 1px solid #d0d0cf; |
| 61 |
} |
| 62 |
|
| 63 |
ul.convertkit-tabs li { |
| 64 |
display: inline-block; |
| 65 |
margin: 0; |
| 66 |
padding: 0; |
| 67 |
height: 64px; |
| 68 |
line-height: 64px; |
| 69 |
list-style-type: none; |
| 70 |
} |
| 71 |
|
| 72 |
ul.convertkit-tabs li a { |
| 73 |
display: inline-block; |
| 74 |
padding: 0 20px; |
| 75 |
height: 64px; |
| 76 |
line-height: 64px; |
| 77 |
text-decoration: none; |
| 78 |
font-size: 14px; |
| 79 |
font-weight: 600; |
| 80 |
color: #565656; |
| 81 |
} |
| 82 |
|
| 83 |
ul.convertkit-tabs li a:hover { |
| 84 |
color: #144264; |
| 85 |
background: #e7e7e7; |
| 86 |
} |
| 87 |
|
| 88 |
ul.convertkit-tabs li a.convertkit-tab-active { |
| 89 |
color: #144264; |
| 90 |
border-bottom: 1px solid #4c596d; |
| 91 |
} |
| 92 |
|
| 93 |
/** |
| 94 |
* Section |
| 95 |
*/ |
| 96 |
body.settings_page__wp_convertkit_settings .wrap .postbox { |
| 97 |
background: #fff; |
| 98 |
color: #6e6e6e; |
| 99 |
margin: 0 0 30px 0; |
| 100 |
padding: 40px 30px 30px 30px; |
| 101 |
font-size: 14px; |
| 102 |
border-radius: 8px; |
| 103 |
border: none; |
| 104 |
} |
| 105 |
|
| 106 |
body.settings_page__wp_convertkit_settings .wrap .postbox h2 { |
| 107 |
margin: 0 0 30px 0; |
| 108 |
padding: 0 0 30px 0; |
| 109 |
font-size: 24px; |
| 110 |
font-weight: 600; |
| 111 |
border-bottom: 1px solid #e3e3e3; |
| 112 |
color: #3d3d3d; |
| 113 |
} |
| 114 |
|
| 115 |
body.settings_page__wp_convertkit_settings .wrap .postbox p { |
| 116 |
font-size: 14px; |
| 117 |
} |
| 118 |
|
| 119 |
body.settings_page__wp_convertkit_settings p.submit { |
| 120 |
margin-bottom: 20px; |
| 121 |
padding: 0; |
| 122 |
} |
| 123 |
|
| 124 |
body.settings_page__wp_convertkit_settings .button { |
| 125 |
margin: 0 5px 0 0; |
| 126 |
padding: 4px 12px; |
| 127 |
font-size: 14px; |
| 128 |
border-radius: 10px; |
| 129 |
|
| 130 |
/* Required for WordPress 5.x styling */ |
| 131 |
height: auto; |
| 132 |
text-shadow: none; |
| 133 |
box-shadow: none; |
| 134 |
} |
| 135 |
|
| 136 |
body.settings_page__wp_convertkit_settings .button-primary { |
| 137 |
background: #1e1e1e; |
| 138 |
border-color: #1e1e1e; |
| 139 |
color: #fff; |
| 140 |
} |
| 141 |
|
| 142 |
body.settings_page__wp_convertkit_settings .button-primary:hover { |
| 143 |
background: #3d3d3d; |
| 144 |
border-color: #3d3d3d; |
| 145 |
} |
| 146 |
|
| 147 |
body.settings_page__wp_convertkit_settings .button-secondary { |
| 148 |
background: #f0f0f0; |
| 149 |
border-color: #f0f0f0; |
| 150 |
color: #3d3d3d; |
| 151 |
} |
| 152 |
|
| 153 |
body.settings_page__wp_convertkit_settings .button-secondary:hover { |
| 154 |
background: #ddd; |
| 155 |
border-color: #ddd; |
| 156 |
} |
| 157 |
|
| 158 |
body.settings_page__wp_convertkit_settings .wrap .postbox textarea.convertkit-monospace { |
| 159 |
font-family: monospace; |
| 160 |
padding: 20px; |
| 161 |
} |
| 162 |
|
| 163 |
/** |
| 164 |
* Beta Label |
| 165 |
*/ |
| 166 |
body.settings_page__wp_convertkit_settings ul.convertkit-tabs li a span.convertkit-beta-label { |
| 167 |
background-color: #f0fff3; |
| 168 |
border-radius: 9999px; |
| 169 |
color: #4ec776; |
| 170 |
margin: 0 0 0 12px; |
| 171 |
padding: 1px 8px; |
| 172 |
font-weight: 400; |
| 173 |
font-size: 12px; |
| 174 |
} |
| 175 |
|
| 176 |
body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta span.convertkit-beta-label { |
| 177 |
display: inline-block; |
| 178 |
background-color: #f0fff3; |
| 179 |
border-radius: 9999px; |
| 180 |
color: #4ec776; |
| 181 |
border-width: 1px; |
| 182 |
margin: 7px 0 0 12px; |
| 183 |
padding: 1px 8px; |
| 184 |
vertical-align: top; |
| 185 |
font-size: 12px; |
| 186 |
} |
| 187 |
|
| 188 |
body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta > h2 { |
| 189 |
display: inline-block; |
| 190 |
margin: 0; |
| 191 |
padding: 0; |
| 192 |
border: none; |
| 193 |
} |
| 194 |
|
| 195 |
body.settings_page__wp_convertkit_settings .wrap .postbox.convertkit-beta > p.description { |
| 196 |
margin-top: 30px; |
| 197 |
padding-top: 30px; |
| 198 |
border-top: 1px solid #e3e3e3; |
| 199 |
} |
| 200 |
|
| 201 |
/** |
| 202 |
* Screen Options |
| 203 |
*/ |
| 204 |
body.settings_page__wp_convertkit_settings #screen-meta-links { |
| 205 |
position: absolute; |
| 206 |
right: 0; |
| 207 |
} |
| 208 |
|
| 209 |
/** |
| 210 |
* WP_List_Table Search |
| 211 |
*/ |
| 212 |
body.settings_page__wp_convertkit_settings .wrap .subtitle.left { |
| 213 |
margin: 11px 0; |
| 214 |
display: flex; |
| 215 |
float: left; |
| 216 |
padding-left: 0; |
| 217 |
line-height: 40px; |
| 218 |
font-style: italic; |
| 219 |
} |
| 220 |
|
| 221 |
body.settings_page__wp_convertkit_settings .wrap .search-box input[type="search"] { |
| 222 |
min-height: 40px; |
| 223 |
} |
| 224 |
|
| 225 |
/** |
| 226 |
* WP_List_Table Bulk Actions |
| 227 |
*/ |
| 228 |
body.settings_page__wp_convertkit_settings .wrap .tablenav.top { |
| 229 |
margin-bottom: 10px; |
| 230 |
} |
| 231 |
|
| 232 |
body.settings_page__wp_convertkit_settings .wrap .tablenav input.button { |
| 233 |
height: 20px; |
| 234 |
line-height: 20px; |
| 235 |
} |
| 236 |
|