Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <link rel="preconnect" href="https://fonts.googleapis.com">
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
- <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@300&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous">
- </head>
- <style>
- * { margin: 0; padding: 0; }
- @font-face { /* font title */
- font-family: 'powerpuff girls';
- src: url(https://dl.dropbox.com/s/sfryv4nuc5cjozr/Powerpuff.ttf);
- }
- @font-face { /* font for mark subtitles */
- font-family:chick;
- src:url(https://dl.dropbox.com/s/wrt1sab5vv6r25n/CHICK___.TTF);
- }
- @font-face { /* font for marquee music player */
- font-family: handy;
- src: url(https://dl.dropbox.com/s/ga9hf4idu3egjb5/handy00.ttf);
- }
- ::-webkit-scrollbar { /* to hide scrollbar, you can change it */
- display: none;
- }
- #name { /* css for title */
- font-family: 'powerpuff girls';
- font-size: 2.7em;
- text-align:center;
- background:linear-gradient(to top, #fff 2%, #FFB3DE 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- -webkit-text-stroke: 0.5px #FF78BC;
- -webkit-filter: drop-shadow(0px 0px 1.5px #FF87C5);
- }
- .all { /* main container dont change width height and margin */
- background-image: radial-gradient(circle, rgba(247,208,230,1) 0%, rgba(255,255,255,1) 100%);
- background-position: 0% 0%;
- background-repeat: repeat;
- background-size: cover;
- width: 20em;
- height:50%;
- margin:auto;
- border-radius:8px;
- border: 2px solid white;
- padding-top:4px;
- padding-bottom:8px;
- padding-left:8px;
- padding-right:8px;
- -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 135, 197,1);
- -moz-box-shadow: 0px 0px 5px 0px rgba(255, 135, 197,1);
- box-shadow: 0px 0px 5px 0px rgba(255, 135, 197,1);
- }
- #cont { /* container scrollable horizontal just change the bg border if you want */
- width: auto;
- white-space: nowrap;
- overflow-x: auto;
- padding: .5em;
- box-sizing: border-box;
- height: 9em;
- margin-bottom:.5em;
- overflow-y: hidden;
- font-family: 'Outfit', sans-serif;
- color: #000;
- background-image: url("https://lesbiana.crd.co/assets/images/gallery04/f0ef235b.png?v=c15eb6f6"); /* url of the image background */
- background-position: center;
- background-repeat: repeat;
- background-size: cover;
- border: 1px solid #FFB3DE;
- border-radius:8px;
- }
- .boxes { /* scrollboxes with info dont change width and height */
- width: 10em;
- border: 1px solid #FFCFE9;
- border-radius: 5px;
- white-space: normal;
- display: inline-block;
- height: 10em;
- padding: .5em;
- font-size:.8em;
- vertical-align: middle;
- margin-right: .5em;
- background: rgba(255, 255, 255, 0.8);
- overflow-y: scroll;
- text-align: left;
- }
- mark {/* mark thing for subtitles, you can change basically anything here */
- background: rgb(247,208,230);
- background: radial-gradient(circle, rgba(247,208,230,1) 0%, rgba(255,255,255,1) 100%);
- border: 1px solid #FFCFE9;
- border-radius:90%;
- padding-left:10px;
- padding-right:10px;
- font-family:chick;
- font-size:1.5em;
- color:white;
- -webkit-text-stroke: 0.5px #FF78BC;
- }
- a { /* links, you can change the text deco or erase it */
- color: #FF78BC;
- text-decoration: underline;
- text-decoration-style: dotted;
- font-weight:bold;
- }
- a:hover {color: #FFCFE9;
- transition: .6s;}
- a { color: #FF78BC; }
- }
- img:hover {
- cursor:help;
- }
- .doll { /* doll img you can play around with the setting but keep in mind that this specific ones were made to look good in desktop and mobile */
- position:absolute;
- right:0em;
- bottom:-1.5em;
- width:auto;
- height:7.5em;
- z-index:500;
- }
- .pixel { /* css for the little pixel over title */
- position:absolute;
- left:2em;
- top:0.5em;
- z-index:500;
- width:auto;
- height:auto;
- }
- ::selection {
- color: #FFA4D6;
- background: #FFCFE9;
- }
- /* start of music player */
- #musicplayer{
- display:grid;
- grid-template-columns:20px auto;
- align-items:center;
- width: 90px;
- font-family:handy;
- font-size:11px;
- color:#FF78BC;
- line-height:140%;
- border: 1px solid #FFB3DE;
- border-radius: 3px;
- background:white;
- }
- #musictitle{
- font-family:handy;
- overflow: hidden;
- white-space: nowrap;
- display:inline-block;
- width: calc(100% - 10px - 1px);
- margin-left: calc(10px + 1px);
- }
- #musicpixel{
- width:120%;
- paddin-top:0px;
- position:relative;
- min-height: 15px;
- background:white;
- border-right: 1px solid #FFB3DE;
- }
- .overlay {
- opacity:0;
- position:absolute;
- top:0;
- left:0;
- text-align:center;
- width:100%;
- height:100%;
- transition:0.3s ease;
- background: white;
- }
- #musicplayer:hover .overlay {
- opacity: 1;
- transition:0.3s ease;
- }
- .playpause{
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-40%, -50%);
- }
- .playpause:hover{
- cursor:help;
- }
- #musicpixel img{
- display:block;
- }
- .marquee{
- display: inline-block;
- padding-left: 100%;
- animation: marquee 5s linear infinite;
- }
- @keyframes marquee{
- 0% {
- transform: translate(0, 0);
- }
- 100% {
- transform: translate(-100%, 0);
- }
- }
- /* end of music player */
- </style>
Advertisement
Add Comment
Please, Sign In to add comment