User:Haza-w/cactions.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.ca-menu {
    background-color: #EEEEEE;
    border: 1px solid #AAAAAA;
    border-collapse: collapse;
    color: #638C9C;
    font: 14px/22px Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding: 0em .8em .3em .5em;
    position: absolute;
    width: 100px;
    z-index: 1000;
}
.ca-menu ul {
    line-height: 1.5em;
    list-style-image: none;
    list-style-type: square;
}
.ca-menu ul li {
    margin: 0em;
    padding: 0em;
}
.ca-menu ul li a {
    color: #002BB8;
    text-decoration: none;
}
.ca-menu ul li a:hover {
    text-decoration: underline;
}
.ca-menu ul li.ca-disabled {
    color: #777777;
    cursor: default;
}