mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-15 17:20:07 +01:00
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70205 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
58 lines
1.2 KiB
CSS
58 lines
1.2 KiB
CSS
|
|
.pretty-table {
|
|
font-family: verdana,arial,sans-serif;
|
|
color:#333333;
|
|
border-width: 1px;
|
|
border-color: #999999;
|
|
border-collapse: collapse;
|
|
}
|
|
.pretty-table th {
|
|
background:#b5cfd2 url('../images/sphinxdocs/cell-blue.jpg');
|
|
border-width: 1px;
|
|
padding: 8px;
|
|
vertical-align: middle;
|
|
border-style: solid;
|
|
border-color: #999999;
|
|
}
|
|
.pretty-table td {
|
|
background:#dcddc0 url('../images/sphinxdocs/cell-grey.jpg');
|
|
border-width: 1px;
|
|
padding: 3px;
|
|
vertical-align: middle;
|
|
border-style: solid;
|
|
border-color: #999999;
|
|
}
|
|
|
|
.pretty-table caption
|
|
{
|
|
caption-side: bottom;
|
|
font-size: 0.9em;
|
|
font-style: italic;
|
|
text-align: right;
|
|
padding: 0.5em 0;
|
|
}
|
|
|
|
.pretty-table tr:hover th, .pretty-table tr:hover td
|
|
{
|
|
background-color: #632a2a;
|
|
color: #0000ff;
|
|
background:#b5cfd2 url('../images/sphinxdocs/orange_gradient.png');
|
|
}
|
|
|
|
.pretty-table tr:hover th[class=head]
|
|
{
|
|
background:#b5cfd2 url('../images/sphinxdocs/cell-blue.jpg');
|
|
color:#0066CC;
|
|
}
|
|
|
|
.pretty-table tr:hover tt, .pretty-table tr:hover tt
|
|
{
|
|
background-color: #632a2a;
|
|
background:#b5cfd2 url('../images/sphinxdocs/orange_gradient.png');
|
|
}
|
|
|
|
.pretty-table td tt
|
|
{
|
|
background: #E0E0E0 url('../images/sphinxdocs/cell-grey.jpg');
|
|
}
|