Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
added tables.css to default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Nov 17, 2008
1 parent e8cd331 commit 7ca3bbe
Showing 1 changed file with 146 additions and 0 deletions.
146 changes: 146 additions & 0 deletions themes/default/stylesheets/tables.css
@@ -0,0 +1,146 @@
form.subdued,
div.subdued{
background-color: #eee;
padding: 10px;
border: 1px solid #aaa;
}
table.subdued{
width: 100%;
}
table.subdued thead th{
background-color: #222;
color: white;
font-weight: normal;
padding: 4px;
border: 0;
}
div.form form table.subdued td{
vertical-align: top;
}

table.subdued {
margin: 0;
padding: 0;
font: normal 0.9em tahoma, arial, sans-serif;
line-height: 1.4em;
border-collapse: collapse;
color: #333;
background: #F0F0F0;
margin-bottom: 10px;
}



table.subdued caption {
margin: 0;
height: 32px;
padding: 0;
color: #4F6480;
line-height: 2em;
text-align: left;
font: bold 150% georgia, serif;
text-transform: uppercase;
letter-spacing: 0.14em;
}

thead {
color: #fff;
background: #5E7796;
}

thead tr th {
padding: 4px 8px 4px 8px;
border: 0;
}

hr{
border: 0;
color: #767359;
background-color: #aca883;
height: 1px;
}


thead th {
}

tfoot {
background: #fff;
}

tfoot tr td, tfoot tr th, tbody tr td {
padding: 4px;
}

tbody tr {
border-style: solid;
border-color: #bbb;
border-width: 0 0 1px 0;
background: #eee;
}

tbody th {
background-color: #767359;
color: white;
font-weight: normal;
padding: 4px;
border-color: #767359;
border-width: 0 4px 0 0;
border-style: solid;
}

tbody tr th a:link {
font: bold 0.9em tahoma, arial, sans-serif;
color: #5E7796;
text-decoration: underline;

}

tbody tr th a:visited {
font: bold 0.9em tahoma, arial, sans-serif;
color: #5E7796;
text-decoration: none;

}

tbody tr th a:hover {
font: bold 0.9em tahoma, arial, sans-serif;
color: #5E7796;
text-decoration: none;

}

tbody tr th a:active {
font: bold 0.9em tahoma, arial, sans-serif;
color: #5E7796;
text-decoration: line-through;
}

tbody td a:link {
font: normal 0.9em tahoma, arial, sans-serif;
color: #0084ff;
text-decoration: underline;
}

tbody td a:visited {
font: normal 0.9em tahoma, arial, sans-serif;
color: #0084ff;
text-decoration: none;
}

tbody td a:hover {
font: normal 0.9em tahoma, arial, sans-serif;
color: #0084ff;
text-decoration: none;
}

tbody td a:active {
font: normal 0.9em tahoma, arial, sans-serif;
color: #0084ff;
text-decoration: underline;
}
tbody tr.selected td,
tbody tr.selected:hover td{
background-color: #2580A2;
color: white;
}

0 comments on commit 7ca3bbe

Please sign in to comment.