| 1 |
/* PDF-Print settings */ |
| 2 |
.pdfprnt-top-left, |
| 3 |
.pdfprnt-bottom-left, |
| 4 |
.pdfprnt-left { |
| 5 |
text-align: left; |
| 6 |
padding: 5px; |
| 7 |
} |
| 8 |
.pdfprnt-top-right, |
| 9 |
.pdfprnt-bottom-right, |
| 10 |
.pdfprnt-right { |
| 11 |
text-align: right; |
| 12 |
padding: 5px; |
| 13 |
} |
| 14 |
.pdfprnt-top-left a, |
| 15 |
.pdfprnt-bottom-left a, |
| 16 |
.pdfprnt-top-right a, |
| 17 |
.pdfprnt-bottom-right a, |
| 18 |
.pdfprnt-left a, |
| 19 |
.pdfprnt-right a { |
| 20 |
padding: 0 5px; |
| 21 |
} |
| 22 |
.entry-content .pdfprnt-top-left a, |
| 23 |
.entry-content .pdfprnt-bottom-left a, |
| 24 |
.entry-content .pdfprnt-top-right a, |
| 25 |
.entry-content .pdfprnt-bottom-right a, |
| 26 |
.entry-content .pdfprnt-left a, |
| 27 |
.entry-content .pdfprnt-right a { |
| 28 |
border-bottom: none; |
| 29 |
} |
| 30 |
.entry-content .pdfprnt-top-left a img, |
| 31 |
.entry-content .pdfprnt-bottom-left a img, |
| 32 |
.entry-content .pdfprnt-top-right a img, |
| 33 |
.entry-content .pdfprnt-bottom-right a img, |
| 34 |
.entry-content .pdfprnt-left a img, |
| 35 |
.entry-content .pdfprnt-right a img { |
| 36 |
display: inline; |
| 37 |
} |
| 38 |
#wp-admin-bar-pdfprnt-bar-menu-default li { |
| 39 |
cursor: pointer; |
| 40 |
} |
| 41 |
#wp-admin-bar-pdfprnt-bar-menu-default li:hover { |
| 42 |
background-color: #2E9EC7 !important; |
| 43 |
} |
| 44 |
#wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li a { |
| 45 |
height: auto; |
| 46 |
padding: 8px 0; |
| 47 |
text-align: center; |
| 48 |
} |
| 49 |
#wpadminbar li#wp-admin-bar-pdfprnt-bar-menu span.admin-bar-menu-bws-icon { |
| 50 |
background: url("../bws_menu/images/icon_16_single.png") no-repeat scroll center center transparent; |
| 51 |
float: left; |
| 52 |
position: relative; |
| 53 |
width: 16px; |
| 54 |
height: 16px; |
| 55 |
margin: 6px 6px 0 0; |
| 56 |
opacity: 0.7; |
| 57 |
} |
| 58 |
|
| 59 |
/* PDF-Print settings .form-table */ |
| 60 |
#pdfprnt_settings_form th { |
| 61 |
padding: 10px; |
| 62 |
} |
| 63 |
.pdfprnt_settings_table td div { |
| 64 |
float: left; |
| 65 |
text-align: center; |
| 66 |
margin: 0 5px; |
| 67 |
} |
| 68 |
.pdfprnt_settings_table td div img { |
| 69 |
border:1px solid #777; |
| 70 |
display:block; |
| 71 |
width: 80px; |
| 72 |
height: 100px; |
| 73 |
} |
| 74 |
.pdfprnt_settings_table td { |
| 75 |
vertical-align: top; |
| 76 |
padding: 10px; |
| 77 |
} |
| 78 |
.pdfprnt_settings_table td select { |
| 79 |
min-width: 210px; |
| 80 |
} |
| 81 |
.pdfprnt_buttons { |
| 82 |
width: auto !important; |
| 83 |
} |
| 84 |
.pdfprnt_label { |
| 85 |
display: none; |
| 86 |
} |
| 87 |
.pdfprnt_info { |
| 88 |
color: #888; |
| 89 |
font-size: 10px; |
| 90 |
} |
| 91 |
.pdfprnt_loader { |
| 92 |
position: absolute; |
| 93 |
display: none; |
| 94 |
} |
| 95 |
@media only screen and ( max-width: 785px ) { |
| 96 |
.pdfprnt_label { |
| 97 |
display: inline; |
| 98 |
} |
| 99 |
.pdfprnt_position_buttton .pdfprnt_label { |
| 100 |
display: block; |
| 101 |
} |
| 102 |
.pdfprnt_table_head { |
| 103 |
display: none; |
| 104 |
} |
| 105 |
} |
| 106 |
|