forked from kaimallea/jquery-bbcode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjquery.bbcode.css
More file actions
46 lines (40 loc) · 822 Bytes
/
Copy pathjquery.bbcode.css
File metadata and controls
46 lines (40 loc) · 822 Bytes
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
.bbcode-editor {
width: 100%;
}
.bbcode-toolbar {
margin: 0 0 5px 0;
list-style-type: none;
padding: 0;
}
.bbcode-toolbar li {
display: inline;
padding-left: 18px;
margin-left: 10px;
cursor: pointer;
opacity: 0.5;
}
.bbcode-toolbar li:hover {
opacity: 1;
}
.bbcode-textarea {
width: 100%;
height: 150px;
padding: 5px;
border: 1px solid #999;
resize: vertical;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ie-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
}
.bbcode-preview {
color: #777;
font-family: "Courier New";
background: #F8F8F8;
margin: 0 auto;
padding: 10px;
}
.bbcode-preview img {
max-width: 100%;
}