summaryrefslogtreecommitdiffstats
path: root/public/stylesheets/jstoolbar.css
blob: 3f976a3f41acd0c8c33eaa05100d823ac4e4aeab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
.jstEditor {
    padding-left: 0px;
}
.jstEditor textarea, .jstEditor iframe {
    margin: 0;
}

.jstHandle {
    height: 10px;
    font-size: 0.1em;
    cursor: s-resize;
    /*background: transparent url(img/resizer.png) no-repeat 45% 50%;*/
}

.jstElements {
    padding: 3px 3px 3px 0;
}

.jstElements button {
    margin-right: 4px;
    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 {
    border-color: #bbb;
  background-color: #e5e5e5;
}
.jstElements button span {
    display : none;
}
.jstElements span {
    display : inline;
}

.jstSpacer {
    width : 0px;
    font-size: 1px;
    margin-right: 6px;
}

.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%;}

/* 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);
}
.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);
}
.jstb_ul {
    background-image: url(../images/jstoolbar/bt_ul.png);
}
.jstb_ol {
    background-image: url(../images/jstoolbar/bt_ol.png);
}
.jstb_bq {
    background-image: url(../images/jstoolbar/bt_bq.png);
}
.jstb_unbq {
    background-image: url(../images/jstoolbar/bt_bq_remove.png);
}
.jstb_pre {
    background-image: url(../images/jstoolbar/bt_pre.png);
}
.jstb_precode {
    background-image: url(../images/jstoolbar/bt_precode.png);
}
.jstb_link {
    background-image: url(../images/jstoolbar/bt_link.png);
}
.jstb_img {
    background-image: url(../images/jstoolbar/bt_img.png);
}
.jstb_help {
    background-image: url(../images/help.png);
}