125 lines
2.2 KiB
CSS
125 lines
2.2 KiB
CSS
.ansico-wp-basic-metabox .description {
|
|
display: block;
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.ansico-wp-basic-counter {
|
|
display: block;
|
|
margin-top: 6px;
|
|
font-size: 12px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.ansico-wp-basic-counter.is-good {
|
|
color: #2f6f3e;
|
|
}
|
|
|
|
.ansico-wp-basic-counter.is-warning {
|
|
color: #b45309;
|
|
}
|
|
|
|
.ansico-wp-basic-counter.is-danger {
|
|
color: #b32d2e;
|
|
}
|
|
|
|
.ansico-wp-basic-snippet-wrapper {
|
|
margin-top: 18px;
|
|
border-top: 1px solid #e0e0e0;
|
|
padding-top: 14px;
|
|
}
|
|
|
|
.ansico-wp-basic-snippet {
|
|
margin-top: 12px;
|
|
background: #fff;
|
|
padding: 6px 0;
|
|
max-width: 652px;
|
|
font-family: Arial, sans-serif;
|
|
}
|
|
|
|
.ansico-wp-basic-snippet-site {
|
|
color: #202124;
|
|
font-size: 14px;
|
|
line-height: 1.3;
|
|
margin-bottom: 1px;
|
|
}
|
|
|
|
.ansico-wp-basic-snippet-url {
|
|
color: #4d5156;
|
|
font-size: 14px;
|
|
line-height: 1.3;
|
|
margin-bottom: 3px;
|
|
word-break: break-word;
|
|
}
|
|
|
|
.ansico-wp-basic-snippet-title {
|
|
color: #1a0dab;
|
|
font-size: 22px;
|
|
line-height: 1.3;
|
|
margin-bottom: 4px;
|
|
cursor: default;
|
|
}
|
|
|
|
.ansico-wp-basic-snippet-description {
|
|
color: #4d5156;
|
|
font-size: 14px;
|
|
line-height: 1.58;
|
|
}
|
|
|
|
.ansico-wp-basic-truncation-note {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.ansico-wp-basic-truncation-note.is-warning {
|
|
color: #b45309;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.ansico-wp-basic-settings-page .form-table th {
|
|
width: 280px;
|
|
}
|
|
|
|
.ansico-wp-basic-settings-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
|
|
gap: 16px;
|
|
}
|
|
|
|
.ansico-wp-basic-settings-card {
|
|
background: #fff;
|
|
border: 1px solid #dcdcde;
|
|
border-radius: 8px;
|
|
padding: 14px;
|
|
}
|
|
|
|
.ansico-wp-basic-settings-card h3 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.ansico-wp-basic-term-fields .ansico-wp-basic-metabox,
|
|
.ansico-wp-basic-term-fields-wrap .ansico-wp-basic-metabox {
|
|
background: #fff;
|
|
}
|
|
|
|
|
|
.ansico-wp-basic-tools-box p {
|
|
margin: 0 0 14px;
|
|
}
|
|
|
|
.ansico-wp-basic-tools-box label strong {
|
|
display: inline-block;
|
|
margin-bottom: 6px;
|
|
}
|
|
|
|
#ansico_wp_basic_change_post_type,
|
|
.ansico-post-type-select {
|
|
width: auto;
|
|
min-width: 0;
|
|
max-width: 220px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.ansico-wp-basic-tools-box .description {
|
|
display: block;
|
|
margin-top: 6px;
|
|
}
|