Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Graphics by Cassiel Socks, Code by AlthIndor */
- html {
- --global-shadow: 0 2px 1px rgba(0,0,0,.25);
- --light-effects: hue-rotate(-120deg) saturate(75%);
- --primary-color: #E05470;
- --secndry-color: #4D77BB;
- }
- html, body {background: url('https://i.imgur.com/hLbExAW.jpg') fixed center / cover;}
- body a {text-decoration: none !important;}
- #columns, #id_contact ul:not(.buttons) li, .media_panel, #id_comments h2 + div, #id_comments h2 ~ p {background: url('https://images2.imgbox.com/15/bc/1NSnVORZ_o.png');}
- /* Fonts */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
- }
- @font-face {
- font-family: 'Lobster Two';
- font-style: normal;
- font-weight: 400;
- src: local('Lobster Two'), local('LobsterTwo'), url(https://fonts.gstatic.com/s/lobstertwo/v11/BngMUXZGTXPUvIoyV6yN5-fN5qU.woff2) format('woff2');
- }
- /* Header */
- #viewer #gaia_header {
- background: #E84094;
- height: 30px !important;
- width: calc(100% - 20px) !important;
- top: 10px !important;
- left: 10px !important;
- border-radius: 5px;
- box-shadow: var(--global-shadow);
- }
- #gaia_header #header_left, #gaia_header #header_right {
- background: none !important;
- font: 0/30px 'Lobster Two', cursive !important;
- padding: 0 8px !important;
- box-sizing: border-box;
- }
- #gaia_header #header_right {float: right;}
- #gaia_header .spacer {display: none !important;}
- #header_left img {
- background: url('https://graphics.gaiaonline.com/images/gaia_global/gaia_header/br_gaia_logo_header.png') 0 0 no-repeat;
- background-size: 100% auto;
- width: 0;
- height: 18px;
- padding: 0 38px 0 0;
- margin: 0 -1px 0 0;
- }
- #gaia_header a, #gaia_header li::before, #gaia_header li::after {
- color: #FFFFFF !important;
- font-weight: normal;
- }
- #gaia_header a {font-size: 16px !important;}
- #header_left li:nth-last-of-type(n+2)::after, #header_right li:nth-of-type(n+2)::before {
- content: '❤';
- color: #FFFFFF !important;
- font-size: 10px;
- margin: 0 6px;
- position: relative;
- top: -1px;
- opacity: .75;
- }
- /* Columns */
- #columns, #column_1, #column_2, #column_3 {
- display: block;
- float: none;
- margin: 0;
- position: absolute;
- }
- #columns {
- width: 1220px;
- height: 860px;
- top: 45px;
- left: calc(50% - 610px);
- }
- @media screen and (min-height: 920px) {#columns {top: calc(50% - 410px);}}
- #column_1, #column_2, #column_3 {
- width: 1px;
- height: 1px;
- top: 0;
- left: 0;
- overflow: visible;
- }
- #columns ::-webkit-scrollbar {
- background: #F0F0F0;
- width: 8px;
- }
- #columns ::-webkit-scrollbar-thumb {
- background: #CDCDCD content-box;
- border: 1px solid transparent;
- }
- /* Panels */
- .panel {
- color: #404040;
- font: 11px/1.6 'Open Sans', cursive;
- text-align: justify;
- margin: 0;
- padding: 0;
- position: absolute;
- box-sizing: border-box;
- }
- .panel a {
- color: #FF0080;
- font-weight: normal;
- transition: color .5s ease-in-out;
- }
- .panel a:hover {color: var(--secndry-color);}
- .panel h2 {display: none;}
- .panel img {max-width: 100% !important;}
- .panel:not(.media_panel) {background: none;}
- #id_about, #id_comments dl, #id_friends .style1, #id_wishlist, .custom_panel div[id*='content'] {
- padding-right: 10px;
- overflow: hidden scroll;
- scrollbar-color: #CDCDCD #F0F0F0;
- scrollbar-width: thin;
- }
- #id_about {
- width: 240px;
- height: 240px;
- top: 90px;
- left: 290px;
- }
- /* Details */
- #id_details {
- width: 120px;
- height: 150px;
- top: 116px;
- left: 918px;
- overflow: hidden;
- }
- .forum_userstatus {display: none;}
- /* Comments */
- #id_comments #alert_container {padding: 0;}
- #id_comments #alerts_banner {display: none;}
- #id_comments .deletecomment {margin: 0 0 0 10px;}
- #id_comments .dropBox {display: none;}
- #id_comments dd {margin-bottom: 15px;}
- #id_comments dd:last-of-type {margin-bottom: 0;}
- #id_comments {
- width: 240px;
- height: 450px;
- top: 90px;
- left: 583px;
- }
- #id_comments dl {
- width: 100%;
- height: calc(100% - 50px);
- box-sizing: border-box;
- }
- #id_comments dt {
- height: auto;
- line-height: inherit;
- padding: 0 0 5px 0;
- margin: 0 0 3px 0;
- border-bottom: 1px dotted #404040;
- }
- #id_comments .username, #id_comments .date {
- display: block;
- float: none;
- text-align: left;
- }
- #id_comments .date {font: 10px monospace;}
- /* Comment Buttons */
- #id_comments h2 + div, #id_comments h2 ~ p {
- float: left;
- width: 115px;
- height: 40px;
- position: relative;
- border-radius: 5px;
- box-shadow: var(--global-shadow);
- transition: filter .5s ease-in-out;
- }
- #id_comments h2 + div:hover, #id_comments h2 ~ p:hover {filter: var(--light-effects);}
- #id_comments h2 + div {
- background-position: 0 bottom;
- margin-right: 10px;
- }
- #id_comments h2 ~ p {background-position: -115px bottom;}
- /* Wish List */
- #id_wishlist {
- width: 60px;
- height: 357px;
- top: 408px;
- left: 470px;
- scroll-snap-type: mandatory;
- scroll-snap-points-y: repeat(52px);
- }
- .premium_sparkle, .owner_checkmark {margin: 0;}
- @supports (scroll-snap-type: y mandatory) {
- #id_wishlist {scroll-snap-type: y mandatory;}
- #id_wishlist .item {scroll-snap-align: end;}
- }
- #id_wishlist .item {
- width: 100%;
- height: 44px;
- text-align: center;
- margin-bottom: 8px;
- position: relative;
- }
- #id_wishlist .item:last-of-type(2) {margin-bottom: 1px;}
- #id_wishlist .item a {
- display: flex;
- align-items: center;
- justify-content: center;
- background: var(--primary-color);
- width: 100%;
- height: 42px;
- border-radius: 5px;
- box-shadow: var(--global-shadow);
- transition: background .5s ease-in-out;
- }
- #id_wishlist .item a:hover {background: var(--secndry-color);}
- #id_wishlist img[src*='thumbnails'] {filter: drop-shadow(0 1px .5px #FFFFFF80);}
- .premium_sparkle {
- top: 1px;
- right: 0;
- }
- .owner_checkmark {
- right: 4px;
- bottom: 6px;
- filter: saturate(0%) brightness(500%) drop-shadow(0 1px #000);
- }
- /* Friends */
- #id_friends {
- width: 240px;
- height: 170px;
- top: 595px;
- left: 583px;
- }
- #id_friends h2 + div {display: none;}
- #id_friends h2 ~ p {display: none;}
- #id_friends p {margin: 0;}
- #id_friends .style1 {
- width: 100%;
- height: 100%;
- box-sizing: border-box;
- scroll-snap-type: mandatory;
- scroll-snap-points-y: repeat(89px);
- }
- #id_friends .style1 li {
- background: var(--primary-color);
- width: calc(50% - 5px);
- height: 78px;
- margin: 0 0 11px 0;
- position: relative;
- border-radius: 5px;
- box-shadow: var(--global-shadow);
- transition: background .5s ease-in-out;
- }
- #id_friends .style1 li:nth-of-type(even) {margin-left: 10px;}
- #id_friends .style1 li:last-of-type {margin-bottom: 3px;}
- #id_friends .style1 li:nth-last-of-type(2):nth-of-type(odd) {margin-bottom: 3px;}
- #id_friends .style1 li:hover {background: var(--secndry-color);}
- @supports (scroll-snap-type: y mandatory) {
- #id_friends .style1 {scroll-snap-type: y mandatory;}
- #id_friends .style1 li {scroll-snap-align: start;}
- }
- #id_friends .dropBox {
- background: #FFFFFF40;
- width: 48px;
- padding: 2px;
- margin: 19px auto 0 auto;
- border: 1px dotted white;
- border-radius: 3px;
- }
- #id_friends a {
- width: 100%;
- height: 100%;
- color: #FFFFFF;
- line-height: 2;
- margin: 0;
- position: absolute;
- top: 0;
- left: 0;
- }
- /* Gallery */
- .custom_panel {
- width: 200px;
- height: 200px !important;
- top: 565px;
- left: 878px;
- }
- .custom_panel br {display: none;}
- .custom_panel div[id*='content'] {
- height: 100% !important;
- scroll-snap-type: mandatory;
- scroll-snap-points-y: repeat(calc(100% + 7px));
- }
- @supports (scroll-snap-type: y mandatory) {
- .custom_panel div[id*='content'] {scroll-snap-type: y mandatory;}
- .custom_panel a {scroll-snap-align: start;}
- }
- .custom_panel a {
- display: flex;
- justify-content: center;
- background: var(--primary-color);
- width: 100%;
- height: calc(100% - 3px);
- margin-bottom: 3px;
- border: 5px solid transparent;
- border-radius: 5px;
- box-shadow: var(--global-shadow);
- box-sizing: border-box;
- transition: background .5s ease-in-out;
- }
- .custom_panel a:hover {background: var(--secndry-color);}
- .custom_panel a:nth-last-of-type(n+2) {margin-bottom: 10px;}
- .custom_panel img {
- filter: brightness(125%) saturate(150%);
- object-fit: cover;
- }
- .custom_panel img[class*='bbcode'] {align-self: center;}
- .custom_panel .bbcode-swapping-image {background: url('https://i.imgur.com/Fk5mUXF.png');}
- /* Contact and Media */
- #id_contact, .media_panel {top: 286px;}
- #id_contact {
- height: auto;
- width: 174px;
- left: 867px;
- overflow: visible;
- }
- #id_contact span {display: none;}
- #id_contact ul:not(.buttons) li, .media_panel {
- width: 48px;
- height: 48px !important;
- border-radius: 5px;
- box-shadow: var(--global-shadow);
- transition: filter .5s ease-in-out;
- }
- #id_contact ul:not(.buttons) li:hover, .media_panel:hover {filter: var(--light-effects);}
- #id_contact ul:not(.buttons) li {
- float: left;
- margin-right: 10px;
- position: relative;
- }
- #id_contact ul:not(.buttons) li:nth-of-type(1) {background-position: right 0;}
- #id_contact ul:not(.buttons) li:nth-of-type(2) {background-position: right -48px;}
- #id_contact ul:not(.buttons) li:nth-of-type(3) {background-position: right -96px;}
- #id_contact a, #id_comments h2 + div a, #id_comments h2 ~ p a {
- display: block;
- width: 100%;
- height: 100%;
- font-size: 0;
- position: absolute;
- top: 0;
- left: 0;
- }
- .media_panel {
- background-position: right -144px;
- background-origin: border-box;
- width: 48px;
- left: 1041px;
- border: 10px solid transparent;
- overflow: hidden;
- }
- .media_panel iframe {
- position: absolute;
- bottom: 0;
- left: -20px;
- opacity: .01;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement