Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile by AlthIndor */
- :root {
- --primary-dark: #204060;
- --primary-lite: #70C0FFFF;
- --primary-pale: #70C0FF20;
- }
- html, body {background: url('https://wallpaperaccess.com/full/2332627.jpg') fixed top center / cover #404040;}
- body a {text-decoration: none !important;}
- #header, #avatar_dropbox {display: none;}
- #profile .avatar, #profile .caption, #profile .items, #commonFriends {display: none;}
- #multimedia object, #multimedia embed {
- display: block;
- width: 100%;
- }
- /* Fonts */
- @font-face {
- font-family: 'Cinzel';
- font-style: normal;
- font-weight: 700;
- src: local('Cinzel Bold'), local('Cinzel-Bold'), url(https://fonts.gstatic.com/s/cinzel/v10/8vIU7ww63mVu7gtR-kwKxNvkNOjw-jHgfY3lDQ.woff2) format('woff2');
- }
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 400;
- src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
- }
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 600;
- src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
- }
- /* Common Styles */
- #gaia_header li, .section h2, #bar li, #comments dt, #friends #friendGroup li {
- outline: 1px solid #000;
- outline-offset: -3px;
- }
- #gaia_header li, .section h2, #bar li {
- background: #FFFFFF !important;
- border: 2px solid transparent;
- box-shadow: 0 2px 5px #000;
- }
- #gaia_header li:hover, #bar li:hover {background: var(--primary-dark) !important;}
- #gaia_header li:hover a, #bar li:hover a {color: #FFFFFF !important;}
- #gaia_header #header_left, #gaia_header #header_right, .section {
- background: #000000C0 !important;
- border: 1px solid #000;
- box-shadow: 0 5px 10px #000000A0;
- backdrop-filter: blur(10px);
- }
- #comments dt, #friends #friendGroup li {
- background: repeating-linear-gradient(45deg, #0000 0px, #0000 5px, var(--primary-pale) 6px, var(--primary-pale) 11px, #0000 12px) #FFFFFF content-box;
- border: 2px solid #FFFFFF;
- border-radius: 3px;
- box-sizing: border-box;
- overflow: hidden;
- }
- /* Header */
- #gaia_header, #gaia_header #header_left, #gaia_header #header_right {box-sizing: border-box;}
- #gaia_header #header_left, #gaia_header #header_right, #gaia_header li {display: flex !important;}
- @media screen and (min-width: 1680px) {#gaia_header {position: fixed;}}
- #gaia_header {padding: 10px 10px 0 10px;}
- #gaia_header li {
- flex-grow: 1;
- justify-content: center;
- align-items: center;
- height: 21px;
- margin: 0 5px;
- }
- #gaia_header li.spacer {display: none !important;}
- #gaia_header #header_left, #gaia_header #header_right {
- width: 450px;
- height: 23px;
- font: 700 0/0 'Cinzel', serif !important;
- padding: 10px 5px 0 5px;
- }
- #gaia_header #header_right {float: right;}
- #gaia_header img {
- background: url('https://i.imgur.com/cGGVY2x.png') no-repeat 0 5px;
- width: 0;
- padding: 0px 34px 0 0;
- }
- #header_left li:nth-of-type(2):hover img {filter: invert(100%);}
- #gaia_header a {
- color: #000 !important;
- font-size: 12px !important;
- text-transform: uppercase;
- }
- #gaia_header .favorites_add {
- background-size: auto 100% !important;
- height: 10px;
- width: 11px;
- position: static;
- filter: brightness(0%);
- }
- #gaia_header .favorites_add span {display: none;}
- #header_right li:nth-of-type(2) .favorites_add {
- display: inline !important;
- background: none !important;
- width: unset;
- height: unset;
- }
- #header_right li:nth-of-type(2) .favorites_add::before {content: attr(title);}
- /* Main Containers */
- #site {
- display: grid;
- gap: 30px;
- width: 490px;
- padding: 200px 0 30px 0;
- margin: 0 auto;
- }
- #content, #sidebar, #main {display: contents;}
- #main + .clear {display: none;}
- /* Arrange Sections */
- #about {grid-row: 2;}
- #comments {grid-row: 3;}
- #wishlist {grid-row: 4;}
- #friends {grid-row: 5;}
- /* Sections */
- .section, .section h2 {box-sizing: border-box;}
- #about img, #comments .postcontent img {max-width: 100%;}
- .section {
- font: 11px/1.6 'Open Sans', sans-serif;
- color: #FFFFFF;
- text-align: justify !important;
- padding: 15px;
- }
- #comments {padding: 15px 0 0 0;}
- .section h2 {
- width: calc(50% + 30px);
- height: 40px;
- color: #000 !important;
- font: 700 20px/37px 'Cinzel', serif !important;
- text-align: left !important;
- text-indent: 10px !important;
- text-transform: uppercase;
- margin: 0 0 15px -30px;
- }
- #about h2::after {content: ' Me';}
- .section a {color: var(--primary-lite) !important;}
- .section a:hover {color: inherit !important;}
- /* Section Links */
- #profile h2, #about h2, #comments h2 {float: left;}
- #profile h2, #comments h2 {margin-bottom: 0;}
- #about h2 ~ ol, #comments dl {clear: both;}
- #bar, .section .links {height: 40px !important;}
- .section .links, .section .links * {margin: 0;}
- .section .links {
- float: right;
- display: flex;
- align-items: center;
- font-size: 0;
- }
- #comments .links {margin-right: 15px;}
- .section .links li:nth-of-type(n+2)::before {
- content: ' • ';
- margin: 0 2px;
- white-space: pre;
- }
- .section .links a {font-size: 0;}
- .section .links *::before {font-size: 10px;}
- #about .links a[href*='posthistory']::before {content: 'VIEW POSTS';}
- #about .links a[href*='guilds']::before {content: 'VIEW GUILDS';}
- #about .links a[href*='userstore']::before {content: 'VIEW STORE';}
- #comments .links a[href*='addcomment']::before {content: 'POST NEW';}
- #comments .links a[href*='comments']::before {content: 'VIEW MORE';}
- /* Interests */
- #details #stats, #details #info, #details h3, #details hr {display: none;}
- #details dl:nth-last-of-type(n+2) {margin-bottom: 10px;}
- #details dt {margin-bottom: 3px;}
- #details h2 {font-size: 0 !important;}
- #details h2::after {
- content: 'Interests';
- font-size: 20px !important;
- }
- #details strong {
- padding-bottom: 3px;
- border-bottom: 1px dotted #FFFFFF80;
- }
- #details a:nth-last-of-type(n+2)::after {
- content: ', ';
- color: #FFFFFF;
- }
- /* Comments */
- #comments h2 {
- width: calc(50% + 15px);
- margin-left: -15px;
- }
- #comments #alerts_banner, #comments h2 ~ p, #comments dd::before, #comments dd::after {display: none;}
- #comments .message, #comments .date, #comments dl dd {margin: 0;}
- #comments .message, #comments dl, #comments dl dt {padding: 0;}
- #comments .message, #comments dl dd {background: none;}
- #comments .message, #comments dt img {position: static !important;}
- #comments dt {
- float: left;
- clear: left;
- width: 60px;
- height: 62px;
- margin: 20px 10px 10px 10px;
- }
- #comments dt img {
- width: 120px;
- height: 150px;
- margin: -25px 0 0 -25px;
- }
- #comments dl dd {
- padding: 15px;
- border: none;
- }
- #comments dl dd:nth-of-type(even) {background: #FFFFFF10;}
- #comments .message {
- display: grid;
- align-content: start;
- min-height: 73px;
- font: inherit !important;
- }
- #comments .date {
- grid-area: 1 / 2 / 2 / 3;
- font-style: normal;
- }
- #comments .date + p {font-weight: 700;}
- #comments .postcontent {
- grid-column: 1 / span 2;
- text-align: inherit;
- }
- /* Wish List */
- #wishlist .items {
- display: grid;
- grid-template-columns: repeat(9, 42px);
- grid-auto-rows: 40px;
- gap: 10px;
- }
- #wishlist .item {background: none;}
- #wishlist li {
- display: block;
- background: var(--primary-pale);
- width: 100%;
- height: 40px;
- text-align: center;
- padding: 5px;
- border-radius: 3px;
- box-sizing: border-box;
- }
- #wishlist li:hover {background: #FFFFFF;}
- /* Friends */
- #friends .links, #friends p {display: none;}
- #friends a {display: block;}
- #friends #friendGroup {
- display: grid;
- grid-template-columns: repeat(5, 1fr);
- gap: 15px;
- margin: 0;
- }
- #friends #friendGroup li {
- background-color: var(--primary-pale);
- width: 100%;
- height: 80px;
- border-color: var(--primary-dark);
- }
- #friends #friendGroup li:hover {
- background-color: #FFFFFF;
- border-color: #FFFFFF;
- }
- #friends a {
- display: flex;
- justify-content: center;
- }
- /* Journal */
- #journal .links, #journal h2 ~ br {display: none;}
- #journal ul, #journal li {margin: 0;}
- #journal h3 + p {margin: 0 0 15px 0;}
- #journal h3 {
- width: max-content;
- padding-bottom: 2px;
- border-bottom: 1px dotted #FFFFFF80;
- }
- /* Contact */
- #bar li, #bar li a {height: 40px !important;}
- #onlineButton, #offlineButton, #ignoreButton {display: none;}
- #bar {
- float: right;
- display: grid;
- grid-template-columns: repeat(3, 1fr);
- gap: 15px;
- background: none;
- width: calc(50% - 15px);
- margin: 0;
- }
- #bar li, #bar li a {
- width: unset !important;
- box-sizing: border-box;
- }
- #bar li {overflow: hidden;}
- #bar li a {
- background: none !important;
- width: 100% !important;
- color: #000 !important;
- font-size: 0;
- text-align: center;
- padding: 0;
- }
- #bar li a::before {font: 700 15px/38px 'Cinzel', serif;}
- #addButton a::before {content: 'ADD';}
- #msgButton a::before {content: 'MSG';}
- #tradeButton a::before {content: 'TRD';}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement