
/* linuxforce debian pages color schemes */

A:link { color: blue; text-decoration: underline; }
A:visited { color: purple; text-decoration: underline; }
A:hover { color: red; text-decoration: underline; }

LI A:link { color: blue; text-decoration: underline; }
LI A:visited { color: purple; text-decoration: underline; }
LI A:hover { color: red; text-decoration: underline; }

.debianmenu {
    border-color: #222222;
    background-color: #FFF;
    /* gives a drop-shadow effect */
    border-right-width: 1px;
    border-bottom-width: 3px;
    border-right-style: solid;
    border-bottom-style: solid;

    /* small outline */
    border-top-width: 1px;
    border-left-width: 3px;
    border-left-style: solid;
    border-top-style: solid;

    white-space: nowrap;
}

// used ONLY on debian.milestones.html
.lightstrong { font-size: 11px; font-weight: bold; }

// used ONLY on debian.html, debian.milestones.html, debian.community.news.html
.halfline { line-height: 50%; }
