Personal tools

Difference between revisions of "Template:ActionsTable"

From Eth0Wiki

Jump to: navigation, search
m
m
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table 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>Opmerking</th></tr>{{{items}}}</table>
+
{{#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;
 +
white-space:nowrap;
 +
}
 +
.ActionsTable td {
 +
background-color:white;
 +
color:black;
 +
padding-right:10px;
 +
vertical-align:top;
 +
}
 +
.ActionsTable tr.status_done td,
 +
.ActionsTable tr.status_cancelled td,
 +
.ActionsTable tr.status_done td a,
 +
.ActionsTable tr.status_cancelled td a {
 +
color:#bbb !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;
 +
}
 +
.ActionsTable td.owner_E_NO_OWNER {
 +
-webkit-border-radius:5px;
 +
padding-right:3px;
 +
padding-left:3px;
 +
background-color:black;
 +
}
 +
.ActionsTable td.owner_E_NO_OWNER a {
 +
color:white !important;
 +
text-decoration:none;
 +
}
 +
.ActionsTable td.owner_ {
 +
visibility:hidden;
 +
}
 +
.ActionsTable tr.hover:hover td {
 +
background-color:#96D321 !important;
 +
color:black;
 +
}
 +
}}
 +
<table class="ActionsTable sortable" 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>

Latest revision as of 13:27, 6 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;
white-space:nowrap;

} .ActionsTable td {

background-color:white;
color:black;
padding-right:10px;
vertical-align:top;

} .ActionsTable tr.status_done td, .ActionsTable tr.status_cancelled td, .ActionsTable tr.status_done td a, .ActionsTable tr.status_cancelled td a {

color:#bbb !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;

} .ActionsTable td.owner_E_NO_OWNER {

-webkit-border-radius:5px;
padding-right:3px;
padding-left:3px;
background-color:black;

} .ActionsTable td.owner_E_NO_OWNER a {

color:white !important;
text-decoration:none;

} .ActionsTable td.owner_ {

visibility:hidden;

} .ActionsTable tr.hover:hover td {

background-color:#96D321 !important;
color:black;

} }}

{{{items}}}
Nr.CategorieOmschrijving / wat er moet gebeurenEigenaarStatusDatumplanningOpmerking