comparison plugins/hide_blockquote/skins/larry/style.css @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 span.blockquote-link {
2 font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
3 top: 0;
4 cursor: pointer;
5 right: 5px;
6 height: 14px;
7 min-width: 40px;
8 padding: 0 8px;
9 font-size: 10px;
10 font-weight: bold;
11 color: #a8a8a8;
12 line-height: 14px;
13 text-decoration: none;
14 text-shadow: 0px 1px 1px #fff;
15 text-align: center;
16 border: 1px solid #e8e8e8;
17 border-top: none;
18 border-bottom-right-radius: 6px;
19 border-bottom-left-radius: 6px;
20 background: #f8f8f8;
21 background: -moz-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
22 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#e8e8e8));
23 background: -o-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
24 background: -ms-linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
25 background: linear-gradient(top, #f8f8f8 0%, #e8e8e8 100%);
26 }
27
28 blockquote.blockquote-header {
29 text-overflow: ellipsis !important;
30 padding-right: 60px !important;
31 }