thomascube
2006-12-22 ee883ad73d64639eb994a71e15b1a37c07ff3cb9
skins/default/mail.css
@@ -120,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;
}
@@ -385,8 +421,7 @@
#messagelist tbody tr td
{
  height: 16px !important;
  height: 20px;
  height: 16px;
  padding: 2px;
  padding-right: 4px;
  font-size: 11px;
@@ -459,12 +494,6 @@
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC3333;
}
#messagelist tr.focused td
{
  border-bottom: thin dotted;
  border-top: thin dotted;
}
#messagelist tr.unfocused td
@@ -555,13 +584,27 @@
  background-color: #b4eeb4;*/
}
#quotadisplay
{
  color: #666666;
  font-size: 11px;
}
#quotadisplay img
{
  vertical-align: middle;
  margin-left: 4px;
  border: 1px solid #666666;
}
/** message view styles */
#messageframe
{
  position: absolute;
  top: 85px;
  top: 95px;
  left: 200px;
  right: 40px;
  bottom: 40px;
@@ -572,6 +615,12 @@
  /* 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
@@ -654,12 +703,37 @@
  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
{
@@ -856,8 +930,3 @@
  margin-top: 8px;
}
#rcmquotadisplay
{
  color: #999999;
  font-size: 11px;
}