Difference between revisions of "Template:ActionsTable"
From Eth0Wiki
m |
m |
||
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
− | .ActionsTable th {background-color:#96D321;color:black;padding:1px 10px 1px 5px;text-align:left;} | + | .ActionsTable th { |
− | .ActionsTable td {background-color:white;color:black;padding-right:10px;} | + | background-color:#96D321; |
− | .ActionsTable tr.hover:hover td {background-color:#96D321 !important;color:black;} | + | color:black; |
− | .ActionsTable tr.status_done td {color:#999!important;text-decoration:line-through;} | + | padding:1px 10px 1px 5px; |
− | .ActionsTable td.status_done {background-color:#CFC !important;} | + | text-align:left; |
− | .ActionsTable td.status_starten {color:red;} | + | vertical-align:bottom; |
− | .ActionsTable td.status_lopend {color:blue;} | + | margin:0 2px 2px 0; |
− | .ActionsTable td.status_onbekend {color:magenta;} | + | -webkit-border-radius:5px; |
+ | -moz-border-radius:5px; | ||
+ | } | ||
+ | .ActionsTable td { | ||
+ | background-color:white; | ||
+ | color:black; | ||
+ | padding-right:10px; | ||
+ | vertical-align:top; | ||
+ | } | ||
+ | .ActionsTable tr.hover:hover td { | ||
+ | background-color:#96D321!important; | ||
+ | color:black; | ||
+ | } | ||
+ | .ActionsTable tr.status_done td, | ||
+ | .ActionsTable tr.status_cancelled td { | ||
+ | color:#999!important; | ||
+ | text-decoration:line-through; | ||
+ | } | ||
+ | .ActionsTable tr.status_cancelled td { | ||
+ | color:#666!important; | ||
+ | } | ||
+ | .ActionsTable td.status_done { | ||
+ | background-color:#CFC !important; | ||
+ | } | ||
+ | .ActionsTable td.status_starten { | ||
+ | color:red; | ||
+ | } | ||
+ | .ActionsTable td.status_lopend { | ||
+ | color:blue; | ||
+ | } | ||
+ | .ActionsTable td.status_onbekend { | ||
+ | color:magenta; | ||
+ | } | ||
}} | }} | ||
<table class="ActionsTable" cellspacing="1" cellpadding="2" border="0" width="100%"><tr><th>Nr.</th><th>Categorie</th><th>Omschrijving / wat er moet gebeuren</th><th>Eigenaar</th><th>Status</th><th>Datumplanning</th><th>Opmerking</th></tr>{{{items}}}</table> | <table class="ActionsTable" cellspacing="1" cellpadding="2" border="0" width="100%"><tr><th>Nr.</th><th>Categorie</th><th>Omschrijving / wat er moet gebeuren</th><th>Eigenaar</th><th>Status</th><th>Datumplanning</th><th>Opmerking</th></tr>{{{items}}}</table> |
Revision as of 10:21, 5 January 2011
{{#css: .ActionsTable th {
background-color:#96D321; color:black; padding:1px 10px 1px 5px; text-align:left; vertical-align:bottom; margin:0 2px 2px 0; -webkit-border-radius:5px; -moz-border-radius:5px;
} .ActionsTable td {
background-color:white; color:black; padding-right:10px; vertical-align:top;
} .ActionsTable tr.hover:hover td {
background-color:#96D321!important; color:black;
} .ActionsTable tr.status_done td, .ActionsTable tr.status_cancelled td {
color:#999!important; text-decoration:line-through;
} .ActionsTable tr.status_cancelled td {
color:#666!important;
} .ActionsTable td.status_done {
background-color:#CFC !important;
} .ActionsTable td.status_starten {
color:red;
} .ActionsTable td.status_lopend {
color:blue;
} .ActionsTable td.status_onbekend {
color:magenta;
} }}
{{{items}}}Nr. | Categorie | Omschrijving / wat er moet gebeuren | Eigenaar | Status | Datumplanning | Opmerking |
---|