Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile by AlthIndor */
- html, body {
- background: #000000;
- height: unset;
- min-height: 100vh;
- }
- body {
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 100px 0;
- position: relative;
- box-sizing: border-box;
- }
- ::selection {
- background: #FF0000;
- color: #FFFFFF;
- }
- /* Fonts */
- @font-face {
- font-family: 'Lato';
- font-style: normal;
- font-weight: 400;
- src: local('Lato'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
- }
- @font-face {
- font-family: 'Lato';
- font-style: normal;
- font-weight: 700;
- src: local('Lato Bold'), local('Lato-Bold'), url('https://fonts.gstatic.com/s/lato/v22/S6u9w4BMUTPHh6UVSwiPGQ.woff2') format('woff2');
- }
- @font-face {
- font-family: 'Oldenburg';
- font-style: normal;
- font-weight: 400;
- src: local('Oldenburg'), url('https://fonts.gstatic.com/s/oldenburg/v18/fC1jPY5JYWzbywv7c4VKVkSp.woff2') format('woff2');
- }
- /* Header */
- #viewer #gaia_header {position: absolute !important;}
- #gaia_header li {margin: 0 5px;}
- #gaia_header li.spacer {display: none !important;}
- #gaia_header #header_left, #gaia_header #header_right {
- width: auto !important;
- font: 700 0/31px 'Oldenburg', sans-serif !important;
- padding: 0 5px !important;
- }
- #gaia_header #header_right {
- float: right;
- display: grid !important;
- grid-auto-flow: column;
- }
- #gaia_header #header_right li:nth-of-type(4) {grid-column: 2;}
- #header_left img {
- background: url('https://graphics.gaiaonline.com/images/gaia_global/gaia_header/br_gaia_logo_header.png') no-repeat 0 0 / 100% auto;
- width: 0;
- height: 16px;
- padding: 0 35px 0 0;
- margin-top: -3px;
- }
- #gaia_header a, #gaia_header a:before {font-size: 10px !important;}
- #header_right a[href*='mode=edit'], #header_right a[href*='report.php'] {font-size: 0 !important;}
- #gaia_header a {
- color: #FFFFFF !important;
- text-decoration: none !important;
- text-transform: uppercase;
- }
- #header_right a[href*='mode=edit']::before {content: 'V2 Edit';}
- #header_right a[href*='report.php']::before {content: 'Report';}
- /* Columns */
- #columns {
- float: none;
- width: 500px;
- position: unset;
- font-size: 0;
- }
- #columns::before {content: url('https://i.imgur.com/uaWHUPq.png');}
- #columns .column {display: contents;}
- /* Panels */
- .panel, .panel h2 {
- color: #F0F0F0;
- font: 400 12px/1.7 'Lato', sans-serif;
- padding: 0;
- margin: 0;
- box-sizing: border-box;
- }
- .panel {
- background: none;
- text-align: center;
- margin-top: 10px;
- }
- .panel a {
- color: #FF0000;
- text-decoration: dotted underline;
- }
- .panel a:hover {color: inherit;}
- #id_about {
- border: 30px solid transparent;
- border-image: url('https://i.ibb.co/2NVGZbR/about-border.png') 35 / 35px repeat;
- }
- #id_about h2 {display: none;}
- #id_about img {max-width: 100%;}
- /* Media */
- .media_panel {
- background: url('https://i.imgur.com/gqTTTvw.png') -24px -8px no-repeat,
- url('https://i.imgur.com/gqTTTvw.png') right -17px bottom -3px no-repeat;
- height: 39px !important;
- border: 5px solid transparent;
- border-image: url('https://i.ibb.co/QHBqyN6/media-border.png') 5 / 5px repeat;
- overflow: hidden;
- }
- .media_panel h2 {
- background: none;
- text-indent: 75px;
- line-height: 26px;
- text-transform: capitalize;
- }
- .media_panel iframe {
- width: calc(100% + 34px);
- height: 100px;
- position: absolute;
- bottom: -3px;
- left: -18px;
- opacity: .001;
- }
- /* Misc */
- #pictures_container, #texts_container {
- position: absolute;
- top: 50%;
- left: calc(50% - 250px);
- }
- .bbcode-swapping-image {filter: invert(1);}
- .spoiler-control {
- background: #404040;
- color: #FFFFFF;
- font: 700 10px/20px 'Oldenburg', serif;
- text-transform: uppercase;
- padding: 2px 10px;
- border: 2px solid #606060;
- border-radius: 2px;
- }
- .spoiler-control:hover {background: #606060;}
- .spoiler-control-hide {margin-bottom: 10px;}
- .spoiler-revealed {
- padding: 5px;
- border-color: #FFFFFF;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement