.entry-content, .post-content {
-webkit-user-select: none;
user-select: none;
-webkit-touch-callout: none;
}
.entry-content input, .entry-content textarea, .entry-content [contenteditable="true"],
.post-content input, .post-content textarea, .post-content [contenteditable="true"] {
-webkit-user-select: text !important;
user-select: text !important;
}
.entry-content img, .post-content img {
-webkit-user-drag: none;
user-drag: none;
}
@media print {
body { display: none !important; }
}