Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile By AlthIndor */
- html {
- --orange-color: #F5790E;
- --purple-color: #AE64B6;
- }
- html, body {
- background: url('https://i.imgur.com/BxpJ67i.png');
- cursor: url('https://i.imgur.com/nfmY9bO.png'), auto !important;
- }
- body a {
- text-decoration: none !important;
- transition: all .5s ease-in-out;
- }
- ::selection {
- background: #FFFFFF;
- color: var(--purple-color);
- }
- /* Fonts */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 600;
- src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
- }
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 800;
- src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
- }
- @font-face {
- font-family: 'Yeon Sung';
- font-style: normal;
- font-weight: 400;
- src: local('Yeon Sung Regular'), local('YeonSung-Regular'), url(https://fonts.gstatic.com/s/yeonsung/v8/QldMNTpbohAGtsJvUn6xTDtMzKMFqIuVbfp5ryWEr_gQfipm.119.woff2) format('woff2');
- }
- /* Header */
- #gaia_header, #gaia_header #header_left, #gaia_header #header_right {background: none;}
- #gaia_header {filter: drop-shadow(0 3px 3px #00000080);}
- #gaia_header li.spacer {display: none !important;}
- #gaia_header li {margin: 0 4px;}
- #gaia_header #header_left, #gaia_header #header_right {
- font: 0/30px 'Yeon Sung', cursive !important;
- padding: 0 5px !important;
- box-sizing: border-box;
- }
- #gaia_header #header_right {float: right;}
- #gaia_header img {
- background: url('https://i.imgur.com/5FTB40o.png') 0 3px no-repeat;
- width: 0;
- padding: 0 37px 0 0;
- filter: invert(0%);
- transition: filter .5s ease-in-out;
- }
- #header_left li:nth-of-type(2) a:hover img {filter: invert(100%);}
- #gaia_header a {
- background: #000;
- color: #FFFFFF !important;
- font-size: 13px !important;
- text-transform: uppercase;
- padding: 20px 7px 4px 7px;
- position: relative;
- top: 0;
- border: 3px solid var(--orange-color);
- border-radius: 0 0 3px 3px;
- }
- #gaia_header a:hover {
- background: #FFFFFF;
- color: #000 !important;
- top: 5px;
- }
- /* Columns */
- #columns, #column_1, #column_2 {
- margin: 0;
- position: absolute;
- }
- #column_1, #column_2 {width: 100%;}
- #column_3 {display: none;}
- #columns {
- width: 380px;
- height: 420px;
- top: calc(50% - 200px);
- left: calc(50% - 190px);
- filter: drop-shadow(0 3px 3px #00000080);
- }
- #column_1 {
- height: 55px;
- top: 360px;
- }
- #column_2 {
- background: var(--orange-color);
- height: 300px;
- top: 50px;
- border-radius: 5px;
- }
- /* Scrollbars */
- #columns ::-webkit-scrollbar {
- background: #FFFFFF30;
- width: 6px;
- height: 6px;
- }
- #columns ::-webkit-scrollbar-thumb {background: #FFFFFF60;}
- .panel {
- scrollbar-color: #FFFFFF60 #FFFFFF30;
- scrollbar-width: thin;
- }
- /* Panels */
- .panel, .panel h2 {
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- }
- .panel {
- font: 600 11px/1.8 'Open Sans', sans-serif;
- position: absolute;
- overflow: hidden;
- }
- .panel a {color: var(--purple-color);}
- .panel a:hover {color: #FFFFFF;}
- #column_2 .panel {
- background: #000;
- width: calc(100% - 6px);
- height: calc(100% - 6px);
- color: var(--orange-color);
- text-align: justify;
- padding-right: 10px;
- left: 3px;
- border: 10px solid transparent;
- border-radius: 4px;
- overflow-y: scroll;
- }
- #id_about img, #id_comments .postcontent img {max-width: 100% !important;}
- #column_2 .panel:hover, #column_2 #id_about {top: 3px;}
- #column_2 .panel, #column_2 .panel:hover ~ #id_about {top: -100%;}
- /* Panel Headers */
- .panel:hover h2, .media_panel:hover, #id_wishlist .item:hover, #id_about h2 {background-color: #FFFFFF;}
- .panel h2, .media_panel, #id_wishlist .item, #column_2 .panel:hover ~ #id_about h2 {background: var(--orange-color);}
- .panel h2, .media_panel, #id_wishlist .item {
- height: 40px !important;
- border: 3px solid #000;
- border-radius: 5px;
- transition: background-color .5s ease-in-out;
- }
- .panel h2 {
- width: 120px;
- color: #000;
- font: bold 0/34px 'Yeon Sung', cursive;
- text-align: center;
- position: fixed;
- top: 0;
- }
- #column_1 h2 {display: none;}
- #id_about h2 {left: 0;}
- #id_comments h2 {left: 130px;}
- #id_footprints h2 {left: 260px;}
- .panel h2::before {font-size: 16px;}
- #id_about h2::before {content: 'ABOUT ME';}
- #id_comments h2::before {content: 'COMMENTS';}
- #id_footprints h2::before {content: 'VISITORS';}
- #id_comments h2::after, #id_footprints h2::after {
- content: '';
- width: 140px;
- height: 0;
- position: absolute;
- left: -13px;
- top: 0;
- }
- #id_comments:hover h2::after, #id_footprints:hover h2::after {height: 50px;}
- /* Comments */
- #id_comments #alerts_banner {display: none;}
- #id_comments .deletecomment {margin: 0 0 0 10px;}
- #id_comments dd {margin: 0 0 20px 0;}
- #id_comments dd:last-of-type {margin: 0;}
- #id_comments dl {margin-top: 45px;}
- #id_comments dt {
- height: revert;
- line-height: 1;
- padding: 0 0 7px 0;
- margin: 0 0 2px 0;
- border-bottom: 1px dotted #FFFFFF60;
- }
- #id_comments .date {font-size: 85%;}
- #id_comments .dropBox {
- width: 48px;
- height: 48px;
- margin: 5px 10px 0 0;
- border: 1px solid #FFFFFF60;
- overflow: hidden;
- }
- #id_comments .dropBox img {
- width: 120px;
- height: 150px;
- margin: -28px 0 0 -40px;
- }
- /* Comments Links */
- #id_comments #alert_container {
- float: none;
- padding: 0;
- }
- #id_comments h2 + div, #id_comments h2 ~ p {
- width: calc(50% - 5px);
- text-align: center;
- position: relative;
- }
- #id_comments h2 + div {float: left;}
- #id_comments h2 ~ p {float: right;}
- #id_comments h2 + div a, #id_comments h2 ~ p a {
- display: block;
- background: var(--purple-color);
- height: 30px;
- color: #FFFFFF;
- font: 0px/29px 'Open Sans', sans-serif;
- text-transform: uppercase;
- border-radius: 2px;
- }
- #id_comments h2 + div a::after, #id_comments h2 ~ p a {font-size: 10px;}
- #id_comments h2 + div a::after {content: 'Post New Comment';}
- #id_comments h2 + div a:hover, #id_comments h2 ~ p a:hover {
- background: #FFFFFF;
- color: #000;
- }
- /* Wish List */
- #id_wishlist {
- display: flex;
- flex-flow: row nowrap;
- background: none;
- width: 100%;
- padding-bottom: 10px;
- text-align: center;
- overflow-x: scroll;
- scroll-snap-type: x mandatory;
- z-index: 1;
- clip-path: polygon(35px 0, 100% 0, 100% 100%, 0 100%, 0 45px, 35px 45px);
- }
- .premium_sparkle {display: none;}
- .owner_checkmark {
- margin: 0;
- bottom: 5px;
- left: 4px;
- mix-blend-mode: difference;
- }
- #id_wishlist .item {
- flex: 0 0 40px;
- padding: 2px 0;
- margin: 0 0 0 10px;
- position: relative;
- box-sizing: border-box;
- scroll-snap-align: end;
- }
- #id_wishlist .item:first-of-type {margin-left: 90px;}
- /* Media */
- .media_panel {
- background: url('https://i.imgur.com/gqTTTvw.png') -19px -5px #0A86F1;
- width: 80px;
- left: 0;
- border-color: #FFFFFF;
- filter: invert(100%);
- z-index: 2;
- }
- .media_panel:hover {background-color: #000;}
- .media_panel iframe {
- width: 360px;
- height: 240px;
- position: absolute;
- bottom: -1px;
- left: -19px;
- opacity: .001;
- }
- /* Misc */
- #pictures_container, #texts_container {
- width: 1px;
- height: 1px;
- position: absolute;
- top: calc(50% - 200px);
- left: 50%;
- overflow: visible;
- }
- .bbcode-swapping-image {filter: invert(100%);}
Add Comment
Please, Sign In to add comment