Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Code By AlthIndor */
- body {
- background: url('https://i.imgur.com/T1YwccJ.jpg') fixed center repeat-y, url('https://i.imgur.com/glXpmOp.jpg') fixed center / cover no-repeat;
- color: #102040;
- font: 11px 'PT Serif', serif;
- }
- body a {text-decoration: none !important;}
- #gaia_header, #header_left img, #site, #wishlist .items li {background: url('https://images2.imgbox.com/ce/0c/v4WccKID_o.png');}
- /* 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/v10/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/v10/EJRSQgYoZZY2vCFuvAnt66qSVys.woff2) format('woff2');
- }
- /* Header */
- #gaia_header {
- background-position: 0 -619px !important;
- border-bottom: 4px solid transparent;
- box-shadow: 0 4px 0 rgba(0,0,0,.25);
- overflow: hidden;
- }
- #gaia_header #header_left, #gaia_header #header_right {
- background: none;
- width: 50% !important;
- color: transparent !important;
- line-height: 26px;
- }
- #header_left .spacer {display: none;}
- #header_right .spacer {padding-left: 6px;}
- #header_left img {
- background-position: -56px -655px !important;
- width: 0px !important;
- padding: 0 50px 0 0;
- }
- #gaia_header a {
- color: #204070 !important;
- font-weight: bold;
- text-transform: uppercase;
- transition: color .5s ease-in-out;
- }
- #gaia_header a:hover {color: #8050A0 !important;}
- #header_right .favorites_add {
- margin: 0 0 0 6px;
- top: 5px;
- right: 0;
- filter: hue-rotate(180deg) contrast(200%) brightness(50%);
- }
- /* Scrollbars */
- #site {
- scrollbar-arrow-color: #FFFFFF;
- scrollbar-track-color: #204070;
- scrollbar-face-color: #FFFFFF;
- scrollbar-shadow-color: #204070;
- }
- #site ::-webkit-scrollbar {
- background: #204070;
- width: 13px;
- }
- #site ::-webkit-scrollbar-thumb {
- background: #FFFFFF;
- border: 1px solid #204070;
- }
- /* Remove Sections */
- #header {display: none;}
- #details {display: none;}
- #friends {display: none;}
- #journal {display: none;}
- #comments {display: none;}
- #signature {display: none;}
- #profile .items {display: none;}
- #profile .avatar {display: none;}
- .section h2 {display: none;}
- /* Main Sections */
- #site, #content, #content #sidebar, #content #main, .section {
- padding: 0;
- margin: 0;
- position: absolute;
- }
- #site {
- width: 968px;
- height: 600px;
- position: absolute;
- top: calc((100% - 600px + 30px) / 2);
- left: calc((100% - 968px) / 2);
- }
- #site a {
- color: #8050A0;
- font-weight: bold;
- }
- #site a:visited {color: #8050A0 !important;}
- #content #sidebar, #content #main {
- width: 1px;
- height: 1px;
- top: 0;
- left: 0;
- overflow: visible;
- }
- #content #main {
- min-height: 0;
- border: none;
- }
- /* Sections */
- .section {
- background: none !important;
- line-height: 1.7;
- text-align: justify !important;
- }
- #about, #wishlist .items {
- padding-right: 10px;
- overflow-x: hidden;
- overflow-y: scroll;
- }
- #about {
- width: 348px;
- height: 368px;
- top: 115px;
- left: 515px;
- }
- #about .links {display: none;}
- #about img {max-width: 100%;}
- #wishlist {
- width: 53px;
- height: 263px;
- top: 176px;
- left: 914px;
- overflow: hidden;
- }
- #wishlist .items {
- width: 63px;
- height: 100%;
- scroll-snap-type: mandatory;
- scroll-snap-points-y: repeat(70px);
- }
- @supports (scroll-snap-type: y mandatory) {
- #wishlist .items {scroll-snap-type: y mandatory;}
- #wishlist li {scroll-snap-align: end;}
- }
- #wishlist .items li {
- display: block;
- background-position: 0 -647px;
- width: 53px;
- height: 53px;
- padding: 10px 0 0 10px;
- margin-bottom: 17px;
- box-sizing: border-box;
- overflow: hidden;
- scroll-snap-stop: always;
- }
- #wishlist .items li:last-of-type {margin-bottom: 0;}
- #wishlist .items li img {background: none !important;}
- /* Contact Bar */
- #profile, #bar {
- background: none;
- width: 50px;
- height: 190px;
- overflow: visible;
- }
- #profile {
- top: 175px;
- left: 5px;
- }
- #bar, #bar li, #bar li a {
- display: block;
- padding: 0;
- margin: 0;
- }
- #bar {
- position: absolute;
- top: 0;
- left: 0;
- }
- #bar li, #bar li a {
- background: none !important;
- width: 50px !important;
- height: 50px !important;
- font-size: 0;
- }
- #bar li {margin-bottom: 20px;}
- #bar #offlineButton, #bar #onlineButton, #bar #ignoreButton {display: none;}
- /* Media */
- #multimedia {
- width: 38px;
- height: 38px;
- top: 393px;
- left: 10px;
- border: 2px solid transparent;
- box-sizing: border-box;
- overflow: hidden;
- }
- #multimedia object {
- position: absolute;
- bottom: 0;
- left: -17px;
- opacity: .01;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement