| | |
| | | * License. It is allowed to copy, distribute, transmit and to adapt the work |
| | | * by keeping credits to the original autors in the README file. |
| | | * See http://creativecommons.org/licenses/by-sa/3.0/ for details. |
| | | * |
| | | * $Id$ |
| | | */ |
| | | |
| | | body { |
| | |
| | | |
| | | /** link buttons **/ |
| | | |
| | | a.button { |
| | | a.button, |
| | | .buttongroup { |
| | | display: inline-block; |
| | | margin: 0 2px; |
| | | padding: 2px 5px; |
| | |
| | | -webkit-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3); |
| | | -moz-box-shadow: 0 1px 1px 0 rgba(140, 140, 140, 0.3); |
| | | text-decoration: none; |
| | | } |
| | | |
| | | .buttongroup { |
| | | padding: 0; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | a.button:focus, |
| | |
| | | a.button.disabled span.inner { |
| | | opacity: 0.4; |
| | | filter: alpha(opacity=40); |
| | | } |
| | | |
| | | .buttongroup a.button { |
| | | margin: 0; |
| | | border-width: 0 1px 0 0; |
| | | border-radius: 0; |
| | | background: none; |
| | | box-shadow: none; |
| | | -o-box-shadow: none; |
| | | -webkit-box-shadow: none; |
| | | -moz-box-shadow: none; |
| | | } |
| | | |
| | | .buttongroup a.button.first, |
| | | .buttongroup a.button:first-child { |
| | | border-radius: 4px 0 0 4px; |
| | | border-left: 0; |
| | | } |
| | | |
| | | .buttongroup a.button.last, |
| | | .buttongroup a.button:last-child { |
| | | border-radius: 0 4px 4px 0; |
| | | border-right: 0; |
| | | } |
| | | |
| | | a.button.pressed, |
| | |
| | | background: linear-gradient(top, #bababa 0%, #d8d8d8 100%); |
| | | } |
| | | |
| | | .buttongroup a.button.selected { |
| | | background: #8a8a8a; |
| | | background: -moz-linear-gradient(top, #909090 0%, #858585 100%); |
| | | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#909090), color-stop(100%,#858585)); |
| | | background: -o-linear-gradient(top, #909090 0%, #858585 100%); |
| | | background: -ms-linear-gradient(top, #909090 0%, #858585 100%); |
| | | background: linear-gradient(top, #909090 0%, #858585 100%); |
| | | -webkit-box-shadow: inset 0 1px 2px 0 #555; |
| | | -moz-box-shadow: inset 0 1px 2px 0 #555; |
| | | box-shadow: inset 0 1px 2px 0 #555; |
| | | border-right-color: #555; |
| | | border-left-color: #555; |
| | | } |
| | | |
| | | .pagenav a.button { |
| | | padding: 1px 3px; |
| | | height: 16px; |
| | | vertical-align: middle; |
| | | margin-bottom: 1px; |
| | | } |
| | | |
| | | .pagenav .buttongroup a.button { |
| | | padding: 1px 5px; |
| | | margin-bottom: 0; |
| | | } |
| | | |
| | | .pagenav a.button span.inner { |
| | |
| | | |
| | | .pagenav a.extwin span.inner { |
| | | background-position: -29px -271px; |
| | | } |
| | | |
| | | .pagenav a.changeformat.html span.inner { |
| | | background-position: -7px -1859px; |
| | | } |
| | | .pagenav a.changeformat.html.selected span.inner { |
| | | background-position: -29px -1859px; |
| | | } |
| | | |
| | | .pagenav a.changeformat.text span.inner { |
| | | background-position: -7px -1874px; |
| | | } |
| | | .pagenav a.changeformat.text.selected span.inner { |
| | | background-position: -29px -1874px; |
| | | } |
| | | |
| | | .pagenav .countdisplay { |
| | |
| | | background-color: #d9ecf4; |
| | | } |
| | | |
| | | ul.listing li ul { |
| | | border-top: 1px solid #bbd3da; |
| | | } |
| | | |
| | | ul.listing li.droptarget, |
| | | table.listing tr.droptarget td { |
| | | background-color: #e8e798; |
| | |
| | | |
| | | table.layout td { |
| | | vertical-align: top; |
| | | } |
| | | |
| | | ul.treelist li { |
| | | position: relative; |
| | | } |
| | | |
| | | ul.treelist li div.treetoggle { |
| | | position: absolute; |
| | | top: 13px; |
| | | left: 19px; |
| | | width: 13px; |
| | | height: 13px; |
| | | background: url(images/listicons.png) -3px -144px no-repeat; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | ul.treelist li div.treetoggle.expanded { |
| | | background-position: -3px -168px; |
| | | } |
| | | |
| | | ul.treelist li.selected > div.collapsed { |
| | | background-position: -23px -144px; |
| | | } |
| | | |
| | | ul.treelist li.selected > div.expanded { |
| | | background-position: -23px -168px; |
| | | } |
| | | |
| | | .listbox .boxfooter { |
| | |
| | | body.iframe { |
| | | background: #fff; |
| | | margin: 38px 0 10px 0; |
| | | } |
| | | |
| | | body.iframe.error { |
| | | background: #ededed; |
| | | } |
| | | |
| | | body.iframe.floatingbuttons { |
| | |
| | | |
| | | /*** quicksearch **/ |
| | | |
| | | .searchbox { |
| | | position: relative; |
| | | } |
| | | |
| | | #quicksearchbar { |
| | | position: absolute; |
| | | right: 1px; |
| | | top: -5px; |
| | | top: 2px; |
| | | width: 240px; |
| | | } |
| | | |
| | | .searchbox input, |
| | | #quicksearchbar input { |
| | | width: 176px; |
| | | margin: 0; |
| | | margin-top: 7px; |
| | | padding: 3px 30px 3px 34px; |
| | | height: 18px; |
| | | background: #f1f1f1; |
| | |
| | | font-size: 11px; |
| | | } |
| | | |
| | | .searchbox #searchmenulink, |
| | | #quicksearchbar #searchmenulink { |
| | | position: absolute; |
| | | top: 12px; |
| | | top: 5px; |
| | | left: 6px; |
| | | } |
| | | |
| | | .searchbox #searchreset, |
| | | #quicksearchbar #searchreset { |
| | | position: absolute; |
| | | top: 11px; |
| | | top: 4px; |
| | | right: 1px; |
| | | } |
| | | |
| | |
| | | background-position: 0 -390px; |
| | | } |
| | | |
| | | .attachmentslist li.html { |
| | | .attachmentslist li.sig, |
| | | .attachmentslist li.pgp-signature, |
| | | .attachmentslist li.pkcs7-signature { |
| | | background-position: 0 -442px; |
| | | } |
| | | |
| | | .attachmentslist li.html { |
| | | background-position: 0 -468px; |
| | | } |
| | | |
| | | .attachmentslist li.eml, |
| | | .attachmentslist li.rfc822 { |
| | | background-position: 0 -494px; |
| | | } |
| | | |
| | | .attachmentslist li a, |
| | |
| | | display: block; |
| | | color: #333; |
| | | font-weight: bold; |
| | | padding: 8px 4px 3px 30px; |
| | | padding: 8px 15px 3px 30px; |
| | | text-shadow: 0px 1px 1px #fff; |
| | | text-decoration: none; |
| | | white-space: nowrap; |
| | |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .attachmentslist li a.drop { |
| | | background: url(images/buttons.png) no-repeat scroll center -1570px; |
| | | width: 14px; |
| | | height: 20px; |
| | | cursor: pointer; |
| | | position: absolute; |
| | | right: 0; |
| | | top: 0; |
| | | padding: 0; |
| | | } |
| | | |
| | | #compose-attachments ul li { |
| | | padding-right: 28px; |
| | | } |