Files

379 lines
8.5 KiB
CSS

@font-face {
font-family: "Lato";
src: url("../../fonts/Lato-Black.ttf") format("truetype");
font-weight: 900;
font-style: normal;
}
#wpcontent {
padding-left: 0 !important;
}
#wpbody-content > .notice {
display: none;
}
#pdfemb-tabswrapper > .notice {
margin: 0 0 30px 0;
}
#pdfemb-admin {
border-top: #0077B6 3px solid;
}
#pdfemb-top-notification {
position: relative;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
background-color: #dcdcde;
color: #646970;
padding: 7px;
margin-bottom: -4px;
opacity: 1;
transition: all 0.3s ease-in-out;
max-height: 100px;
overflow: hidden;
z-index: 999;
}
#pdfemb-top-notification button.dismiss {
color: #72777c;
text-decoration: none;
position: absolute;
top: 3px;
right: 10px;
cursor: pointer;
background: none;
border: 0;
}
#pdfemb-top-notification button.dismiss:hover {
color: #3c434a;
}
#pdfemb-header {
display: flex;
justify-content: space-between;
align-items: stretch;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
background-color: #fff;
height: 74px;
}
#pdfemb-header .pdfemb-logo {
align-self: center;
margin-left: 30px;
}
#pdfemb-header .pdfemb-logo h1 {
font-family: "Lato", sans-serif;
font-size: 30px;
font-weight: 900;
color: #166599;
}
#pdfemb-header .pdfemb-links {
align-self: center;
margin-right: 30px;
height: 22px;
}
#pdfemb-header .pdfemb-links img {
width: 22px;
height: 22px;
}
#pdfemb-header .pdfemb-links a {
display: inline-block;
margin-left: 20px;
}
#pdfemb-header .pdfemb-links a:hover {
color: #0077B6;
}
#pdfemb-content #pdfemb-tabs {
border: none;
border-bottom: 1px solid rgba(96, 96, 96, 0.15);
margin: 0 30px;
}
#pdfemb-content #pdfemb-tabs .nav-tab {
position: relative;
bottom: -1px;
font-size: 16px;
color: rgba(30, 30, 30, 0.5);
border-radius: 0;
border-top: none;
border-left: none;
border-right: none;
background: transparent;
padding: 10px 0;
margin: 0 20px;
}
#pdfemb-content #pdfemb-tabs .nav-tab:first-child {
margin-left: 0;
}
#pdfemb-content #pdfemb-tabs .nav-tab:active, #pdfemb-content #pdfemb-tabs .nav-tab:focus {
box-shadow: none;
}
#pdfemb-content #pdfemb-tabs .nav-tab:hover {
border-bottom: 3px solid #0077B6;
}
#pdfemb-content #pdfemb-tabs .nav-tab-active {
background-color: #f0f0f1;
border-bottom: 3px solid #0077B6;
color: #1E1E1E;
border-radius: 0;
}
#pdfemb-content #pdfemb-tabswrapper {
display: table;
width: 100%;
padding: 30px;
box-sizing: border-box;
margin: 0;
}
#pdfemb-content #pdfemb-tabswrapper .pdfembtab {
display: none;
}
#pdfemb-content #pdfemb-tabswrapper .pdfembtab.active {
display: block;
}
#pdfemb-content #pdfemb-tabswrapper h3 {
font-size: 18px;
color: #1E1E1E;
}
#pdfemb-content #pdfemb-tabswrapper h3:first-of-type {
margin-top: 0;
}
#pdfemb-content #pdfemb-tabswrapper hr {
background-color: rgba(24, 36, 69, 0.1);
height: 1px;
border: 0;
margin: 30px 0;
}
#pdfemb-content #pdfemb-tabswrapper .pdfemb-admin-setting input.radio,
#pdfemb-content #pdfemb-tabswrapper .pdfemb-admin-setting input.checkbox {
margin-right: 10px;
}
#pdfemb-content #pdfemb-tabswrapper .pdfemb-admin-setting p.desc {
margin-left: 255px;
padding-left: 0;
}
#pdfemb-content #pdfemb-tabswrapper label {
float: left;
font-size: 14px;
margin-left: 0;
color: #1E1E1E;
}
#pdfemb-content #pdfemb-tabswrapper label.radio {
float: none;
margin-left: 0;
}
#pdfemb-content #pdfemb-tabswrapper label.textinput, #pdfemb-content #pdfemb-tabswrapper label.select, #pdfemb-content #pdfemb-tabswrapper label.checkbox {
background-color: rgba(0, 0, 0, 0);
margin: 10px 0 5px;
width: 255px;
font-weight: bold;
}
#pdfemb-content #pdfemb-tabswrapper label[for=input_pdfemb_height], #pdfemb-content #pdfemb-tabswrapper label[for=input_pdfemb_width] {
margin-top: 20px;
}
#pdfemb-content #pdfemb-tabswrapper label.checkbox.plain {
font-weight: normal;
width: 600px;
}
#pdfemb-content #pdfemb-tabswrapper label.big {
font-size: 1.3em;
padding-top: 8px;
}
#pdfemb-content #pdfemb-tabswrapper input.textinput,
#pdfemb-content #pdfemb-tabswrapper textarea.textinput,
#pdfemb-content #pdfemb-tabswrapper select.select,
#pdfemb-content #pdfemb-tabswrapper input.checkbox {
float: left;
margin: 12px 3px 0 0;
padding: 5px;
}
#pdfemb-content #pdfemb-tabswrapper textarea#pdfemb_wm_text {
width: 350px;
height: 150px;
border: 1px solid #8c8f94;
}
#pdfemb-content #pdfemb-tabswrapper select.select {
padding: 0 24px 0 8px;
}
#pdfemb-content #pdfemb-tabswrapper input.checkbox.double {
margin-top: 2px;
}
#pdfemb-content #pdfemb-tabswrapper p {
font-size: 14px;
color: #646970;
}
#pdfemb-content #pdfemb-tabswrapper p.desc {
font-style: italic;
margin: 6px 0 10px;
padding: 0 0 8px 22px;
}
#pdfemb-content #pdfemb-tabswrapper p.desc.big {
padding-left: 255px;
}
#pdfemb-content .pdfemb-partners-wrap {
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 30px;
padding-top: 30px;
}
#pdfemb-content .pdfemb-partners-wrap .pdfemb-partners {
background-color: #f5f5f5;
margin-bottom: 30px;
border-radius: 6px;
}
#pdfemb-content .pdfemb-partners-wrap .pdfemb-partners-main {
display: flex;
flex-direction: row;
padding: 30px 30px 20px;
flex-grow: 1;
text-align: left;
height: 120px;
overflow: hidden;
text-overflow: ellipsis;
}
#pdfemb-content .pdfemb-partners-wrap .pdfemb-partners-main h3 {
padding-top: 0;
margin-top: 0;
}
#pdfemb-content .pdfemb-partners-wrap .pdfemb-partners-main img {
padding-right: 15px;
}
#pdfemb-content .pdfemb-partners-wrap .pdfemb-partners-footer {
display: flex;
text-align: left;
align-items: center;
vertical-align: middle;
padding: 20px;
border-top: 1px solid rgb(230, 230, 230);
}
#pdfemb-content .pdfemb-partners-wrap .pdfemb-partners-footer .pdfemb-partner-status {
font-weight: bold;
}
#pdfemb-content .pdfemb-partners-wrap .pdfemb-partners-footer .pdfemb-partner-status span {
font-weight: normal;
}
#pdfemb-content .pdfemb-partners-wrap .pdfemb-partners-footer .pdfemb-partners-install-wrap {
margin-left: auto;
}
#pdfemb-content .pdfemb-partners-wrap .pdfemb-partners-footer .pdfemb-partners-install-wrap .spinner {
display: none;
visibility: initial;
float: initial;
margin-top: 10px;
}
#pdfemb-content .pdfemb-partners-wrap .pdfemb-partners-footer .pdfemb-partners-install-wrap .spinner.active {
display: inline-block;
}
#pdfemb-content .pdfemb-partners-wrap .pdfemb-partners-footer .pdfemb-partners-install-wrap .pdfemb-partners-button {
font-size: 16px !important;
height: 40px !important;
line-height: 38px !important;
border-radius: 6px !important;
}
#pdfemb-settings-bottom-cta {
padding: 30px;
border: 1px solid #D9D9D9;
background: #FFF;
margin: 0 30px 50px;
position: relative;
}
#pdfemb-settings-bottom-cta .dismiss {
position: absolute;
top: 10px;
right: 10px;
color: #a7aaad;
text-decoration: none;
}
#pdfemb-settings-bottom-cta .dismiss span {
font-size: 16px;
width: 16px;
height: 16px;
}
#pdfemb-settings-bottom-cta .dismiss:hover {
color: #d63638;
}
#pdfemb-settings-bottom-cta h5 {
margin: 0 0 16px;
font-size: 18px;
font-weight: 700;
color: #1d2327;
}
#pdfemb-settings-bottom-cta h6 {
font-weight: 700;
font-size: 14px;
margin: 0 0 16px;
}
#pdfemb-settings-bottom-cta p {
font-size: 14px;
margin: 0 0 16px;
color: #2c3338;
}
#pdfemb-settings-bottom-cta p:last-of-type {
margin: 0;
}
#pdfemb-settings-bottom-cta p .dashicons {
font-size: 15px;
width: 15px;
height: 15px;
line-height: inherit;
}
#pdfemb-settings-bottom-cta p .dashicons.dashicons-star-filled {
color: #ff982d;
}
#pdfemb-settings-bottom-cta p a {
color: #e27730;
}
#pdfemb-settings-bottom-cta p a:hover {
color: #b85a1b;
}
#pdfemb-settings-bottom-cta p .green {
color: #218900;
font-weight: 700;
}
#pdfemb-settings-bottom-cta ul {
margin: 0;
padding: 0;
width: 50%;
float: left;
}
@media (max-width: 320px) {
#pdfemb-settings-bottom-cta ul {
width: 100%;
float: none;
}
}
#pdfemb-settings-bottom-cta ul li {
margin: 0;
padding: 0 0 8px 25px;
color: #555;
font-size: 14px;
position: relative;
line-height: 25px;
letter-spacing: -0.056px;
}
#pdfemb-settings-bottom-cta ul li:before {
content: url("../../img/edu/check.svg");
position: absolute;
color: #00A32A;
left: 0;
}
#pdfemb-settings-bottom-cta .list {
margin: 0 0 16px 0;
overflow: auto;
max-width: 900px;
}
#pdfemb-footer {
text-align: center;
color: #757575;
}
#pdfemb-footer .links a {
color: #0077B6;
}
#pdfemb-footer .links span {
color: rgba(60, 67, 74, 0.5019607843);
margin: 0 7px;
}