thomascube
2011-12-30 12bf0f9766e454364e5296b1ecc09b43c27e820b
skins/larry/styles.css
@@ -61,6 +61,10 @@
   color: #aaa;
}
select.selector {
   padding: 2px 4px;
}
/*** buttons ***/
@@ -106,7 +110,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 +132,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 +140,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 +308,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 {
@@ -450,8 +461,7 @@
   text-decoration: none;
}
#topline a:hover,
#topnav a:hover {
#topline a:hover {
   text-decoration: underline;
}
@@ -669,11 +679,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;
}
@@ -1036,6 +1046,14 @@
   width: auto;
}
#pluginbody {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
}
/*** Login form ***/
@@ -1236,6 +1254,7 @@
}
.toolbar a.button.forward {
   min-width: 74px;
   background-position: center -650px;
}
@@ -1280,6 +1299,38 @@
   background-position: center -1050px;
}
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;
}
/*** popup menus ***/
@@ -1298,6 +1349,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 +1457,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 +1493,10 @@
   background-position: 0 -1484px;
}
ul.toolbarmenu li span.conversation {
   background-position: 0 -1532px;
}
#rcmKSearchpane {
   border-radius: 0 0 4px 4px;
   border-top: 0;