1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
.caSPName {
font-weight: bold;
}
td.caSPName {
vertical-align: top;
}
td.caAllowed {
vertical-align: top;
}
td.caAttributes {
}
tr.row0 td {
background-color: #888888;
color: black;
}
tr.row1 td {
background-color: #aaaaaa;
color: black;
}
a.orange {
color: #ffd633;
}
span.show_hide {
font-size: 80%;
}
a.serviceUrl {
color: black;
font-weight: bold;
}
span[id^='hiding_'], span[id*='hiding_'] {
display: none;
}
div[id^='attributes_'], div[id*='attributes_'] {
display: none;
}
|