thomascube
2012-01-02 c6db4aa46bd285ef7b3d63cba5e957373a116485
skins/larry/styles.css
@@ -61,6 +61,13 @@
   color: #aaa;
}
select.selector {
   padding: 2px 4px;
}
.bold {
   font-weight: bold;
}
/*** buttons ***/
@@ -106,7 +113,9 @@
}
.formbuttons input.button:hover,
.formbuttons input.button:focus {
.formbuttons input.button:focus,
input.button.mainaction:hover,
input.button.mainaction:focus {
   color: #f2f2f2;
   border-color: #465864;
   box-shadow: 0 0 5px 2px rgba(71,135,177, 0.6), inset 0 1px 0 0 #888;
@@ -126,6 +135,7 @@
input.button.mainaction {
   color: #ededed;
   text-shadow: 0px 1px 1px #333;
   border-color: #1f262c;
   background: #505050;
   background: -moz-linear-gradient(top, #505050 0%, #2a2e31 100%);
@@ -133,6 +143,10 @@
   background: -o-linear-gradient(top, #505050 0%, #2a2e31 100%);
   background: -ms-linear-gradient(top, #505050 0%, #2a2e31 100%);
   background: linear-gradient(top, #505050 0%, #2a2e31 100%);
   box-shadow: inset 0 1px 0 0 #777;
   -moz-box-shadow: inset 0 1px 0 0 #777;
   -webkit-box-shadow: inset 0 1px 0 0 #777;
   -o-box-shadow: inset 0 1px 0 0 #777;
}
input.button.mainaction:active {
@@ -297,9 +311,9 @@
.pagenav .countdisplay {
   display: inline-block;
   padding:0 0.5em;
   padding:0 1em;
   text-shadow: 0px 1px 1px #fff;
   min-width: 20em;
   min-width: 16em;
}
a.iconbutton {
@@ -384,7 +398,7 @@
#message div.warning {
   color: #960;
   background-position: 0 -25px;
   background-position: 0 -86px;
}
#message div.error {
@@ -394,7 +408,7 @@
#message div.confirmation {
   color: #093;
   background-position: 0 -86px;
   background-position: 0 -25px;
}
#message div.loading {
@@ -450,8 +464,7 @@
   text-decoration: none;
}
#topline a:hover,
#topnav a:hover {
#topline a:hover {
   text-decoration: underline;
}
@@ -669,11 +682,11 @@
.listbox .listitem.selected,
.listbox .tablink.selected,
.listbox .listitem.selected a,
.listbox .tablink.selected a,
.listbox .listitem.selected > a,
.listbox .tablink.selected > a,
.listing tbody tr.selected td,
.listing li.selected,
.listing li.selected a {
.listing li.selected > a {
   color: #004458;
   font-weight: bold;
}
@@ -739,15 +752,32 @@
}
.boxfooter .listbutton.add .inner {
   background-position: 10px -1291px;
   background-position: 10px -1301px;
}
.boxfooter .listbutton.delete .inner {
   background-position: 10px -1332px;
   background-position: 10px -1342px;
}
.boxfooter .listbutton.groupactions .inner {
   background-position: 5px -1372px;
   background-position: 5px -1382px;
}
.boxfooter .listbutton.addto .inner {
   background-position: 5px -1422px;
}
.boxfooter .listbutton.addcc .inner {
   background-position: 5px -1462px;
}
.boxfooter .listbutton.addbcc {
   width: 54px;
}
.boxfooter .listbutton.addbcc .inner {
   width: 54px;
   background-position: 2px -1502px;
}
.boxfooter .listbutton.disabled .inner {
@@ -1036,6 +1066,14 @@
   width: auto;
}
#pluginbody {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}
/*** Login form ***/
@@ -1207,20 +1245,20 @@
   top: 0;
   height: 42px;
   width: 18px;
   background: url(images/buttons.png) -24px -1249px no-repeat;
   background: url(images/buttons.png) 0 -1255px no-repeat;
   cursor: pointer;
}
.dropbutton .dropbuttontip:hover {
   background-position: 0 -1249px;
   background-position: -26px -1255px;
}
.toolbar a.button.back {
   background-position: 0 -1210px;
   background-position: 0 -1216px;
}
.toolbar a.button.checkmail {
   background-position: center -1170px;
   background-position: center -1176px;
}
.toolbar a.button.compose {
@@ -1236,6 +1274,7 @@
}
.toolbar a.button.forward {
   min-width: 74px;
   background-position: center -650px;
}
@@ -1273,11 +1312,43 @@
}
.toolbar a.button.import {
   background-position: center -1010px;
   background-position: center -1012px;
}
.toolbar a.button.export {
   background-position: center -1050px;
   background-position: center -1054px;
}
a.menuselector {
   display: inline-block;
   border: 1px solid #ababab;
   border-radius: 4px;
   background: #f8f8f8;
   background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd));
   background: -o-linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
   background: -ms-linear-gradient(top, #f9f9f9 0%, #dddddd 100%);
   background: linear-gradient(top, #f8f8f8 0%, #dddddd 100%);
   text-decoration: none;
   color: #333;
}
a.menuselector .handle {
   display: inline-block;
   padding: 3px 32px 4px 8px;
   text-shadow: 0px 1px 1px #fff;
   background: url(images/selector.png) right center no-repeat;
   border-radius: 4px;
}
a.menuselector:active {
   background: #dddddd;
   background: -moz-linear-gradient(top, #dddddd 0%, #f8f8f8 100%);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#f8f8f8));
   background: -o-linear-gradient(top, #dddddd 0%, #f8f8f8 100%);
   background: -ms-linear-gradient(top, #dddddd 0%, #f8f8f8 100%);
   background: linear-gradient(top, #dddddd 0%, #f8f8f8 100%);
   text-decoration: none;
}
@@ -1298,6 +1369,11 @@
   -moz-box-shadow: 0 2px 6px 0 #333;
   -webkit-box-shadow: 0 2px 6px 0 #333;
   -o-box-shadow: 0 2px 6px 0 #333;
}
.popupmenu.dropdown {
   border-radius: 0 0 4px 4px;
   border-top: 0;
}
ul.toolbarmenu,
@@ -1401,6 +1477,22 @@
   background-position: 0 -1268px;
}
ul.toolbarmenu li span.mail {
   background-position: 0 -1293px;
}
ul.toolbarmenu li span.list {
   background-position: 0 -1317px;
}
ul.toolbarmenu li span.invert {
   background-position: 0 -1340px;
}
ul.toolbarmenu li span.cross {
   background-position: 0 -1365px;
}
ul.toolbarmenu li span.print {
   background-position: 0 -1436px;
}
@@ -1421,6 +1513,10 @@
   background-position: 0 -1484px;
}
ul.toolbarmenu li span.conversation {
   background-position: 0 -1532px;
}
#rcmKSearchpane {
   border-radius: 0 0 4px 4px;
   border-top: 0;