2015-08-09 01:17:36 +00:00
|
|
|
.corpTransaction {
|
|
|
|
background-color: #3333cc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.personalTransaction {
|
|
|
|
background-color: #ffffcc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sellTransaction {
|
|
|
|
background-color: #33cc33;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buyTransaction {
|
|
|
|
background-color: #ffcccc;
|
|
|
|
}
|
|
|
|
|
2015-09-17 21:31:25 +00:00
|
|
|
.outbid {
|
|
|
|
background-color: #ffcccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.not_outbid {
|
|
|
|
background-color: #33cc33;
|
|
|
|
}
|
|
|
|
|
2015-08-09 01:17:36 +00:00
|
|
|
.profit {
|
|
|
|
background-color: #88ff88;
|
|
|
|
}
|
|
|
|
|
|
|
|
.loss {
|
|
|
|
background-color: #ff8888;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buyfee {
|
|
|
|
background-color: #ffe8e8;
|
|
|
|
}
|
|
|
|
|
|
|
|
.numeric {
|
|
|
|
text-align: right;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
.duration {
|
|
|
|
text-align: right;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
2015-09-06 13:53:09 +00:00
|
|
|
|
|
|
|
tr.total {
|
|
|
|
border-top: 2px solid grey;
|
|
|
|
}
|