.printomatic {
cursor: pointer;
}
.pom-default {
background-image: url(//spellingbee.ninja/wp-content/plugins/print-o-matic/css/print-icon.png);
background-repeat: no-repeat;
width: 32px;
height: 32px;
}
.pom-small {
background-image: url(//spellingbee.ninja/wp-content/plugins/print-o-matic/css/print-icon-small.png);
background-repeat: no-repeat;
width: 17px;
height: 16px;
}
.pom-small-black {
background-image: url(//spellingbee.ninja/wp-content/plugins/print-o-matic/css/print-icon-small-black.png);
background-repeat: no-repeat;
width: 17px;
height: 16px;
}
.pom-small-grey {
background-image: url(//spellingbee.ninja/wp-content/plugins/print-o-matic/css/print-icon-small-grey.png);
background-repeat: no-repeat;
width: 17px;
height: 16px;
}
.pom-small-white {
background-image: url(//spellingbee.ninja/wp-content/plugins/print-o-matic/css/print-icon-small-white.png);
background-repeat: no-repeat;
width: 17px;
height: 16px;
}
.printomatictext {
cursor: pointer;
}
.printomatictext:hover {
text-decoration: underline;
}
@media print {
.pe-no-print {
display: none !important;
}
.pe-preserve-ancestor {
display: block !important;
margin: 0 !important;
padding: 0 !important;
border: none !important;
box-shadow: none !important;
}
}.pps-series-meta-box {
position: relative;
display: block; box-sizing: border-box;
}
.pps-series-post-details,
.pps-series-meta-box {
margin: 0;
border: 1px solid #c7d7f5;
border-radius: 6px;
}
.pps-series-post-details .pps-series-meta-content,
.pps-series-meta-box .pps-series-meta-content {
padding: 20px;
}
.pps-series-meta-box .pps-series-meta-content {
display: flex;
flex-direction: column;
gap: 0.5em;
}
.pps-series-meta-box a {
color: inherit;
text-decoration: none;
}
.pps-series-meta-text a {
text-decoration: none;
}
.pps-series-meta-box a:hover,
.pps-series-meta-box a:focus {
text-decoration: underline;
}
.pps-series-meta-box .pps-series-meta-postcontent {
margin-top: 1em;
}
.pps-series-meta-variant-card {
background-color: #1a5aff;
color: #ffffff;
border: none;
}
.pps-series-meta-variant-card a {
color: #ffe08a;
}
.pps-series-meta-variant-minimal {
background-color: #f7f7f7;
border-color: #dfdfdf;
color: #1d2327;
}
.pps-series-meta-variant-compact {
display: inline-flex;
align-items: center;
gap: 0.75em;
padding: 0.75em 1em;
}
.pps-series-meta-box .pps-series-meta-icon {
font-size: 1.25em;
margin-right: 0.5em;
display: inline-block;
}
.pps-series-meta-box .pps-series-meta-title {
font-size: 1.125em;
font-weight: 600;
line-height: 1.4;
}
.pps-series-meta-box .pps-series-meta-title a {
font-weight: inherit;
}
.pps-series-meta-box .pps-series-meta-part {
font-size: 0.95em;
opacity: 0.85;
}
.pps-series-meta-box .pps-series-meta-description {
font-size: 0.95em;
line-height: 1.5;
margin-top: 0.25em;
}
.pps-series-meta-box .pps-series-meta-navigation {
margin-top: 0.5em;
font-size: 0.95em;
display: flex;
gap: 1em;
flex-wrap: wrap;
}
.pps-series-meta-box .pps-series-meta-navigation a {
display: inline-flex;
align-items: center;
gap: 0.25em;
}
@media (max-width: 600px) {
.pps-series-meta-variant-compact {
flex-direction: column;
align-items: flex-start;
}
.pps-series-meta-box .pps-series-meta-navigation {
flex-direction: column;
gap: 0.5em;
}
}