Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Code by AlthIndor, Graphics by Cassiel Socks */
- html, body {background: url('https://images2.imgbox.com/63/02/ViV4oWKj_o.png') center;}
- #columns {background: url('https://images2.imgbox.com/eb/34/IKsq3NXu_o.png') no-repeat;}
- /* Fonts */
- @font-face {
- font-family: 'Delius';
- font-style: normal;
- font-weight: 400;
- src: local('Delius-Regular'), url(https://fonts.gstatic.com/s/delius/v7/PN_xRfK0pW_9e1rdZsg_.woff2) format('woff2'), url(https://fonts.gstatic.com/s/delius/v7/PN_xRfK0pW_9e1rdZsg5.woff) format('woff');;
- }
- @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'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
- }
- @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/v15/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhv.woff) format('woff');
- }
- /* Header */
- #viewer #gaia_header {
- background: #7DCD9B;
- height: 26px !important;
- border-bottom: 2px solid #60B496;
- box-shadow: 0 1px 1px rgba(0,0,0,.15);
- }
- #gaia_header #header_left, #gaia_header #header_right {
- background: none;
- color: transparent;
- font: 12px/26px 'Delius', serif !important;
- padding: 0 7px !important;
- box-sizing: border-box;
- }
- @-moz-document url-prefix() {#gaia_header #header_left, #gaia_header #header_right {line-height: 24px !important;}}
- #gaia_header #header_right {float: right;}
- #gaia_header .spacer {display: none !important;}
- #gaia_header #header_left img {
- background: url('https://gaia.hs.llnwd.net/e1/images/gaia_global/gaia_header/br_gaia_logo_header.png') 0 0 no-repeat;
- background-size: auto 200%;
- width: 0;
- height: 17px;
- padding: 0 40px 0 0;
- }
- #gaia_header a {
- color: #FFFFFF !important;
- font-weight: normal;
- text-decoration: none;
- }
- /* Columns */
- #columns, #column_1, #column_2, #column_3 {
- float: none;
- margin: 0;
- position: absolute;
- }
- #columns {
- width: 800px;
- height: 760px;
- top: 50px;
- left: calc(50% - 405px);
- transform: translateZ(0);
- }
- @media screen and (min-height: 800px) {#columns {top: calc(50% - 376px + 14px);}}
- #column_1, #column_2, #column_3 {
- width: 1px;
- height: 1px;
- overflow: visible;
- }
- /* Scrollbars */
- #columns ::-webkit-scrollbar {
- background: rgba(0,0,0,.5);
- width: 12px;
- border-radius: 3px;
- }
- #columns ::-webkit-scrollbar-thumb {
- background: #FFFFFF;
- border: 1px solid #A0A0A0;
- border-radius: 3px;
- }
- /* Panels */
- .panel {
- color: #404040;
- padding: 0;
- margin: 0;
- position: absolute;
- box-sizing: border-box;
- }
- .panel h2 {display: none;}
- .panel a {
- color: seagreen;
- text-decoration: none;
- }
- #id_about, #id_comments {
- font: 11px/1.6em 'Open Sans', sans-serif;
- text-align: justify;
- padding-right: 10px;
- left: 145px;
- border: 10px solid transparent;
- border-radius: 10px;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- #id_about img, .postcontent img {max-width: 100% !important;}
- /* Details */
- #id_details {
- background: none;
- width: 120px;
- height: 150px;
- top: 525px;
- left: 562px;
- overflow: hidden;
- }
- #id_details p:nth-of-type(n+2) {display: none;}
- .forum_userstatus {display: none;}
- /* About */
- #id_about {
- background: rgba(255,232,232,.8);
- width: 521px;
- height: 196px;
- top: 153px;
- }
- /* Comments */
- #id_comments {
- background: rgba(224,248,255,.8);
- width: 325px;
- height: 176px;
- top: 389px;
- }
- #id_comments .dropBox {display: none;}
- #id_comments .username {float: none;}
- #id_comments .date {font-family: monospace; line-height: 20px;}
- #id_comments .deletecomment {margin: 0 0 0 10px;}
- #id_comments #alerts_banner {display: none;}
- #id_comments dd:nth-last-of-type(n+2) {margin-bottom: 15px;}
- #id_comments dt {
- height: auto;
- line-height: normal;
- text-align: left;
- padding: 0 0 1px 0;
- margin: 0 0 1px 0;
- border-bottom: 1px dashed #808080;
- }
- /* Comment Buttons */
- #id_comments h2 + div, #id_comments h2 ~ p {
- background: rgba(224,248,255,.8);
- width: 125px;
- height: 34px;
- font: 14px/34px 'Delius', serif;
- padding: 0 10px;
- position: fixed;
- left: 145px;
- border-radius: 10px;
- }
- #id_comments h2 + div {top: 582px;}
- #id_comments h2 ~ p {top: 624px;}
- #id_comments h2 + div a, #id_comments h2 ~ p a {color: #7090B0;}
- #id_comments #alert_container {padding: 0;}
- #id_comments h2 ~ p a {font-size: 0;}
- #id_comments h2 ~ p a::after {
- content: 'View Comments';
- font-size: 14px;
- }
- #id_comments h2 + div:hover, #id_comments h2 ~ p:hover {background: orange;}
- #id_comments h2 + div:hover a, #id_comments h2 ~ p:hover a {color: #FFFFFF;}
- /* Contact */
- #id_contact {
- background: none;
- width: 200px;
- top: 374px;
- left: 485px;
- }
- #id_contact ul:not(.buttons) li {
- float: left;
- background: #F0A098;
- width: 54px;
- height: 54px;
- color: #FFFFFF;
- font: bold 0/50px 'Delius', sans-serif;
- text-align: center;
- text-shadow: 0 0 2px salmon;
- margin-right: 10px;
- position: relative;
- border: 2px solid salmon;
- border-radius: 50%;
- box-sizing: border-box;
- }
- #id_contact ul:not(.buttons) li:hover {
- background: orange;
- border-color: orange;
- }
- #id_contact a {
- display: block;
- width: 100%;
- height: 100%;
- position: absolute;
- font-size: 0;
- }
- #id_contact li:after, #id_contact a::after {font-size: 14px;}
- #id_contact li:nth-of-type(1)::after {content: 'Add';}
- #id_contact li:nth-of-type(2)::after {content: 'PM';}
- #id_contact li:nth-of-type(3)::after {content: 'Trade';}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement