thomascube
2009-05-28 d7f49d64d3e2d808e5fb037faef53ff5a5510909
skins/default/common.css
old mode 100755 new mode 100644
@@ -10,6 +10,7 @@
body.iframe
{
  margin: 0px;
  background-color: #FFF;
}
body.extwin
@@ -17,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;
@@ -62,15 +63,28 @@
  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;
  background-color: #ffffff;
  border: 1px solid #666666;
  color: #333333;
  background-color: #ffffff;
}
input, textarea
{
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  padding-left: 3px;
  padding-right: 3px;
}
input.button
@@ -89,9 +103,15 @@
  color: black;
}
input.mainaction
{
  font-weight: bold;
  border: 1px solid #999;
}
img
{
  behavior: url('skins/default/pngbehavior.htc');
  border: 0;
}
.alttext
@@ -99,6 +119,11 @@
  font-size: 11px;
}
.hint
{
  color: #666;
  font-size: 11px;
}
/** common user interface objects */
@@ -120,21 +145,19 @@
  width: 600px;
  height: 37px;
  background: url(images/taskbar.gif) top right no-repeat;
  padding: 10px 24px 0px 0px;
  padding: 10px 4px 10px 0px;
  text-align: right;
  white-space: nowrap;
  z-index: 2;
}
#taskbar a,
#taskbar a:active,
#taskbar a:visited
#taskbar a
{
  font-size: 11px;
  color: #666666;
  text-decoration: none;
  padding: 6px 16px 6px 30px;
  background-repeat: no-repeat;
  padding: 6px 14px 6px 27px;
  background: url('images/taskicons.gif') no-repeat;
}
#taskbar a:hover
@@ -142,24 +165,24 @@
  color: #333333;
}
a.button-mail
#taskbar a.button-mail
{
  background-image: url(images/buttons/mail.gif);
  background-position: 0 0;
}
a.button-addressbook
#taskbar a.button-addressbook
{
  background-image: url(images/buttons/addressbook.gif);
  background-position: 0 -25px;
}
a.button-settings
#taskbar a.button-settings
{
  background-image: url(images/buttons/settings.gif);
  background-position: 0 -50px;
}
a.button-logout
#taskbar a.button-logout
{
  background-image: url(images/buttons/logout.gif);
  background-position: 0 -75px;
}
@@ -178,15 +201,15 @@
{
  width: 400px;
  margin: 0px auto;
  height: 24px;
  min-height: 24px;
  height: 22px;
  min-height: 22px;
  padding: 8px 10px 8px 46px;
}
#message div.notice,
#remote-objects-message
{
  background: url(images/display/info.png) 6px 3px no-repeat;
  background: url('images/display/icons.png') 6px 3px no-repeat;
  background-color: #F7FDCB;
  border: 1px solid #C2D071;
}
@@ -194,25 +217,63 @@
#message div.error,
#message div.warning
{
  background: url(images/display/warning.png) 6px 3px no-repeat;
  background: url('images/display/icons.png') 6px -97px no-repeat;
  background-color: #EF9398;
  border: 1px solid #DC5757;
}
#message div.confirmation
{
  background: url(images/display/confirm.png) 6px 3px no-repeat;
  background: url('images/display/icons.png') 6px -47px no-repeat;
  background-color: #A6EF7B;
  border: 1px solid #76C83F;
}
#message div.loading
{
  background: url(images/display/loading.gif) 6px 3px no-repeat;
  background: url('images/display/loading.gif') 6px 3px no-repeat;
  background-color: #EBEBEB;
  border: 1px solid #CCCCCC;
}
#pagecontent
{
  position: absolute;
  top: 95px;
  left: 20px;
}
.splitter
{
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  position: absolute;
  background: url(images/dimple.png) center no-repeat;
}
.splitter-h
{
  cursor: n-resize;
  background-position: center 2px;
}
.splitter-v
{
  cursor: e-resize;
  background-position: 2px center;
}
.boxtitle
{
  height: 12px !important;
  padding: 2px 10px 5px 10px;
  border-bottom: 1px solid #999;
  color: #333;
  font-size: 11px;
  font-weight: bold;
  background: url('images/listheader.gif') top left repeat-x #CCC;
}
/***** common table settings ******/
@@ -223,8 +284,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;
}
@@ -247,14 +307,102 @@
table.records-table tr.selected td
{
  font-weight: bold;
  color: #FFFFFF;
  background-color: #CC3333;
}
table.records-table tr.focused td
{
}
table.records-table tr.unfocused td
{
  color: #FFFFFF;
  background-color: #929292;
}
/***** mac-style quicksearch field *****/
#quicksearchbar
{
  position: absolute;
  top: 55px;
  right: 20px;
  width: 182px;
  height: 20px;
  text-align: right;
  background: url('images/searchfield.gif') top left no-repeat;
}
#searchreset
{
  position: absolute;
  top: 3px;
  right: 4px;
  text-decoration: none;
}
#searchmod
{
 position: absolute;
 top: 3px;
 right: 160px;
}
#quicksearchbar img
{
  vertical-align: middle;
}
#quicksearchbox
{
  position: absolute;
  top: 2px;
  left: 24px;
  width: 140px;
  height: 15px;
  font-size: 11px;
  padding: 0px;
  border: none;
}
/***** roundcube webmail pre-defined classes *****/
#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;*/
}
#rcmdraglayer
{
  min-width: 300px;
  width: auto !important;
  width: 300px;
  border: 1px solid #999999;
  background-color: #F9F9F9;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  white-space: nowrap;
  opacity: 0.7;
  -moz-opacity: 0.7;
}
a.rcmContactAddress
{
@@ -282,12 +430,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
@@ -296,3 +446,30 @@
  background-color: #CC3333;
}
#login-form
{
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 400px;
  border: 1px solid #999;
}
#login-form table td.title
{
  color: #666;
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
#login-form table
{
  width: 1%;
  margin: auto;
}
#login-form .boxcontent
{
  padding: 20px 10px 10px 10px;
}