Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile by AlthIndor */
- :root {
- --level1: #000000;
- --level2: #161616;
- --level3: #2B2B2B;
- --level4: #D9D9D9;
- --level5: #FFFFFF;
- --accent: #0080FF;
- }
- html, body {
- background: url('https://i.imgur.com/dxS5Cwd.png') fixed center / contain no-repeat #000000;
- height: unset;
- min-height: 100vh;
- }
- ::selection {
- background: var(--level5);
- color: var(--accent);
- }
- /* Fonts */
- @font-face {
- font-family: 'Amarante';
- font-style: normal;
- font-weight: 400;
- src: url('https://fonts.gstatic.com/s/amarante/v28/xMQXuF1KTa6EvGx9bp-wAXs.woff2') format('woff2');
- }
- @font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 400;
- src: url('https://fonts.gstatic.com/s/ptserif/v18/EJRVQgYoZZY2vCFuvAFWzr8.woff2') format('woff2');
- }
- @font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 700;
- src: url('https://fonts.gstatic.com/s/ptserif/v18/EJRSQgYoZZY2vCFuvAnt66qSVys.woff2') format('woff2');
- }
- /* Header */
- #viewer #gaia_header, #viewer #gaia_header ul {background: none !important;}
- #viewer #gaia_header {position: absolute !important;}
- #gaia_header li {margin: 0 5px;}
- #gaia_header li.spacer {display: none !important;}
- #viewer #gaia_header ul {
- width: auto !important;
- font: 0/40px 'Amarante', cursive !important;
- padding: 0 10px !important;
- }
- #gaia_header #header_right {
- float: right;
- display: grid !important;
- grid-auto-flow: column;
- }
- #header_right li:nth-of-type(4) {grid-column: 2;}
- #gaia_header a, #gaia_header a::before {font-size: 14px !important;}
- #gaia_header a[href*='edit'], #gaia_header a[href*='report'], #gaia_header a[href*='logout'] {font-size: 0 !important;}
- #gaia_header a[href*='edit']::before {content: 'Edit Mine';}
- #gaia_header a[href*='report']::before {content: 'Report This';}
- #gaia_header a[href*='logout']::before {content: 'Logout';}
- #gaia_header a {
- color: var(--level5) !important;
- font-weight: 400;
- text-decoration: none;
- text-transform: uppercase;
- }
- #gaia_header a:hover {color: var(--accent) !important;}
- #header_left img {
- -webkit-mask: url('https://i.imgur.com/5FTB40o.png') no-repeat;
- mask: url('https://i.imgur.com/5FTB40o.png') no-repeat;
- background: var(--level5);
- width: 0;
- height: 17px;
- padding: 0 37px 0 0;
- }
- #header_left li:nth-of-type(2) a:hover img {background: var(--accent);}
- /* Columns */
- #columns {
- float: none;
- width: max-content;
- font-size: 0;
- margin: 200px auto 50px auto;
- position: unset;
- }
- #column_1, #column_3 {width: 240px;}
- #column_1 {margin: 0;}
- #column_2 {
- width: 540px;
- margin: 0 20px;
- }
- /* Scrollbars */
- #columns ::-webkit-scrollbar {width: 0;}
- .panel {scrollbar-width: none;}
- /* Panels */
- .panel {
- background: #161616C0;
- backdrop-filter: blur(10px);
- color: var(--level4);
- font: 11px/1.7 'PT Serif', serif;
- margin: 0 0 20px 0;
- padding: 0 20px 20px 20px;
- border: 5px solid transparent;
- box-shadow: 0 0 0 1px var(--level1) inset, 0 2px 5px #000000;
- overflow: visible;
- }
- .panel:last-child {margin: 0;}
- .panel h2 {
- background: var(--level1);
- height: 25px;
- color: var(--level5);
- font: 16px/25px 'Amarante', cursive;
- margin: 0 -20px 19px -20px;
- padding: 5px 5px 5px 10px;
- }
- .panel img:not(.avatarImage), .panel iframe {max-width: 100% !important;}
- .panel h3 {border-bottom: 1px dotted currentColor;}
- .panel p {margin: 0;}
- .panel a {
- color: var(--accent);
- text-decoration: dotted underline;
- }
- .panel a:hover {color: inherit;}
- /* Misc Panel Stuff */
- #id_details .forum_userstatus {margin: 15px auto;}
- #id_journal p {margin: 0 0 15px 0;}
- #id_interests h3, #id_store p {margin: 15px 0 0 0;}
- #id_store h3, #id_store p:first-of-type {display: none;}
- #id_interests a {text-transform: capitalize;}
- #id_interests li::after {content: ',';}
- #id_interests li:nth-of-type(n+2):last-child::before {content: 'and ';}
- #id_interests li:last-child::after {content: '.';}
- /* Avatar Menu */
- .forum_userstatus, #avatar_menu {
- background: var(--level4);
- width: 120px;
- border: none;
- box-sizing: border-box;
- overflow: hidden;
- }
- .forum_userstatus {
- height: 25px;
- padding: 5px;
- border-radius: 3px;
- contain: layout;
- }
- .forum_userstatus .statuslinks {background: none;}
- .forum_userstatus .statuslinks span {
- color: var(--level1) !important;
- font: 400 12px/15px 'Amarante', cursive !important;
- text-transform: uppercase;
- }
- .pushBox {
- background: url('https://i.imgur.com/UzAXOFf.png') 93px -101px no-repeat;
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- #avatar_menu {
- margin-top: -3px;
- padding-top: 3px;
- border-radius: 0 0 3px 3px;
- }
- #avatar_menu a {
- color: var(--level1);
- font: 10px 'PT Serif', serif;
- text-transform: capitalize;
- padding: 4px;
- }
- #avatar_menu a:hover {
- background: var(--level2);
- color: var(--level5);
- }
- #avatar_menu .menu_seperator {
- background: var(--level3) !important;
- width: 118px !important;
- margin: 1px !important;
- }
- /* Comments */
- #alerts_banner, .deletecomment {display: none;}
- #alert_container {display: contents;}
- #id_comments dd:last-of-type {margin: 0;}
- #id_comments dt {
- height: unset;
- line-height: normal;
- margin: 0 0 5px 0;
- padding: 0 0 5px 0;
- border-bottom: 1px dotted currentColor;
- }
- #id_comments dt a {text-decoration: none;}
- #id_comments dd {
- display: grid;
- grid-template: max-content / 60px calc(100% - 60px);
- margin: 0 0 20px 0;
- }
- #id_comments .dropBox {
- background: var(--level4);
- width: 48px;
- height: 48px;
- margin: 3px 0 0 0;
- border: 1px solid transparent;
- border-radius: 3px;
- overflow: hidden;
- }
- #id_comments .avatarImage {
- width: 120px;
- height: 150px;
- margin: -30px 0 0 -47px;
- }
- /* Comments Links */
- #id_comments h2 + div, #id_comments h2 ~ p {
- background: var(--level3);
- width: 40px;
- height: 25px;
- text-align: center;
- position: absolute;
- top: 5px;
- border-radius: 3px;
- }
- #id_comments h2 + div {right: 50px;}
- #id_comments h2 ~ p {right: 5px;}
- #id_comments h2 + div a, #id_comments h2 ~ p a {
- color: var(--level5);
- font-size: 0;
- text-decoration: none;
- }
- #id_comments h2 + div a::before, #id_comments h2 ~ p a::before {font: 12px/25px 'Amarante', cursive;}
- #id_comments h2 + div a::before {content: 'POST';}
- #id_comments h2 ~ p a::before {content: 'VIEW';}
- /* Equip and Wish Lists */
- #id_equipment, #id_wishlist {
- display: flex;
- flex-flow: row wrap;
- gap: 10px;
- max-height: 205px;
- overflow: hidden auto;
- scroll-padding-top: 54px;
- scroll-snap-type: y mandatory;
- }
- #id_equipment .clear, #id_wishlist .clear, .premium_sparkle {display: none;}
- #id_equipment .item, #id_wishlist .item {
- position: relative;
- scroll-snap-align: start;
- }
- #id_equipment h2, #id_wishlist h2 {
- flex: 1 0 100%;
- margin-bottom: 9px;
- position: sticky;
- top: 0;
- left: -20px;
- z-index: 1;
- }
- #id_equipment .item a, #id_wishlist .item a {
- background: var(--level3);
- display: block;
- padding: 5px;
- border-radius: 3px;
- }
- #id_equipment a:hover, #id_wishlist a:hover {background: var(--accent);}
- .owner_checkmark {
- background: var(--level5);
- margin: 0;
- padding: 2px;
- bottom: -2px;
- left: -2px;
- border: 1px solid var(--level0);
- z-index: unset;
- }
- /* Friends */
- #id_friends h2 + div, #id_friends h2 ~ p {display: none;}
- #id_friends li, #id_friends .dropBox {border-radius: 3px;}
- #id_friends ul {
- display: flex;
- flex-flow: row wrap;
- gap: 10px;
- }
- #id_friends li {
- background: var(--level3);
- height: 90px;
- position: relative;
- overflow: hidden;
- }
- #id_friends li:hover {background: var(--accent);}
- #id_friends p a {
- width: 100%;
- height: 100%;
- color: inherit;
- text-decoration: none;
- position: absolute;
- line-height: 150px;
- top: 0;
- left: 0;
- }
- #id_friends .dropBox {
- background: var(--level4);
- width: 48px;
- margin: 10px auto;
- border: 1px solid transparent;
- }
- /* Visitors */
- #id_footprints .item {
- display: flex;
- flex-flow: row nowrap;
- }
- #id_footprints .item a {
- max-width: 360px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- order: -1;
- }
- #id_footprints .item::before {
- content: ' visited ';
- white-space: pre;
- }
- #id_footprints .item::after {content: '.';}
- :is(#column_1, #column_3) #id_footprints .item a {max-width: 110px;}
- :is(#column_1, #column_3) #id_footprints .item::before {content: ' ';}
- /* Misc */
- #pictures_container, #texts_container {
- position: absolute;
- top: 200px;
- left: 50%;
- }
- .spoiler-revealed, .spoiler-control {border-radius: 3px;}
- .spoiler-wrapper {padding: 0;}
- .spoiler-control-hide {margin: 0 0 10px 0;}
- .spoiler-revealed {
- padding: 10px;
- border: 1px dotted currentColor;
- }
- .spoiler-control {
- background: var(--level3);
- width: 100px;
- height: 25px;
- color: inherit;
- font: inherit;
- border: none;
- }
- .spoiler-control:hover {background: var(--accent);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement