Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- body {
- background-image: url(https://i.imgur.com/xn7lVCw.jpeg);
- }
- * {
- font-family: courier new;
- cursor: url(https://cur.cursors-4u.net/nature/nat-4/nat368.cur), auto!important;
- }
- a {
- transition-duration: .3s
- }
- a:hover {
- letter-spacing: .5px;
- transition-duration: .3s;
- text-decoration: none
- }
- .online {
- color: #90fc03
- }
- .online img:before{
- content: url(https://i.imgur.com/rUVLHPj.jpg)
- }
- img {
- transition-duration: 0.5s
- }
- img:hover {
- filter: brightness(75%) grayscale(100%) sepia(100%) hue-rotate(
- 240deg) saturate(200%) contrast(1.5);
- }
- <!-- navigation -->
- nav {
- margin-bottom: 10px!important;
- }
- .top {
- background-color: #000!important;
- color: white!important;
- }
- .top.a{
- color: white!important;
- }
- nav a {
- color: black!important;
- font-weight: 800
- }
- nav a:hover {
- color: #000dff!important;
- text-decoration: none!important
- }
- .links {
- background-color: #ff1269!important;
- margin-bottom: 10px!important;
- position: sticky!important;
- color: black!important;
- }
- <!-- footer -->
- footer.ul{
- background-color: transparent!important;
- position: static!important;
- }
- footer:after {
- content: "css by hara @hopeiess"
- }
- footer .links {
- background-color: transparent!important;
- }
- footer a{
- color: #000dff!important;
- }
- footer p{
- text-shadow: -1px 0 #ff00dc, 0 1px #ff00dc, 1px 0 #ff00dc, 0 -1px #ff00dc;
- }
- footer {
- background: url(https://t4.ftcdn.net/jpg/03/79/19/67/360_F_379196791_QurOEU05GUSQBlyjllWUG03PdoIx4oFL.jpg);
- }
- nav .links li:not(:last-child)::after, footer .links li:not(:last-child)::after {
- content: " β€ "; }
- main {
- background: #000!important;
- color: white
- }
- .profile .blurbs .heading, .profile .friends .heading {
- background-image: linear-gradient(to right, #ff0000, #ff8800, #ffe100, #09ff00, #00fff2, #0073ff, #1100ff, #8c00ff)!important;
- color: white
- }
- .profile .contact .heading, .profile .table-section .heading, .home-actions .heading {
- background-image: linear-gradient(to right, #ff0000, #ff8800, #ffe100, #09ff00, #00fff2, #0073ff, #1100ff, #8c00ff)!important;
- }
- main a {
- color: #ff00dc
- }
- main a:hover {
- color: #000dff
- }
- <!-- -->
- td {
- background-color: #ff00dc!important
- }
- td a{
- color: #000!important
- }
- td p {
- color: #000
- }
- button, [type="button"], [type="reset"], [type="submit"] {
- background-color: #ff00dc!important;
- color: #000;
- cursor: pointer;
- border: inset 3px #000dff;
- }
- input {
- background-color: #000!important;
- color: #ff00dc;
- border: inset 3px #ff00dc;
- }
- </style>
Add Comment
Please, Sign In to add comment