Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Profile by AlthIndor */
- :root {
- --accent: #FFC87CFF;
- --litebg: #FFFFFF20;
- --mainbg: #000000CC;
- --radius: 5px;
- }
- html, body {background: url('https://i.imgur.com/Km6teMM.jpeg') fixed center / cover #182428;}
- body {
- display: flex;
- flex-flow: column nowrap;
- place-content: center;
- place-items: center;
- a {
- text-decoration: none !important;
- transition: all .5s ease-in-out;
- }
- }
- ::selection {
- background: darkslategray;
- color: #FFFFFF;
- }
- /* Fonts */
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 300 800;
- src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTSGmu1aB.woff2) format('woff2');
- }
- @font-face {
- font-family: 'Open Sans';
- font-style: normal;
- font-weight: 300 800;
- src: url(https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2) format('woff2');
- }
- /* Header */
- #viewer #gaia_header, #gaia_header ul {background: none !important;}
- #viewer #gaia_header {
- position: absolute !important;
- ul, li {margin: 0 5px !important;}
- li.spacer {display: none !important;}
- ul {
- width: auto !important;
- font: 0/30px 'Open Sans', sans-serif !important;
- text-transform: uppercase;
- a, a::before {font-size: 10px !important;}
- a {color: #FFFFFF !important;}
- a:hover {color: var(--accent) !important;}
- }
- #header_right {
- display: flex !important;
- float: right;
- li:nth-of-type(1) {order: -2;}
- li:nth-of-type(4) {order: -1;}
- a[href*='?mode=edit'], a[href*='report.php'] {font-size: 0 !important;}
- a[href*='?mode=edit']::before {content: 'Launch Editor';}
- a[href*='report.php']::before {content: 'Report Profile';}
- }
- #header_left img {
- mask: url('https://i.imgur.com/cGGVY2x.png');
- background: currentColor;
- padding: 0 34px 0 0;
- width: 0;
- height: 15px;
- }
- }
- /* Columns */
- #columns {
- display: grid;
- grid-template: 400px / repeat(4, 170px);
- gap: 10px;
- .column {
- font-size: 0;
- margin: 0;
- width: unset;
- }
- #column_1 {contain: layout;}
- #column_3 {grid-column: 3/5;}
- float: none;
- position: unset;
- }
- /* Scrollbars */
- #columns ::-webkit-scrollbar {
- background: var(--litebg);
- width: 8px;
- }
- #columns ::-webkit-scrollbar-thumb {background: #FFFFFFCC;}
- @supports not selector(::-webkit-scrollbar) {
- .panel, dl {
- scrollbar-color: #FFFFFFCC var(--litebg);
- scrollbar-width: thin;
- }
- }
- /* Panels */
- .panel, .panel h2 {
- margin: 0;
- padding: 0;
- }
- .panel:not(#id_details) h2 {display: none;}
- .panel {
- color: #FFFFFF;
- font: 10px/1.75 'Open Sans', sans-serif;
- a {color: var(--accent);}
- a:hover {color: inherit;}
- }
- #id_details, #id_footprints, #id_comments dl, #id_about {
- background: var(--mainbg);
- border: 15px solid transparent;
- border-radius: var(--radius);
- box-sizing: border-box;
- }
- #id_details, #id_comments {margin-bottom: 10px;}
- #id_about, #id_comments dl {
- height: 175px;
- padding-right: 15px;
- overflow: hidden scroll;
- }
- .bbcode-swapping-image {
- filter: invert(1);
- mix-blend-mode: screen;
- }
- img:not(.avatarImage) {max-width: 100% !important;}
- /* Button Things */
- #id_details *, #id_contact li *, #id_comments :is(h2 + div, h2 ~ p) a {
- color: inherit;
- font: 700 10px/30px 'Open Sans', sans-serif;
- text-align: center;
- text-transform: uppercase;
- }
- #id_details :is(h2, span), #id_contact li *, #id_comments :is(h2 + div, h2 ~ p) a {height: 30px;}
- #id_details h2, #id_contact li *, #id_comments :is(h2 + div, h2 ~ p) a {
- background: var(--mainbg);
- border-radius: var(--radius);
- }
- #id_contact a:hover, #id_comments :is(h2 + div, h2 ~ p) a:hover {
- background: var(--accent);
- color: #000;
- }
- #id_details h2 {
- width: 170px;
- font-size: 14px;
- letter-spacing: 1px;
- position: absolute;
- top: 0;
- left: 0;
- }
- /* Details */
- #id_details {
- margin-top: 40px;
- position: unset;
- p, span {
- background: var(--litebg);
- border-radius: 3px;
- }
- p {padding: 10px;}
- p:nth-of-type(n+2) {display: none;}
- .forum_userstatus, .statuslinks {display: contents;}
- .pushBox {display: none;}
- span {
- float: none;
- width: 100px;
- padding: 0;
- }
- }
- /* Contact */
- #id_contact, #id_contact li {display: contents;}
- #id_contact ul {
- display: flex;
- flex-flow: column nowrap;
- gap: 10px;
- li * {font-size: 0;}
- li *::before {font-size: 10px;}
- li:nth-of-type(1) *::before {content: 'Add As Friend';}
- li:nth-of-type(2) *::before {content: 'Send Message';}
- li:nth-of-type(3) *::before {content: 'Start A Trade';}
- }
- /* Comments */
- #id_comments, #id_comments dd {
- display: grid;
- gap: 10px;
- }
- #id_comments {
- background: none;
- grid-template: 30px max-content / 170px 170px;
- #alert_container {display: contents;}
- #alerts_banner, .clear, .date a, .deletecomment {display: none;}
- dl {
- grid-column: 1/3;
- dt {
- height: unset;
- line-height: normal;
- text-align: left;
- margin: 0 0 6px 0;
- padding: 0 0 7px 0;
- border-bottom: 1px dotted #FFFFFF80;
- .username {
- max-width: 180px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .date {margin-left: 5px;}
- }
- dd {
- grid-template: max-content / 50px calc(100% - 60px);
- margin: 0 0 20px 0;
- .dropBox {
- background: var(--litebg);
- width: 48px;
- height: 48px;
- margin-top: 4px;
- border: 1px solid transparent;
- border-radius: 3px;
- overflow: hidden;
- img {
- width: 120px;
- height: 150px;
- margin: -30px 0 0 -47px;
- }
- }
- }
- dd:last-of-type {margin: 0;}
- }
- }
- /* Comments Buttons */
- #id_comments :is(h2 + div , h2 ~ p) a {display: block;}
- #id_comments h2 + div a {font-size: 0;}
- #id_comments h2 + div a::before {
- content: 'Post New Comment';
- font-size: 10px;
- }
- #id_comments h2 ~ p {margin: 0;}
- /* Visitors */
- #id_footprints {
- display: flex;
- flex-flow: column nowrap;
- justify-content: space-between;
- .item {
- display: grid;
- grid-template: 1fr 1fr / 140px;
- a {
- justify-self: start;
- max-width: 100%;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
- height: 100%;
- line-height: 1.5;
- .item:nth-of-type(n+2) {
- border-top: 1px dotted #FFFFFF80;
- padding-top: .25em;
- }
- .item:nth-of-type(n+11), .clear {display: none;}
- }
- /* Media */
- .media_panel {
- background: url('https://i.imgur.com/MWTKBXK.gif') center no-repeat var(--litebg);
- border-radius: 3px;
- width: 30px;
- height: 30px !important;
- iframe {
- width: 300px;
- height: 200px;
- position: absolute;
- bottom: calc(50% - 20px);
- left: calc(50% - 35px);
- opacity: .001;
- }
- position: absolute;
- top: 235px;
- left: 125px;
- overflow: hidden;
- z-index: 1;
- }
- /* My About Me Doesn't Need to Scroll Hotfix */
- #id_about {
- padding: 0;
- overflow: hidden;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement