Subversion Repositories DevTools

Rev

Blame | Last modification | View Log | RSS feed

.comboLabelStyle {
        font-family: sans-serif, serif;
        font-weight: bold;
        font-size: 14px;
}

.staticTextStyle {
        font-family: sans-serif, serif;
        font-size: 14px;
}

.staticDataStyle {
        font-family: sans-serif, serif;
        font-weight: bold;
        font-size: 14px;
        color: red;
}

.comboStyle {

}

.titleStyle {
        font-family: sans-serif, serif;
        font-weight: bold;
        font-size: 36px;
        color: #003366;
}

.tableStyle {
        border: 2px dotted Black;
        width: 100%;
}

.headerStyle {
        font-family: sans-serif, serif;
        font-size: 14px;
        font-weight: bold;
        color: Black;
        cursor: pointer;                        
}

.headerMouseOverStyle{
        font-family: sans-serif, serif;
        font-size: 14px;
        font-weight: bold;
        color: Red;
        cursor: hand;           
}

.linkStyle {
        font-family: sans-serif, serif;
        font-size: 12px;
        color: #00008B; 
        cursor: pointer;                
}

.linkMouseOverStyle {
        font-family: sans-serif, serif;
        font-size: 12px;
        color: #AD3333;
        cursor: hand;   
}

.visibleDataStyle {
        font-family: sans-serif, serif;
        font-size: 14px;
        border: 1px ridge Black;
        color: #00008B;
}

.showHiddenDataStyle {
        font-family: sans-serif, serif;
        font-size: 14px;
        color: #00008B; 
        cursor: pointer;        
}


.hiddenDataStyle {
        font-family: sans-serif, serif;
        font-size: 14px;
        display: none;
}

.hiddenDataLabelStyle {
        font-family: sans-serif, serif;
        font-size: 14px;        
        font-weight: bold;      
}

.openStateNotAssignedStyle {
        background-color: lightpink;
}

.openStateAssignedStyle {
        background-color: lightyellow;
}

.implementedStateStyle {
        background-color: lightgreen;
}

.closedStateStyle {
        background-color: lightblue;
}

.reqclosedStateStyle {
        background-color: Gainsboro;
}

.defaultStyle {
        background-color: white;        
}