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://i.imgur.com/fp6b6vN.jpg') fixed no-repeat center / cover; overflow-x: hidden;}
- #columns {background: url('https://images2.imgbox.com/fd/08/kmOXxcjg_o.png') no-repeat;}
- :root {
- --dark-color: #641680;
- --light-color: #FFDEAD;
- --border-color: rgba(0,0,0,.5);
- --button-color: rgba(68,64,60,.6);
- --header-color: rgba(128,255,0,.7);
- }
- #columns ::-webkit-scrollbar {
- background: #000000;
- width: 10px;
- border-radius: 5px;
- }
- #columns ::-webkit-scrollbar-thumb {
- background: #FFFFFF;
- border: 1px solid #000000;
- border-radius: 5px;
- }
- /* Fonts */
- @font-face {
- font-family: 'Sancreek';
- font-style: normal;
- font-weight: 400;
- src: local('Sancreek Regular'), local('Sancreek-Regular'), url(https://fonts.gstatic.com/s/sancreek/v8/pxiHypAnsdxUm159X4D5V14.woff2) format('woff2'), url(https://fonts.gstatic.com/s/sancreek/v8/pxiHypAnsdxUm159X4D5V1g.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');
- }
- /* Header */
- #gaia_header {
- background: var(--header-color);
- border-bottom: 3px solid transparent;
- box-shadow: 0 2px 1px #000;
- }
- #gaia_header #header_left, #gaia_header #header_right {
- background: none;
- font: 0/28px 'Sancreek', serif !important;
- padding: 0 7px !important;
- box-sizing: border-box;
- }
- #gaia_header #header_right {float: right;}
- #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 0 no-repeat;
- background-size: auto 200%;
- width: 0;
- height: 19px;
- padding: 0 41px 0 0;
- margin: -5px -4px 0 -1px;
- filter: drop-shadow(0 0 1px rgba(0,0,0,.5));
- }
- #gaia_header a {
- color: #FFFFFF !important;
- letter-spacing: .03em;
- font-size: 12px !important;
- font-weight: normal;
- text-decoration: none;
- text-shadow: 0 0 2px rgba(0,0,0,.5);
- text-transform: uppercase;
- }
- #gaia_header a:hover {color: var(--light-color) !important;}
- #header_left li:nth-last-of-type(n+2)::after, #header_right li:nth-of-type(n+2)::before {
- content: '◆';
- color: var(--button-color);
- font-size: 13px;
- margin: 0 5px;
- }
- /* Columns */
- #columns, #column_1, #column_2, #column_3 {
- float: none;
- margin: 0;
- position: absolute;
- }
- #columns {
- width: 1300px;
- height: 1060px;
- top: 60px;
- left: calc(50% - 650px);
- transform: translateZ(0);
- z-index: 3;
- }
- #column_1, #column_2, #column_3 {
- width: 1px;
- height: 1px;
- top: 0;
- left: 0;
- overflow: visible;
- }
- #column_1 {z-index: 2;}
- #column_2 {z-index: 1;}
- /* Panels */
- .panel {
- background: none;
- color: #F5F5DC;
- font: 12px/1.5em 'Open Sans', sans-serif;
- text-align: justify;
- padding: 0;
- margin: 0;
- position: absolute;
- box-sizing: border-box;
- }
- .panel h2 {display: none;}
- .panel a {text-decoration: none;}
- #id_about, #id_comments {
- width: 370px;
- height: 370px;
- top: 330px;
- border: 15px solid transparent;
- border-top-width: 25px;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- #id_about img, #id_comments .postcontent img {max-width: 100% !important;}
- #id_about a, #id_comments a {
- color: #00FF00;
- font-weight: normal;
- }
- #id_about a:hover, #id_comments a:hover {color: var(--light-color);}
- #id_about {
- line-height: 1.7em;
- padding-right: 15px;
- left: 660px;
- }
- #id_comments {
- direction: rtl;
- padding-left: 15px;
- left: 270px;
- }
- #id_comments dl {direction: ltr;}
- #id_wishlist, #id_footprints {overflow: hidden;}
- #id_wishlist:hover, #id_footprints:hover {overflow-y: auto;}
- /* Comments */
- #id_comments #alerts_banner {display: none;}
- #id_comments .deletecomment {margin: 0 0 0 10px;}
- #id_comments .date {font: 85%/20px monospace;}
- #id_comments dd:nth-last-of-type(n+2) {margin-bottom: 15px;}
- #id_comments dd:last-of-type {margin-bottom: 0;}
- #id_comments dt {
- height: auto;
- line-height: normal;
- text-align: left;
- padding: 0;
- margin: 0 0 2px 0;
- border-bottom: 1px dotted #808080;
- }
- #id_comments .username {
- float: none;
- margin-bottom: -2px;
- }
- #id_comments .dropBox {
- background: rgba(255,255,255,.2);
- width: 50px;
- height: 50px;
- margin: 3px 10px 0px 0px;
- border: 1px solid transparent;
- border-radius: 3px;
- box-sizing: border-box;
- overflow: hidden;
- filter: sepia(50%);
- }
- #id_comments dd:hover .dropBox {filter: none;}
- #id_comments .dropBox img {
- width: 120px;
- height: 150px;
- margin: -27px 0 0 -46px;
- }
- /* Contact and Comments Links */
- #id_contact ul:not(.buttons) li, #id_comments h2 + div {
- background: url('https://i.imgur.com/vcNz49l.png') center 0 #404040;
- background-clip: content-box;
- background-size: 40px auto;
- width: 40px;
- height: 40px;
- font-size: 0;
- position: relative;
- border: 5px solid #000;
- }
- #id_contact ul:not(.buttons) li:hover, #id_comments h2 + div:hover {background-color: var(--header-color);}
- #id_comments h2 ~ p {display: none;}
- #id_contact ul:not(.buttons) li a, #id_comments h2 + div a {
- display: block;
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- }
- #id_contact ul:not(.buttons) li {float: left;}
- #id_contact ul:not(.buttons) li:nth-of-type(2) {background-position-y: -40px; margin-left: 10px;}
- #id_contact ul:not(.buttons) li:nth-of-type(3) {background-position-y: -80px; margin-left: 660px;}
- #id_comments h2 + div {background-position: 0 -240px;}
- #id_contact {
- width: 820px;
- top: 96px;
- left: 210px;
- }
- #id_comments h2 + div {
- position: fixed;
- top: 96px;
- right: 210px;
- }
- /* Wish List Drawer Version */
- #id_wishlist {
- display: grid;
- grid-template-rows: auto;
- grid-template-columns: repeat(8, 1fr);
- grid-row-gap: 10px;
- grid-column-gap: 6px;
- grid-auto-flow: row dense;
- justify-items: center;
- width: 500px;
- height: 70px;
- top: 720px;
- left: 401px;
- border: 10px solid transparent;
- border-radius: 10px;
- transition: all .5s ease-in-out, padding 0s linear;
- z-index: 9;
- }
- #id_wishlist .clear {display: none;}
- #id_wishlist .owner_checkmark {
- margin: 0;
- top: calc(50% + 4px);
- left: calc(50% - 16px);
- }
- .premium_sparkle {display: none;}
- #id_wishlist:hover {
- background: #3A3834;
- height: 130px;
- padding-right: 8px;
- margin-top: -60px;
- box-shadow: 0 0 0 3px #101010;
- }
- #id_wishlist .item {
- background: var(--button-color);
- background-clip: padding-box;
- width: 30px;
- height: 30px;
- text-align: center;
- padding: 7px;
- position: relative;
- border: 3px solid var(--border-color);
- border-radius: 10px;
- }
- #id_wishlist .item:hover {background: var(--dark-color);}
- /* Visitors */
- #id_footprints, #id_footprints a {font-weight: bold;}
- #id_footprints a {color: var(--dark-color);}
- #id_footprints a:hover {color: #000000;}
- #id_footprints {
- background: rgba(255,255,176,.2);
- width: 300px;
- height: 90px;
- color: #000000;
- text-shadow: 0 0 4px var(--light-color);
- top: 903px;
- left: 478px;
- border: 5px solid transparent;
- border-radius: 5px;
- }
- /* Fog Animation */
- @keyframes fog_move {
- 0% {background-position-x: -1920px;}
- 100% {background-position-x: 0;}
- }
- @keyframes fog_mid_o {
- 0% {opacity: .6;}
- 22% {opacity: 1;}
- 40% {opacity: .8;}
- 58% {opacity: .4;}
- 80% {opacity: .7;}
- 100% {opacity: .6;}
- }
- body::before, body::after {
- content: '';
- width: 100%;
- height: 100%;
- position: fixed;
- top: 0;
- left: 0;
- }
- body::before {
- background: url('https://i.imgur.com/RDH7yir.png') bottom left repeat-x;
- animation: fog_mid_o 20s linear infinite, fog_move 260s ease-in-out infinite alternate;
- z-index: 1;
- }
- body::after {
- background: url('https://i.imgur.com/XAxKvxK.png') bottom left repeat-x;
- animation: fog_mid_o 15s linear infinite, fog_move 240s ease-in-out infinite alternate-reverse;
- z-index: 2;
- }
Add Comment
Please, Sign In to add comment