36 lines
676 B
Plaintext
36 lines
676 B
Plaintext
<style>
|
|
/* Hide powered-by element with inline styles */
|
|
aside {
|
|
display: none !important;
|
|
}
|
|
|
|
footer ~ * {
|
|
display: none !important;
|
|
}
|
|
|
|
.np-footer ~ * {
|
|
display: none !important;
|
|
}
|
|
|
|
.np-powered-by,
|
|
aside.np-powered-by,
|
|
.np-powered-by.show,
|
|
aside.np-powered-by.show,
|
|
.np-footer + .np-powered-by,
|
|
.np-footer + aside.np-powered-by,
|
|
.np-footer + aside.np-powered-by.show {
|
|
display: none !important;
|
|
visibility: hidden !important;
|
|
height: 0 !important;
|
|
width: 0 !important;
|
|
overflow: hidden !important;
|
|
opacity: 0 !important;
|
|
position: absolute !important;
|
|
top: -9999px !important;
|
|
left: -9999px !important;
|
|
z-index: -1 !important;
|
|
}
|
|
</style>
|
|
|
|
{% body %}
|