Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile Made by : ch0psuey --- NO STEALING */
- /* Modernization by AlthIndor at Cinnamon Tea */
- /* Globals */
- html, body {min-height: 100vh;}
- body, a:hover {cursor: url('http://cur.cursors-4u.net/symbols/sym-6/sym596.cur'), default !important;}
- body {
- background: repeating-linear-gradient(to right, transparent 0px, transparent 4px, #D0C9C4A0 4px, #D0C9C4A0 5px, transparent 5px, transparent 6px, #D0C9C4A0 6px, #D0C9C4A0 7px),
- repeating-linear-gradient(to bottom, transparent 0px, transparent 4px, #D0C9C4A0 4px, #D0C9C4A0 5px, transparent 5px, transparent 6px, #D0C9C4A0 6px, #D0C9C4A0 7px),
- repeating-linear-gradient(to right, transparent 0px, transparent 1px, #D0C8C460 1px, #D0C8C460 3px, transparent 3px, transparent 7px),
- repeating-linear-gradient(to bottom, transparent 0px, transparent 1px, #D0C8C460 1px, #D0C8C460 3px, transparent 3px, transparent 7px) #F4EAE6;
- }
- body a {
- text-decoration: none !important;
- transition: all .5s ease-in-out;
- }
- #profile .avatar, #profile .caption, #profile .items, .section h2 {display: none;}
- #header, #details, #wishlist, #friends, #comments, #journal, #signature {display: none;}
- #header_left img, #content, #bar li a {background: url('https://i.imgur.com/HXLAvHm.png') !important;}
- /* Gaia Header */
- #gaia_header {
- background: #514F4F;
- height: 28px;
- }
- #gaia_header #header_left, #gaia_header #header_right {
- background: none;
- color: #F5E8E2;
- font: bold 0/26px 'Century Gothic', sans-serif !important;
- }
- #gaia_header li.spacer {display: none;}
- #gaia_header li {margin: 0 5px;}
- #header_left img {
- background-position: bottom right !important;
- width: 0;
- height: 0;
- padding: 15px 34px 0 0;
- transition: filter .5s ease-in-out;
- }
- #header_left li:nth-of-type(n+2) a:hover img {filter: drop-shadow(0 0 .5px #F5E8E2);}
- #gaia_header a {
- color: #FFBBBB !important;
- font-size: 11px;
- }
- #gaia_header a:hover {text-shadow: 0 0 2px #F5E8E2;}
- /* Main Section */
- #site, #content #main {margin: 0;}
- #content, #content #main {border: none;}
- #content #sidebar {left: 0;}
- #content #main {min-height: 0;}
- #site {
- width: 670px;
- height: 570px;
- position: absolute;
- top: calc((100% - 570px) / 2);
- left: calc((100% - 670px) / 2);
- }
- #content {
- width: 100%;
- height: 100%;
- padding: 0;
- }
- #content #sidebar, #content #main {
- width: 1px;
- height: 1px;
- }
- /* Scrollbars */
- #content ::-webkit-scrollbar {width: 0;}
- .section {scrollbar-width: none;}
- /* Sections */
- .section {
- background: none !important;
- color: #FFFFFF;
- font: 10px/1.6 'Century Gothic', sans-serif;
- padding: 0;
- margin: 0;
- position: absolute;
- overflow: hidden;
- }
- .section .links {display: none;}
- /* About Me */
- #about {
- width: 300px;
- height: 180px;
- top: 345px;
- left: 318px;
- overflow-y: auto;
- opacity: .6;
- transition: opacity .5s ease-in-out;
- }
- #about:hover {opacity: 1;}
- #about a:link, #about a:visited, #about a:active {
- color: inherit !important;
- font-weight: bold;
- }
- #about a:hover {
- color: #F0B9C8;
- text-shadow: 0 0 3px #FFFFFF;
- }
- /*buttons*/
- #profile {
- width: 303px;
- height: 25px;
- top: 310px;
- left: 341px;
- }
- #profile #bar, #bar li {background: none !important;}
- #profile #bar, #bar li, #bar li a {height: 100% !important;}
- #bar #onlineButton, #bar #offlineButton {display: none;}
- #profile #bar {
- width: 100%;
- margin: 0;
- }
- #bar li a {
- background-position-y: -570px !important;
- font-size: 0;
- padding: 0;
- margin: 0 12px 0 0;
- opacity: .3;
- }
- #bar li a:hover {opacity: 1;}
- #bar #addButton a {
- background-position-x: 0 !important;
- width: 51px;
- }
- #profile #bar #msgButton a {
- background-position-x: -51px !important;
- width: 49px;
- }
- #profile #bar #tradeButton a {
- background-position-x: -100px !important;
- width: 67px;
- }
- #profile #bar #ignoreButton a {
- background-position-x: -167px !important;
- width: 56px;
- }
- /* Media */
- #multimedia {
- background: url('https://i.imgur.com/MWTKBXK.gif') center no-repeat !important;
- width: 24px;
- height: 24px;
- top: 520px;
- left: 220px;
- overflow: hidden;
- }
- #multimedia object, #multimedia embed {
- width: 300px;
- height: 200px;
- }
- #multimedia object {
- position: absolute;
- bottom: -5px;
- left: -23px;
- opacity: .01;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement