Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Layout by Mule of CD-ARIAx3 */
- /* + Profile Code by AlthIndor */
- :root {
- --color-primary: plum;
- --color-secndry: #FF8000;
- }
- html, body {
- background: url('https://i.imgur.com/XqhXg32.jpg') top center / cover #000;
- min-height: 1300px;
- overflow-x: hidden;
- }
- body {position: relative;}
- body a {
- text-decoration: none !important;
- transition: color .5s ease-in-out, text-shadow .5s ease-in-out, filter .5s ease-in-out;
- }
- ::selection {
- background: rebeccapurple;
- color: #FFFFFF;
- }
- #columns, .custom_panel .clear {background: url('https://i.imgur.com/zSh8iCt.png');}
- .custom_panel .clear {background-position: -381px -1290px;}
- /* Fonts */
- @font-face {
- font-family: 'Yellowtail';
- font-style: normal;
- font-weight: 400;
- src: local('Yellowtail'), local('Yellowtail-Regular'), url(https://fonts.gstatic.com/s/yellowtail/v11/OZpGg_pnoDtINPfRIlLohlvHwQ.woff2) format('woff2');
- }
- @font-face {
- font-family: 'Scheherazade';
- font-style: normal;
- font-weight: 400;
- src: local('Scheherazade'), local('Scheherazade-Regular'), url(https://fonts.gstatic.com/s/scheherazade/v20/YA9Ur0yF4ETZN60keViq1kQQsJmp.woff2) format('woff2');
- }
- @font-face {
- font-family: 'Scheherazade';
- font-style: normal;
- font-weight: 700;
- src: local('Scheherazade Bold'), local('Scheherazade-Bold'), url(https://fonts.gstatic.com/s/scheherazade/v20/YA9Lr0yF4ETZN60keViq1kQYC7y8idfU.woff2) format('woff2');
- }
- /* Header */
- #gaia_header, #header_left, #header_right {box-sizing: border-box;}
- #gaia_header li.spacer {display: none !important;}
- #viewer #gaia_header {
- background: none;
- position: absolute !important;
- }
- #gaia_header #header_left, #gaia_header #header_right {
- background: #000000B2 !important;
- width: auto !important;
- height: 35px !important;
- font: 0/38px 'Scheherazade', serif !important;
- padding: 0 10px !important;
- margin: 10px !important;
- border-radius: 5px;
- box-shadow: 4px 4px #0000005A;
- }
- #gaia_header #header_right {float: right;}
- #gaia_header img {
- background: url('https://i.imgur.com/5FTB40o.png') 0 2px no-repeat;
- width: 0;
- padding: 0 37px 0 0;
- }
- #header_left li:nth-of-type(2) a:hover {filter: drop-shadow(0 0 5px #FFFFFF);}
- #gaia_header a {
- color: #FFFFFF !important;
- font-size: 18px !important;
- font-weight: 400;
- letter-spacing: .025em;
- text-transform: uppercase;
- }
- #gaia_header a:hover {text-shadow: 0 0 5px #FFFFFF, 0 0 10px #FFFFFF;}
- #header_left li:nth-of-type(n+3)::before, #header_right li:nth-of-type(n+2)::before {
- content: '❖';
- color: #8080A0;
- font-size: 14px !important;
- margin: 0 6px;
- }
- #header_right a[href*='report'], #header_right a[href*='edit'] {font-size: 0 !important;}
- #header_right a[href*='report']::before, #header_right a[href*='edit']::before {font-size: 18px !important;}
- #header_right a[href*='report']::before {content: 'Report';}
- #header_right a[href*='edit']::before {content: 'Edit Profile';}
- /* Columns */
- #columns {
- width: 1600px;
- height: 1280px;
- top: 0;
- left: calc(50% - 800px);
- }
- #columns .column {
- float: none;
- display: block;
- margin: 0;
- position: absolute;
- overflow: visible;
- }
- #column_2 {width: unset;}
- #column_3 {display: none !important;}
- #column_1, .custom_panel, .custom_panel h2 + div, .custom_panel ul {
- width: 100%;
- height: 100% !important;
- }
- /* Scrollbars */
- #columns ::-webkit-scrollbar {
- background: #FFFFFF40;
- width: 6px;
- }
- #columns ::-webkit-scrollbar-thumb {background: plum;}
- .panel, #id_comments dl {
- scrollbar-color: plum #FFFFFF40;
- scrollbar-width: thin;
- }
- /* Panels */
- .panel, #id_comments dl {
- box-sizing: border-box;
- overflow: hidden;
- }
- .panel {
- background: none;
- color: #FFFFFF;
- font: 400 17px/1.3 'Scheherazade', serif;
- text-align: justify;
- padding: 0;
- margin: 0;
- position: absolute;
- }
- .panel h2 {display: none;}
- .panel a {color: var(--color-primary);}
- .panel a:hover {color: var(--color-secndry);}
- #id_about, #id_comments dl, #id_wishlist {overflow-y: scroll;}
- #id_about, #id_comments dl {padding-right: 15px;}
- #id_about img, #id_comments .postcontent img {max-width: 100%;}
- .panel:not(.media_panel) iframe {max-width: 100%;}
- .smilies {
- background-position-y: calc(50% - 2px) !important;
- padding-bottom: 0 !important;
- }
- /* Details */
- #id_details {
- top: 356px;
- left: 427px;
- }
- #id_details p:nth-of-type(n+2), .forum_userstatus {display: none;}
- #id_details p {margin: 0;}
- /* Contact */
- #id_contact {
- width: 189px;
- top: 677px;
- left: 221px;
- }
- #id_contact li, #id_contact li * {
- display: block;
- width: 100%;
- height: 49px;
- }
- #id_contact li {
- text-align: center;
- margin: 0 0 15px 0;
- border-radius: 24px;
- overflow: hidden;
- }
- #id_contact li * {
- color: #FFFFFF;
- font-size: 0;
- font-weight: 400;
- line-height: 54px;
- text-shadow: 0 0 10px #0080FF, 0 0 20px #0080FF, 2px 2px #00008080;
- transition: all .5s ease-in-out;
- filter: drop-shadow(0 0 1px #FFFFFF);
- }
- #id_contact li *:hover {text-shadow: 0 0 10px var(--color-secndry), 0 0 20px var(--color-secndry), 2px 2px #00008080;}
- #id_contact li *::before {font-size: 29px;}
- #id_contact li:nth-of-type(1) *::before {content: 'ADD FRIEND';}
- #id_contact li:nth-of-type(2) *::before {content: 'P. MESSAGE';}
- #id_contact li:nth-of-type(3) *::before {content: 'OPEN TRADE';}
- /* About Me */
- #id_about {
- width: 300px;
- height: 264px;
- top: 678px;
- left: 458px;
- }
- /* Comments */
- #id_comments {
- width: 300px;
- height: 350px;
- text-align-last: center;
- top: 765px;
- left: 863px;
- }
- #id_comments #alerts_banner, #id_comments h2 + div .clear, #id_comments .dropBox {display: none;}
- #id_comments h2 ~ p, #id_comments .deletecomment, #id_comments dd:last-of-type {margin: 0;}
- #id_comments dl {height: 310px;}
- #id_comments dt {
- height: unset;
- line-height: 1.2;
- text-align: revert;
- padding: 0 0 3px 0;
- margin: 0 0 3px 0;
- border-bottom: 1px dotted #FFFFFFC0;
- }
- #id_comments .username {float: none;}
- #id_comments .date {color: #FFFFFFC0;}
- #id_comments .date a {font-weight: 400;}
- #id_comments dd {
- display: grid;
- margin: 0 0 20px 0;
- }
- #id_comments .postcontent {grid-row: 1;}
- /* Delete Comment Link */
- #id_comments .deletecomment {
- float: none;
- display: grid;
- grid-auto-flow: column;
- justify-content: center;
- padding-top: 3px;
- margin-top: 3px;
- border-top: 1px dotted #FFFFFFC0;
- }
- #id_comments .deletecomment a[href*='addcomment'] {font-size: 0;}
- #id_comments .deletecomment a[href*='addcomment']::before {
- content: 'Reply';
- font-size: 17px;
- }
- #id_comments .deletecomment::before {
- content: ' or ';
- grid-column: 2;
- white-space: pre;
- }
- /* Main Comment Links */
- #id_comments h2 + div, #id_comments h2 ~ p {
- position: absolute;
- bottom: 0;
- mix-blend-mode: color-dodge;
- }
- #id_comments h2 + div {left: 57px;}
- #id_comments h2 ~ p {right: 0;}
- #id_comments h2 + div a::before, #id_comments h2 ~ p a {font: 400 18px/1 'Yellowtail', cursive;}
- #id_comments h2 + div a {font-size: 0;}
- #id_comments h2 + div a::before {content: 'post new comment';}
- #id_comments h2 + div a, #id_comments h2 ~ p a {
- color: #F0F0F0;
- letter-spacing: .05em;
- text-transform: lowercase;
- text-shadow: 0 0 10px plum, 2px 2px #00000080;
- }
- #id_comments h2 + div a:hover, #id_comments h2 ~ p a:hover {color: #FFFFFF;}
- #alert_container {
- float: none;
- padding: 0;
- }
- /* Wish List */
- #id_wishlist {
- width: 376px;
- height: 38px;
- text-align: center;
- top: 428px;
- left: 635px;
- scroll-snap-type: y mandatory;
- }
- .premium_sparkle {display: none;}
- #id_wishlist .item {
- background: #FFFFFF40;
- width: 30px;
- height: 30px;
- padding: 4px;
- margin: 0 8px 0 0;
- position: relative;
- border-radius: 10px;
- overflow: hidden;
- transition: all .5s ease-in-out;
- scroll-snap-align: start;
- }
- #id_wishlist .item:hover {background: #FFFFFF;}
- #id_wishlist .item:nth-of-type(8n) {margin-right: 0;}
- #id_wishlist .item:nth-of-type(n+9) {margin-top: 8px;}
- #id_wishlist .item a {
- width: 100%;
- height: 100%;
- position: absolute;
- padding-top: 4px;
- top: 0;
- left: 0;
- }
- .owner_checkmark {
- margin: 0;
- bottom: 4px;
- left: 4px;
- }
- /* Media */
- .media_panel {
- background: url('https://i.imgur.com/MWTKBXK.gif') center no-repeat #00000080;
- width: 40px;
- height: 40px !important;
- top: 625px;
- left: 946px;
- border: 1px dashed #FFFFFF80;
- border-radius: 50%;
- box-shadow: 0 0 0 2px #00000080, 4px 4px 0 2px #0000005A;
- }
- .media_panel iframe {
- width: 200px;
- height: 200px;
- position: absolute;
- bottom: 0;
- left: -12px;
- transform-origin: bottom left;
- transform: scale(1.1);
- opacity: .001;
- }
- /* Snow Animation */
- @keyframes FallSnow {
- from {background-position: 0 0, 0 0;}
- to {background-position: -500px 2000px, 500px 2000px;}
- }
- .custom_panel ul {margin: 0 !important;}
- .custom_panel br {display: none;}
- .custom_panel * {position: absolute;}
- .custom_panel li:nth-of-type(1), .custom_panel i, .custom_panel .clear {
- width: 858px;
- height: 510px;
- top: 0;
- }
- .custom_panel li:nth-of-type(1), .custom_panel .clear {left: 381px;}
- .custom_panel li:nth-of-type(1) {
- -webkit-mask: linear-gradient(to bottom, #000, #0000);
- mask: linear-gradient(to bottom, #000, #0000);
- }
- .custom_panel i {
- left: 1px;
- animation: FallSnow 50s linear infinite;
- }
- .custom_panel i:nth-of-type(1) {
- background: url('https://i.imgur.com/ETrG7YK.png') 0 0 / 250px auto, url('https://i.imgur.com/JsxDJBy.png') 0 0 / 250px auto;
- animation-duration: 50s;
- }
- .custom_panel i:nth-of-type(2) {
- background: url('https://i.imgur.com/hiymLjO.png') 0 0 / 250px auto, url('https://i.imgur.com/MRo92zN.png') 0 0 / 250px auto;
- animation-duration: 40s;
- }
- .custom_panel i:nth-of-type(3) {
- background: url('https://i.imgur.com/yeYZHj7.png') 0 0 / 500px auto, url('https://i.imgur.com/S93KRrp.png') 0 0 / 500px auto;
- animation-duration: 30s;
- }
- /* Picture Carousel */
- @keyframes ImageOpacity {
- 0% {opacity: 0;}
- 100% {opacity: 1;}
- }
- @keyframes SwitchImage {
- 0% {background-position-y: 0;}
- 33.3332% {background-position-y: 0;}
- 33.3333% {background-position-y: -200px;}
- 66.6665% {background-position-y: -200px;}
- 66.6666% {background-position-y: -400px;}
- 100% {background-position-y: -400px;}
- }
- .custom_panel li:nth-of-type(2) {
- width: 300px;
- height: 200px;
- top: 983px;
- left: 458px;
- }
- .custom_panel b {
- background: url('https://i.imgur.com/CtPPKp2.jpg');
- width: 90px;
- height: 100%;
- top: 0;
- animation: ImageOpacity 3s ease-in-out infinite alternate, SwitchImage 18s linear infinite;
- }
- .custom_panel b:nth-of-type(1) {
- background-position-x: 0;
- left: 0;
- }
- .custom_panel b:nth-of-type(2) {
- background-position-x: -90px;
- left: 100px;
- animation-delay: 1s, 1s;
- }
- .custom_panel b:nth-of-type(3) {
- background-position-x: -180px;
- left: 200px;
- animation-delay: 2s, 2s;
- }
- /* Misc */
- #pictures_container, #texts_container {
- width: 0;
- height: 0;
- position: absolute;
- top: 0;
- left: 50%;
- overflow: visible;
- }
- #equipped-item-details_mask:nth-of-type(2), #avatar_menu + div + div {display: none !important;}
- #id_aquarium {display: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement