Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox ribbon row/styles.css: Difference between revisions

Template page
Created page with ".tg-infobox-ribbon { position: absolute; right: 0; top: 0; display: block; filter: drop-shadow( 2px 3px 2px rgba( 0, 0, 0, 0.5 ) ); } .tg-infobox-ribbon-content { background: var( --tg-color-progressive ); clip-path: polygon( 0 0, 100% 0, 100% 100%, 50% calc( 100% - 8px ), 0 100% ); width: 16px; min-height: 24px; }"
 
(No difference)

Latest revision as of 17:37, 30 October 2025

.tg-infobox-ribbon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    filter: drop-shadow( 2px 3px 2px rgba( 0, 0, 0, 0.5 ) );
}

.tg-infobox-ribbon-content {
    background: var( --tg-color-progressive );
    clip-path: polygon( 0 0, 100% 0, 100% 100%, 50% calc( 100% - 8px ), 0 100% );
    width: 16px;
    min-height: 24px;
}