File "ColourDefinitionUnitTest.css"

Full Path: /home/warrior1/public_html/wp-content-20241001222009/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/CSS/ColourDefinitionUnitTest.css
File size: 433 bytes
MIME-type: text/plain
Charset: utf-8

#title-bar-bottom-right {
    background-color: #333333;
    padding: 10px;
    border-bottom: 1px dotted #F0F0F0;
    border-top: 1px dotted #FF00FF;
    background: #08f7db url(diag_lines_bg.gif) top left;

    /* The sniff only deals with HEX colours. */
    color: DarkSlateGray;
    background-color: rgb(255, 0, 0);
    background-color: rgba(0, 0, 255, 0.3);
    background-color: hsl(120, 100%, 50%);
}

#add-new-comment {
}