Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile Coded by AlthIndor */
- :root {
- --dark: #000000;
- --lite: #242424;
- }
- body {background: var(--dark);}
- #gaia_header a, .section a {
- color: inherit !important;
- font-weight: bold !important;
- }
- .spoiler-control {
- width: 90px;
- color: var(--dark);
- font: inherit !important;
- }
- .spoiler-control-hide {margin-bottom: 5px;}
- .spoiler-revealed {
- padding: 5px;
- border: 1px dotted #FFFFFF80;
- }
- .spoiler-hidden {padding: 0;}
- #site ::-webkit-scrollbar {width: 8px;}
- #site ::-webkit-scrollbar-thumb {background: #FFFFFF;}
- #sidebar ::-webkit-scrollbar {background: #00000020;}
- #main ::-webkit-scrollbar {background: #FFFFFF10;}
- .items, #about .links + div, #comments dl {
- overflow: hidden scroll;
- scrollbar-width: thin;
- }
- .items {scrollbar-color: #FFFFFF #00000020;}
- #about .links + div, #comments dl {
- height: 250px;
- scrollbar-color: #FFFFFF #FFFFFF10;
- }
- #about img, #comments .message img, #signature img {max-width: 100%;}
- /* Fonts */
- @font-face {
- font-family: 'Noto Sans Mono';
- font-style: normal;
- font-weight: 400;
- font-stretch: 100%;
- src: url('https://fonts.gstatic.com/s/notosansmono/v29/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ093dU2YVP8c9MA.woff') format('woff');
- }
- /* Header */
- #gaia_header li.spacer, #gaia_header img {display: none;}
- #gaia_header li {margin: 0 5px;}
- #gaia_header #header_left, #gaia_header #header_right {
- display: flex;
- place-items: start;
- background: none;
- width: auto;
- font-size: 0;
- line-height: unset;
- margin: 10px 5px;
- }
- #gaia_header #header_right {float: right;}
- #gaia_header a {
- font: 13px/20px 'Tahoma', sans-serif;
- text-decoration: none;
- text-transform: lowercase;
- }
- #header_left li:nth-of-type(2) a, #header_right .avatar {
- display: flex !important;
- background: #FFFFFF !important;
- padding: 4px 5px;
- border-radius: 3px;
- }
- #header_left li:nth-of-type(2) a::before, #header_right .avatar::before {
- content: '';
- background: var(--dark);
- height: 15px;
- }
- #header_left li:nth-of-type(2) a::before {
- -webkit-mask: url('https://i.imgur.com/cGGVY2x.png');
- mask: url('https://i.imgur.com/cGGVY2x.png');
- width: 34px;
- }
- #header_right .avatar {
- width: unset;
- height: unset;
- position: static;
- }
- #header_right span {display: none;}
- #header_right .avatar::before {
- -webkit-mask: url('https://graphics.gaiaonline.com/images/icons/heartIcon2_small.png');
- mask: url('https://graphics.gaiaonline.com/images/icons/heartIcon2_small.png');
- width: 16px;
- }
- /* Main Sections */
- #site {
- display: flex;
- gap: 20px;
- width: max-content;
- margin: 120px auto 40px auto;
- }
- #header {display: none;}
- #content {display: contents;}
- #content #sidebar {
- display: grid;
- grid-template-columns: 140px 65px;
- grid-template-rows: 85px 85px repeat(5, max-content);
- gap: 0 10px;
- width: unset !important;
- position: unset;
- }
- #content #main {
- background: var(--lite);
- width: 480px;
- min-height: unset;
- margin: 0;
- border: none;
- border-radius: 10px;
- }
- /* Content Panels */
- .section {
- color: #FFFFFF;
- font: 11px/1.8 'Tahoma', sans-serif;
- padding: 0;
- }
- #sidebar .section {background: none !important;}
- #journal {display: none;}
- #bar, .items, #main .section {
- border: 10px solid transparent;
- border-radius: 5px;
- }
- #bar, .items {background: var(--lite);}
- #main .section {
- background: var(--dark);
- margin: 20px !important;
- }
- #profile::before, #profile::after, .section h2 {font: 700 16px 'Tahoma', sans-serif !important;}
- #profile::before, #profile::after, #wishlist h2 {margin: 0 0 5px 0;}
- .section h2 {
- background: none !important;
- height: unset;
- text-align: left !important;
- text-indent: 0;
- text-transform: lowercase;
- }
- #main h2 {margin: 0 0 15px 0 !important;}
- #about h2::after {content: ' me';}
- /* Section Links */
- .section .links, .section .links li {margin: 0;}
- #friends .links {display: none;}
- :is(#about, #comments) h2 {float: left;}
- :is(#about, #comments) .links {float: right;}
- :is(#about, #comments) .links li:nth-of-type(2) {display: none;}
- #about h2 ~ div, #comments dl {
- clear: both;
- padding-right: 10px;
- }
- /* Sidebar */
- #profile, #details {display: contents;}
- #profile .caption {display: none;}
- #profile h2 {
- grid-area: 1/2/2/3;
- line-height: 15px !important;
- margin: 20px 0 0 0;
- }
- #profile .avatar {
- grid-row: 1;
- background: var(--lite);
- padding: 10px;
- border-radius: 5px;
- }
- #profile::before, #bar, #profile::after, #equipped_id, #wishlist {grid-column: 1/-1;}
- #profile::before, #profile::after, #wishlist {margin-top: 20px;}
- #profile::after {
- content: 'equipped';
- grid-row: 5;
- }
- /* Contact Bar */
- #profile::before {
- content: 'contact';
- grid-row: 3;
- }
- #bar {
- display: flex;
- flex-flow: row wrap;
- gap: 10px;
- height: unset;
- margin: 0;
- }
- #bar li {
- flex: 0 0 100%;
- background: url('https://i.imgur.com/c8P0S4V.png') 0 0 no-repeat !important;
- }
- #bar #msgButton {background-position-y: -24px !important;}
- #bar #tradeButton {background-position-y: -48px !important;}
- #bar #ignoreButton {background-position-y: -72px !important;}
- #bar li:first-of-type {
- width: unset !important;
- height: 15px !important;
- font-size: 0;
- text-indent: 20px !important;
- position: absolute;
- top: 0;
- left: 150px;
- }
- #bar #onlineButton {background-position-y: -96px !important;}
- #bar #offlineButton {background-position-y: -116px !important;}
- #bar #hiddenButton {background-position-y: -136px !important;}
- #bar li:first-of-type::before {
- font-size: 11px;
- line-height: 14px;
- }
- #bar #onlineButton::before {content: 'online';}
- #bar #offlineButton::before {content: 'offline';}
- #bar #hiddenButton::before {content: 'hidden';}
- #bar li a {
- background: none !important;
- width: max-content !important;
- height: 19px;
- line-height: 17px;
- text-transform: lowercase;
- padding: 0 0 0 39px;
- }
- /* Item Lists */
- .items {
- display: flex;
- flex-flow: row wrap;
- gap: 5px;
- scroll-snap-type: y mandatory;
- }
- #equipped_id {max-height: 85px;}
- #wishlist .items {max-height: 175px;}
- .items li {scroll-snap-align: start;}
- .items a {
- display: block;
- background: var(--dark);
- padding: 5px;
- border-radius: 3px;
- }
- .items a:hover {background: #FFFFFF;}
- /* Details */
- #details :is(h2, h2 ~ *:not(#stats)) {display: none;}
- #details #stats *:nth-of-type(2) {display: none;}
- #details #stats {
- grid-area: 2/2/3/3;
- align-self: end;
- width: unset;
- margin: 0;
- }
- #details dt {
- font-size: 12px;
- line-height: 2;
- text-transform: lowercase;
- }
- #details dt::after {content: ':';}
- #details dd {
- width: 65px;
- font: 10px/8px 'Noto Sans Mono', monospace;
- white-space: nowrap;
- overflow: hidden;
- }
- /* Friends */
- #friends h2 ~ p {display: none;}
- #friends span {display: contents;}
- #friends #friendGroup {
- display: flex;
- justify-content: space-between;
- margin: 0;
- }
- #friends #friendGroup li {
- display: flex;
- flex-flow: column-reverse nowrap;
- width: 98px;
- height: 118px;
- border: 1px solid #FFFFFF;
- }
- #friends #friendGroup li:nth-of-type(n+5) {display: none;}
- #friends #friendGroup p {
- background: #FFFFFF;
- flex-grow: 1;
- }
- #friends #friendGroup a {color: var(--dark) !important;}
- #friends #friendGroup p + a {pointer-events: none;}
- #friends img {
- background: var(--dark);
- padding: 1px;
- }
- /* Comments */
- #comments h2 ~ p, #comments #alerts_banner {display: none;}
- #comments .alert_container {margin: 0 !important;}
- #comments dt {padding: 0 !important;}
- #comments .message {display: contents;}
- #comments dl {
- display: grid;
- grid-template-columns: 60px calc(100% - 60px);
- grid-auto-rows: max-content;
- gap: 20px 0;
- padding-bottom: 0;
- }
- #comments dt a {
- display: block;
- background: var(--dark);
- width: 48px;
- height: 48px;
- border: 1px solid #FFFFFF;
- overflow: hidden;
- }
- #comments dt img {
- position: unset !important;
- transform: translate(-47px, -30px) scaleX(-1);
- image-rendering: pixelated;
- }
- #comments dd {
- background: none;
- margin: 0 !important;
- border: none;
- }
- #comments dd::before, #comments dd::after {content: unset;}
- #comments .date a, #comments .date + p a {text-decoration: none;}
- #comments .date a {text-transform: lowercase;}
- #comments .date {
- float: right;
- font-size: 9px;
- font-style: normal;
- margin: 5px 0 0 0;
- }
- #comments .postcontent {
- clear: both;
- font-size: 11px;
- margin-top: 2px;
- padding-top: 2px;
- border-top: 1px solid #FFFFFF;
- }
- /* Comments Admin */
- #comments .admin, #comments .admin li {margin: 0 !important;}
- #comments .admin {
- display: flex;
- justify-content: start;
- text-transform: lowercase;
- font-size: 9px;
- }
- #comments .admin img {display: none;}
- #comments .admin li:first-of-type {order: -1;}
- #comments .admin a {color: #FF0000 !important;}
- #comments .admin li:first-of-type a::before {content: 'delete';}
- #comments .admin::before {
- content: ' or ';
- white-space: pre;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement