Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile By AlthIndor */
- :root {
- --color-buttons: #B87D84;
- --color-btnsovr: #A05760;
- --color-secndry: #202020;
- --color-bckgrnd: #F0F0F0;
- --shadow: 0 5px 20px #00000030;
- --top-offset: 190px;
- }
- html, body {background: var(--color-bckgrnd);}
- body a {text-decoration: none !important;}
- ::selection {
- background: var(--color-buttons);
- color: #FFFFFF;
- }
- /* Fonts */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans'), local('Open Sans Regular'), local('OpenSans-Regular'), url('https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2') format('woff2');
- }
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 700;
- src: local('Open Sans Bold'), local('OpenSans-Bold'), url('https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2') format('woff2');
- }
- @font-face {
- font-family: 'Font Awesome 5 Free';
- font-style: normal;
- font-weight: 900;
- src: local('Font Awesome 5 Free Solid'), url('https://ka-f.fontawesome.com/releases/v5.15.2/webfonts/free-fa-solid-900.woff2') format('woff2');
- }
- /* Header */
- #gaia_header, #header_left, #header_right {box-sizing: border-box;}
- #gaia_header li, #header_left::after {margin: 0 5px;}
- #gaia_header li.spacer {display: none !important;}
- #viewer #gaia_header {
- background: var(--color-secndry) !important;
- height: 40px !important;
- box-shadow: var(--shadow);
- overflow: hidden;
- }
- #gaia_header #header_left, #gaia_header #header_right {
- background: none !important;
- font: 700 0/37px 'Open Sans', sans-serif !important;
- padding: 0 5px !important;
- }
- #gaia_header #header_right {float: right;}
- #header_left::after {content: 'profile by: 273173';}
- #gaia_header img {
- background: url('https://i.imgur.com/5FTB40o.png') no-repeat 0 3px;
- width: 0 !important;
- padding: 0 37px 0 0;
- }
- #gaia_header a, #header_left::after {
- color: #FFFFFF !important;
- font-size: 11px !important;
- text-transform: uppercase;
- opacity: .75;
- }
- #gaia_header a:hover {opacity: 1;}
- /* Columns */
- #columns, #columns .column {
- float: none;
- font-size: 0;
- box-sizing: border-box;
- overflow: visible;
- }
- #columns, #column_2 {contain: layout;}
- #columns {
- display: grid;
- grid-template-columns: 340px 240px;
- grid-auto-rows: max-content;
- gap: 20px;
- width: 600px;
- top: var(--top-offset);
- left: calc(50% - 300px);
- }
- #columns .column {
- width: unset;
- margin: 0;
- }
- #column_3 {display: contents;}
- #column_1 {
- display: grid;
- grid-template: 55px 185px 40px / repeat(2, 1fr);
- gap: 0 15px;
- background: #FFFFFF;
- padding: 20px;
- box-shadow: var(--shadow);
- opacity: .5;
- }
- #column_1:hover {opacity: 1;}
- /* Arrange Grids */
- #column_2, #column_3 .panel:not(#id_footprints) {grid-column: 1/3;}
- #id_details h2, .media_panel {grid-column: 1/3;}
- #id_contact, .forum_userstatus {grid-area: 2/2/3/3;}
- #id_footprints {
- grid-area: 1/2/2/3;
- height: 320px;
- }
- /* Scrollbars */
- #columns ::-webkit-scrollbar {
- background: var(--color-bckgrnd);
- width: 8px;
- }
- #columns ::-webkit-scrollbar-thumb {background: var(--color-secndry);}
- .panel, .panel :is(ul, dl) {
- scrollbar-color: var(--color-secndry) var(--color-bckgrnd);
- scrollbar-width: thin;
- }
- /* Panels */
- .panel, .panel h2 {
- color: var(--color-secndry);
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- overflow: hidden;
- }
- .panel a {color: var(--color-buttons);}
- .panel a:hover {color: var(--color-btnsovr);}
- .panel {
- background: #FFFFFF;
- font: 10px/1.6 'Open Sans', sans-serif;
- text-align: justify;
- }
- :is(#column_2, #column_3) .panel {
- border: 20px solid transparent;
- box-shadow: var(--shadow);
- opacity: .5;
- }
- :is(#column_2, #column_3) .panel:hover {opacity: 1;}
- #id_wishlist, #id_footprints, #id_about h2 + ul, #id_comments dl {
- padding-right: 10px;
- overflow: hidden scroll;
- }
- #id_wishlist, #id_footprints {border-top-width: 75px !important;}
- #id_wishlist {max-height: 235px;}
- #id_about h2 + ul {margin: 0;}
- #id_about h2 + ul, #id_comments dl {
- width: 100%;
- box-sizing: border-box;
- }
- #id_about h2 + ul {max-height: 320px;}
- #id_comments dl {max-height: 120px;}
- :is(#id_about, #comments .postcontent) img {max-width: 100% !important}
- /* Panel Heders */
- .panel h2 {
- background: var(--color-secndry);
- height: 40px;
- color: #FFFFFF;
- font: 700 16px/40px 'Open Sans', sans-serif;
- text-indent: 10px;
- margin-bottom: 15px;
- }
- :is(#id_contact, .media_panel) h2 {display: none;}
- :is(#id_wishlist, #id_footprints) h2 {
- position: fixed;
- top: 20px;
- right: 20px;
- }
- #id_wishlist h2 {width: 560px;}
- #id_footprints h2 {width: 200px;}
- /* Details */
- #id_details {display: contents;}
- #id_details p:nth-of-type(n+2) {display: none;}
- #id_details p {
- background: var(--color-bckgrnd);
- height: 170px;
- text-align: center;
- margin: 0;
- }
- #id_details img {padding: 10px;}
- /* Contact Buttons */
- #id_contact :is(span, a), .forum_userstatus, .forum_userstatus span {
- display: block;
- width: 100% !important;
- height: 35px !important;
- font: 11px/35px 'Open Sans', sans-serif !important;
- text-indent: 10px;
- }
- .forum_userstatus, .forum_userstatus span {padding: 0 !important;}
- .forum_userstatus span {background: var(--color-bckgrnd) !important;}
- #id_contact :is(span, a) {
- background: var(--color-buttons);
- color: #FFFFFF;
- }
- #id_contact a:hover {background: var(--color-btnsovr);}
- #id_contact li :is(span, a)::before, .forum_userstatus span::before {
- font: 900 11px/35px 'Font Awesome 5 Free';
- margin-right: .5em;
- }
- #id_contact li:nth-of-type(1) :is(span, a)::before {content: '';}
- #id_contact li:nth-of-type(2) :is(span, a)::before {content: '';}
- #id_contact li:nth-of-type(3) :is(span, a)::before {content: '';}
- #id_contact li {margin-bottom: 10px;}
- #id_contact li:nth-of-type(3) :is(span, a), .forum_userstatus span {font-size: 0 !important;}
- #id_contact li:nth-of-type(3) :is(span, a)::after, .forum_userstatus span::after {font-size: 11px;}
- #id_contact li:nth-of-type(3) :is(span, a)::after {content: 'Open a Trade';}
- .forum_userstatus {
- margin: 135px 0 0 0;
- border: none;
- z-index: 1;
- }
- .statuslinks {display: contents;}
- .pushBox {display: none;}
- .forum_userstatus span.online::before {content: '';}
- .forum_userstatus span.online::after {content: 'Is Online Now';}
- .forum_userstatus span.offline::before {content: '';}
- .forum_userstatus span.offline::after {content: 'Is Offline Now';}
- /* Comments */
- #id_comments :is(dd, .deletecomment) {display: grid;}
- #id_comments .postcontent {word-wrap: anywhere;}
- #id_comments h2 {flex-grow: 1;}
- #id_comments dl {flex: 0 0 100%;}
- #id_comments {
- display: flex;
- flex-flow: row wrap;
- gap: 0 10px;
- }
- #id_comments dt {
- height: revert;
- line-height: revert;
- padding: 0 0 3px 0;
- margin: 0 0 2px 0;
- border-bottom: 1px solid var(--color-bckgrnd);
- }
- #id_comments dd {
- grid-auto-rows: max-content;
- grid-template-columns: 52px 1fr;
- gap: 0 10px;
- margin: 0 0 15px 0;
- }
- #id_comments dd:last-of-type {margin: 0;}
- #id_comments .dropBox {
- background: var(--color-secndry);
- width: 48px;
- height: 48px;
- margin: 5px 0 0 0;
- border: 2px solid transparent;
- overflow: hidden;
- }
- #id_comments .dropBox img {
- width: 120px;
- height: 150px;
- margin: -30px 0 0 -47px;
- }
- #id_comments .deletecomment {
- grid-auto-flow: column;
- justify-content: start;
- grid-area: 2/2/3/3;
- padding: 2px 0 0 0;
- margin: 3px 0 0 0;
- border-top: 1px solid var(--color-bckgrnd);
- }
- #id_comments .deletecomment br {display: none;}
- #id_comments .deletecomment::after {
- content: ' or ';
- grid-column: 2;
- white-space: pre;
- }
- /* Comment Buttons */
- #id_comments #alert_container, #id_comments h2 + div, #id_comments h2 ~ p {display: contents;}
- #id_comments #alerts_banner, #id_comments .clear {display: none;}
- #id_comments :is(h2 + div, h2 ~ p) a {
- display: block;
- background: var(--color-buttons);
- width: 40px;
- height: 40px;
- color: #FFFFFF;
- font-size: 0;
- text-align: center;
- }
- #id_comments :is(h2 + div, h2 ~ p) a:hover {background: var(--color-btnsovr);}
- #id_comments :is(h2 + div, h2 ~ p) a::before {
- font: 900 16px/40px 'Font Awesome 5 Free';
- }
- #id_comments h2 + div a::before {content: '';}
- #id_comments h2 ~ p a::before {content: '';}
- /* Wish List */
- #id_wishlist {
- display: grid;
- grid-template-columns: repeat(11, 40px);
- grid-auto-rows: max-content;
- gap: 10px;
- text-align: center;
- scroll-snap-type: y mandatory;
- }
- #id_wishlist :is(.premium_sparkle, .clear) {display: none;}
- #id_wishlist :is(.item, a) {
- width: 100%;
- height: 40px;
- }
- #id_wishlist .item {
- background: var(--color-bckgrnd);
- position: relative;
- scroll-snap-align: start;
- }
- #id_wishlist .item:hover {background: var(--color-buttons);}
- #id_wishlist .item img[src*='thumb'] {filter: saturate(0);}
- #id_wishlist .item:hover img[src*='thumb'] {filter: none;}
- #id_wishlist a {
- display: block;
- padding: 5px 0;
- box-sizing: border-box;
- }
- .owner_checkmark {
- margin: 0;
- bottom: 5px;
- left: 5px;
- }
- /* Visitors */
- #id_footprints .item {
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- #id_footprints .item:nth-of-type(n+2) {margin-top: 3px;}
- #id_footprints .item::after {
- content: '.';
- margin-left: -.25em;
- }
- /* Media */
- .media_panel {
- background: url('https://i.imgur.com/gqTTTvw.png') -18px -02px no-repeat,
- url('https://i.imgur.com/ZrLV2TW.png') top -40px right -13px no-repeat
- var(--color-secndry);
- }
- .media_panel iframe {
- width: calc(100% + 25px);
- height: 200px;
- position: absolute;
- bottom: 2px;
- left: -13px;
- opacity: .001;
- }
- /* Misc */
- #pictures_container, #texts_container {
- width: 0;
- height: 0;
- position: absolute;
- top: var(--top-offset);
- left: 50%;
- }
- #equipped-item-details_mask ~ #equipped-item-details_mask, #avatar_menu + div + div {display: none !important;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement