Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile by AlthIndor */
- html, body {
- background: url('https://images2.imgbox.com/6f/4a/cKRRTjpw_o.png');
- cursor: url('http://cur.cursors-4u.net/cursors/cur-4/cur330.cur'), default !important;
- }
- #gaia_header, #columns, #id_contact ul:not(.buttons) li, .custom_panel a, #column_2::before, #column_3::before, #id_comments::before {background: url('https://images2.imgbox.com/f4/47/OwwK7cqb_o.png');}
- #column_2::before, #column_3::before, #id_comments::before {
- content: '';
- position: absolute;
- top: -25px;
- opacity: .5;
- pointer-events: none;
- }
- /* 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: 'PT Sans';
- font-style: normal;
- font-weight: 400;
- src: local('PT Sans'), local('PTSans-Regular'), url(https://fonts.gstatic.com/s/ptsans/v9/jizaRExUiTo99u79D0KEww.woff) format('woff');
- }
- /* Header */
- #gaia_header {
- background-position: 0 -12px;
- border-top: 1px solid #606060;
- border-bottom: 10px solid transparent;
- }
- #gaia_header #header_left, #gaia_header #header_right {
- background: none !important;
- color: transparent;
- font-family: 'PT Serif', serif;
- font-size: 11px !important;
- letter-spacing: .02em;
- line-height: 26px !important;
- padding: 0 5px 0 5px !important;
- }
- #gaia_header #header_right {float: right !important;}
- #gaia_header li {padding: 0 1px 0 1px;}
- #gaia_header li.spacer {display: none !important;}
- #header_left img {
- background: url('https://i.imgur.com/XvyRn9G.png') 0 3px no-repeat;
- width: 0px !important;
- padding: 0 38px 0 0;
- }
- #gaia_header a {
- color: #FFFFFF !important;
- font-weight: normal;
- text-decoration: none;
- text-transform: uppercase;
- }
- /* Columns */
- #columns, #column_1, #column_2, #column_3 {
- display: block;
- float: none;
- font-size: 0;
- margin: 0;
- overflow: visible;
- }
- #columns {
- background-position: -5px -57px;
- width: 1120px;
- height: 300px;
- top: calc(50% - 148px);
- left: calc(50% - 560px);
- }
- #column_1 {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: 2;
- }
- #column_3 {
- width: 610px;
- height: 110px;
- left: calc(50% - 305px);
- bottom: -100px;
- transition: bottom 1s ease-in-out;
- z-index: 1;
- }
- #column_3:hover {bottom: 0;}
- #column_3::before {
- background-position: 0 -410px;
- width: calc(100% + 42px);
- height: 30px;
- left: -20px;
- }
- /* Panels */
- .panel {
- color: rgb(99,79,66);
- font-family: 'PT Sans', sans-serif;
- font-size: 12px;
- padding: 0;
- margin: 0;
- }
- .panel h2 {display: none;}
- .panel a {
- color: #000;
- font-weight: normal;
- text-decoration: none;
- }
- .custom_panel, #id_contact, #id_footprints, #id_wishlist {background: none;}
- /* Main Content */
- #column_2, #column_3, #id_comments {
- background: url('https://images2.imgbox.com/1b/66/tlvzM3T7_o.png');
- border: 10px solid transparent;
- position: fixed;
- box-shadow: 0 2px 5px #000;
- box-sizing: border-box;
- }
- #column_2, #id_comments {
- width: 460px;
- height: 180px;
- bottom: -130px;
- transition: all 1s ease-in-out;
- z-index: 2;
- }
- #column_2::before, #id_comments::before {
- width: 236px;
- height: 64px;
- }
- #column_2::before {
- background-position: -632px -410px;
- right: -20px;
- }
- #id_comments::before {
- background-position: -868px -410px;
- left: -20px;
- }
- #column_2 {
- left: -400px;
- transform: rotate(5deg);
- }
- #column_2:hover {
- bottom: 5px;
- left: 5px;
- transform: none;
- }
- #id_comments {
- right: -400px;
- transform: rotate(-5deg);
- }
- #id_comments:hover {
- bottom: 5px;
- right: 5px;
- transform: none;
- }
- /* Details and Visitors */
- #id_details {
- background: #E0D8C8;
- width: 120px;
- height: 150px;
- padding: 5px;
- overflow: hidden;
- }
- #id_details .forum_userstatus {display: none;}
- #id_footprints {
- width: calc(100% - 140px);
- height: 160px;
- position: absolute;
- top: 0;
- right: 0;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- #id_footprints .item::before {content: 'Visited by ';}
- /* Wish List */
- #id_wishlist {
- display: flex;
- flex-flow: row wrap;
- width: 100%;
- height: 100%;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- .owner_checkmark {
- margin: 0;
- bottom: 5px;
- left: 5px;
- }
- .premium_sparkle {display: none;}
- #id_wishlist .item {
- background: #E0D8C8;
- flex-grow: 1;
- min-width: 32px;
- height: 30px;
- text-align: center;
- padding: 5px;
- position: relative;
- margin: 0 10px 10px 0;
- border-radius: 2px;
- }
- #id_wishlist .item img {
- filter: grayscale(100%) sepia(50%);
- transition: filter .5s ease-in-out;
- }
- #id_wishlist .item:hover img {filter: none;}
- /* Comments */
- #id_comments #alerts_banner {display: none;}
- #id_comments .deletecomment {display: none;}
- #id_comments dl {
- width: 100%;
- height: calc(100% - 40px);
- padding: 0 10px 0 0;
- position: absolute;
- bottom: 0;
- box-sizing: border-box;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- #id_comments dt {
- height: auto;
- line-height: initial;
- padding: 0 0 5px 0;
- border-color: rgba(0,0,0,.3);
- }
- #id_comments .dropBox {display: none;}
- #id_comments dd {
- text-align: justify;
- margin: 3px 0 10px 0;
- }
- #id_comments dd:last-of-type {margin-bottom: 0;}
- /* Comments Buttons */
- #id_comments h2 ~ div:not(.clear), #id_comments h2 ~ div span, #id_comments h2 ~ p {
- display: block;
- text-align: center;
- padding: 0;
- }
- #id_comments h2 ~ div:not(.clear), #id_comments h2 ~ p {
- float: left;
- background: #E0D8C8;
- width: calc(50% - 5px);
- height: 30px;
- line-height: 30px;
- text-transform: uppercase;
- margin: 0;
- }
- #id_comments h2 ~ div span {width: 100%;}
- #id_comments h2 ~ p {margin-left: 10px;}
- /* Photos */
- .custom_panel {
- width: 100%;
- height: 100% !important;
- }
- .custom_panel ul {margin: 0 !important;}
- .custom_panel br {display: none;}
- .custom_panel ul:not(.buttons) li {
- display: flex;
- float: left !important;
- width: 158px;
- height: 158px;
- margin: 39px 0 0 32px;
- border: 1px solid rgba(99,79,66,.3);
- box-sizing: border-box;
- overflow: hidden;
- }
- .custom_panel ul:not(.buttons) li:nth-of-type(1) {margin-left: 41px !important;}
- .custom_panel ul:not(.buttons) li:nth-of-type(2) {margin-left: 92px !important;}
- .custom_panel ul:not(.buttons) li:nth-of-type(5) {margin-left: 92px !important;}
- .custom_panel img {
- object-fit: cover;
- object-position: center;
- filter: grayscale(100%) sepia(50%);
- transition: filter .5s ease-in-out;
- }
- .custom_panel img:hover {filter: none;}
- /* Contact and Custom Buttons */
- #id_contact ul:not(.buttons) li, .custom_panel a {
- display: block;
- width: 160px;
- height: 39px;
- opacity: 0;
- }
- #id_contact ul:not(.buttons) li:hover, .custom_panel a:hover {opacity: 1;}
- #id_contact, .custom_panel a {
- font-size: 0;
- position: absolute;
- bottom: 7px;
- }
- #id_contact {
- width: 570px;
- left: 290px;
- }
- #id_contact ul:not(.buttons) li {
- float: left;
- margin-right: 30px;
- position: relative;
- }
- #id_contact ul:not(.buttons) li:nth-of-type(1) {background-position: -160px -371px;}
- #id_contact ul:not(.buttons) li:nth-of-type(2) {background-position: -320px -371px;}
- #id_contact ul:not(.buttons) li:nth-of-type(3) {background-position: -480px -371px;}
- .custom_panel a[href*='104520937'] {
- background-position: 0 -371px;
- left: 40px;
- }
- .custom_panel a[href*='104587219'] {
- background-position: -640px -371px;
- right: 40px;
- }
- #id_contact ul:not(.buttons) li a {
- display: block;
- width: 100%;
- height: 100%;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement