Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile By AlthIndor */
- :root {
- --color-level1: #101010;
- --color-level2: #202020;
- --color-level3: #303030;
- --color-level4: #404040;
- --color-accent: hotpink;
- --border: 1px solid #000;
- --shadow: 0 0 5px #00000080 inset;
- --text: #FFFFFF80;
- --top-offset: calc(50% - 426px + 20px);
- }
- html, body {
- background: url('https://i.imgur.com/Kz009WB.png') top center var(--color-level1);
- min-height: 1050px;
- }
- body {position: relative;}
- body a {text-decoration: none !important;}
- ::selection {
- background: #4A587A;
- 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: 'Open Sans Condensed';
- font-style: normal;
- font-weight: 700;
- src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'), url('https://fonts.gstatic.com/s/opensanscondensed/v14/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMRw.woff2') format('woff2');
- }
- /* Header */
- #viewer #gaia_header {
- background: var(--color-level2);
- height: 39px !important;
- border-bottom: var(--border);
- box-shadow: 0 10px 20px #00000080;
- }
- #gaia_header li.spacer {display: none !important;}
- #gaia_header li {margin: 0 5px;}
- #gaia_header #header_left, #gaia_header #header_right {
- background: none !important;
- font: 700 0/38px 'Open Sans Condensed', sans-serif !important;
- padding: 0 10px !important;
- box-sizing: border-box;
- }
- #gaia_header #header_right {float: right;}
- #header_left img {
- -webkit-mask: url('https://i.imgur.com/5FTB40o.png') 0 3px no-repeat;
- mask: url('https://i.imgur.com/5FTB40o.png') 0 3px no-repeat;
- background: #FFFFFF;
- width: 0;
- padding: 0 37px 0 0;
- }
- #header_left li:nth-of-type(2) a:hover img {background: var(--color-accent);}
- #gaia_header a {
- color: #FFFFFF !important;
- font-size: 12px !important;
- text-transform: uppercase;
- }
- #gaia_header a:hover {color: var(--color-accent) !important;}
- #header_right a[href*='edit'], #header_right a[href*='report'] {font-size: 0 !important;}
- #header_right a[href*='edit']::before, #header_right a[href*='report']::before {font-size: 12px;}
- #header_right a[href*='edit']::before {content: 'Edit My Profile';}
- #header_right a[href*='report']::before {content: 'Report Profile';}
- /* Columns */
- #columns, #column_1, #column_2 {
- float: none;
- display: block;
- border: var(--border);
- }
- #column_3 {display: contents;}
- #columns {
- background: var(--color-level2);
- font-size: 0;
- padding: 10px;
- top: var(--top-offset);
- left: calc(50% - 331px);
- box-shadow: 0 10px 20px #00000080;
- contain: layout;
- }
- #column_1, #column_2 {
- width: 640px;
- box-sizing: border-box;
- }
- #column_1 {
- background: url('https://i.imgur.com/7Ndo8Xe.gif') center / 640px auto no-repeat;
- height: 360px;
- margin: 0 0 50px 0;
- box-shadow: var(--shadow);
- image-rendering: pixelated;
- }
- #column_2 {
- height: 320px;
- margin: 0 0 10px 0;
- position: relative;
- }
- /* Scrollbars */
- #columns ::-webkit-scrollbar {
- background: var(--color-level2);
- width: 8px;
- }
- #columns ::-webkit-scrollbar-thumb {background: var(--text);}
- .panel {
- scrollbar-color: var(--text) var(--color-level2);
- scrollbar-width: thin;
- }
- #id_wishlist {scrollbar-width: none;}
- #id_wishlist::-webkit-scrollbar {width: 0;}
- /* Panels */
- .panel, .panel h2 {
- background: none;
- color: var(--text);
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- overflow: hidden;
- }
- :is(#id_about, #id_comments .postcontent, .custom_panel) img {max-width: 100%;}
- .panel a {color: var(--color-accent);}
- .panel a:hover {color: #FFFFFF;}
- .panel {
- font: 10px/1.6 'Open Sans', sans-serif;
- text-align: justify;
- }
- #column_2 .panel {
- background: var(--color-level3);
- width: 100%;
- height: 100%;
- padding-right: 15px;
- position: absolute;
- top: 0;
- border: 15px solid transparent;
- }
- #column_2 .panel, #id_wishlist {
- overflow-y: scroll;
- overscroll-behavior: contain;
- }
- #column_2 .panel, #column_2 .panel:hover ~ #id_about {z-index: 1;}
- #column_2 .panel:hover, #column_2 #id_about {z-index: 2;}
- /* Panel Headers */
- .panel h2 {
- width: 129px;
- height: 41px;
- font: 700 16px/40px 'Open Sans Condensed', sans-serif;
- text-align: center;
- position: fixed;
- top: 380px;
- border: var(--border);
- }
- #column_3 h2 {display: none;}
- #id_about h2 {left: 10px;}
- #id_comments h2 {left: 138px;}
- #id_interests h2 {left: 393px;}
- .custom_panel h2 {left: 521px;}
- #id_footprints h2 {
- width: 128px;
- left: 266px;
- }
- #column_2 .panel h2, #column_2 .panel:hover ~ #id_about h2 {
- background: var(--color-level2);
- color: var(--text);
- border-width: 1px;
- box-shadow: none;
- }
- #column_2 .panel:hover h2, #column_2 #id_about h2 {
- background: var(--color-level3);
- color: #FFFFFF;
- border-width: 1px 1px 0 1px;
- box-shadow: 0 2px var(--color-accent) inset;
- }
- /* Comments */
- #id_comments #alert_container {display: contents;}
- #id_comments #alerts_banner {display: none;}
- #id_comments dl {
- clear: both;
- margin-top: 45px;
- }
- #id_comments dt {
- height: revert;
- line-height: revert;
- padding: 0 0 3px 0;
- margin: 0 0 3px 0;
- border-bottom: 1px dotted #000;
- }
- #id_comments dd {margin: 0 0 15px 0;}
- #id_comments dd:last-of-type {margin: 0;}
- #id_comments .dropBox {
- background: var(--color-level4);
- width: 48px;
- height: 55px;
- margin: 4px 10px 0 0;
- border: 1px solid #000000;
- overflow: hidden;
- }
- #id_comments .dropBox img {
- width: 120px;
- height: 150px;
- margin: -30px 0 0 -47px;
- }
- #id_comments .deletecomment {
- text-align: right;
- margin: 0 0 0 10px;
- }
- /* Comment + Other Buttons */
- #id_comments h2 + div, #id_comments h2 ~ p {width: calc(50% - 7px);}
- #id_comments h2 + div {float: left;}
- #id_comments h2 ~ p {float: right;}
- #id_comments h2 + div a, #id_comments h2 ~ p a, .spoiler-control {
- background: var(--color-level4);
- height: 30px;
- color: var(--text);
- font: 700 12px/29px 'Open Sans Condensed', sans-serif;
- text-align: center;
- text-transform: uppercase;
- border: var(--border);
- box-shadow: 0 2px 5px #00000040;
- box-sizing: border-box;
- }
- #id_comments h2 + div a, #id_comments h2 ~ p a {display: block;}
- #id_comments h2 + div a {font-size: 0;}
- #id_comments h2 + div:hover a, #id_comments h2 ~ p:hover a, .spoiler-control:hover, .spoiler-revealed .spoiler-control {
- background: var(--color-accent);
- color: #FFFFFF;
- }
- #id_comments h2 + div a::after {
- content: 'Post New Comment';
- font-size: 12px;
- }
- .spoiler-control {
- width: 107px;
- outline: none;
- }
- /* Wish List */
- #id_wishlist .item, #id_wishlist a {height: 40px;}
- #id_wishlist .clear, .premium_sparkle {display: none;}
- #id_wishlist {
- display: flex;
- flex-flow: row wrap;
- gap: 10px;
- width: 640px;
- height: 90px;
- text-align: center;
- left: 0;
- scroll-snap-type: y mandatory;
- }
- #id_wishlist .item {
- flex-grow: 1;
- min-width: 40px;
- position: relative;
- scroll-snap-align: start;
- scroll-snap-stop: always;
- }
- #id_wishlist a {
- display: block;
- background: var(--color-level1);
- width: 100%;
- padding: 4px;
- border: 1px solid #000;
- box-shadow: 0 0 5px #00000080 inset;
- box-sizing: border-box;
- }
- #id_wishlist .item:hover a {background: var(--color-accent);}
- .owner_checkmark {
- background: var(--color-level1);
- padding: 2px;
- margin: 0;
- bottom: 2px;
- left: 2px;
- }
- /* Visitors */
- #id_footprints .item {
- display: grid;
- grid-auto-flow: column dense;
- justify-content: start;
- }
- #id_footprints .item::before {
- content: ' visited ';
- grid-column: 2;
- white-space: pre;
- }
- #id_footprints .item::after {content: '.';}
- /* Interests */
- #id_interests h3 {
- font-size: 12px;
- padding: 0 0 3px 0;
- margin: 0 0 3px 0;
- border-bottom: 1px dotted #000;
- }
- #id_interests ul:nth-last-of-type(n+2) {margin-bottom: 15px;}
- #id_interests li:nth-last-of-type(n+2)::after {content: ',';}
- #id_interests a {
- color: var(--text);
- font-weight: 400;
- text-transform: capitalize;
- }
- #id_interests a:hover {color: var(--color-accent);}
- /* Media */
- .media_panel {
- background: url('https://i.imgur.com/gqTTTvw.png') -29px -13px;
- width: 55px;
- height: 18px !important;
- position: absolute;
- top: 21px;
- right: 21px;
- opacity: .5;
- }
- .media_panel:hover {opacity: 1;}
- .media_panel iframe {
- width: 300px;
- height: 200px;
- position: absolute;
- bottom: -9px;
- left: -24px;
- 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;}
- .spoiler-revealed {padding: 5px;}
- .bbcode-swapping-image {
- filter: invert(1);
- mix-blend-mode: screen;
- }
- /* Bug in Chrome causes skipping over scroll-snap lines */
- /* Firefox doesn't have this issue - gets 'prettier' WL */
- @-moz-document url-prefix() {
- :root {--top-offset: calc(50% - 401px + 20px);}
- html, body {min-height: 1000px;}
- #id_wishlist {height: 40px;}
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement