Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- :root {
- --nav-links-hover: rgb(229 0 255);
- --blog-body: rgb(0 0 0);
- --reply-border: rgb(29 255 0);
- --background: rgb(0 0 0);
- }
- html {
- background: var(--background);
- background-size: contain;
- background-attachment: fixed;
- }
- nav {
- padding-top: 1em;
- }
- nav .top {
- margin-top: 2px;
- background: none;
- background-color: black;
- border: 2px dotted #c3d9e0;
- border-bottom: none;
- }
- nav .links {
- background-color: black;
- border: 2px dotted #c3d9e0;
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- font-style: normal;
- text-align: center;
- }
- nav .links a:hover {
- color: var(--nav-links-hover) !important;
- text-shadow: 0 0 0px #ffffff;
- }
- nav,
- nav .links a {
- color: #c3d9e0;
- }
- nav,
- nav .links a {
- color: #FFFF00 !important;
- }
- nav,
- nav .links a:hover {
- color: #FFFF00 !important;
- }
- nav .links {
- background-color: black;
- border: 2px solid #E500FF;
- }
- body {
- background: rgba(0, 0, 0, 0);
- font-family: Courier New, monospace;
- }
- main {
- background: var(--blog-body);
- }
- main,
- .blog-entry .content * {
- color: var(--text-color);
- }
- b,
- strong {
- color: var(--text-color);
- }
- h1 {
- background: url(https://cur.glitter-graphics.net/pub/3390/3390323un7ana0wpz.gif);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- font-style: normal;
- }
- a,
- button {
- color: var(--links);
- }
- a:hover,
- button:hover {
- color: var(--links-hover);
- }
- .blog-entry.kudos-btn {
- color: #00FF2A !important;
- }
- .blog-entry.kudos-btn:hover {
- color: #E500FF !important;
- text-decoration: bold !important;
- }
- .edit-info {
- background: var(--left-info);
- color: var(--left-info-text);
- border: hidden;
- text-align: center;
- }
- .edit-info a {
- color: var(--left-info-text);
- }
- .inner>a:nth-child(4)>button:nth-child(1) {
- background: var(--blog-body);
- }
- .comments-table td:first-child {
- background: var(--comment-left);
- }
- .comments-table td {
- background: var(--comment-right);
- }
- .comment-replies {
- border: 1px solid var(--reply-border) !important;
- }
- .comments-table td * {
- color: var(--comment-text);
- }
- td {
- border: 1px solid #c3d9e0;
- border-collapse: collapse;
- color: #c3d9e0 !important;
- background: none;
- background-color: black !important;
- }
- .top input {
- background-color: black !important;
- border: 1px solid #E500FF !important;
- color: #00FF2A;
- }
- .button {
- background-color: black !important;
- border: 1px solid #E500FF !important
- }
- .logo {
- filter: sepia(100%) hue-rotate(0deg) saturate(0);
- }
- .comments-table a p {
- color: #c3d9e0;
- background-color: black;
- -webkit-text-fill-color: #00FF2A;
- }
- #q,
- button {
- color: #c3d9e0;
- background-color: black;
- -webkit-text-fill-color: #00FF2A;
- }
- a,
- .logout-btn {
- text-decoration: underline !important;
- background: url(https://cur.glitter-graphics.net/pub/3390/3390323un7ana0wpz.gif);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- font-style: normal;
- }
- .container {
- margin: 0 auto 0;
- }
- .icon {
- display: none;
- }
- main {
- background: black;
- color: #c3d9e0;
- border-left: 2px dotted #c3d9e0;
- border-right: 2px dotted #c3d9e0;
- }
- main {
- background: black;
- color: #00FF2A;
- border-left: 2px dotted #E500FF;
- border-right: 2px dotted #E500FF;
- }
- .heading,
- .url-info {
- color: #c3d9e0 !important;
- background: none;
- background-color: black !important;
- border: 2px solid #c3d9e0 !important;
- }
- .inner {
- color: #c3d9e0 !important;
- border: 2px dotted #c3d9e0;
- border-top: none;
- }
- a,
- .logout-btn {
- text-decoration: underline !important;
- }
- #comments {
- border-bottom: 2px dotted #c3d9e0;
- }
- footer {
- background-color: var(--footer);
- }
- footer {
- background: black;
- border: 2px dotted #c3d9e0;
- }
- footer p {
- color: #00F700 !important;
- }
- .comments-table {
- border: none;
- border-collapse: collapse;
- }
- .comment-replies {
- border: 1px solid #c3d9e0;
- margin: 2px;
- text-align: center;
- }
- body::before {
- content: " ";
- display: block;
- position: fixed;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- background: gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
- z-index: 2;
- background-size: 100% 2px, 3px 100%;
- pointer-events: none;
- }
- img {
- filter: sepia(25%) saturate(2);
- }
- .logo {
- filter: sepia(100%) hue-rotate(45deg) saturate(10);
- }
- #q,
- button {
- color: #00FF2A;
- background-color: black;
- border: 1px solid #E500FF;
- font-family: inherit;
- }
- p,
- i,
- b,
- .count {
- color: #FFFF00 !important;
- }
- a,
- .logout-btn {
- color: #E500FF !important;
- text-decoration: underline !important;
- }
- .container {
- margin: 0 auto 0;
- }
- .icon {
- display: none;
- }
- .heading {
- color: #00FF2A !important;
- background: none;
- background-color: black !important;
- border: 2px solid #E500FF !important;
- background-image: url();
- }
- .inner {
- color: #00FF2A !important;
- border: 2px dotted #E500FF;
- border-top: none;
- }
- #comments {
- border-bottom: 2px #00FF2A;
- background-image: url(https://i.postimg.cc/Gt18qMbj/GIF-20250729-203649-571.gif);
- }
- .home-actions {
- border: none !important;
- background-image: url(https://i.postimg.cc/Gt18qMbj/GIF-20250729-203649-571.gif);
- }
- td {
- border: 1px solid #E500FF;
- border-collapse: collapse;
- }
- td {
- color: #FFFF00 !important;
- background: none;
- background-color: black !important;
- }
- table.details-table {
- max-width: 98%;
- }
- footer {
- background: black;
- background-image: url(https://i.postimg.cc/Gt18qMbj/GIF-20250729-203649-571.gif);
- border: 2px dotted #00FF2A !important;
- }
- footer p {
- color: #E500FF !important;
- }
- .profile-pic {
- float: none;
- width: 110px !important;
- margin: 10px auto;
- }
- nav .left img {
- content: url("https://file.garden/aRHxY8E_TglHT-c6/sp_napologo.png");
- }
- nav .left img:hover {
- /* Start the shake animation and make the animation last for 0.5 seconds */
- animation: shake 1s;
- /* When the animation is finished, start again */
- animation-iteration-count: infinite;
- }
- @keyframes shake {
- 0% {
- transform: translate(1px, 1px) rotate(0deg);
- }
- 10% {
- transform: translate(-1px, -2px) rotate(-1deg);
- }
- 20% {
- transform: translate(-3px, 0px) rotate(1deg);
- }
- 30% {
- transform: translate(3px, 2px) rotate(0deg);
- }
- 40% {
- transform: translate(1px, -1px) rotate(1deg);
- }
- 50% {
- transform: translate(-1px, 2px) rotate(-1deg);
- }
- 60% {
- transform: translate(-3px, 1px) rotate(0deg);
- }
- 70% {
- transform: translate(3px, 1px) rotate(-1deg);
- }
- 80% {
- transform: translate(-1px, -1px) rotate(1deg);
- }
- 90% {
- transform: translate(1px, 2px) rotate(0deg);
- }
- 100% {
- transform: translate(1px, -2px) rotate(-1deg);
- }
- }
- img {
- border-radius: 9px 9px 9px 9px;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment