thomascube
2009-05-28 d7f49d64d3e2d808e5fb037faef53ff5a5510909
skins/default/mail.css
@@ -4,7 +4,7 @@
#messagetoolbar
{
  position: absolute;
  top: 45px;
  top: 47px;
  left: 200px;
  right: 200px;
  height: 35px;
@@ -17,18 +17,19 @@
  padding-right: 10px;
}
#messagetoolbar select
#messagetoolbar select,
#compose-container select
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  height: 21px;
}
#messagetoolbar select.mboxlist
{
  position: absolute;
  left: 375px;
  top: 10px;
  top: 8px;
}
#messagetoolbar select.mboxlist option
@@ -41,18 +42,25 @@
  padding-left: 2px;
}
#markmessagemenu
#markmessagemenu,
#searchmenu,
#messagemenu
{
  position: absolute;
  top: 32px;
  left: 90px;
  width: auto;
  visibility: hidden;
  display: none;
  background-color: #F9F9F9;
  border: 1px solid #CCC;
  padding: 1px;
  opacity: 0.9;
  z-index: 240;
}
#searchmenu
{
  width: 172px;
}
ul.toolbarmenu
@@ -67,30 +75,114 @@
  font-size: 11px;
  white-space: nowrap;
  min-width: 130px;
  width: auto !important;
  width: 130px;
}
ul.toolbarmenu li a
{
  display: block;
  color: #a0a0a0;
  padding: 2px 8px 3px 12px;
  padding: 2px 8px 3px 22px;
  text-decoration: none;
  min-height: 14px;
}
ul.toolbarmenu li a.active:hover
ul.toolbarmenu li a.active,
ul.toolbarmenu li a.active:active,
ul.toolbarmenu li a.active:visited
{
  background-color: #ddd;
  color: #333;
}
#listcontrols
ul.toolbarmenu li input
{
  vertical-align: middle;
}
ul.toolbarmenu li hr
{
  color: #ccc;
  width: 130px;
  height: 1px;
  margin: 2px 1px 2px 1px;
}
ul.toolbarmenu li img
{
  float: left;
  margin: 0 2px;
}
ul.toolbarmenu li.separator
{
  height: 1px;
  font-size: 1pt;
  border-bottom: 1px solid #ccc;
  margin: 1px 1px 2px 1px;
  padding: 0;
}
#messagemenu li a.active:hover,
#markmessagemenu li a.active:hover
{
  color: #fff;
  background-color: #c00;
}
#messagemenu li a
{
  background: url('images/messageactions.png') no-repeat 1px 0;
}
#messagemenu li a.printlink
{
  background-position: 1px 1px;
}
#messagemenu li a.downloadlink
{
  background-position: 1px -17px;
}
#messagemenu li a.sourcelink
{
  background-position: 1px -35px;
}
#messagemenu li a.openlink
{
  background-position: 1px -53px;
}
#markmessagemenu a.readlink
{
  background: url('images/icons/dot.png') no-repeat 2px;
}
#markmessagemenu a.unreadlink
{
  background: url('images/icons/unread.png') no-repeat 2px;
}
#markmessagemenu a.flaggedlink
{
  background: url('images/icons/flagged.png') no-repeat 2px;
}
#markmessagemenu a.unflaggedlink
{
  background: url('images/icons/unflagged.png') no-repeat 2px;
}
#searchfilter
{
  position: absolute;
  left: 200px;
  bottom: 20px;
  height: 16px;
  width: 500px;
  right: 18px;
  top: 8px;
  text-align: right;
}
#searchfilter label
{
  font-size: 11px;
}
@@ -114,9 +206,6 @@
#mailboxcontrols a.active,
#mailboxcontrols a.active:active,
#mailboxcontrols a.active:visited,
ul.toolbarmenu li a.active,
ul.toolbarmenu li a.active:active,
ul.toolbarmenu li a.active:visited,
td.formlinks a,
td.formlinks a:visited
{
@@ -127,6 +216,12 @@
#mailboxcontrols a.active:hover
{
  text-decoration: underline;
}
#listcontrols,
#mailboxcontrols
{
  padding-right: 2em;
}
#messagecountbar
@@ -146,6 +241,24 @@
  color: #333333;
}
#mainscreen
{
  position: absolute;
  top: 85px;
  right: 20px;
  bottom: 40px;
  left: 20px;
}
#mailrightcontainer
{
  position: absolute;
  top: 0px;
  left: 170px;
  bottom: 0px;
  right: 0px;
}
#messagepartcontainer
{
  position: absolute;
@@ -153,50 +266,38 @@
  left: 20px;
  right: 20px;
  bottom: 20px;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-40)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-100)+'px');
}
#mailcontframe
{
  position: absolute;
  top: 85px;
  left: 200px;
  right: 20px;
  bottom: 40px;
  width: 100%;
  top: 0px;
  bottom: 0px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  overflow: auto;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#mailpreviewframe
{
  position: absolute;
  top: 305px;
  left: 200px;
  right: 20px;
  bottom: 40px;
  width: 100%;
  top: 205px;
  bottom: 0px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px');
}
#messagecontframe
{
  position: absolute;
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-135-document.getElementById('mailcontframe').offsetHeight)+'px');
  width: 100%;
  height: 100%;
}
#messagepartframe
@@ -215,8 +316,6 @@
  left: 220px;
  right: 20px;
  height: 40px;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-240)+'px');
}
#partheader table td
@@ -242,8 +341,7 @@
  height: 12px;
  margin: 0;
  padding: 3px 10px 4px 10px;
  background-color: #EBEBEB;
  background-image: url(images/listheader_aqua.gif);
  background: url('images/listheader.gif') top left repeat-x #CCC;
  border-bottom: 1px solid #999;
  color: #333333;
  font-size: 11px;
@@ -253,21 +351,18 @@
#mailboxlist-container
{
  position: absolute;
  top: 85px;
  left: 20px;
  width: 170px;
  bottom: 40px;
  top: 0px;
  left: 0px;
  width: 160px;
  bottom: 0px;
  border: 1px solid #999;
  background-color: #F9F9F9;
  overflow: auto;
  /* css hack for IE */
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#mailboxlist
{
  position:relative;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
@@ -282,8 +377,7 @@
  display: block;
  position: relative;
  font-size: 11px;
  background: url(images/icons/folder-closed.png) no-repeat;
  background-position: 5px 1px;
  background: url('images/icons/folders.png') 5px 1px no-repeat;
  border-bottom: 1px solid #EBEBEB;
}
@@ -305,37 +399,37 @@
#mailboxlist li div.collapsed
{
  background: url(images/icons/collapsed.png) bottom right no-repeat;
  background: url('images/icons/collapsed.png') bottom right no-repeat;
}
#mailboxlist li div.expanded
{
  background: url(images/icons/expanded.png) bottom right no-repeat;
  background: url('images/icons/expanded.png') bottom right no-repeat;
}
#mailboxlist li.inbox
{
  background-image: url(images/icons/folder-inbox.png);
  background-position: 5px -15px;
}
#mailboxlist li.drafts
{
  background-image: url(images/icons/folder-drafts.png);
  background-position: 5px -31px;
}
#mailboxlist li.sent
{
  background-image: url(images/icons/folder-sent.png);
  background-position: 5px -47px;
}
#mailboxlist li.junk
{
  background-image: url(images/icons/folder-junk.png);
  background-position: 5px -63px;
}
#mailboxlist li.trash
{
  background-image: url(images/icons/folder-trash.png);
  background-position: 5px -79px;
}
#mailboxlist li a
@@ -352,6 +446,11 @@
#mailboxlist li.unread
{
  font-weight: bold;
}
#mailboxlist li.virtual > a
{
  color: #666;
}
#mailboxlist li.selected,
@@ -386,14 +485,27 @@
}
#mailboxcontrols
#mailfooter
{
  position: absolute;
  left: 20px;
  width: 185px;
  bottom: 20px;
  height: 16px;
  overflow: hidden;
  right: 20px;
  bottom: 18px;
  height: 20px;
}
#mailfooter table tr td
{
  white-space: nowrap;
  vertical-align: bottom;
}
#mailboxcontrols,
#listcontrols,
#countcontrols,
#quotabox
{
  white-space: nowrap;
  font-size: 11px;
}
@@ -411,13 +523,7 @@
  width: 100%;
  display: table;
  table-layout: fixed;
  /* css hack for IE */
  width: expression(parseInt(document.getElementById('mailcontframe').clientWidth)+'px');
}
/* safari hack \*/
html>body*#messagelist[id$="messagelist"]:not([class="none"]) { table-layout: auto; }
/**/
#messagelist thead tr td
{
@@ -429,8 +535,7 @@
  vertical-align: middle;
  border-bottom: 1px solid #999999;
  color: #333333;
  background-color: #EBEBEB;
  background-image: url(images/listheader_aqua.gif);
  background: url('images/listheader.gif') top left repeat-x #CCC;
  font-size: 11px;
  font-weight: bold;
}
@@ -438,17 +543,17 @@
#messagelist thead tr td.sortedASC,
#messagelist thead tr td.sortedDESC
{
  background-image: url(images/listheader_dark.gif);
  background-position: 0 -20px;
}
#messagelist thead tr td.sortedASC a
{
  background: url(images/sort_asc.gif) top right no-repeat;
  background: url('images/icons/sort.gif') right 0 no-repeat;
}
#messagelist thead tr td.sortedDESC a
{
  background: url(images/sort_desc.gif) top right no-repeat;
  background: url('images/icons/sort.gif') right -14px no-repeat;
}
#messagelist thead tr td a
@@ -481,6 +586,11 @@
  cursor: inherit;
}
#messagelist tbody tr td.subject a
{
  cursor: default;
}
#messagelist col
{
  display: table-column;
@@ -496,6 +606,12 @@
  cursor: pointer;
}
#messagelist tbody tr td.flag img:hover,
#messagelist thead tr td.flag img
{
  background: url(images/icons/unflagged.png) center no-repeat;
}
#messagelist tr td.subject
{
  overflow: hidden;
@@ -507,6 +623,11 @@
  width: 70px;
  text-align: right;
  vertical-align: middle;
}
#messagelist thead tr td.size
{
  text-align: left;
}
#messagelist tr td.from,
@@ -540,6 +661,12 @@
  background-color: #FFFFFF;
}
#messagelist tr.flagged td,
#messagelist tr.flagged td a
{
  color: #CC0000;
}
#messagelist tr.selected td
{
  color: #FFFFFF;
@@ -562,17 +689,18 @@
  color: #FFFFFF;
}
#messagelist tr.deleted td a
{
  color: #CCCCCC;
}
#messagelist tr.deleted td,
#messagelist tr.deleted td a
{
  color: #CCCCCC;
}
/* safari hacks \*/
html>body*#messagelist[id$="messagelist"]:not([class="none"]) { width: 99.8%; }
html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.flag,
html>body*#messagelist[id$="messagelist"]:not([class="none"]) tr td.icon { width: 20px; }
html>body*input[type$="file"]:not([class="none"]) { background-color: transparent; border: 0; }
/**/
#quotadisplay
{
@@ -584,27 +712,34 @@
{
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid #666666;
  border: 1px solid #999;
}
/** message view styles */
#messageframe
{
  position: absolute;
  top: 85px;
  left: 200px;
  right: 20px;
  bottom: 40px;
  top: 0px;
  left: 170px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #999;
  background-color: #FFF;
  overflow: auto;
  /* css hack for IE */
  /* margin-bottom: 10px; */
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-125)+'px');
}
#printmessageframe
{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #999;
  background-color: #FFF;
  overflow: auto;
}
div.messageheaderbox
@@ -628,6 +763,11 @@
  border: 1px solid #ccc;
}
#messageframe table.headers-table
{
  border-bottom: 1px solid #ccc;
}
table.headers-table tr td
{
  font-size: 11px;
@@ -646,8 +786,18 @@
table.headers-table tr td.subject
{
  width: 95%;
  width: 90%;
  font-weight: bold;
}
table.headers-table tr td.all
{
  width: 100%;
  color: #666666;
  text-align: left;
  padding-right: 10px;
  vertical-align: center;
  text-align: center;
}
#attachment-list
@@ -658,8 +808,6 @@
  list-style-image: none;
  list-style-type: none;
  background: url(images/icons/attachment.png) 60px 2px no-repeat #DFDFDF;
  /* IE6 hack */
  _height: expression(Math.min(16, parseInt(document.documentElement.clientHeight))+'px');
}
#attachment-list:after
@@ -694,7 +842,6 @@
#messagebody
{
  position:relative;
  min-height: 300px;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}
@@ -717,12 +864,16 @@
  color: #0000CC;
}
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: -o-pre-wrap !important;
  white-space: pre-wrap !important;
  white-space: pre;
  word-wrap: break-word; /* IE (and Safari) */
}
@@ -780,6 +931,15 @@
  color: #333333;
}
#messageviewlink
{
  position: absolute;
  top: 8px;
  right: 10px;
  width: 15px;
  height: 15px;
  border: 0;
}
/** message compose styles */
@@ -799,47 +959,37 @@
{
  position: absolute;
  top: 90px;
  left: 200px;
  left: 190px;
  right: 25px;
  bottom: 30px;
  padding: 0px;
  margin: 0px;
  /* css hack for IE */
  width: expression((parseInt(document.documentElement.clientWidth)-220)+'px');
  height: expression((parseInt(document.documentElement.clientHeight)-130)+'px');
}
/*
#compose-headers
#spellcheck-control
{
  text-align: right;
  padding-top: 3px;
}
#editor-select
{
  float: left;
}
#compose-div
{
  position: absolute;
  top: 70px;
  left: 200px;
  height: 84px;
  border-top: 1px solid #cccccc;
  overflow: auto;
  top: 130px;
  bottom: 30px;
  width: 100%;
  vertical-align: top;
  padding-top: 2px;
}
#compose-headers td
{
  padding-top: 1px;
  padding-bottom: 1px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
*/
#compose-headers
{
  width: 100%;
}
/*
#compose-headers td
{
  width: 100%;
}
*/
#compose-headers td.top
{
@@ -862,7 +1012,6 @@
#compose-headers td input
{
  width: 100%;
  width: expression('99%');
}
#compose-headers td textarea
@@ -879,10 +1028,8 @@
#compose-body
{
  margin-top: 5px;
  margin-bottom: 10px;
  height: 90%;
  min-height: 280px;
  min-height: 100px;
  height: 100%;
  font-size: 9pt;
  font-family: "Courier New", Courier, monospace;
}
@@ -917,6 +1064,12 @@
  overflow: hidden;
}
#compose-attachments ul li img
{
  padding-right: 2px;
  vertical-align: middle;
}
#attachment-title
{
  background: url(images/icons/attachment.png) top left no-repeat;
@@ -944,3 +1097,53 @@
{
  margin-top: 4px;
}
table.headers-table tr td.more-headers
{
  cursor: pointer;
  width: 100%;
  height: 8px;
  border-bottom: 0;
}
table.headers-table tr td.all
{
  padding: 2px 6px 4px 6px;
  border-bottom: 0;
}
td.show-headers
{
  background: url(images/icons/down_small.gif) no-repeat center;
}
td.hide-headers
{
  background: url(images/icons/up_small.gif) no-repeat center;
}
#all-headers
{
  height: 150px;
  display: none;
}
#headers-source
{
  margin: 0 5px;
  padding: 0.5em;
  height: 145px;
  background: white;
  overflow: auto;
  font-size: 11px;
  white-space: nowrap;
  border: 1px solid #999999;
  display: none;
  text-align: left;
  color: #333;
}
font.bold
{
  font-weight: bold;
}