thomascube
2011-12-17 af05fecf245cc1bdeee0f6a1ee32559add539134
skins/larry/mail.css
@@ -23,7 +23,7 @@
#mailview-right {
   position: absolute;
   top: 0;
   left: 250px;
   left: 252px;
   right: 0;
   bottom: 0;
}
@@ -42,6 +42,12 @@
   bottom: 0;
   width: 100%;
   height: 26px;
}
#mailviewsplitter {
   right: 30px;
   width: 30px;
   left: auto !important;
}
#mailboxcontainer,
@@ -68,8 +74,37 @@
   padding: 2px;
}
#messagelistfooter.rightalign {
   text-align: right;
}
#messagelistfooter #countcontrols {
   display: inline-block;
}
#messagelistfooter #listcontrols {
   display: inline-block;
   margin-right: 2em;
}
a.iconbutton.listmode {
   width: 26px;
   height: 20px;
   background-position: 0 -437px;
}
a.iconbutton.threadmode {
   width: 26px;
   height: 20px;
   background-position: 0 -457px;
}
a.iconbutton.listmode.selected {
   background-position: -26px -437px;
}
a.iconbutton.threadmode.selected {
   background-position: -26px -457px;
}
#mailboxlist li.mailbox {
@@ -160,22 +195,22 @@
#mailboxlist li.mailbox div.collapsed,
#mailboxlist li.mailbox div.expanded {
   position: absolute;
   top: 15px;
   left: 21px;
   width: 10px;
   height: 10px;
   background: url(images/listicons.png) -5px -146px no-repeat;
   top: 14px;
   left: 20px;
   width: 14px;
   height: 14px;
   background: url(images/listicons.png) -3px -144px no-repeat;
   cursor: pointer;
}
#mailboxlist li.mailbox div.expanded {
   background-position: -5px -170px;
   background-position: -3px -168px;
}
#mailboxlist li.mailbox ul li div.collapsed,
#mailboxlist li.mailbox ul li div.expanded {
   left: 46px;
   top: 16px;
   left: 45px;
   top: 15px;
}
#mailboxlist li.mailbox .unreadcount {
@@ -185,11 +220,11 @@
   width: 2.8em;
   padding: 2px;
   background: #82acb5;
   background: -moz-linear-gradient(left, #82acb5 0%, #6a939f 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,#82acb5), color-stop(100%,#6a939f));
   background: -o-linear-gradient(left, #82acb5 0%, #6a939f 100%);
   background: -ms-linear-gradient(left, #82acb5 0%, #6a939f 100%);
   background: linear-gradient(left, #82acb5 0%, #6a939f 100%);
   background: -moz-linear-gradient(top, #82acb5 0%, #6a939f 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82acb5), color-stop(100%,#6a939f));
   background: -o-linear-gradient(top, #82acb5 0%, #6a939f 100%);
   background: -ms-linear-gradient(top, #82acb5 0%, #6a939f 100%);
   background: linear-gradient(top, #82acb5 0%, #6a939f 100%);
   box-shadow: inset 0 1px 1px 0 #536d72;
   -o-box-shadow: inset 0 1px 1px 0 #536d72;
   -webkit-box-shadow: inset 0 1px 1px 0 #536d72;
@@ -203,11 +238,11 @@
#mailboxlist li.mailbox.selected .unreadcount {
   background: #005d76;
   background: -moz-linear-gradient(left, #005d76 0%, #004558 100%);
   background: -webkit-gradient(linear, left top, right top, color-stop(0%,#005d76), color-stop(100%,#004558));
   background: -o-linear-gradient(left, #005d76 0%, #004558 100%);
   background: -ms-linear-gradient(left, #005d76 0%, #004558 100%);
   background: linear-gradient(left, #005d76 0%, #004558 100%);
   background: -moz-linear-gradient(top, #005d76 0%, #004558 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005d76), color-stop(100%,#004558));
   background: -o-linear-gradient(top, #005d76 0%, #004558 100%);
   background: -ms-linear-gradient(top, #005d76 0%, #004558 100%);
   background: linear-gradient(top, #005d76 0%, #004558 100%);
   box-shadow: inset 0 1px 1px 0 #003645;
   -o-box-shadow: inset 0 1px 1px 0 #003645;
   -webkit-box-shadow: inset 0 1px 1px 0 #003645;
@@ -218,13 +253,41 @@
   width: 16em;
}
#mailview-left select.mailboxlist {
   position: relative;
   top: 10px;
   width: 100%;
}
#messagetoolbar {
   position: absolute;
   top: -6px;
   right: 0;
   left: 15em;
   height: 40px;
   white-space: nowrap;
}
#messagetoolbar.fullwidth {
   left: 0;
}
#mailtoolbar {
   text-align: right;
}
#mailpreviewtoggle {
   display: block;
   position: absolute;
   top: 4px;
   right: 2px;
   width: 20px;
   height: 18px;
   background: url(images/buttons.png) -3px -418px no-repeat;
}
#mailpreviewtoggle.enabled {
   background-position: -28px -418px;
}
@@ -239,7 +302,6 @@
}
.boxlistcontent thead tr td {
   font-size: 11px;
   font-weight: bold;
   background: #d6eaf3;
   background: -moz-linear-gradient(left, #e3f2f6 0, #d6eaf3 14px, #d6eaf3 100%);
@@ -250,7 +312,8 @@
   border-left: 1px solid #bbd3da;
}
.boxlistcontent thead tr td a {
.boxlistcontent thead tr td a,
.boxlistcontent thead tr td span {
   display: block;
   padding: 8px 7px;
   color: #69939e;
@@ -258,7 +321,6 @@
}
.boxlistcontent tbody tr td {
   font-size: 11px;
   padding: 4px 7px;
   border-bottom: 1px solid #ddd;
   border-left: 1px dotted #bbd3da;
@@ -431,6 +493,7 @@
   vertical-align: middle;
   height: 18px;
   width: 20px;
   padding: 0;
   background: url(images/listicons.png) -100px 0 no-repeat;
}
@@ -563,3 +626,532 @@
   width: 15px;
/*   background: url(images/tree.gif) 0px 0px no-repeat; */
}
#listoptions ul.proplist {
   min-width: 16em;
}
/**** message view ****/
#mailpreviewframe {
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   bottom: 28px;
}
#messagecontframe {
   border: 0;
   border-radius: 4px 4px 0 0;
}
#messagecontent {
   position: absolute;
   top: 140px;
   left: 0;
   width: 100%;
   bottom: 0;
   overflow: auto;
   border-radius: 4px 4px 0 0;
}
#messageheader,
#partheader,
#composeheaders {
   position: relative;
   padding: 3px 0;
   background: #fff;
   background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#e9e9e9));
   background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
   background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
   background: linear-gradient(top, #fff 0%, #e9e9e9 100%);
}
h2.subject {
   font-size: 15px;
   margin: 0 15em 0 0;
   padding: 4px 8px 2px 8px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
h3.subject {
   font-size: 14px;
   margin: 0 8em 0 0;
   padding: 8px 8px 4px 8px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.headers-table td {
   color: #666;
   padding: 2px 8px;
}
.headers-table td.header {
   font-weight: bold;
}
.headers-table td.header a {
   color: #666;
   text-decoration: none;
}
.headers-table td.header a:hover {
   text-decoration: underline;
}
.headers-table td.subject {
   color: #333;
   font-size: 110%;
   font-weight: bold;
}
.headers-table td.header span {
   white-space: nowrap;
}
.rcmaddcontact {
   position: relative;
   top: 1px;
   margin-left: 0.5em;
}
.rcmaddcontact imp {
   width: 20px;
   height: 13px;
}
#messagepreviewheader {
   margin: 0 8px;
   padding-bottom: 8px;
   border-bottom: 2px solid #f0f0f0;
}
#messagepreviewheader .headers-table {
   margin: 0 -8px;
}
#messagepreviewheader h3.subject {
   padding-left: 0;
}
#messagepreviewheader #countcontrols,
#messageheader #countcontrols {
   position: absolute;
   top: 8px;
   right: 8px;
   width: 18em;
   text-align: right;
   white-space: nowrap;
}
#messageheader .pagenav .countdisplay {
   min-width: 0;
   padding-right: 0.5em;
   white-space: nowrap;
}
#messagecontent .leftcol,
#messagepreview .leftcol {
   margin-right: 250px;
}
#messagecontent .rightcol,
#messagepreview .rightcol {
   float: right;
/*
   position: absolute;
   top: 10px;
   right: 10px;
   height: 90%;
*/
   width: 230px;
   margin: 8px;
   min-height: 200px;
   background: #f0f0f0;
   padding: 8px;
}
#messagebody {
   margin: 8px;
}
#message-objects div,
#messagebody span.part-notice {
   margin: 8px;
}
#message-objects div.notice,
#message-buttons div.notice {
   display: block;
   color: #960;
   border: 1px solid #ffdf0e;
   background-color: #fef893;
   background-position: 5px -24px;
   padding: 6px 12px 4px 30px;
}
#message-objects div a.button,
#messagebody span.part-notice a.button {
   margin-left: 10px;
   border: 1px solid #ccc;
   box-shadow: 0 1px 1px 0 #e8e386;
   -o-box-shadow: 0 1px 1px 0 #e8e386;
   -webkit-box-shadow: 0 1px 1px 0 #e8e386;
   -moz-box-shadow: 0 1px 1px 0 #e8e386;
}
div.message-part,
div.message-htmlpart {
   padding: 10px 2px;
   border-top: 2px solid #f0f0f0;
}
#messagebody div:first-child {
   border-top: 0;
}
div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre {
   margin: 0px;
   padding: 0px;
   font-family: monospace;
   white-space: -moz-pre-wrap !important;
   white-space: pre-wrap !important;
   white-space: pre;
}
div.message-part span.sig {
   color: #666666;
}
div.message-part blockquote {
   color: blue;
   border-left: 2px solid blue;
   border-right: 2px solid blue;
   background-color: #F6F6F6;
   margin: 2px 0px 2px 0px;
   padding: 1px 8px 1px 10px;
}
div.message-part blockquote blockquote {
   color: green;
   border-left: 2px solid green;
   border-right: 2px solid green;
}
div.message-part blockquote blockquote blockquote {
   color: #990000;
   border-left: 2px solid #bb0000;
   border-right: 2px solid #bb0000;
}
#messagebody > hr {
   color: #fff;
   background: #fff;
   border: 0;
   border-bottom: 2px solid #f0f0f0;
}
#messagebody > p > img {
   max-width: 80%;
}
#attachment-list {
   list-style: none;
   margin: 0;
   padding: 0;
   overflow: hidden;
   text-overflow: ellipsis;
}
#attachment-list li {
   display: block;
   position: relative;
   background: url(images/filetypes.png) 0 0 no-repeat;
   margin-bottom: 1px;
}
#attachment-list li.pdf {
   background-position: 0 -26px;
}
#attachment-list li.doc,
#attachment-list li.msword {
   background-position: 0 -52px;
}
#attachment-list li.xls,
#attachment-list li.msexcel {
   background-position: 0 -78px;
}
#attachment-list li.zip,
#attachment-list li.gz {
   background-position: 0 -104px;
}
#attachment-list li.image {
   background-position: 0 -130px;
}
#attachment-list li.audio {
   background-position: 0 -156px;
}
#attachment-list li.video {
   background-position: 0 -182px;
}
#attachment-list li a,
#compose-attachments ul li {
   display: block;
   color: #333;
   font-weight: bold;
   padding: 8px 4px 3px 30px;
   text-shadow: 0px 1px 1px #fff;
   text-decoration: none;
   white-space: nowrap;
}
#attachment-list li a:hover {
   text-decoration: underline;
}
#messagepartcontainer {
   position: absolute;
   top: 60px;
   left: 0px;
   right: 0px;
   bottom: 0px;
}
#messagepartframe {
   border: 0;
}
/*** message composition ***/
#composeview-left {
   position: absolute;
   top: 0;
   left: 0;
   width: 250px;
   bottom: 0;
}
#composeview-right {
   position: absolute;
   top: 0;
   left: 262px;
   right: 0;
   bottom: 0;
}
#compose-contacts {
   position: absolute;
   top: 42px;
   left: 0;
   width: 100%;
   bottom: 0;
}
#compose-content {
   position: absolute;
   top: 42px;
   left: 0;
   width: 100%;
   bottom: 28px;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   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;
}
#composebuttons {
   position: absolute;
   top: 8px;
   right: 8px;
   width: auto;
   white-space: nowrap;
   z-index: 100;
}
.compose-headers {
   width: 99%;
   margin: 4px 0;
}
.compose-headers td {
   padding: 4px 4px 4px 8px;
}
.compose-headers td.title {
   width: 11%;
   white-space: nowrap;
}
.compose-headers td.title label {
   float: left;
}
.compose-headers td.title a.iconbutton {
   float: right;
   position: relative;
   top: -2px;
   width: 15px;
}
.compose-headers td.editfield {
   width: 90%;
   padding-left: 4px;
}
.compose-headers td.editfield a.iconlink {
   margin-left: 0.5em;
}
.compose-headers td.formlinks {
   padding: 0 4px;
}
.compose-headers td.top {
   vertical-align: top;
   padding-top: 10px;
}
.compose-headers td textarea,
.compose-headers td input {
   width: 100%;
   resize: none;
}
#compose-cc, #compose-bcc, #compose-replyto, #compose-followupto {
   display: none;
}
#composeoptionsbox {
   padding: 4px 8px 0 8px;
   background: #d2d2d2;
   border-bottom: 1px solid #e8e8e8;
   -webkit-box-shadow: 0 2px 3px 0 #999;
   -moz-box-shadow: 0 2px 3px 0 #999;
   box-shadow: 0 2px 3px 0 #999;
   white-space: nowrap;
}
#composeoptions {
   display: none;
   padding: 2px 0;
   white-space: normal;
}
.composeoption {
   padding-right: 22px;
   white-space: nowrap;
}
#composeoptions .composeoption {
   display: inline-block;
   padding: 4px 28px 4px 0;
}
#composeoptions .composeoption:last-child {
   padding-right: 4px;
}
#composeoptionstoggle {
   display: inline-block;
   position: relative;
   top: -1px;
   left: 6px;
   width: 20px;
   height: 18px;
   background: url(images/buttons.png) -3px -418px no-repeat;
   text-decoration: none;
}
#composeoptionstoggle.enabled {
   background-position: -28px -418px;
}
#composeview-bottom {
   position: relative;
   width: 100%;
   height: 200px;
}
#composebodycontainer {
   position: absolute;
   top: 0;
   left: 0;
   right: 260px;
   bottom: 0;
}
#composebody {
   position: absolute;
   top: 24px;
   left: 0;
   bottom: 0;
   width: 99%;
   border: 0;
   padding: 8px 0 8px 8px;
   box-shadow: none;
   resize: none;
   font-family: monospace;
   font-size: 9pt;
}
#compose-attachments {
   position: absolute;
   right: 0;
   top: 0;
   bottom: 0;
   width: 240px;
   background: #f0f0f0;
   padding: 8px;
   overflow: auto;
}
#attachment-list li.uploading {
   background: url(images/ajaxloader.gif) 2px 6px no-repeat;
}
#attachment-list li a.delete,
#attachment-list li a.cancelupload {
   position: absolute;
   top: 6px;
   right: 0;
   width: 24px;
   height: 18px;
   padding: 0;
   text-decoration: none;
   text-indent: -1000px;
   background: url(images/buttons.png) -7px -337px no-repeat;
}
#attachment-list li a.cancelupload {
   background-position: -7px -377px;
}
#spellcheck-control {
   margin: 6px 8px;
   text-align: right;
}