CORE-POS/IS4C

View on GitHub
fannie/modules/plugins2.0/TimesheetPlugin/includes/layout.css

Summary

Maintainability
Test Coverage
body {
    font: 12px "Lucida Sans Unicode", Verdana, sans-serif;
    color: #333333;
    background: #FFF;
    margin: 0;
    padding: 0;
}
#wrapper {
    margin: 0 auto;
}
#content {
    margin: 0 25px 0 25px;
    padding: 1px;
}
#content p {
    margin: 0 130px 6px 0;
    text-align: justify;
}
#nav {
    position: static;
    float: right;
    width: 100px;
}
div#navbar1 {
    height: 30px;
    width: 100%;
    border-top: solid #000 1px;
    border-bottom: solid #000 1px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    padding: 0px;
    margin: 0px;
    white-space: nowrap;
    line-height: 30px;
}
#nav ul {
    margin: 15px 0 15px 0;
    padding: 0;
    list-style: none;
    border: 0;
}
#nav li {
    text-align: center;
    border-bottom: 1px solid #000;
    width: 100px;
    margin: 0;
    padding: 0;
    font: 10px/15px "Lucida Sans Unicode", Verdana, sans-serif;
    color: #000;
    background: #FFF;
}
.navtop {
    border-top: 1px solid #000;
}
#nav li a {
    display: block;
    font-weight: normal;
    font-size: 1.2em;
    padding: 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #FFF;
    color: #000;
    text-decoration: none;
    width: 100px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 98px;
}
html>#nav li a {
    width: 98px;
}
#nav li a:hover {
    font-weight: normal;
    background: #999;
    color: #000;
    text-decoration: none;
}
#nav h3 {
    font-size: 120%;
    background-image: none;
    text-align: center;
    padding: 0;
}
#footer {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin: 0 25px 0 25px;
    padding: 10px;
    text-align: center;
}
p span.attention {
   color: red;
   font-size: larger;
}