Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile by AlthIndor */
- html, body {background: #000000;}
- /* Fonts */
- @font-face {
- font-family: 'Open Sans Condensed';
- font-style: normal;
- font-weight: 700;
- src: local('Open Sans Condensed'), local('OpenSans-Condensed'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xONSK5BxN3NFS4EJkViHIqo.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/v13/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
- }
- /* Header */
- #gaia_header {
- background: deeppink;
- border-bottom: 5px solid transparent;
- box-shadow: 0 1px 2px #000000;
- }
- #gaia_header #header_left, #gaia_header #header_right {
- background: none;
- color: transparent !important;
- font: bold 13px/28px 'Open Sans Condensed', sans-serif !important;
- padding: 0 8px 0 6px !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: 100% auto;
- width: 0;
- height: 0;
- padding: 21px 44px 0 0;
- margin-right: 6px;
- }
- #gaia_header a {
- color: #FFFFFF !important;
- text-decoration: none !important;
- text-transform: uppercase;
- }
- /* Columns */
- #columns, #column_1, #column_2, #column_3 {
- display: block;
- float: none;
- margin: 0;
- position: absolute;
- top: 0;
- left: 0;
- }
- #columns {
- width: 100%;
- height: 100%;
- }
- #column_1, #column_2, #column_3 {
- width: 1px;
- height: 1px;
- overflow: visible;
- }
- /* Panels */
- .panel, .panel h2 {
- padding: 0;
- margin: 0;
- overflow: hidden;
- box-sizing: border-box;
- }
- .panel {
- background: none;
- color: #FFFFFF;
- font: 11px/1.6em 'Open Sans', sans-serif;
- text-align: center;
- position: fixed;
- z-index: 2;
- }
- .panel img {max-width: 100% !important;}
- .panel a {color: #FFFFFF;}
- #id_about, #id_comments {
- text-align: justify;
- padding-right: 10px;
- }
- #id_about, #id_comments, #id_wishlist {overflow-y: scroll;}
- #id_details, #id_footprints, #id_signature {overflow-y: auto;}
- /* Tabbed Panels */
- .panel:not(#id_contact):not(.media_panel) {
- width: 400px;
- height: 400px;
- top: 45px;
- left: -500px;
- border: 10px solid transparent;
- border-image: url('https://images2.imgbox.com/06/e6/uFNUf2ZA_o.png') 10 fill repeat;
- }
- .panel:not(#id_contact):not(.media_panel):hover {left: 135px;}
- /* Headers and Buttons */
- .panel h2, #id_contact ul:not(.buttons) li {
- background: deeppink;
- width: 115px;
- height: 30px;
- font: bold 13px/30px 'Open Sans Condensed', sans-serif;
- text-align: left;
- text-indent: 10px;
- text-transform: uppercase;
- border-radius: 5px;
- }
- .panel:hover h2 {width: 135px;}
- #id_contact ul:not(.buttons) li {
- margin-bottom: 10px;
- position: relative;
- }
- .panel h2, #id_contact {
- position: fixed;
- left: 10px;
- overflow: visible;
- z-index: 9;
- }
- #id_contact h2 {display: none;}
- #id_details h2 {top: 45px;}
- #id_about h2 {top: 85px;}
- #id_signature h2 {top: 125px;}
- #id_wishlist h2 {top: 165px;}
- #id_footprints h2 {top: 205px;}
- #id_contact {top: 245px;}
- #id_contact a {
- display: block;
- width: 100%;
- height: 100%;
- text-decoration: none;
- }
- /* Media Background */
- .media_panel, .media_panel object {width: 100%;}
- .media_panel object {height: 100%;}
- .media_panel h2 {display: none;}
- .media_panel {
- background: 000000;
- height: calc(100% + 45px) !important;
- top: -5px;
- z-index: 1;
- }
- .media_panel .buttons {
- position: absolute;
- top: 40px;
- right: 10px;
- }
- /* Wish List */
- #id_wishlist {
- display: flex;
- flex-flow: row wrap;
- align-content: flex-start;
- }
- #id_wishlist .item {
- background: rgba(255,255,255,.5);
- flex-grow: 1;
- min-width: 30px;
- width: 30px;
- height: 30px;
- padding: 4px;
- margin: 0 10px 10px 0;
- position: relative;
- border-radius: 5px;
- }
- #id_wishlist .item:hover {background: #FFFFFF;}
- .owner_checkmark {
- margin: 0;
- top: 5px;
- left: calc(50% - 15px);
- }
- .premium_sparkle {display: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement