Widget:BlueTable: Difference between revisions

Jump to navigation Jump to search
Alejandro Lemor (talk | contribs)
Created page with "<noinclude> </noinclude><includeonly> <style type="text/css"> table, th, td { border: 0px; font-size: 85%; margin: 3px; } th { background-color: #4479BA; color: white } t..."
 
Christopher Popma (talk | contribs)
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 3: Line 3:
</noinclude><includeonly>
</noinclude><includeonly>
<style type="text/css">
<style type="text/css">
table, th, td {
.BlueTable table, .BlueTable th, .BlueTable td {
border: 0px;  
border: 0px;  
font-size: 85%;  
font-size: 90%;  
margin: 3px;
margin: 3px;
}  
}  
th {
.BlueTable th {
padding: 5px 5px;
background-color: #4479BA;  
background-color: #4479BA;  
color: white
color: white;
}
}
td {
.BlueTable td {
padding: 5px 5px;  
padding: 5px 5px;  
background: #F5F5F5;
background-color: #F5F5F5;
 
}
.BlueTable td:first-child {
background-color: #DCDCDC ;
}
}
</style>
</style>
</includeonly>
</includeonly>

Latest revision as of 19:14, 21 October 2014