This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
pfwbged.collection/src/pfwbged/collection/pfwbcollection.css

143 lines
2.7 KiB
CSS

#content p.table-bottom a {
text-decoration: none;
border: 0;
}
div.table {
border: 1px solid black;
width: 98%;
}
#content div.table p {
margin: 0 0;
padding: 5px 1ex;
background: #ddd;
color: black;
}
div.table table {
width: 100%;
}
div.table table {
border: 1px solid black;
border-width: 1px 0;
}
/* make the TH elements pretty */
div.table-container table thead th {
background: #1e2d3a;
color: white;
border-left: 1px solid #EB8;
border-right: 1px solid #B74;
border-top: 1px solid #EB8;
font-weight: normal;
padding: 4px 3px;
text-align: left
}
/* make the A elements pretty. makes for nice clickable headers */
div.table-container table thead a,
div.table-container table thead a:link,
div.table-container table thead a:visited {
color: #FFF;
display: block;
text-decoration: none;
width: 100%
}
/* make the A elements pretty. makes for nice clickable headers */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x */
div.table-container table thead a:hover {
color: #FFF;
display: block;
text-decoration: underline;
width: 100%
}
/* make TD elements pretty. Provide alternating classes for striping the table */
/* http://www.alistapart.com/articles/zebratables/ */
div.table-container table td, div.table-container table tr td {
background: #FFF;
border-bottom: none;
border-left: none;
border-right: 1px solid #CCC;
border-top: 1px solid #DDD;
padding: 2px 3px 3px 4px
}
div.table-container table tr.even td {
background: #EEE;
border-bottom: none;
border-left: none;
border-right: 1px solid #CCC;
border-top: 1px solid #DDD;
padding: 2px 3px 3px 4px
}
#content .actions {
float: right;
}
#content .table tr:hover a {
display: inline-block;
}
#content .table tr:hover td {
background: #eee;
}
#content .table table {
margin-bottom: 0;
}
a.batch-link {
padding: 0 5px;
cursor: pointer;
}
a.batch-link.current {
font-weight: bold;
}
#content #extra-columns,
#content #batchsizes {
position: absolute;
background: rgba(210, 210, 210, 0.9);
display: none;
margin: 0;
padding: 5px;
color: black;
right: 25px;
}
#content #batchsizes {
}
#content #extra-columns li,
#content #batchsizes li {
list-style: none;
}
#content #extra-columns li:hover,
#content #batchsizes li:hover {
background: #eef;
cursor: pointer;
}
#form-widgets-sort_reversed-0 {
display: none;
}
#iframe-controls {
text-align: center;
}
#iframe-controls input[type=submit] {
height: 2em;
font-size: 1.2em;
padding-left: 0.5em;
padding-right: 0.5em;
margin: 1em 0.5em 0em 0.5em;
}