Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Code by AlthIndor*/
- body {background: url('https://i.imgur.com/syyWkX3.gif') #000 top center;}
- #content a:link, #content a:active, #content a:visited {
- color: #B6B6B6 !important;
- font-weight: bold;
- }
- #content a:hover {
- background-color: #581A24;
- color: #F8DA9F !important;
- }
- /* Header */
- #gaia_header {
- background: #484044;
- height: 28px;
- }
- #gaia_header #header_left, #gaia_header #header_right {
- background: none;
- width: 50%;
- height: 100%;
- font-size: 0;
- }
- #gaia_header .spacer {display: none;}
- #gaia_header li {margin: 0 6px;}
- #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: 18px;
- padding: 0 38px 0 0;
- margin-right: -2px;
- }
- #header_right .favorites_add {
- background: none !important;
- margin: 0 -1px 0 0px;
- }
- #header_right .favorites_add::before {
- content: '❤';
- font-size: 16px;
- position: absolute;
- top: -4px;
- left: 1px;
- }
- #gaia_header a {
- color: #FFFFFF !important;
- font: bold 11px/26px sans-serif;
- text-decoration: none;
- text-transform: uppercase;
- }
- /* Remove Sections */
- #header {display: none;}
- #details {display:none;}
- #wishlist {display: none;}
- #friends {display: none;}
- #journal {display: none;}
- #comments {display: none;}
- #signature {display: none;}
- #commonFriends {display: none;}
- #profile .caption {display: none;}
- #profile .items {display: none;}
- /* Main Sections */
- #site, #content, #content #sidebar, #content #main {
- margin: 0;
- padding: 0;
- }
- #site {
- width: 480px;
- height: 700px;
- position: absolute;
- left: calc((100% - 480px) / 2);
- top: 50px;
- }
- @media screen and (min-height: 740px) {
- #site {
- height: 670px;
- top: calc((100% - 670px + 28px) / 2);
- }
- }
- #content, #content #main {
- background: none;
- display: grid;
- justify-items: center;
- border: none;
- }
- #content #sidebar {
- width: 270px;
- position: static;
- margin-bottom: 10px;
- }
- #content #main {
- min-height: unset;
- width: 100%;
- }
- .section {padding: 0;}
- .section h2 {display: none;}
- /* Common Styles */
- #about, #multimedia, #bar li {
- background-color: #947688 !important;
- border: 3px solid #484044;
- border-radius: 10px;
- box-sizing: border-box;
- }
- #about, #multimedia {
- background-image: none;
- padding: 10px;
- }
- /* About Me */
- #about {
- height: 225px;
- color: #E6E6E6;
- font: bold 10px/1.6em 'Verdana', sans-serif;
- text-align: center;
- margin: 0 0 10px 0;
- overflow-x: hidden;
- overflow-y: auto;
- }
- #about ul, #about ul li {margin: 0;}
- #about ul li:nth-of-type(2) {margin: 0 20px;}
- /* Media */
- #multimedia {
- width: 300px;
- height: 200px;
- }
- #multimedia embed {
- height: 100%;
- width: 100%;
- }
- /* Avatar and Contact */
- #profile {
- background: none !important;
- display: grid;
- grid-template-rows: 150px 60px;
- grid-row-gap: 10px;
- }
- #profile .avatar {
- grid-row: 1 / span 1;
- justify-self: center;
- }
- #bar {
- background: none !important;
- grid-row: 2 / span 1;
- display: flex;
- justify-content: space-between;
- height: 60px;
- margin: 0;
- }
- #bar li {
- background-image: url('https://images2.imgbox.com/c5/d2/gGR51GGM_o.png') !important;
- background-origin: border-box !important;
- width: 60px !important;
- height: 60px !important;
- position: relative;
- }
- #bar li:hover {background-color: #484044 !important;}
- #bar li a {
- display: block;
- width: 100% !important;
- height: 100% !important;
- font-size: 0;
- padding: 0;
- }
- #bar li a:hover {background: none !important;}
- #bar #offlineButton {background-position: center -60px !important;}
- #bar #addButton {background-position: center -120px !important;}
- #bar #msgButton {background-position: center -180px !important;}
- #bar #tradeButton {background-position: center -240px !important;}
- #bar #ignoreButton {display: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement