thomascube
2012-01-02 543ccbb328b37d5d5f3ef8d982fdfadc350f3bb6
skins/larry/styles.css
@@ -61,6 +61,13 @@
   color: #aaa;
}
select.selector {
   padding: 2px 4px;
}
.bold {
   font-weight: bold;
}
/*** buttons ***/
@@ -304,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 {
@@ -391,7 +398,7 @@
#message div.warning {
   color: #960;
   background-position: 0 -25px;
   background-position: 0 -86px;
}
#message div.error {
@@ -401,7 +408,7 @@
#message div.confirmation {
   color: #093;
   background-position: 0 -86px;
   background-position: 0 -25px;
}
#message div.loading {
@@ -457,8 +464,7 @@
   text-decoration: none;
}
#topline a:hover,
#topnav a:hover {
#topline a:hover {
   text-decoration: underline;
}
@@ -676,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;
}
@@ -746,15 +752,15 @@
}
.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.disabled .inner {
@@ -1222,20 +1228,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 {
@@ -1251,6 +1257,7 @@
}
.toolbar a.button.forward {
   min-width: 74px;
   background-position: center -650px;
}
@@ -1288,11 +1295,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;
}
@@ -1313,6 +1352,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,
@@ -1416,6 +1460,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;
}
@@ -1436,6 +1496,10 @@
   background-position: 0 -1484px;
}
ul.toolbarmenu li span.conversation {
   background-position: 0 -1532px;
}
#rcmKSearchpane {
   border-radius: 0 0 4px 4px;
   border-top: 0;