jstoolbar.css
97 lines
| 2.0 KiB
| text/css
|
LassoCssLexer
|
r416 | .jstEditor { | ||
padding-left: 0px; | ||||
} | ||||
.jstEditor textarea, .jstEditor iframe { | ||||
margin: 0; | ||||
} | ||||
.jstHandle { | ||||
|
r645 | height: 10px; | ||
|
r416 | font-size: 0.1em; | ||
cursor: s-resize; | ||||
/*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/ | ||||
} | ||||
.jstElements { | ||||
|
r6214 | padding: 3px 3px 3px 0; | ||
|
r416 | } | ||
.jstElements button { | ||||
|
r6214 | margin-right: 4px; | ||
|
r416 | width : 24px; | ||
height: 24px; | ||||
padding: 4px; | ||||
border-style: solid; | ||||
border-width: 1px; | ||||
border-color: #ddd; | ||||
background-color : #f7f7f7; | ||||
background-position : 50% 50%; | ||||
background-repeat: no-repeat; | ||||
} | ||||
.jstElements button:hover { | ||||
|
r6214 | border-color: #bbb; | ||
background-color: #e5e5e5; | ||||
|
r416 | } | ||
.jstElements button span { | ||||
display : none; | ||||
} | ||||
.jstElements span { | ||||
display : inline; | ||||
} | ||||
.jstSpacer { | ||||
width : 0px; | ||||
font-size: 1px; | ||||
|
r6214 | margin-right: 6px; | ||
|
r416 | } | ||
|
r5121 | .jstElements .help { float: right; margin-right: 0.5em; padding-top: 8px; font-size: 0.9em; } | ||
.jstElements .help a {padding: 2px 0 2px 20px; background: url(../images/help.png) no-repeat 0 50%;} | ||||
|
r1176 | |||
|
r416 | /* Buttons | ||
-------------------------------------------------------- */ | ||||
.jstb_strong { | ||||
background-image: url(../images/jstoolbar/bt_strong.png); | ||||
} | ||||
.jstb_em { | ||||
background-image: url(../images/jstoolbar/bt_em.png); | ||||
} | ||||
.jstb_ins { | ||||
background-image: url(../images/jstoolbar/bt_ins.png); | ||||
} | ||||
.jstb_del { | ||||
background-image: url(../images/jstoolbar/bt_del.png); | ||||
} | ||||
.jstb_code { | ||||
background-image: url(../images/jstoolbar/bt_code.png); | ||||
} | ||||
|
r1049 | .jstb_h1 { | ||
background-image: url(../images/jstoolbar/bt_h1.png); | ||||
} | ||||
.jstb_h2 { | ||||
background-image: url(../images/jstoolbar/bt_h2.png); | ||||
} | ||||
.jstb_h3 { | ||||
background-image: url(../images/jstoolbar/bt_h3.png); | ||||
|
r416 | } | ||
.jstb_ul { | ||||
background-image: url(../images/jstoolbar/bt_ul.png); | ||||
} | ||||
.jstb_ol { | ||||
background-image: url(../images/jstoolbar/bt_ol.png); | ||||
} | ||||
|
r1465 | .jstb_bq { | ||
background-image: url(../images/jstoolbar/bt_bq.png); | ||||
} | ||||
.jstb_unbq { | ||||
background-image: url(../images/jstoolbar/bt_bq_remove.png); | ||||
} | ||||
|
r1049 | .jstb_pre { | ||
background-image: url(../images/jstoolbar/bt_pre.png); | ||||
} | ||||
|
r416 | .jstb_link { | ||
background-image: url(../images/jstoolbar/bt_link.png); | ||||
} | ||||
|
r1049 | .jstb_img { | ||
background-image: url(../images/jstoolbar/bt_img.png); | ||||
} | ||||