Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Code by AlthIndor, Graphics by SugaSharra */
- html, body {
- background: url('https://images2.imgbox.com/7f/23/oqAfAA4m_o.jpg') fixed top center;
- background-size: cover;
- }
- body a {text-decoration: none !important;}
- /* Fonts */
- @font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 400;
- src: local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v8/sDRi4fY9bOiJUbgq53yZCfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
- }
- @font-face {
- font-family: 'Open Sans Condensed';
- font-style: normal;
- font-weight: 700;
- src: local('Open Sans Condensed'), local('OpenSans-Condensed'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xONSK5BxN3NFS4EJkViHIqo.woff) format('woff');
- }
- /* Header */
- #gaia_header, #header_left, #header_right {background: none !important;}
- #gaia_header #header_left, #gaia_header #header_right {
- color: transparent !important;
- font-family: 'Open Sans Condensed', sans-serif;
- font-size: 10px !important;
- padding: 0 8px 0 8px !important;
- box-sizing: border-box;
- }
- #gaia_header #header_right {float: right !important;}
- #gaia_header .spacer {display: none !important;}
- #header_left img {
- background: url('https://gaia.hs.llnwd.net/e1/images/gaia_global/gaia_header/br_gaia_logo_header.png') 0 2px no-repeat;
- background-size: 36px auto;
- width: 0;
- height: 0;
- padding: 19px 41px 0 0;
- }
- #gaia_header a {
- color: #FFFFFF !important;
- font-size: 11px !important;
- text-transform: uppercase;
- transition: color .5s ease-in-out;
- }
- #gaia_header a:hover {color: #C8B8C8 !important;}
- /* Columns */
- #columns, #column_1, #column_2, #column_3 {
- float: none;
- margin: 0;
- position: absolute;
- }
- #columns {
- background: url('https://images2.imgbox.com/f5/17/fd0NtIGT_o.png') no-repeat;
- width: 860px;
- height: 910px;
- top: 20px;
- left: calc(50% - 430px);
- }
- @media screen and (min-height: 900px) {#columns {top: calc(50% - 450px);}}
- #column_1, #column_2, #column_3 {
- width: 1px;
- height: 1px;
- position: absolute;
- top: 0;
- left: 0;
- overflow: visible;
- }
- /* Panels */
- .panel {
- background: none;
- color: #FFFFFF;
- font: 12px 'PT Serif', serif;
- text-align: justify;
- padding: 0;
- margin: 0;
- position: absolute;
- box-sizing: border-box;
- }
- .panel h2 {display: none;}
- .panel img {max-width: 100% !important;}
- .panel a {
- color: #E8D0C8;
- font-weight: normal;
- }
- #id_about, #id_comments, .custom_panel {
- width: 480px;
- left: 350px;
- }
- #id_wishlist, .custom_panel {top: 667px;}
- #id_about {top: 167px;}
- #id_comments {top: 417px;}
- #id_about, #id_comments dl, #id_wishlist, .custom_panel {
- padding-right: 10px;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- #id_about, #id_comments, #id_wishlist, .custom_panel {height: 190px !important;}
- #id_wishlist {
- width: 260px;
- padding: 2px 10px 2px 2px;
- left: 30px;
- }
- /* Details */
- #id_details {;
- width: 120px;
- height: 150px;
- top: 210px;
- left: 30px;
- }
- #id_details p:nth-of-type(n+2) {display: none;}
- #id_details .forum_userstatus {display: none;}
- /* Contact, Comment Buttons, and Wish List */
- #id_contact ul:not(.buttons) li, #id_wishlist .item, #id_comments #alert_container a, #id_comments h2 ~ p a {
- background: #686068;
- padding: 6px;
- border: 1px solid #FFFFFF;
- border-radius: 50%;
- box-shadow: 0 0 0 2px #686068;
- transition: background-color .5s ease-in-out;
- }
- #id_contact ul:not(.buttons) li:hover, #id_wishlist .item:hover, #id_comments #alert_container a:hover, #id_comments h2 ~ p a:hover {background-color: #807480;}
- #id_contact ul:not(.buttons) li, #id_comments #alert_container a, #id_comments h2 ~ p a {
- background-image: url('https://i.imgur.com/vcNz49l.png');
- background-size: 40px auto;
- width: 40px;
- height: 40px;
- }
- /* Contact */
- #id_contact {
- width: 200px;
- top: 70px;
- left: 32px;
- }
- #id_contact, #id_contact a {font-size: 0;}
- #id_contact ul:not(.buttons) li {float: left;}
- #id_contact ul:not(.buttons) li:nth-of-type(n+2) {margin-left: 13px;}
- #id_contact ul:not(.buttons) li:nth-of-type(1) {background-position: 6px 6px;}
- #id_contact ul:not(.buttons) li:nth-of-type(2) {background-position: 6px -34px;}
- #id_contact ul:not(.buttons) li:nth-of-type(3) {background-position: 6px -74px;}
- #id_contact ul:not(.buttons) li a {
- display: block;
- width: 100%;
- height: 100%;
- }
- /* Wish List */
- #id_wishlist {
- background: rgba(112,80,72,.3);
- border-radius: 10px;
- box-shadow: 0 0 0 5px rgba(112,80,72,.3);
- }
- #id_wishlist .item {
- display: inline-block;
- float: none;
- width: 30px;
- height: 30px;
- margin: 0 10px 0 0;
- position: relative;
- }
- #id_wishlist .item:nth-of-type(n+5) {margin-top: 12px;}
- .owner_checkmark {
- margin: 0;
- top: 5px;
- left: 5px;
- }
- .premium_sparkle {display: none;}
- /* Comments */
- #id_comments #alerts_banner {display: none;}
- #id_comments .delete_comment {margin: 10px;}
- #id_comments .dropBox {display: none;}
- #id_comments dd {margin-bottom: 10px;}
- #id_comments dd:last-of-type {margin: 0;}
- #id_comments dl {
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- #id_comments dt {
- padding: 0 0 2px 0;
- margin-bottom: 3px;
- border-bottom: 1px dotted rgba(255,255,255,.3);
- }
- /* Comments Buttons */
- #id_comments #alert_container a, #id_comments h2 ~ p a {
- background-position: 6px -233px;
- display: block;
- font-size: 0;
- position: absolute;
- top: -347px;
- left: -117px;
- }
- #id_commwnts h2 ~ p {position: absolute; z-index: 1;}
- #id_comments h2 ~ div {position: absolute; z-index: 2;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement