Template:WCAGref/styles.css: Difference between revisions

Blanked the page
Tag: Blanking
No edit summary
Line 1: Line 1:
 
.wcagbadge {
    display: inline-block;
    font-size: 0.9em;
    background: #fcfcfd;
    padding: 0 0 0 4px !important;
    border-radius: 4px;
    margin: 0 4px;
    outline: 1px solid #dadada
}
.wcagbadge:hover {
    background: #fff7df;
}
#mw-content-text .external-noicon .external {
    background: none!important;
    padding-right: 4px!important
}
#mw-content-text .wcagbadge a {
    text-decoration: none!important;
    color: black;
}

Revision as of 09:44, 20 July 2026

.wcagbadge {
    display: inline-block;
    font-size: 0.9em;
    background: #fcfcfd;
    padding: 0 0 0 4px !important;
    border-radius: 4px;
    margin: 0 4px;
    outline: 1px solid #dadada
}
.wcagbadge:hover {
    background: #fff7df;
}
#mw-content-text .external-noicon .external {
    background: none!important;
    padding-right: 4px!important
}
#mw-content-text .wcagbadge a {
    text-decoration: none!important;
    color: black;
}