Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- html, body {
- background-color: white !important;
- color: red !important;
- overflow-x: hidden;
- perspective: 900px;
- }
- #q, button,
- nav .top, nav .links,
- main, .heading, .url-info,
- .profile .inner, .profile-info, .profile .contact, .profile .table-section, .home-actions,
- footer, td, table.details-table {
- background-color: white !important;
- background-image: none !important;
- color: red !important;
- border-color: grey !important;
- }
- #q, button {
- background-color: white !important;
- color: red !important;
- border: 1px solid grey !important;
- }
- td {
- background-color: white !important;
- color: red !important;
- }
- p, i, b, .count,
- a, .profile .friends .person p, .logout-btn,
- nav, nav .links a, .heading, .url-info, .profile h1, footer p {
- color: red !important;
- text-decoration: underline !important;
- }
- *[style*="background-color: black"],
- *[style*="background:black"],
- *[style*="background:#000"] {
- background-color: white !important;
- background-image: none !important;
- }
- html::before {
- content: "";
- position: fixed;
- inset: 0;
- pointer-events: none;
- z-index: 999999;
- background:
- linear-gradient(rgba(18,16,16,0) 50%, rgba(0,0,0,0.25) 50%),
- repeating-linear-gradient(transparent, transparent 1px, rgba(0,0,0,0.06) 2px);
- background-size: 100% 2px, 3px 100%;
- mix-blend-mode: multiply;
- }
- body {
- transform-style: preserve-3d;
- transform:
- rotateY(-9deg)
- rotateZ(-3deg)
- rotateX(2deg);
- transform-origin: 50% 0;
- }
- footer p { color: red !important; }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment