| | |
| | | * Roundcube webmail styles for the Email section |
| | | * |
| | | * Copyright (c) 2012, The Roundcube Dev Team |
| | | * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com |
| | | * Screendesign by FLINT / Büro für Gestaltung, bueroflint.com |
| | | * |
| | | * The contents are subject to the Creative Commons Attribution-ShareAlike |
| | | * 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$ |
| | | */ |
| | | |
| | | #mailview-left { |
| | |
| | | left: 0; |
| | | bottom: 0; |
| | | width: 100%; |
| | | height: 26px; |
| | | height: 27px; |
| | | border-radius: 4px; |
| | | border-top: none; |
| | | } |
| | | |
| | | #composeview-right #mailview-bottom { |
| | | border-radius: 0 0 4px 4px; |
| | | } |
| | | |
| | | #folderlist-header { |
| | |
| | | top: 0; |
| | | bottom: 30px; |
| | | overflow: auto; |
| | | } |
| | | |
| | | /* Real browsers accept this (not IE) */ |
| | | html>/**/body #messagelist { |
| | | overflow: auto; |
| | | overflow-x: hidden; |
| | | } |
| | | |
| | | #messagelistfooter { |
| | |
| | | background-position: 6px 2px; |
| | | } |
| | | |
| | | #mailboxlist li:first-child { |
| | | #mailboxlist > li:first-child { |
| | | border-radius: 4px 4px 0 0; |
| | | border-top: 0; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox a { |
| | |
| | | background-position: 6px 3px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox.unread a { |
| | | #mailboxlist li.mailbox.unread > a { |
| | | padding-right: 36px; |
| | | } |
| | | |
| | |
| | | background-position: 6px -1723px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.drafts > a { |
| | | background-position: 23px -238px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.drafts.selected > a { |
| | | background-position: 23px -262px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.sent > a { |
| | | background-position: 23px -286px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.sent.selected > a { |
| | | background-position: 23px -310px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.junk > a { |
| | | background-position: 23px -334px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.junk.selected > a { |
| | | background-position: 23px -358px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.trash > a { |
| | | background-position: 23px -382px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.trash.selected > a { |
| | | background-position: 23px -406px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.archive > a { |
| | | background-position: 23px -1699px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.archive.selected > a { |
| | | background-position: 23px -1723px; |
| | | } |
| | | |
| | | #mailboxlist li.unread { |
| | | font-weight: bold; |
| | | } |
| | |
| | | color: #017cb4; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox div.treetoggle { |
| | | top: 13px; |
| | | left: 19px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li:last-child { |
| | | border-bottom: 0; |
| | | } |
| | | |
| | | /* nested mailboxes */ |
| | | |
| | | #mailboxlist li.mailbox ul { |
| | | list-style: none; |
| | | margin: 0; |
| | |
| | | border-top: 1px solid #bbd3da; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li { |
| | | padding-left: 26px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li a { |
| | | background-position: 6px -93px; |
| | | padding-left: 52px; /* 36 + 1 x 16 */ |
| | | background-position: 22px -93px; /* 6 + 1 x 16 */ |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li.selected > a { |
| | | background-position: 6px -117px; |
| | | background-position: 22px -117px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul li:last-child { |
| | | border-bottom: 0; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox div.collapsed, |
| | | #mailboxlist li.mailbox div.expanded { |
| | | position: absolute; |
| | | top: 13px; |
| | | left: 19px; |
| | | width: 13px; |
| | | height: 13px; |
| | | background: url(images/listicons.png) -3px -144px no-repeat; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox div.expanded { |
| | | background-position: -3px -168px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox.selected > div.collapsed { |
| | | background-position: -23px -144px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox.selected > div.expanded { |
| | | background-position: -23px -168px; |
| | | } |
| | | |
| | | |
| | | #mailboxlist li.mailbox ul li div.collapsed, |
| | | #mailboxlist li.mailbox ul li div.expanded { |
| | | left: 43px; |
| | | #mailboxlist li.mailbox ul li div.treetoggle { |
| | | left: 33px; |
| | | top: 14px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul ul li.mailbox a { |
| | | padding-left: 68px; /* 2x */ |
| | | background-position: 38px -93px; |
| | | } |
| | | #mailboxlist li.mailbox ul ul li.selected > a { |
| | | background-position: 38px -117px; |
| | | } |
| | | #mailboxlist li.mailbox ul ul li div.treetoggle { |
| | | left: 48px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul ul ul li.mailbox a { |
| | | padding-left: 84px; /* 3x */ |
| | | background-position: 54px -93px; |
| | | } |
| | | #mailboxlist li.mailbox ul ul ul li.selected > a { |
| | | background-position: 54px -117px; |
| | | } |
| | | #mailboxlist li.mailbox ul ul ul li div.treetoggle { |
| | | left: 64px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox ul ul ul ul li.mailbox a { |
| | | padding-left: 100px; /* 4x */ |
| | | background-position: 70px -93px; |
| | | } |
| | | #mailboxlist li.mailbox ul ul ul ul li.selected > a { |
| | | background-position: 70px -117px; |
| | | } |
| | | #mailboxlist li.mailbox ul ul ul ul li div.treetoggle { |
| | | left: 80px; |
| | | } |
| | | |
| | | /* indent folders on levels > 4 */ |
| | | #mailboxlist li.mailbox ul ul ul ul ul li { |
| | | padding-left: 16px; |
| | | } |
| | | #mailboxlist li.mailbox ul ul ul ul ul li div.treetoggle { |
| | | left: 96px; |
| | | } |
| | | |
| | | #mailboxlist li.mailbox .unreadcount { |
| | |
| | | position: absolute; |
| | | right: 256px; |
| | | width: auto; |
| | | top: 7px; |
| | | top: 2px; |
| | | } |
| | | |
| | | #searchfilter select { |
| | |
| | | position: absolute; |
| | | right: 0; |
| | | top: 0; |
| | | width: 400px; |
| | | } |
| | | |
| | | #mailpreviewtoggle { |
| | |
| | | |
| | | /*** message list ***/ |
| | | |
| | | #messagelist thead td:first-child { |
| | | /* this is necessary to make FF3 display borders */ |
| | | body:-moz-last-node #messagelist { |
| | | border-collapse: separate; |
| | | } |
| | | |
| | | table.messagelist { |
| | | z-index: 1; |
| | | } |
| | | |
| | | table.messagelist.fixedcopy { |
| | | z-index: 2; |
| | | } |
| | | |
| | | .messagelist thead td:first-child { |
| | | border-radius: 4px 0 0 0; /* for Chrome */ |
| | | } |
| | | |
| | | #messagelist tr td.attachment, |
| | | #messagelist tr td.threads, |
| | | #messagelist tr td.status, |
| | | #messagelist tr td.flag, |
| | | #messagelist tr td.priority { |
| | | .messagelist tr td.attachment, |
| | | .messagelist tr td.threads, |
| | | .messagelist tr td.status, |
| | | .messagelist tr td.flag, |
| | | .messagelist tr td.priority { |
| | | width: 20px; |
| | | padding: 2px 3px; |
| | | } |
| | | |
| | | .webkit #messagelist tr td.attachment, |
| | | .webkit #messagelist tr td.threads, |
| | | .webkit #messagelist tr td.status, |
| | | .webkit #messagelist tr td.flag, |
| | | .webkit #messagelist tr td.priority { |
| | | .webkit .messagelist tr td.attachment, |
| | | .webkit .messagelist tr td.threads, |
| | | .webkit .messagelist tr td.status, |
| | | .webkit .messagelist tr td.flag, |
| | | .webkit .messagelist tr td.priority { |
| | | width: 26px; |
| | | } |
| | | |
| | | #messagelist tr td.threads { |
| | | .messagelist tr td.threads { |
| | | width: 26px; |
| | | } |
| | | |
| | | .webkit #messagelist tr td.threads { |
| | | .webkit .messagelist tr td.threads { |
| | | width: 30px; |
| | | } |
| | | |
| | | #messagelist tr td.threads, |
| | | #messagelist tr td.threads + td { |
| | | .messagelist tr td.threads, |
| | | .messagelist tr td.threads + td { |
| | | border-left: 0; |
| | | } |
| | | |
| | | |
| | | #messagelist tr td.size { |
| | | .messagelist tr td.size { |
| | | width: 60px; |
| | | text-align: right; |
| | | } |
| | | |
| | | #messagelist tr td.fromto, |
| | | #messagelist tr td.from, |
| | | #messagelist tr td.to, |
| | | #messagelist tr td.cc, |
| | | #messagelist tr td.replyto { |
| | | .messagelist thead tr td.size { |
| | | text-align: left; |
| | | } |
| | | |
| | | .messagelist tr td.fromto, |
| | | .messagelist tr td.from, |
| | | .messagelist tr td.to, |
| | | .messagelist tr td.cc, |
| | | .messagelist tr td.replyto { |
| | | width: 200px; |
| | | } |
| | | |
| | | #messagelist tr td.date { |
| | | width: 125px; |
| | | .messagelist tr td.date { |
| | | width: 135px; |
| | | } |
| | | |
| | | #messagelist tr.message { |
| | | .messagelist tr.message { |
| | | /* background-color: #fff; */ |
| | | } |
| | | |
| | | #messagelist tr.thread.expanded td { |
| | | .messagelist tr.thread.expanded td { |
| | | background-color: #ededed; |
| | | } |
| | | |
| | | #messagelist tr.unread { |
| | | .messagelist tr.unread { |
| | | font-weight: bold; |
| | | /* background-color: #fff; */ |
| | | } |
| | | |
| | | #messagelist tr.flagged td, |
| | | #messagelist tr.flagged td a { |
| | | .messagelist tr.flagged td, |
| | | .messagelist tr.flagged td a { |
| | | color: #f30; |
| | | } |
| | | |
| | | #messagelist thead tr td.sortedASC a, |
| | | #messagelist thead tr td.sortedDESC a { |
| | | .messagelist thead tr td.sortedASC a, |
| | | .messagelist thead tr td.sortedDESC a { |
| | | color: #004458; |
| | | text-decoration: underline; |
| | | background: url(images/listicons.png) right -912px no-repeat; |
| | | } |
| | | |
| | | #messagelist thead tr td.sortedASC a { |
| | | .messagelist thead tr td.sortedASC a { |
| | | background-position: right -944px; |
| | | } |
| | | |
| | | #messagelist td img { |
| | | .messagelist td img { |
| | | vertical-align: middle; |
| | | display: inline-block; |
| | | } |
| | | |
| | | #messagelist tbody td a { |
| | | .messagelist tbody td a { |
| | | color: #333; |
| | | text-decoration: none; |
| | | white-space: nowrap; |
| | | cursor: default; |
| | | } |
| | | |
| | | #messagelist tbody tr td.flag, |
| | | #messagelist tbody tr td.status, |
| | | #messagelist tbody tr td.subject span.status { |
| | | .messagelist tbody tr td.flag, |
| | | .messagelist tbody tr td.status, |
| | | .messagelist tbody tr td.subject span.status { |
| | | cursor: pointer; |
| | | } |
| | | |
| | | #messagelist tr td.flag span, |
| | | #messagelist tr td.status span, |
| | | #messagelist tr td.attachment span, |
| | | #messagelist tr td.priority span { |
| | | .messagelist tr td.flag span, |
| | | .messagelist tr td.status span, |
| | | .messagelist tr td.attachment span, |
| | | .messagelist tr td.priority span { |
| | | display: block; |
| | | width: 20px; |
| | | } |
| | | |
| | | #messagelist tr td div.collapsed, |
| | | #messagelist tr td div.expanded, |
| | | #messagelist tr td.threads div.listmenu, |
| | | #messagelist tr td.attachment span.attachment, |
| | | #messagelist tr td.attachment span.report, |
| | | #messagelist tr td.priority span.priority, |
| | | #messagelist tr td.priority span.prio1, |
| | | #messagelist tr td.priority span.prio2, |
| | | #messagelist tr td.priority span.prio3, |
| | | #messagelist tr td.priority span.prio4, |
| | | #messagelist tr td.priority span.prio5, |
| | | #messagelist tr td.flag span.flagged, |
| | | #messagelist tr td.flag span.unflagged, |
| | | #messagelist tr td.flag span.unflagged:hover, |
| | | #messagelist tr td.status span.status, |
| | | #messagelist tr td.status span.msgicon, |
| | | #messagelist tr td.status span.deleted, |
| | | #messagelist tr td.status span.unread, |
| | | #messagelist tr td.status span.unreadchildren, |
| | | #messagelist tr td.subject span.msgicon, |
| | | #messagelist tr td.subject span.deleted, |
| | | #messagelist tr td.subject span.unread, |
| | | #messagelist tr td.subject span.replied, |
| | | #messagelist tr td.subject span.forwarded, |
| | | #messagelist tr td.subject span.unreadchildren { |
| | | .messagelist tr td div.collapsed, |
| | | .messagelist tr td div.expanded, |
| | | .messagelist tr td.threads div.listmenu, |
| | | .messagelist tr td.attachment span.attachment, |
| | | .messagelist tr td.attachment span.report, |
| | | .messagelist tr td.priority span.priority, |
| | | .messagelist tr td.priority span.prio1, |
| | | .messagelist tr td.priority span.prio2, |
| | | .messagelist tr td.priority span.prio3, |
| | | .messagelist tr td.priority span.prio4, |
| | | .messagelist tr td.priority span.prio5, |
| | | .messagelist tr td.flag span.flagged, |
| | | .messagelist tr td.flag span.unflagged, |
| | | .messagelist tr td.flag span.unflagged:hover, |
| | | .messagelist tr td.status span.status, |
| | | .messagelist tr td.status span.msgicon, |
| | | .messagelist tr td.status span.deleted, |
| | | .messagelist tr td.status span.unread, |
| | | .messagelist tr td.status span.unreadchildren, |
| | | .messagelist tr td.subject span.msgicon, |
| | | .messagelist tr td.subject span.deleted, |
| | | .messagelist tr td.subject span.unread, |
| | | .messagelist tr td.subject span.replied, |
| | | .messagelist tr td.subject span.forwarded, |
| | | .messagelist tr td.subject span.unreadchildren { |
| | | display: inline-block; |
| | | vertical-align: middle; |
| | | height: 18px; |
| | |
| | | background: url(images/listicons.png) -100px 0 no-repeat; |
| | | } |
| | | |
| | | #messagelist tbody tr td.attachment span.attachment { |
| | | .messagelist tbody tr td.attachment span.attachment { |
| | | background-position: 0 -996px; |
| | | } |
| | | |
| | | #messagelist thead tr td.attachment span.attachment { |
| | | .messagelist thead tr td.attachment span.attachment { |
| | | background-position: -24px -997px; |
| | | } |
| | | |
| | | #messagelist tbody tr td.attachment span.report { |
| | | .messagelist tbody tr td.attachment span.report { |
| | | background-position: -24px -1116px; |
| | | } |
| | | |
| | | #messagelist tr td.priority span.prio5 { |
| | | .messagelist thead tr td.priority span.priority { |
| | | background-position: -24px -1845px; |
| | | } |
| | | |
| | | .messagelist tr td.priority span.prio5 { |
| | | background-position: 0 -1905px; |
| | | } |
| | | |
| | | #messagelist tr td.priority span.prio4 { |
| | | .messagelist tr td.priority span.prio4 { |
| | | background-position: 0 -1885px; |
| | | } |
| | | |
| | | #messagelist tr td.priority span.prio2 { |
| | | .messagelist tr td.priority span.prio2 { |
| | | background-position: 0 -1865px; |
| | | } |
| | | |
| | | #messagelist tr td.priority span.prio1 { |
| | | .messagelist tr td.priority span.prio1 { |
| | | background-position: 0 -1845px; |
| | | } |
| | | |
| | | #messagelist tbody tr td.flag span.flagged { |
| | | .messagelist tbody tr td.flag span.flagged { |
| | | background-position: 0 -1036px; |
| | | } |
| | | |
| | | #messagelist thead tr td.flag span.flagged { |
| | | background-position: -24px -1036px; |
| | | .messagelist thead tr td.flag span.flagged { |
| | | background-position: -22px -1036px; |
| | | } |
| | | |
| | | #messagelist tr td.status span.msgicon:hover { |
| | | .messagelist tr td.status span.msgicon:hover { |
| | | background-position: -23px -1056px; |
| | | } |
| | | |
| | | #messagelist tr td.flag span.unflagged:hover { |
| | | .messagelist tr td.flag span.unflagged:hover { |
| | | background-position: -23px -1076px; |
| | | } |
| | | |
| | | #messagelist tr td.subject span.msgicon, |
| | | #messagelist tr td.subject span.unreadchildren { |
| | | .messagelist tr td.subject span.msgicon, |
| | | .messagelist tr td.subject span.unreadchildren { |
| | | background-position: 0 -1056px; |
| | | margin: 0 1px 0 0; |
| | | width: 24px; |
| | | } |
| | | |
| | | #messagelist tr td.subject span.replied { |
| | | .messagelist tr td.subject span.replied { |
| | | background-position: 0 -1076px; |
| | | } |
| | | |
| | | #messagelist tr td.subject span.forwarded { |
| | | .messagelist tr td.subject span.forwarded { |
| | | background-position: 0 -1096px; |
| | | } |
| | | |
| | | #messagelist tr td.subject span.replied.forwarded { |
| | | .messagelist tr td.subject span.replied.forwarded { |
| | | background-position: 0 -1116px; |
| | | } |
| | | |
| | | #messagelist tr td.status span.msgicon, |
| | | #messagelist tr td.flag span.unflagged, |
| | | #messagelist tr td.status span.unreadchildren { |
| | | .messagelist tr td.status span.msgicon, |
| | | .messagelist tr td.flag span.unflagged, |
| | | .messagelist tr td.status span.unreadchildren { |
| | | background-position: 0 1056px; /* no icon */ |
| | | } |
| | | /* |
| | | #messagelist tr td.status span.msgicon:hover { |
| | | .messagelist tr td.status span.msgicon:hover { |
| | | background-position: 0 -272px; |
| | | } |
| | | */ |
| | | #messagelist tr td.status span.deleted, |
| | | #messagelist tr td.status span.deleted:hover, |
| | | #messagelist tr td.subject span.deleted { |
| | | .messagelist tr td.status span.deleted, |
| | | .messagelist tr td.status span.deleted:hover, |
| | | .messagelist tr td.subject span.deleted { |
| | | background-position: -22px -1096px; |
| | | } |
| | | |
| | | #messagelist tr td.status span.status, |
| | | #messagelist tr td.status span.unread, |
| | | #messagelist tr td.subject span.unread, |
| | | #messagelist tr td.status span.unread:hover { |
| | | .messagelist tr td.status span.status, |
| | | .messagelist tr td.status span.unread, |
| | | .messagelist tr td.subject span.unread, |
| | | .messagelist tr td.status span.unread:hover { |
| | | background-position: 0 -1016px; |
| | | } |
| | | |
| | | #messagelist thead tr td.status span.status { |
| | | background-position: -24px -1016px; |
| | | .messagelist thead tr td.status span.status { |
| | | background-position: -23px -1017px; |
| | | } |
| | | |
| | | #messagelist tr td div.collapsed { |
| | | background-position: 0 -1136px; |
| | | .messagelist tr td div.collapsed { |
| | | background-position: 0 -1137px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | #messagelist tr td div.expanded { |
| | | background-position: 0 -1156px; |
| | | .messagelist tr td div.expanded { |
| | | background-position: 0 -1157px; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | #messagelist tr td.threads div.listmenu { |
| | | .messagelist tr td.threads div.listmenu { |
| | | background-position: 0 -976px; |
| | | cursor: pointer; |
| | | width: 26px; |
| | | } |
| | | |
| | | #messagelist thead tr td.subject, |
| | | #messagelist tbody tr td.subject { |
| | | .messagelist thead tr td.subject, |
| | | .messagelist tbody tr td.subject { |
| | | width: 99%; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | #messagelist tbody tr td.subject a { |
| | | .messagelist tbody tr td.subject a { |
| | | cursor: default; |
| | | vertical-align: middle; /* #1487091 */ |
| | | } |
| | | |
| | | /* thread parent message with unread children */ |
| | | #messagelist tbody tr.unroot td.subject a { |
| | | .messagelist tbody tr.unroot td.subject a { |
| | | text-decoration: underline; |
| | | } |
| | | |
| | | /**** tree indicators ****/ |
| | | |
| | | #messagelist tbody tr td span.branch div { |
| | | .messagelist tbody tr td span.branch div { |
| | | display: inline-block; |
| | | } |
| | | |
| | | #messagelist tbody tr td span.branch div.tree { |
| | | .messagelist tbody tr td span.branch div.tree { |
| | | width: 15px; |
| | | } |
| | | |
| | |
| | | width: 100%; |
| | | bottom: 27px; |
| | | overflow: auto; |
| | | -webkit-overflow-scrolling: touch; |
| | | } |
| | | |
| | | #messageheader, |
| | | #partheader, |
| | | #composeheaders { |
| | | position: relative; |
| | | padding: 3px 0; |
| | |
| | | |
| | | h3.subject { |
| | | font-size: 14px; |
| | | margin: 0 8em 0 0; |
| | | margin: 0 12em 0 0; |
| | | padding: 8px 8px 4px 8px; |
| | | white-space: nowrap; |
| | | overflow: hidden; |
| | |
| | | } |
| | | |
| | | div.hide-headers { |
| | | background-position: center -1589px; |
| | | background-position: center -1590px; |
| | | } |
| | | |
| | | #all-headers { |
| | |
| | | border-radius: 3px; |
| | | } |
| | | |
| | | #messageheader .message-headers { |
| | | min-height: 60px; |
| | | } |
| | | |
| | | #messageheader #contactphoto { |
| | | display: block; |
| | | position: absolute; |
| | |
| | | border-radius: 4px; |
| | | } |
| | | |
| | | #messageheader #countcontrols { |
| | | #messageheader #countcontrols, |
| | | #messageheader #formatcontrols { |
| | | position: absolute; |
| | | top: 8px; |
| | | right: 8px; |
| | | width: 20em; |
| | | text-align: right; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | #messageheader #formatcontrols { |
| | | top: 38px; |
| | | right: 8px; |
| | | } |
| | | |
| | | #messageheader .pagenav .countdisplay { |
| | |
| | | } |
| | | |
| | | #messagebody { |
| | | position: relative; |
| | | margin: 8px; |
| | | } |
| | | |
| | |
| | | color: #960; |
| | | border: 1px solid #ffdf0e; |
| | | background-color: #fef893; |
| | | background-position: 5px -85px; |
| | | background-position: 5px -83px; |
| | | padding: 6px 12px 4px 30px; |
| | | white-space: normal; |
| | | } |
| | |
| | | } |
| | | |
| | | div.message-part, |
| | | div.message-htmlpart { |
| | | padding: 0 2px 10px 2px; |
| | | border-top: 2px solid #f0f0f0; |
| | | div.message-htmlpart, |
| | | div.message-partheaders { |
| | | padding: 10px 2px; |
| | | border-top: 1px solid #ccc; |
| | | } |
| | | |
| | | #messagebody div:first-child { |
| | | padding-top: 0; |
| | | border-top: 0; |
| | | } |
| | | |
| | | div.message-part pre, |
| | | div.message-htmlpart pre, |
| | | div.message-part div.pre { |
| | | margin: 0px; |
| | | padding: 0px; |
| | | margin: 0; |
| | | padding: 0; |
| | | font-family: monospace; |
| | | font-size: 12px; |
| | | white-space: -moz-pre-wrap !important; |
| | |
| | | } |
| | | |
| | | div.message-part span.sig { |
| | | color: #666666; |
| | | color: #666; |
| | | } |
| | | |
| | | div.message-part blockquote { |
| | |
| | | border-left: 2px solid blue; |
| | | border-right: 2px solid blue; |
| | | background-color: #F6F6F6; |
| | | margin: 2px 0px 2px 0px; |
| | | margin: 2px 0 2px 0; |
| | | padding: 1px 8px 1px 10px; |
| | | } |
| | | |
| | |
| | | } |
| | | |
| | | div.message-part blockquote blockquote blockquote { |
| | | color: #990000; |
| | | border-left: 2px solid #bb0000; |
| | | border-right: 2px solid #bb0000; |
| | | color: #900; |
| | | border-left: 2px solid #b00; |
| | | border-right: 2px solid #b00; |
| | | } |
| | | |
| | | div.message-partheaders { |
| | | margin-top: 8px; |
| | | padding: 8px 0; |
| | | } |
| | | |
| | | div.message-partheaders .headers-table { |
| | | width: 100%; |
| | | } |
| | | |
| | | div.message-partheaders .headers-table td.header-title { |
| | | width: auto; |
| | | padding-left: 0; |
| | | } |
| | | |
| | | div.message-partheaders .headers-table td.header { |
| | | width: 88%; |
| | | } |
| | | |
| | | #messagebody > hr { |
| | |
| | | border-bottom: 2px solid #f0f0f0; |
| | | } |
| | | |
| | | #messagebody > p > img { |
| | | #messagebody fieldset.image-attachment { |
| | | border: 0; |
| | | border-top: 1px solid #ccc; |
| | | margin-top: 1em; |
| | | } |
| | | |
| | | #messagebody fieldset.image-attachment p > img { |
| | | max-width: 80%; |
| | | } |
| | | |
| | | #messagebody legend.image-filename { |
| | | color: #999; |
| | | font-size: 0.9em; |
| | | margin: 0 1em; |
| | | } |
| | | |
| | | #messagebody p.image-attachment { |
| | | position: relative; |
| | | padding: 1em; |
| | | border-top: 1px solid #ccc; |
| | | } |
| | | |
| | | #messagebody p.image-attachment a.image-link { |
| | | float: left; |
| | | display: block; |
| | | margin-right: 2em; |
| | | min-width: 160px; |
| | | min-height: 60px; |
| | | text-align: center; |
| | | } |
| | | |
| | | #messagebody p.image-attachment .image-filename { |
| | | display: block; |
| | | font-weight: bold; |
| | | line-height: 1.6em; |
| | | } |
| | | |
| | | #messagebody p.image-attachment .image-filesize { |
| | | padding-right: 1em; |
| | | } |
| | | |
| | | #messagebody p.image-attachment .attachment-links a { |
| | | margin-right: 0.6em; |
| | | } |
| | | |
| | | #messagepartcontainer { |
| | | position: absolute; |
| | | top: 60px; |
| | | left: 0px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | top: 42px; |
| | | left: 232px; |
| | | right: 0; |
| | | bottom: 0; |
| | | } |
| | | |
| | | #messagepartframe { |
| | | border: 0; |
| | | width: 100%; |
| | | height: 100%; |
| | | } |
| | | |
| | | #messagepartheader { |
| | | position: absolute; |
| | | top: 42px; |
| | | left: 0; |
| | | width: 220px; |
| | | bottom: 0; |
| | | } |
| | | |
| | | #messagepartheader table { |
| | | table-layout: fixed; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | #messagepartheader table td { |
| | | text-overflow: ellipsis; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | #messagepartheader table td.title { |
| | | width: 60px; |
| | | padding-right: 0; |
| | | } |
| | | |
| | | |
| | | /*** message composition ***/ |
| | | |
| | |
| | | bottom: 0; |
| | | } |
| | | |
| | | #composequicksearch { |
| | | position: relative; |
| | | padding: 4px; |
| | | background: #c7e3ef; |
| | | } |
| | | |
| | | #composequicksearch .searchbox input { |
| | | width: 100%; |
| | | height: 26px; |
| | | -moz-box-sizing: border-box; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | #composequicksearch #searchmenulink { |
| | | width: 15px; |
| | | } |
| | | |
| | | #compose-contacts #directorylist { |
| | | border-bottom: 4px solid #c7e3ef; |
| | | } |
| | |
| | | display: block; |
| | | } |
| | | |
| | | #contacts-table td span.email { |
| | | display: inline; |
| | | color: #69939e; |
| | | font-style: italic; |
| | | margin-left: 0.5em; |
| | | } |
| | | |
| | | #compose-contacts li a, #contacts-table td { |
| | | background: url(images/listicons.png) -100px 0 no-repeat; |
| | | overflow: hidden; |
| | | padding-left: 36px; |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | #contacts-table td.contactgroup a { |
| | | color: #376572; |
| | | text-decoration: none; |
| | | } |
| | | |
| | | #contacts-table td.contactgroup a span { |
| | | display: inline-block; |
| | | font-size: 16px; |
| | | font-weight: bold; |
| | | line-height: 11px; |
| | | margin-left: 0.3em; |
| | | } |
| | | |
| | | #contacts-table tr:first-child td { |
| | |
| | | background-position: 6px -1627px; |
| | | } |
| | | |
| | | |
| | | #compose-content { |
| | | position: absolute; |
| | | top: 42px; |
| | | left: 0; |
| | | width: 100%; |
| | | bottom: 28px; |
| | | border-bottom-left-radius: 0; |
| | | border-bottom-right-radius: 0; |
| | | border-radius: 4px 4px 0 0; |
| | | border-bottom: none; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | #composeheaders { |
| | | border-radius: 4px 4px 0 0; |
| | | -webkit-box-shadow: 0 2px 3px 0 #999; |
| | | -moz-box-shadow: 0 2px 3px 0 #999; |
| | | box-shadow: 0 2px 3px 0 #999; |
| | | border-bottom: 0; |
| | | padding-left: 19px; |
| | | } |
| | | |
| | |
| | | padding-right: 4px; |
| | | } |
| | | |
| | | .mozilla .composeoption input { |
| | | vertical-align: -3px; |
| | | } |
| | | |
| | | #composeview-bottom { |
| | | position: relative; |
| | | width: 100%; |
| | |
| | | |
| | | #composebody { |
| | | position: absolute; |
| | | top: 1px; |
| | | top: 0; |
| | | left: 0; |
| | | bottom: 0; |
| | | width: 99%; |
| | |
| | | border: 0 !important; |
| | | } |
| | | |
| | | .defaultSkin td.mceToolbar { |
| | | border: 0 !important; |
| | | } |
| | | |
| | | .defaultSkin table.mceLayout tr.mceFirst td { |
| | | background: #dfdfdf; |
| | | background: #f0f0f0; |
| | | } |
| | | |
| | | #composebody_toolbargroup { |