Widget:BlueTable: Difference between revisions

Jump to navigation Jump to search
Alejandro Lemor (talk | contribs)
No edit summary
Alejandro Lemor (talk | contribs)
No edit summary
Line 10: Line 10:
.BlueTable th {
.BlueTable th {
padding: 5px 5px;
padding: 5px 5px;
background-color: #4479BA;  
background-color: #4479BA;  
color: white
color: white;
}
}
.BlueTable td {
.BlueTable td {
padding: 5px 5px;  
padding: 5px 5px;  
background: #F5F5F5;
background-color: #F5F5F5;
}
}
.BlueTable td:first/child {
.BlueTable td:first/child {
background: #DCDCDC ;
background-color: #DCDCDC ;
}
}
</style>
</style>
</includeonly>
</includeonly>

Revision as of 19:02, 21 October 2014