summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/tests/browserscope/lib/richtext2/richtext2/static/editable.css
blob: 99fec49506aa015b600dc8241df9d36644dd2f4a (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
.b, myb {
  font-weight: bold;
}

.i, myi {
  font-style: italic;
}

.s, mys {
  text-decoration: line-through;
}

.u, myu {
  text-decoration: underline;
}

.sub, mysub {
  vertical-align: sub;
}

.sup, mysup {
  vertical-align: super;
}

.jc, myjc {
  text-align: center;
}

.jf, myjf {
  text-align: justify;
}

.jl, myjl {
  text-align: left;
}

.jr, myjr {
  text-align: right;
}

.red, myred {
  color: red;
}

.bcred, mybcred {
  background-color: red;
}

.large, mylarge {
  font-size: large;
}

.fs18px, myfs18px {
  font-size: 18px;
}

.courier, mycourier {
  font-family: courier;
}

gen::before {
  content: "[BEFORE]";
}
gen::after {
  content: "[AFTER]";
}