To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / public / stylesheets / jstoolbar.css @ 443:350acce374a2
History | View | Annotate | Download (1.99 KB)
| 1 |
.jstEditor {
|
|---|---|
| 2 |
padding-left: 0px; |
| 3 |
} |
| 4 |
.jstEditor textarea, .jstEditor iframe { |
| 5 |
margin: 0; |
| 6 |
} |
| 7 |
|
| 8 |
.jstHandle {
|
| 9 |
height: 10px; |
| 10 |
font-size: 0.1em; |
| 11 |
cursor: s-resize; |
| 12 |
/*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
|
| 13 |
} |
| 14 |
|
| 15 |
.jstElements {
|
| 16 |
padding: 3px 3px; |
| 17 |
} |
| 18 |
|
| 19 |
.jstElements button { |
| 20 |
margin-right : 6px; |
| 21 |
width : 24px; |
| 22 |
height: 24px; |
| 23 |
padding: 4px; |
| 24 |
border-style: solid; |
| 25 |
border-width: 1px; |
| 26 |
border-color: #ddd; |
| 27 |
background-color : #f7f7f7; |
| 28 |
background-position : 50% 50%; |
| 29 |
background-repeat: no-repeat; |
| 30 |
} |
| 31 |
.jstElements button:hover { |
| 32 |
border-color : #000; |
| 33 |
} |
| 34 |
.jstElements button span { |
| 35 |
display : none; |
| 36 |
} |
| 37 |
.jstElements span { |
| 38 |
display : inline; |
| 39 |
} |
| 40 |
|
| 41 |
.jstSpacer {
|
| 42 |
width : 0px; |
| 43 |
font-size: 1px; |
| 44 |
margin-right: 4px; |
| 45 |
} |
| 46 |
|
| 47 |
.jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; } |
| 48 |
.jstElements .help a {padding: 2px 0 2px 20px; background: url(../images/help.png) no-repeat 0 50%;} |
| 49 |
|
| 50 |
/* Buttons
|
| 51 |
-------------------------------------------------------- */
|
| 52 |
.jstb_strong {
|
| 53 |
background-image: url(../images/jstoolbar/bt_strong.png); |
| 54 |
} |
| 55 |
.jstb_em {
|
| 56 |
background-image: url(../images/jstoolbar/bt_em.png); |
| 57 |
} |
| 58 |
.jstb_ins {
|
| 59 |
background-image: url(../images/jstoolbar/bt_ins.png); |
| 60 |
} |
| 61 |
.jstb_del {
|
| 62 |
background-image: url(../images/jstoolbar/bt_del.png); |
| 63 |
} |
| 64 |
.jstb_code {
|
| 65 |
background-image: url(../images/jstoolbar/bt_code.png); |
| 66 |
} |
| 67 |
.jstb_h1 {
|
| 68 |
background-image: url(../images/jstoolbar/bt_h1.png); |
| 69 |
} |
| 70 |
.jstb_h2 {
|
| 71 |
background-image: url(../images/jstoolbar/bt_h2.png); |
| 72 |
} |
| 73 |
.jstb_h3 {
|
| 74 |
background-image: url(../images/jstoolbar/bt_h3.png); |
| 75 |
} |
| 76 |
.jstb_ul {
|
| 77 |
background-image: url(../images/jstoolbar/bt_ul.png); |
| 78 |
} |
| 79 |
.jstb_ol {
|
| 80 |
background-image: url(../images/jstoolbar/bt_ol.png); |
| 81 |
} |
| 82 |
.jstb_bq {
|
| 83 |
background-image: url(../images/jstoolbar/bt_bq.png); |
| 84 |
} |
| 85 |
.jstb_unbq {
|
| 86 |
background-image: url(../images/jstoolbar/bt_bq_remove.png); |
| 87 |
} |
| 88 |
.jstb_pre {
|
| 89 |
background-image: url(../images/jstoolbar/bt_pre.png); |
| 90 |
} |
| 91 |
.jstb_link {
|
| 92 |
background-image: url(../images/jstoolbar/bt_link.png); |
| 93 |
} |
| 94 |
.jstb_img {
|
| 95 |
background-image: url(../images/jstoolbar/bt_img.png); |
| 96 |
} |