| | |
| | | /***** RoundCube|Mail basic styles *****/ |
| | | /***** Roundcube|Mail basic styles *****/ |
| | | |
| | | body |
| | | { |
| | |
| | | margin: 10px; |
| | | } |
| | | |
| | | body, td, th, div, p, h3 |
| | | body, td, th, div, p, h3, select, input, textarea |
| | | { |
| | | font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; |
| | | font-size: 12px; |
| | |
| | | input[type="password"], |
| | | textarea |
| | | { |
| | | padding: 1px; |
| | | padding-left: 3px; |
| | | padding-right: 3px; |
| | | border: 1px solid #666666; |
| | | color: #333333; |
| | | background-color: #ffffff; |
| | |
| | | |
| | | input, textarea |
| | | { |
| | | font-size: 9pt; |
| | | font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; |
| | | color: black; |
| | | padding-left: 3px; |
| | | padding-right: 3px; |
| | | } |
| | | |
| | | select |
| | | { |
| | | font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; |
| | | color: black; |
| | | padding: 1px 3px; |
| | | } |
| | | |
| | | input.button |
| | |
| | | |
| | | /** common user interface objects */ |
| | | |
| | | #mainscreen |
| | | { |
| | | position: absolute; |
| | | top: 85px; |
| | | right: 20px; |
| | | bottom: 20px; |
| | | left: 20px; |
| | | } |
| | | |
| | | #header |
| | | { |
| | | position: absolute; |
| | |
| | | position: absolute; |
| | | top: 0px; |
| | | right: 0px; |
| | | width: 600px; |
| | | height: 24px; |
| | | width: 100%; |
| | | background: url(images/taskbar.png) top right no-repeat; |
| | | padding: 10px 4px 5px 0px; |
| | | text-align: right; |
| | |
| | | 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; |
| | | } |
| | | |
| | |
| | | width: 100%; |
| | | overflow-y: auto; |
| | | 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 |
| | |
| | | opacity: 0.35; |
| | | } |
| | | |
| | | .pagenav |
| | | { |
| | | min-width: 250px; |
| | | } |
| | | |
| | | .pagenav span |
| | | { |
| | | color: #444; |
| | | font-size: 11px; |
| | | text-shadow: white 1px 1px; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .pagenav a.button, |
| | |
| | | background-color: #c00; |
| | | } |
| | | |
| | | .darkbg |
| | | { |
| | | background-color: #F2F2F2 !important; |
| | | } |
| | | |
| | | |
| | | /***** common table settings ******/ |
| | | |
| | |
| | | text-decoration: none; |
| | | } |
| | | |
| | | #searchmod |
| | | #searchmenulink |
| | | { |
| | | position: absolute; |
| | | top: 3px; |
| | |
| | | opacity: 0.8; |
| | | } |
| | | |
| | | |
| | | |
| | | /***** onclick menu list *****/ |
| | | |
| | | ul.toolbarmenu |
| | |
| | | { |
| | | color: #999; |
| | | } |
| | | |
| | | font.bold |
| | | { |
| | | font-weight: bold; |
| | | } |
| | | |