Skip to content

Rina Roleplay Forum: fix post banner by chimpdev

Details

Authorchimpdev

LicenseNo License

Categoryrina-roleplay.com

Created

Updated

Size1.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

rina roleplay forumunun post bannerini duzeltir

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Rina Roleplay Forum: fix post banner
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    rina roleplay forumunun post bannerini duzeltir
@author         high af
==/UserStyle== */

@-moz-document domain("rina-roleplay.com") {
  .kaydirma:not(:has(.karakterbilgi)) {
    display: none;
  }

  .cont_colum_post:not(:has(.right_colum .kaydirma .p_slider .p_slides .p_slide.s1)) .rinainfop {
    right: 25px;
  }
  
  .rinainfop, .karakterbilgi, .rina-nick, .rina-rank, .rina-postbit-awards {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, .5);
  }
  
  .rpost {
    position: relative;
  }
  
  .rpost > div > img {
    opacity: 0.3;
  }
  
  .rina-postbit-awards {
    gap: 2px;
  }
  
  .rina-postbit-awards > div {
    display: none;
  }
  
  .rina-postbit-awards > div:is(:nth-child(1), :nth-child(2), :nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6), :nth-child(7)) {
    display: block;
    filter: grayscale(1);
    transition: all 0.2s ease;
  }
  
  .rina-postbit-awards > div:hover {
    filter: grayscale(0)
  }
	
	.rina-rank:not(:has(i)):before {
		content: "\f2bd";
		padding-bottom: 3px;
		font-weight: 900;
		color: #b0aead;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: var(--fa-display, inline-block);
		font-style: normal;
		font-variant: normal;
		line-height: 1;
		text-rendering: auto;
		font-family: "Font Awesome 6 Free";
	}
}

Reviews

No reviews yet.