Aleksander Machniak
2015-09-18 2368ab91c29a375a1aecd3bb1280b34d5cb6d5e6
skins/larry/styles.css
@@ -430,6 +430,14 @@
   top: -2px;
}
.pagenav .pagejumper {
   text-align: center;
   background: #f8f8f8;
   padding: 3px 0;
   background: linear-gradient(to bottom, #dddddd 0%, #f8f8f8 100%);
   cursor: default;
}
a.iconbutton {
   display: inline-block;
   width: 20px;
@@ -530,6 +538,7 @@
/*** message bar ***/
#message div.loading,
#message div.uploading,
#message div.warning,
#message div.error,
#message div.notice,
@@ -670,10 +679,12 @@
   background-position: 0 -25px;
}
#messagestack div.uploading,
#messagestack div.loading {
   color: #ddd;
}
#messagestack div.uploading:after,
#messagestack div.loading:after {
   top: 4px;
   left: 6px;
@@ -1080,18 +1091,6 @@
.scroller {
   overflow: auto;
}
.readtext {
   width: 42em;
   padding: 12px;
   font-size: 12px;
}
.readtext > h1,
.readtext > h2,
.readtext > h3 {
   margin-top: 0;
}
.watermark {
@@ -1687,6 +1686,15 @@
   padding: 10px;
}
.boxcontent .boxwarning {
   margin: 0 0 10px;
   display: block;
   color: #960;
   border: 1px solid #ffdf0e;
   background: url(images/messages.png) #fef893 5px -85px no-repeat;
   padding: 6px 12px 6px 30px;
}
.contentbox .scroller {
   position: absolute;
   top: 34px;
@@ -2009,6 +2017,14 @@
   opacity: 0.4;
}
.toolbar a.button.selected {
   color: #1978a1;
}
.toolbar a.button.hidden {
   display: none;
}
.dropbutton {
   display: inline-block;
   position: relative;
@@ -2153,6 +2169,14 @@
   background-position: center -1932px;
}
.toolbar a.button.encrypt {
   background-position: center -2025px;
}
.toolbar a.button.encrypt.selected {
   background-position: center -2068px;
}
a.menuselector {
   display: inline-block;
   border: 1px solid #ababab;
@@ -2238,6 +2262,11 @@
   text-shadow: 0px 1px 1px #fff;
   padding-left: 30px;
   background: url(images/quota.png) -100px 0 no-repeat;
}
#quotadisplay.p90,
#quotadisplay.p100 {
    color: #e03221;
}
table.quota-info {
@@ -2344,6 +2373,7 @@
ul.toolbarmenu li a.active:hover,
ul.toolbarmenu li a.active:focus,
#rcmKSearchpane ul li.selected,
#pagejump-selector ul li.selected,
select.decorated option:hover,
select.decorated option[selected='selected'] {
   background-color: #00aad6;
@@ -2459,6 +2489,17 @@
ul.toolbarmenu li span.copy {
   background-position: 0 -2150px;
}
#pagejump-selector {
   max-height: 250px;
   overflow-x: hidden;
}
#pagejump-selector ul li {
   min-width: 45px;
   padding: 2px 5px;
   cursor: default;
}
#snippetslist {
@@ -3090,3 +3131,7 @@
   line-height: 16px !important;
   vertical-align: text-top !important;
}
_:not(), _:-moz-handler-blocked, .mozilla .mce-btn-small i {
   line-height: 20px !important;
}