Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Design by Nezumimousey */
- /* And Coded by AlthIndor */
- html, body {
- background: url('https://i.imgur.com/XUulUAR.jpg') center / cover;
- min-height: 880px;
- }
- body {position: relative;}
- body a {
- text-decoration: none !important;
- transition: all .5s ease-in-out;
- }
- ::selection {
- background: darkolivegreen;
- color: #FFFFFF;
- }
- /* Atlas Control */
- #id_comments h2 + div, #id_comments h2 ~ p, #id_comments h2 + div a, #id_comments h2 ~ p a, #id_contact a {background: url('https://i.imgur.com/r90zf8K.png');}
- #id_comments h2 + div, #id_comments h2 ~ p {background-position-y: -790px;}
- #id_comments h2 + div a, #id_comments h2 ~ p a {background-position-y: -830px;}
- #id_comments h2 + div, #id_comments h2 + div a {background-position-x: -190px;}
- #id_comments h2 ~ p, #id_comments h2 ~ p a {background-position-x: -362px;}
- #id_contact li:nth-of-type(1) a {background-position: -20px -790px;}
- #id_contact li:nth-of-type(2) a {background-position: -10px -840px;}
- #id_contact li:nth-of-type(3) a {background-position: -30px -890px;}
- #columns::before, #columns::after {background: url('https://i.imgur.com/fAiXTbY.png');}
- #columns::after {background-position-x: -120px;}
- /* 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/v17/EJRVQgYoZZY2vCFuvAFWzr8.woff2) format('woff2');
- }
- @font-face {
- font-family: 'PT Serif';
- font-style: normal;
- font-weight: 700;
- src: local('PT Serif Bold'), local('PTSerif-Bold'), url(https://fonts.gstatic.com/s/ptserif/v17/EJRSQgYoZZY2vCFuvAnt66qSVys.woff2) format('woff2');
- }
- /* Header */
- #viewer #gaia_header {
- background: #201818;
- height: 30px !important;
- box-shadow: 0 2px 3px #00000040;
- }
- #gaia_header li.spacer {display: none !important;}
- #gaia_header li {margin: 0 5px;}
- #gaia_header ul {
- background: none !important;
- width: auto !important;
- font: 0/30px 'PT Serif', serif !important;
- padding: 0 5px !important;
- }
- #gaia_header #header_right {float: right;}
- #header_left img {
- -webkit-mask: url('https://i.imgur.com/cGGVY2x.png') 0 3px no-repeat;
- mask: url('https://i.imgur.com/cGGVY2x.png') 0 3px no-repeat;
- background: #FFFFFF;
- width: 0;
- padding: 0 34px 0 0;
- transition: background .5s ease-in-out;
- }
- #header_left li:nth-of-type(2) a:hover img {background: #A08D8F;}
- #gaia_header a {
- color: #FFFFFF !important;
- font-size: 11px !important;
- text-decoration: none !important;
- }
- #gaia_header a:hover {color: #A08D8F !important;}
- /* Columns */
- #columns, #pictures_container, #texts_container {
- top: calc(50% - 390px + 15px);
- left: calc(50% - 525px);
- }
- #columns {
- background: url('https://i.imgur.com/h8qzVvH.gif') no-repeat 83px 3px / 460px auto, url('https://i.imgur.com/r90zf8K.png');
- width: 1050px;
- height: 780px;
- }
- #columns .column {display: contents;}
- @media screen and (min-width: 1360px) {
- #columns, #pictures_container, #texts_container {left: calc(50% - 650px);}
- #columns {width: 1300px;}
- }
- /* Scrollbars */
- #columns ::-webkit-scrollbar {width: 0;}
- .panel, dl {scrollbar-width: none;}
- /* Panels */
- .panel, dl {
- box-sizing: border-box;
- overflow: hidden;
- }
- #id_about, #id_wishlist, #id_comments dl {overflow-y: scroll;}
- .panel {
- background: none;
- color: #282020;
- font: 12px/1.6 'PT Serif', serif;
- text-align: center;
- padding: 0;
- margin: 0;
- position: absolute;
- }
- .panel h2 {display: none;}
- .panel img {max-width: 100% !important;}
- .panel a {color: #8C0E22;}
- .panel a:hover {color: darkolivegreen;}
- #id_about, #id_comments {
- width: 333px;
- height: 190px;
- }
- #id_about {
- top: 120px;
- left: 658px;
- }
- #id_comments {
- top: 455px;
- left: 652px;
- }
- /* Details */
- #id_details {
- top: 165px;
- left: 68px;
- }
- #id_details p:nth-of-type(n+2), .forum_userstatus {display: none;}
- #id_details p {margin: 0;}
- /* Contact */
- #id_contact {
- top: 376px;
- left: 48px;
- }
- #id_contact span {display: none;}
- #id_contact li, #id_contact a {height: 50px;}
- #id_contact li:nth-of-type(2) {width: 160px;}
- #id_contact li:nth-of-type(1) {
- width: 140px;
- margin-left: 10px;
- }
- #id_contact li:nth-of-type(3) {
- width: 120px;
- margin-left: 20px;
- }
- #id_contact a {
- display: block;
- width: 100%;
- font-size: 0;
- opacity: 0;
- }
- #id_contact a:hover {opacity: 1;}
- /* Comments */
- #id_comments :is(#alerts_banner, .dropBox, .deletecomment) {display: none;}
- #id_comments dd {margin: 0 0 20px 0;}
- #id_comments dd:last-of-type {margin: 0;}
- #id_comments dl {
- width: 100%;
- height: calc(100% - 50px);
- position: absolute;
- bottom: 0;
- }
- #id_comments dt {
- height: unset;
- line-height: inherit;
- text-align: inherit;
- padding: 0 0 5px 0;
- margin: 0 0 5px 0;
- border-bottom: 1px dotted #8C0E22;
- }
- #id_comments .username {float: none;}
- #id_comments .date a {
- color: inherit;
- font-weight: 400;
- }
- /* Comment Links */
- #id_comments #alert_container {display: contents;}
- #id_comments h2 + div .clear {display: none;}
- #id_comments h2 + div, #id_comments h2 ~ p {
- width: 161px;
- height: 30px;
- border-radius: 5px;
- overflow: hidden;
- }
- #id_comments h2 + div {float: left;}
- #id_comments h2 ~ p {float: right;}
- #id_comments h2 + div a, #id_comments h2 ~ p a {
- display: block;
- height: 100%;
- font-size: 0;
- opacity: 0;
- }
- #id_comments h2 + div a:hover, #id_comments h2 ~ p a:hover {opacity: 1;}
- /* Wish List */
- #id_wishlist {
- display: grid;
- grid-template-columns: repeat(4, 44px);
- grid-auto-rows: 44px;
- gap: 10px;
- height: 314px;
- top: 275px;
- left: 329px;
- scroll-snap-type: y mandatory;
- }
- #id_wishlist .item, #id_wishlist a {display: block;}
- #id_wishlist .clear, .premium_sparkle {display: none;}
- #id_wishlist .item {
- background: darkolivegreen;
- position: relative;
- border: 2px solid transparent;
- border-radius: 50%;
- box-shadow: 0 0 0 1px #BDB39A inset;
- scroll-snap-align: start;
- transition: all .5s ease-in-out;
- }
- #id_wishlist a {
- padding: 5px;
- outline: 1px dotted #201818;
- outline-offset: -3px;
- }
- #id_wishlist .item:hover {background: #8C0E22;}
- .owner_checkmark {
- margin: 0;
- bottom: 8px;
- left: 8px;
- filter: hue-rotate(40deg);
- }
- /* Media */
- .media_panel {
- background: url('https://i.imgur.com/gqTTTvw.png') no-repeat left -20px top -5px,
- url('https://i.imgur.com/gqTTTvw.png') no-repeat right -14px top -45px #201818;
- width: 304px;
- height: 40px !important;
- top: 151px;
- left: 280px;
- border: 3px solid #BDB39A;
- border-radius: 5px;
- }
- .media_panel iframe {
- width: calc(100% + 35px);
- height: 200px;
- position: absolute;
- bottom: -3px;
- left: -20px;
- opacity: .001;
- }
- @media screen and (min-width: 1360px) {
- .media_panel {
- background: none;
- width: 169px;
- height: 136px !important;
- top: 579px;
- left: 1084px;
- border: unset;
- border-radius: unset;
- }
- .media_panel iframe {
- width: 100%;
- height: 100%;
- position: static;
- opacity: 1;
- }
- }
- /* Animations */
- @keyframes Bounce {
- from {transform: translateY(0);}
- to {transform: translateY(-10px);}
- }
- #columns::before, #columns::after {
- content: '';
- width: 120px;
- height: 160px;
- position: absolute;
- animation: Bounce 1s ease-in-out infinite alternate;
- }
- #columns::before, #columns::after {top: 585px;}
- #columns::after {left: 121px;}
- #columns::before {
- left: 16px;
- animation-delay: -.5s;
- }
- @media screen and (min-width: 1360px) {
- #columns::before {
- top: 580px;
- left: 68px;
- }
- #columns::after {
- top: 76px;
- left: 1107px;
- }
- }
- /* Misc */
- #pictures_container, #texts_container {
- width: 1px;
- height: 1px;
- position: absolute;
- }
- .bbcode-swapping-image {background: url('https://i.imgur.com/2MbyLRf.png');}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement