Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap);
- body, #header, #hSub {
- text-transform: lowercase !important;
- font-family: "Libre Baskerville", serif !important;
- text-shadow: 1px 1px 5px white;
- }
- #name:after, tr td div:after {
- content: ".";
- }
- tr td div:nth-child(4):before,
- .blogCard div:nth-child(4):before {
- content: "seventeen";
- }
- #age {
- display: none;
- }
- #hSub {
- text-align: center !important;
- background-color: rgba(33,33,33,0.4) !important;
- }
- #hSub a {
- color: white !important;
- margin: auto;
- width: 50%;
- padding: 10px;
- }
- #hSub a:hover {
- text-decoration: underline;
- }
- #header, #hUp, .logo {
- color: white !important;
- background-color: rgba(33,33,33,0.4) !important;
- border: none;
- }
- .logo b {
- display: none;
- }
- .logo:before {
- content: "welcome.";
- font-weight: bold !important;
- }
- #header:after {
- content: "heaven calls me. heaven calls me. heaven calls me. heaven calls me."
- }
- #header:before {
- content: "heaven calls me. heaven calls me. heaven calls me. heaven calls me."
- }
- @-moz-keyframes scroll-right {
- 0% {
- -moz-transform: translateX(-100%);
- }
- 100% {
- -moz-transform: translateX(100%);
- }
- }
- @-webkit-keyframes scroll-right {
- 0% {
- -webkit-transform: translateX(-100%);
- }
- 100% {
- -webkit-transform: translateX(100%);
- }
- }
- @keyframes scroll-right {
- 0% {
- -moz-transform: translateX(-100%);
- -webkit-transform: translateX(-100%);
- transform: translateX(-100%);
- }
- 100% {
- -moz-transform: translateX(100%);
- -webkit-transform: translateX(100%);
- transform: translateX(100%);
- }
- }
- #header {
- overflow: hidden !important;
- width: 100% !important;
- margin: 0 !important;
- text-align: center !important;
- /*-moz-transform: translateX(100%) !important;*/
- -webkit-transform: translateX(100%) !important;
- transform: translateX(100%) !important;
- /*-moz-animation: scroll-right 2s linear infinite !important;*/
- -webkit-animation: scroll-right 2s linear infinite !important;
- animation: scroll-right 20s linear infinite !important;
- }
- div#hSub a:after {
- content: ".";
- }
- body {
- background-attachment: fixed;
- background-image: url(https://i.imgur.com/Ma58gcE.jpeg);
- animation-name: pulpit, pulpit, pulpit, pulpit, pulpit, pulpit, pulpit;
- animation-duration: 2s, 2s, 2s, 2s, 2s, 2s, 1s;
- animation-delay: 11500ms, 24500ms, 36500ms, 47500ms, 56500ms, 64500ms, 70500ms;
- animation-timing-function: step-start, step-start, step-start, step-start, step-start, step-start, step-start;
- }
- @keyframes pulpit {
- 0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 99% {
- opacity: 0;
- background-color: black;
- background-image: none;
- }
- 5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95%, 100% {
- opacity: 0;
- background-color: white;
- background-image: none;
- }
- }
- #container {
- color: white;
- }
- div.box.blurbs {
- text-align: center;
- background-color: rgba(33,33,33,0.4);
- }
- div.box.fwiends {
- text-align: center;
- background-color: rgba(33,33,33,0.4);
- }
- .rightHead {
- color: white;
- font-size: 20px;
- background-color: rgba(255,0,0,0.4);
- }
- div div h4 {
- color: red;
- text-shadow: 1px 1px 5px red;
- }
- .boxInfo a {
- font-weight: bold;
- }
- a, .boxButton {
- color: red;
- text-shadow: 1px 1px 5px red;
- }
- .fwiendFace {
- margin: 1em;
- }
- .fwiendFace img {
- width: 150px;
- height: 150px;
- object-fit: cover;
- }
- .topLeft {
- background-color: rgba(33,33,33,0.4);
- }
- .player:before {
- content: "";
- display: block;
- position: relative;
- width: 380px;
- height: 487px;
- background-image: url(https://i.pinimg.com/564x/77/90/5e/77905e51d73173ffc1c9248873a4a09f.jpg);
- background-size: 100% 100%;
- }
- div.player.box {
- color: white;
- background-color: rgba(0,0,0,0);
- border: none;
- }
- div.songName {
- margin: 5px;
- }
- div.songName a img {
- filter: invert();
- }
- div.url.box {
- border: none;
- }
- div.boxHead {
- border: none;
- background-color: rgba(0,0,0,0);
- }
- div.boxInfo.box {
- border: none;
- }
- .topLeft::after {
- background-image: url(https://i.pinimg.com/564x/91/82/86/918286c31459a11a61c6ebd3ba0294c8.jpg);
- content: "";
- white-space: pre-wrap;
- display: block;
- height: 500px;
- background-repeat: no-repeat, no-repeat, repeat, repeat, repeat, repeat;
- background-size: 390px;
- filter: contrast(200%);
- }
- .fwiendFace:hover {
- transform: scale(1.2);
- animation: shake .5s linear infinite;
- }
- @keyframes shake {
- 10%, 90% {
- transform: translate3d(-1px, 0, 0);
- }
- 20%, 80% {
- transform: translate3d(2px, 0, 0);
- }
- 30%, 50%, 70% {
- transform: translate3d(-4px, 0, 0);
- }
- 40%, 60% {
- transform: translate3d(4px, 0, 0);
- }
- }
- .topRight:after {
- transform: scale(0.6);
- content: "yes, this is actually me.";
- display: block;
- position: relative;
- width: 613px;
- height: 459px;
- background-image: url(https://media.discordapp.net/attachments/755342716124004382/850500089956401152/image0.jpg?width=894&height=670);
- background-size: 100% 100%;
- }
- #userWall {
- background-color: rgba(33,33,33,0.6);
- }
- #userWall tbody tr .tableLeft {
- background-color: rgba(0,0,0,0);
- }
- #userWall tbody tr .tableLeft img {
- width: 100px;
- height: 100px;
- object-fit: cover;
- }
- #userWall tbody tr .tableRight {
- background-color: rgba(0,0,0,0);
- }
- button {
- background-color: rgba(0,0,0,0);
- border: none;
- color: white;
- text-shadow: 1px 1px 5px white;
- font-weight: bold;
- text-decoration: underline;
- margin: 5px;
- }
- .tableRight div:after {
- content: "";
- }
- #commentInput {
- background-color: rgba(33,33,33,0.7);
- border: none;
- }
- div form input {
- background-color: rgba(0,0,0,0);
- border: none;
- color: white;
- text-shadow: 1px 1px 5px white;
- font-weight: bold;
- text-decoration: underline;
- margin: 5px;
- }
- div.box.blog {
- background-color: rgba(33,33,33,0.5);
- }
- #sMsg {
- font-size: 0px;
- }
- #sMsg:before {
- content: "talk to me.";
- font-size: 14px;
- }
- #add {
- font-size: 0px;
- }
- #add:before {
- content: "join me.";
- font-size: 14px;
- }
- #report {
- font-size: 0px;
- }
- #report:before {
- content: "banish me to hell.";
- font-size: 14px;
- }
- #block {
- font-size: 0px;
- }
- #block:before {
- content: "chain me.";
- font-size: 14px;
- }
- /* Start https://www.cursors-4u.com */ * {cursor: url(https://ani.cursors-4u.net/symbols/sym-8/sym731.cur), auto !important;} /* End https://www.cursors-4u.com */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement