Personal tools

Difference between revisions of "Template:ActionsTable"

From Eth0Wiki

Jump to: navigation, search
m
m
Line 15: Line 15:
 
  padding-right:10px;
 
  padding-right:10px;
 
  vertical-align:top;
 
  vertical-align:top;
}
 
.ActionsTable tr.hover:hover td {
 
background-color:#96D321!important;
 
color:black;
 
 
}
 
}
 
.ActionsTable tr.status_done td,
 
.ActionsTable tr.status_done td,
 
.ActionsTable tr.status_cancelled td {
 
.ActionsTable tr.status_cancelled td {
  color:#999!important;
+
  color:#999 !important;
 
  text-decoration:line-through;
 
  text-decoration:line-through;
 
}
 
}
Line 45: Line 41:
 
  padding-left:3px;
 
  padding-left:3px;
 
  background-color:black;
 
  background-color:black;
  color:white!important;
+
}
 +
.ActionsTable td.owner_E_NO_OWNER a {
 +
  color:white !important;
 
  text-decoration:none;
 
  text-decoration:none;
 
}
 
}
 
.ActionsTable td.owner_ {
 
.ActionsTable td.owner_ {
 
  visibility:hidden;
 
  visibility:hidden;
 +
}
 +
.ActionsTable tr.hover:hover td {
 +
background-color:#96D321 !important;
 +
color:black;
 
}
 
}
 
}}
 
}}
 
<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:42, 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.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;

} .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