thomascube
2006-12-22 ee883ad73d64639eb994a71e15b1a37c07ff3cb9
skins/default/mail.css
@@ -8,6 +8,7 @@
  left: 200px;
  right: 250px;
  height: 35px;
  white-space: nowrap;
/*  border: 1px solid #cccccc; */
}
@@ -26,7 +27,7 @@
#messagetoolbar select.mboxlist
{
  position: absolute;
  left: 300px;
  left: 375px;
  top: 10px;
}
@@ -46,12 +47,16 @@
  left: 200px;
  bottom: 20px;
  height: 16px;
  width: 400px;
  width: 500px;
  font-size: 11px;
}
#listcontrols a,
#listcontrols a:active,
#listcontrols a:visited
#listcontrols a:visited,
#mailboxcontrols a,
#mailboxcontrols a:active,
#mailboxcontrols a:visited
{
  color: #999999;
  font-size: 11px;
@@ -60,12 +65,16 @@
#listcontrols a.active,
#listcontrols a.active:active,
#listcontrols a.active:visited
#listcontrols a.active:visited,
#mailboxcontrols a.active,
#mailboxcontrols a.active:active,
#mailboxcontrols a.active:visited
{
  color: #CC0000;
}
#listcontrols a.active:hover
#listcontrols a.active:hover,
#mailboxcontrols a.active:hover
{
  text-decoration: underline;
}
@@ -73,11 +82,12 @@
#messagecountbar
{
  position: absolute;
  top: 60px;
  bottom: 16px;
  right: 40px;
  width: 250px;
  width: 300px;
  height: 20px;
  text-align: right;
  white-space: nowrap;
}
#messagecountbar span
@@ -110,11 +120,47 @@
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#mailpreviewframe
{
  position: absolute;
  top: 305px;
  left: 200px;
  right: 40px;
  bottom: 40px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px');
}
#messagecontframe
{
  width: 100%;
  height: 100%;
  border: 0;
}
/*\*/
html>body*#messagecontframe
{
  [height: 40%;
  height: 40%;
  ]height: 100%;
}
/**/
#messagepartframe
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  height: auto;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  background-color: #F9F9F9;
}
@@ -215,6 +261,11 @@
  background-image: url(images/icons/folder-inbox.png);
}
#mailboxlist li.drafts
{
  background-image: url(images/icons/folder-drafts.png);
}
#mailboxlist li.sent
{
  background-image: url(images/icons/folder-sent.png);
@@ -261,6 +312,10 @@
  font-weight: bold;
}
#mailboxlist li.droptarget
{
  background-color: #FFFFA6;
}
/* styles for nested folders */
#mailboxlist ul {
@@ -293,6 +348,18 @@
}
#mailboxcontrols
{
  position: absolute;
  left: 20px;
  width: 160px;
  bottom: 20px;
  height: 16px;
  overflow: hidden;
  font-size: 11px;
}
/** message list styles */
body.messagelist
@@ -304,6 +371,7 @@
#messagelist
{
  width: 100%;
  display: table;
  table-layout: fixed;
  /* css hack for IE */
  width: expression(document.getElementById('mailcontframe').clientWidth);
@@ -331,45 +399,76 @@
  background-image: url(images/listheader_dark.gif); 
}
#messagelist thead tr td.sortedASC a
{
  background: url(images/sort_asc.gif) top right no-repeat;
}
#messagelist thead tr td.sortedDESC a
{
  background: url(images/sort_desc.gif) top right no-repeat;
}
#messagelist thead tr td a,
#messagelist thead tr td a:hover
{
  display: block;
  width: auto !important;
  width: 100%;
  color: #333333;
  text-decoration: none;
}
#messagelist tbody tr td
{
  height: 16px !important;
  height: 20px;
  height: 16px;
  padding: 2px;
  padding-right: 4px;
  font-size: 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
}
#messagelist col
{
  display: table-column;
  text-align: left;
  vertical-align: middle;
}
#messagelist tr td.icon
{
  width: 16px;
  vertical-align: middle;
}
#messagelist tr td.subject
{
  overflow: hidden;
  text-align: left;
  vertical-align: middle;
}
#messagelist tr td.size
{
  width: 60px;
  text-align: right;
  vertical-align: middle;
}
#messagelist tr td.from,
#messagelist tr td.to
{
  width: 180px;
  overflow: hidden;
  vertical-align: middle;
}
#messagelist tr td.date
{
  width: 110px;
  vertical-align: middle;
}
#messagelist tr.message
@@ -397,9 +496,105 @@
  background-color: #CC3333;
}
#messagelist tr.unfocused td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #929292;
}
#messagelist tr.selected td a.rcmContactAddress
{
  color: #FFFFFF;
}
#messagelist tr.unfocused td a.rcmContactAddress
{
  color: #FFFFFF;
}
#messagelist tr.deleted td a.rcmContactAddress
{
  color: #CCCCCC;
}
#messagelist tr.deleted td,
#messagelist tr.deleted td a
{
  color: #CCCCCC;
}
#quicksearchbar
{
  position: absolute;
  top: 60px;
  right: 40px;
  width: 182px;
  height: 20px;
  text-align: right;
  background: url('images/searchfield.gif') top left no-repeat;
}
#quicksearchbar a
{
  position: absolute;
  top: 3px;
  right: 4px;
  text-decoration: none;
}
#quicksearchbar img
{
  vertical-align: middle;
}
#quicksearchbox
{
  position: absolute;
  top: 2px;
  left: 20px;
  width: 140px;
  font-size: 11px;
  padding: 0px;
  border: none;
}
/*\*/
html>body*#quicksearchbar { background-image: none; }
html>body*#quicksearchbar a { top: 5px; }
html>body*#quicksearchbar #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }
/**/
#rcversion
{
  position: absolute;
  top: 67px;
  left: 20px;
  width: 160px;
  text-align: center;
  font-weight: normal;
  font-size: x-small;
  font-variant: small-caps;
  color: #999999;
  /*border: 1px solid #308014;
  background-color: #b4eeb4;*/
}
#quotadisplay
{
  color: #666666;
  font-size: 11px;
}
#quotadisplay img
{
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid #666666;
}
@@ -409,12 +604,23 @@
#messageframe
{
  position: absolute;
  top: 85px;
  top: 95px;
  left: 200px;
  right: 40px;
  bottom: 40px;
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  overflow: auto;
  /* css hack for IE */
  margin-bottom: 10px;
  width: expression(document.body.clientWidth-240);
  /* margin-bottom: 10px; */
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
div.messageheaderbox
{
  margin: 6px 8px 0px 8px;
  border: 1px solid #ccc;
}
table.headers-table
@@ -433,10 +639,11 @@
table.headers-table td.header-title
{
  width: 70px;
  width: 80px;
  color: #666666;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  padding-right: 4px;
}
@@ -445,7 +652,7 @@
  width: 95%;
  font-weight: bold;
}
#attachment-list
{
  margin: 0px;
@@ -453,9 +660,7 @@
  height: 18px;
  list-style-image: none;
  list-style-type: none;
  background-color: #DFDFDF;
  background: url(images/icons/attachment.png) no-repeat #DFDFDF;
  background-position: 52px 1px;
  background: url(images/icons/attachment.png) 52px 1px no-repeat #DFDFDF; 
  border-bottom: 1px solid #FFFFFF;
}
@@ -481,18 +686,15 @@
#messagebody
{
  min-height: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
  border-top: none;
}
div.message-part
{
  padding: 8px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
  overflow: hidden;
}
@@ -501,20 +703,45 @@
  color: #0000CC;
}
div.message-part pre
div.message-part div.pre
{
  margin: 0px;
  padding: 0px;
  white-space: pre;
  font-family: monospace;
}
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;
}
#remote-objects-message
{
  display: none;
  height: 20px;
  min-height: 20px;
  margin: 8px 8px 0px 8px;
  padding: 10px 10px 6px 46px;  
  margin-top: 8px;
}
#remote-objects-message a
@@ -534,7 +761,14 @@
#priority-selector
{
  position: absolute;
  left: 200px;
  left: 280px;
  top: 10px;
}
#receipt-selector
{
  position: absolute;
  left: 450px;
  top: 10px;
}
@@ -544,12 +778,12 @@
  top: 90px;
  left: 200px;
  right: 40px;
  bottom: 20px;
  bottom: 40px;
  padding: 0px;
  margin: 0px;
  /* css hack for IE */
  width: expression(document.documentElement.clientWidth-240);
  /* height: expression((parseInt(document.documentElement.clientHeight)-130)+'px'); */
  height: expression((parseInt(document.documentElement.clientHeight)-130)+'px');
}
/*
@@ -634,11 +868,11 @@
#compose-body
{
  margin-top: 10px;
  width: 100% !important;
  width: 95%;
  height: 95%;
  min-height: 400px;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 99%;
  height: 90%;
  min-height: 280px;
  font-size: 9pt;
  font-family: "Courier New", Courier, monospace;
}
@@ -665,14 +899,18 @@
{
  height: 18px;
  font-size: 11px;
  padding-left: 26px;
  padding-left: 2px;
  padding-top: 2px;
  padding-right: 4px;
  background: url(images/icons/attachment.png) no-repeat;
  background-position: 4px 1px;
  border-bottom: 1px solid #EBEBEB;
  white-space: nowrap;
  overflow: hidden;
}
#attachment-title
{
  background: url(images/icons/attachment.png) top left no-repeat;
  padding: 0px 0px 3px 22px;
}
#attachment-form
@@ -691,5 +929,4 @@
{
  margin-top: 8px;
}