Files
Babydatenbank/web/xava/style/yahoo.css
Socrates 9ed0f2a056 test
2020-05-26 10:29:34 +02:00

69 lines
610 B
CSS

/* Estilo yahoo */
BODY {
}
BUTTON {
margin-right: 2;
}
#errors {
color: #ff0000;
font-weight: bold;
}
#messages {
color: #3366ff;
font-weight: bold;
}
.buttonBar {
background: #B6C7E5;
}
.body {
background: #eeeeee;
}
.label {
margin-right: 10px;
font-weight: bold;
}
.editor {
}
TABLE.list {
background: white;
}
TH.list {
background: #ffffcc;
font-weight: normal;
}
TR.search {
font-weight: normal;
background: #cccccc;
}
TR.odd {
font-weight: normal;
background: #eeeeee;
}
TR.pair {
font-weight: normal;
background: #eeeeee;
}
.list-info {
font-weight: bold;
}