thomascube
2010-12-17 db1a87cd6c506f2afbd1a37c64cb56ae11120b49
skins/default/common.css
@@ -1,4 +1,4 @@
/***** RoundCube|Mail basic styles *****/
/***** Roundcube|Mail basic styles *****/
body
{
@@ -18,7 +18,7 @@
  margin: 10px;
}
body, td, th, div, p, h3
body, td, th, div, p, h3, select, input, textarea
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
@@ -65,9 +65,6 @@
input[type="password"],
textarea
{
  padding: 1px;
  padding-left: 3px;
  padding-right: 3px;
  border: 1px solid #666666;
  color: #333333;
  background-color: #ffffff;
@@ -75,17 +72,8 @@
input, textarea
{
  font-size: 9pt;
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: black;
  padding-left: 3px;
  padding-right: 3px;
}
select
{
  font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  color: black;
  padding: 1px 3px;
}
input.button
@@ -152,8 +140,8 @@
  position: absolute;
  top: 0px;
  right: 0px;
  width: 600px;
  height: 24px;
  width: 100%;
  background: url(images/taskbar.png) top right no-repeat;
  padding: 10px 4px 5px 0px;
  text-align: right;
@@ -200,8 +188,8 @@
  position: absolute;
  display: none;
  top: -1px;
  left: 200px;
  right: 200px;
  margin-left: -225px;
  left: 50%;
  z-index: 5000;
  opacity: 0.85;
}
@@ -259,6 +247,11 @@
  font-weight: bold;
  overflow: hidden;
  background: url(images/listheader.gif) top left repeat-x #CCC;
}
.boxtitle .rightalign
{
  float: right;
}
.boxcontent
@@ -331,6 +324,11 @@
.boxfooter a.buttonPas
{
  opacity: 0.35;
}
.pagenav
{
  min-width: 250px;
}
.pagenav span
@@ -462,6 +460,35 @@
{
  color: #fff;
  background-color: #c00;
}
.darkbg
{
  background-color: #F2F2F2 !important;
}
.dropbutton,
.dropbutton span
{
  float: left;
  height: 32px;
}
.dropbutton:hover
{
/*  background: url(images/dbutton.png) 0 0 no-repeat transparent; */
}
.dropbutton span
{
  width: 9px;
  background: url(images/dbutton.png) -53px 0 no-repeat transparent;
}
.dropbutton span:hover
{
  cursor: pointer;
  background-position: -74px 0;
}
@@ -676,7 +703,17 @@
  opacity: 0.8;
}
.disabled
{
  color: #999;
}
font.bold
{
  font-weight: bold;
}
/***** onclick menu list *****/
ul.toolbarmenu
@@ -698,7 +735,7 @@
{
  display: block;
  color: #a0a0a0;
  padding: 2px 12px 3px 28px;
  padding: 1px 12px 3px 28px;
  text-decoration: none;
  min-height: 14px;
}
@@ -745,13 +782,101 @@
  padding-top: 2px;
}
.disabled
/***** tabbed interface elements *****/
div.tabsbar,
#tabsbar
{
  color: #999;
  position: absolute;
  top: 50px;
  left: 220px;
  right: 20px;
  height: 22px;
  border-bottom: 1px solid #999999;
  white-space: nowrap;
}
font.bold
div.tabsbar
{
  font-weight: bold;
  top: 35px;
  left: 12px;
  right: 12px;
}
span.tablink,
span.tablink-selected
{
  float: left;
  height: 23px !important;
  height: 22px;
  overflow: hidden;
  background: url(images/tabs-left.gif) top left no-repeat;
}
span.tablink
{
  cursor: pointer;
}
span.tablink-selected
{
  cursor: default;
  background-position: 0px -23px;
}
span.tablink a,
span.tablink-selected a
{
  display: block;
  padding: 5px 10px 0 5px;
  margin-left: 5px;
  height: 23px;
  color: #555555;
  max-width: 185px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  background: url(images/tabs-right.gif) top right no-repeat;
}
span.tablink-selected a
{
  cursor: inherit;
  color: #000000;
  background-position: right -23px;
}
fieldset
{
  margin-bottom: 1em;
  border: 1px solid #999999;
  padding: 4px 8px 9px 8px;
}
legend
{
  color: #999999;
}
fieldset.tabbed
{
  margin-top: 22px;
  padding-top: 12px;
}
.quota_text {
  text-align: center;
  font-size: 10px;
  color: #666;
  border: 1px solid #999;
  cursor: default;
}
.quota_bg { background-color: white; }
.quota_high { background-color: #F33131; }
.quota_mid { background-color: #F5AD3C; }
.quota_low { background-color: #91E164; }
.quota_text_high { color: white; }
.quota_text_mid { color: #666; }
.quota_text_low { color: #666; }