mirror of
https://github.com/jeremytammik/RevitSdkSamples.git
synced 2026-08-16 02:24:04 +00:00
23 lines
513 B
CSS
23 lines
513 B
CSS
table.content
|
|
{
|
|
border-collapse:separate;
|
|
border: 1px solid #444;
|
|
border-spacing: 15px;
|
|
width:100%;
|
|
}
|
|
img
|
|
{
|
|
/*background-color:#FF00FF*//*Magenta Fuchsia*/
|
|
/*filter: #FF00FF;*/
|
|
/*cursor:crosshair;*/
|
|
Filter:Chroma(color=#FF00FF)
|
|
/*filter: chroma(color=red)*/
|
|
}
|
|
table.tasks
|
|
{
|
|
border-collapse:separate;
|
|
border: 1px solid #444;
|
|
border-spacing: 15px;
|
|
width:100%;
|
|
}
|