Template:Infobox ribbon row/styles.css: Difference between revisions
Template page
More actions
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;
}