| | |
| | | |
| | | /** common user interface objects */ |
| | | |
| | | #mainscreen |
| | | { |
| | | position: absolute; |
| | | top: 85px; |
| | | right: 20px; |
| | | bottom: 20px; |
| | | left: 20px; |
| | | } |
| | | |
| | | #header |
| | | { |
| | | position: absolute; |
| | |
| | | border: 1px solid #CCCCCC; |
| | | } |
| | | |
| | | #pagecontent |
| | | .box |
| | | { |
| | | position: absolute; |
| | | top: 95px; |
| | | left: 20px; |
| | | border: 1px solid #999; |
| | | } |
| | | |
| | | .boxtitle |
| | |
| | | color: #333; |
| | | font-size: 11px; |
| | | font-weight: bold; |
| | | overflow: hidden; |
| | | background: url(images/listheader.gif) top left repeat-x #CCC; |
| | | } |
| | | |
| | |
| | | overflow-x: hidden; |
| | | } |
| | | |
| | | .boxsubject |
| | | { |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | | right: 0px; |
| | | overflow: hidden; |
| | | height: 22px; |
| | | border-bottom: 1px solid #999; |
| | | background: url(images/listheader.gif) top left repeat-x #CCC; |
| | | } |
| | | |
| | | .boxfooter |
| | | { |
| | | position: absolute; |
| | |
| | | overflow: hidden; |
| | | height: 22px; |
| | | border-top: 1px solid #999; |
| | | background: url('images/listheader.gif') top left repeat-x #CCC; |
| | | background: url(images/listheader.gif) top left repeat-x #CCC; |
| | | } |
| | | |
| | | .boxfooter a.button, |
| | |
| | | padding: 0px; |
| | | margin: 0; |
| | | overflow: hidden; |
| | | background: url('images/icons/groupactions.png') 0 0 no-repeat transparent; |
| | | background: url(images/icons/groupactions.png) 0 0 no-repeat transparent; |
| | | opacity: 0.99; /* this is needed to make buttons appear correctly in Chrome */ |
| | | } |
| | | |
| | |
| | | color: #444; |
| | | font-size: 11px; |
| | | text-shadow: white 1px 1px; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .pagenav a.button, |
| | |
| | | text-decoration: none; |
| | | } |
| | | |
| | | #searchmod |
| | | #searchmenulink |
| | | { |
| | | position: absolute; |
| | | top: 3px; |
| | |
| | | { |
| | | color: #999; |
| | | } |
| | | |
| | | font.bold |
| | | { |
| | | font-weight: bold; |
| | | } |
| | | |