| 1 |
/* PDF-Print settings */ |
| 2 |
.pdfprnt-top-left, |
| 3 |
.pdfprnt-bottom-left, |
| 4 |
.pdfprnt-top-bottom-left, |
| 5 |
.pdfprnt-left { |
| 6 |
text-align: left; |
| 7 |
padding: 5px; |
| 8 |
} |
| 9 |
.pdfprnt-top-right, |
| 10 |
.pdfprnt-bottom-right, |
| 11 |
.pdfprnt-top-bottom-right, |
| 12 |
.pdfprnt-right { |
| 13 |
text-align: right; |
| 14 |
padding: 5px; |
| 15 |
} |
| 16 |
.pdfprnt-top-left:before, |
| 17 |
.pdfprnt-bottom-left:before, |
| 18 |
.pdfprnt-top-right:before, |
| 19 |
.pdfprnt-bottom-right:before, |
| 20 |
.pdfprnt-top-bottom-left:before, |
| 21 |
.pdfprnt-top-bottom-right:before, |
| 22 |
.pdfprnt-left:before, |
| 23 |
.pdfprnt-right:before { |
| 24 |
content: ""; |
| 25 |
clear: both; |
| 26 |
display: table; |
| 27 |
} |
| 28 |
.pdfprnt-top-left a, |
| 29 |
.pdfprnt-bottom-left a, |
| 30 |
.pdfprnt-top-right a, |
| 31 |
.pdfprnt-bottom-right a, |
| 32 |
.pdfprnt-top-bottom-right a, |
| 33 |
.pdfprnt-top-bottom-left a, |
| 34 |
.pdfprnt-left a, |
| 35 |
.pdfprnt-right a { |
| 36 |
padding: 0 5px; |
| 37 |
box-shadow: none !important; |
| 38 |
border: none !important; |
| 39 |
outline: none !important; |
| 40 |
} |
| 41 |
.pdfprnt-top-left a img, |
| 42 |
.pdfprnt-bottom-left a img, |
| 43 |
.pdfprnt-top-right a img, |
| 44 |
.pdfprnt-bottom-right a img, |
| 45 |
.pdfprnt-top-bottom-right a img, |
| 46 |
.pdfprnt-top-bottom-left a img, |
| 47 |
.pdfprnt-left a img, |
| 48 |
.pdfprnt-right a img { |
| 49 |
display: inline !important; |
| 50 |
} |
| 51 |
#wp-admin-bar-pdfprnt-bar-menu-default li { |
| 52 |
cursor: pointer; |
| 53 |
} |
| 54 |
#wp-admin-bar-pdfprnt-bar-menu-default li:hover { |
| 55 |
background-color: #2E9EC7 !important; |
| 56 |
} |
| 57 |
#wpadminbar #wp-admin-bar-pdfprnt-bar-menu-default li a { |
| 58 |
height: auto; |
| 59 |
padding: 8px 0; |
| 60 |
text-align: center; |
| 61 |
} |
| 62 |
#wpadminbar li#wp-admin-bar-pdfprnt-bar-menu span.admin-bar-menu-bws-icon { |
| 63 |
background: url("../bws_menu/images/icon_16_single.png") no-repeat scroll center center transparent; |
| 64 |
float: left; |
| 65 |
position: relative; |
| 66 |
width: 16px; |
| 67 |
height: 16px; |
| 68 |
margin: 6px 6px 0 0; |
| 69 |
opacity: 0.7; |
| 70 |
} |
| 71 |
|
| 72 |
/* PDF-Print settings .form-table */ |
| 73 |
#pdfprnt_settings_form th { |
| 74 |
padding: 10px; |
| 75 |
} |
| 76 |
.pdfprnt_settings_table td div:not(div[class*="CodeMirror"]) { |
| 77 |
float: left; |
| 78 |
text-align: center; |
| 79 |
margin: 0 5px; |
| 80 |
} |
| 81 |
.pdfprnt_settings_table td div img { |
| 82 |
border:1px solid #777; |
| 83 |
display:block; |
| 84 |
width: 80px; |
| 85 |
height: 100px; |
| 86 |
} |
| 87 |
.pdfprnt_settings_table td { |
| 88 |
vertical-align: top; |
| 89 |
padding: 10px; |
| 90 |
} |
| 91 |
.pdfprnt_settings_table td select { |
| 92 |
min-width: 210px; |
| 93 |
} |
| 94 |
.rtl #pdfprnt_custom_styles { |
| 95 |
direction: ltr; |
| 96 |
} |
| 97 |
.pdfprnt_buttons { |
| 98 |
width: auto !important; |
| 99 |
} |
| 100 |
.pdfprnt_label { |
| 101 |
display: none; |
| 102 |
} |
| 103 |
.pdfprnt_loader { |
| 104 |
position: absolute; |
| 105 |
display: none; |
| 106 |
} |
| 107 |
/* |
| 108 |
* css highlighter |
| 109 |
*/ |
| 110 |
.pdfprnt_custom_styles .CodeMirror { |
| 111 |
max-height: 200px; |
| 112 |
max-width: 500px; |
| 113 |
border: 1px solid #ddd; } |
| 114 |
.pdfprnt_custom_styles .CodeMirror-scroll { |
| 115 |
height: 100%; |
| 116 |
width: 100%; |
| 117 |
box-sizing: border-box !important; |
| 118 |
} |
| 119 |
.pdfprnt_custom_styles .CodeMirror-hscrollbar { |
| 120 |
left: 0 !important; |
| 121 |
} |
| 122 |
.pdfprnt_custom_styles .CodeMirror-sizer { |
| 123 |
border-right: none; |
| 124 |
} |
| 125 |
.pdfprnt_pro_block .bws_pro_version_tooltip { |
| 126 |
display: inline-block; |
| 127 |
width: 100%; |
| 128 |
box-sizing: border-box; |
| 129 |
top: 5px; |
| 130 |
} |
| 131 |
.pdfprnt_templates_block .bws_pro_version_table_bloc, |
| 132 |
.pdfprnt_templates_new_block .bws_pro_version_table_bloc { |
| 133 |
padding: 5px 5px 0 5px; |
| 134 |
} |
| 135 |
|
| 136 |
.pdfprnt_templates_block .bws_table_bg, |
| 137 |
.pdfprnt_templates_new_block .bws_table_bg { |
| 138 |
top: 0; |
| 139 |
left: 0; |
| 140 |
} |
| 141 |
@media only screen and ( max-width: 785px ) { |
| 142 |
.pdfprnt_label { |
| 143 |
display: inline; |
| 144 |
} |
| 145 |
.pdfprnt_position_button .pdfprnt_label { |
| 146 |
display: block; |
| 147 |
} |
| 148 |
.pdfprnt_table_head { |
| 149 |
display: none; |
| 150 |
} |
| 151 |
.pdfprnt_templates_block p.search-box { |
| 152 |
position: static; |
| 153 |
clear: both |
| 154 |
} |
| 155 |
} |
| 156 |
|
| 157 |
@media only screen and ( max-width: 450px ) { |
| 158 |
.pdfprnt_image_block table, |
| 159 |
.pdfprnt_image_block tr, |
| 160 |
.pdfprnt_image_block td { |
| 161 |
width: inherit; |
| 162 |
display: block; |
| 163 |
box-sizing: border-box; |
| 164 |
} |
| 165 |
.pdfprnt_templates_block .tablenav.bottom .displaying-num { |
| 166 |
display: none; |
| 167 |
} |
| 168 |
} |
| 169 |
|
| 170 |
@media only screen and ( max-width: 300px ) { |
| 171 |
.pdfprnt_add_new_button { |
| 172 |
display: inline-block; |
| 173 |
margin-top: 10px; |
| 174 |
} |
| 175 |
} |
| 176 |
|