alecpl
2009-04-19 269719fbfef07a19f84f87c9a87fc6c811dcc3ba
skins/default/common.css
@@ -18,7 +18,7 @@
  margin: 10px;
}
body, td, th, span, div, p, h3
body, td, th, div, p, h3
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
@@ -63,24 +63,33 @@
  border-style: none;
}
input, textarea
input[type="text"],
input[type="button"],
input[type="password"],
textarea
{
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #666666;
  color: #333333;
  background-color: #ffffff;
  border: 1px solid #666666;
}
input[type="checkbox"],
input[type="radio"]
input, textarea
{
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  padding-left: 3px;
  padding-right: 3px;
  /* IE hacks for input elements */
  border-style: expression(this.type=='checkbox' || this.type=='radio' || this.id=='quicksearchbox' ? 'none' : 'solid');
  border-width: expression(this.type=='checkbox' || this.type=='radio' ? '0' : '1px');
  border-color: expression(this.type=='checkbox' || this.type=='radio' ? '' : '#666666');
  background-color: expression(this.type=='checkbox' || this.type=='radio' ? 'transparent' : '#ffffff');
}
input.button
@@ -99,9 +108,16 @@
  color: black;
}
input.mainaction
{
  font-weight: bold;
  border: 1px solid #999;
}
img
{
  behavior: url('skins/default/pngbehavior.htc');
  border: 0;
}
.alttext
@@ -135,7 +151,7 @@
  width: 600px;
  height: 37px;
  background: url(images/taskbar.gif) top right no-repeat;
  padding: 10px 14px 10px 0px;
  padding: 10px 4px 10px 0px;
  text-align: right;
  white-space: nowrap;
  z-index: 2;
@@ -148,7 +164,7 @@
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  padding: 6px 16px 6px 30px;
  padding: 6px 16px 6px 25px;
  background-repeat: no-repeat;
}
@@ -187,6 +203,8 @@
  right: 200px;
  z-index: 5000;
  opacity: 0.85;
  /* IE */
  filter: alpha(opacity=85);
}
#message div
@@ -230,8 +248,10 @@
.splitter
{
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  position: absolute;
  padding: 2px;
  background: url(images/dimple.png) center no-repeat;
}
@@ -244,7 +264,7 @@
.splitter-v
{
  cursor: e-resize;
  background-position: 1px center;
  background-position: 2px center;
}
.boxtitle
@@ -317,8 +337,8 @@
#quicksearchbar
{
  position: absolute;
  top: 60px;
  right: 30px;
  top: 55px;
  right: 20px;
  width: 182px;
  height: 20px;
  text-align: right;
@@ -344,17 +364,11 @@
  top: 2px;
  left: 20px;
  width: 140px;
  height: 15px;
  font-size: 11px;
  padding: 0px;
  border: none;
}
/*\*/
html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) { background-image: none; }
html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) a { top: 5px; }
html>body*#quicksearchbar[id$="quicksearchbar"]:not([class="none"]) #quicksearchbox { width: 180px; top:0px; right: 1px; left: auto; }
/**/
/***** roundcube webmail pre-defined classes *****/
@@ -378,6 +392,8 @@
#rcmdraglayer
{
  min-width: 300px;
  width: auto !important;
  width: 300px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
@@ -386,6 +402,7 @@
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
@@ -417,12 +434,14 @@
#rcmKSearchpane ul li
{
  display: block;
  height: 16px;
  font-size: 11px;
  padding-left: 8px;
  padding-left: 6px;
  padding-top: 2px;
  padding-right: 8px;
  white-space: nowrap;
  padding-right: 6px;
  white-space: nowrap;
  cursor: pointer;
}
#rcmKSearchpane ul li.selected