Template:PatchNoteLabel-UMVC3/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 6: Line 6:
     font-weight: bold;  
     font-weight: bold;  
     text-shadow: 1px 1px 1px black;
     text-shadow: 1px 1px 1px black;
    vertical-align: text-top;
}
}



Revision as of 17:44, 7 January 2025


.label {
    padding:6px; 
    border-radius:7px; 
    font-size: 70%;
    font-weight: bold; 
    text-shadow: 1px 1px 1px black;
    vertical-align: text-top;

}

.unconfirmed {
    background: #cccc00;
}

.confirmed {
    background: #e68a00;
}

.bug-fix {
    background: #008ae6;
}

.rework {
    background: #008ae6;
}

.nerf {
    background: #cc0000;
}

.buff {
    background: #2eb82e;
}