-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontents.css
152 lines (152 loc) · 2.64 KB
/
contents.css
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
.cke_editable {
font: 14px Arial, sans-serif;
line-height: normal;
color: #000;
background-color: #fff;
border: none;
padding: 0;
margin: 0;
display: block;
}
.cke_editable:not(#cke_pastebin) {
white-space: pre-wrap;
word-wrap: break-word;
}
.cke_maximized .cke_source {
padding: 0 10px;
}
.cke_source::-webkit-input-placeholder {
color: #ccc;
padding-left: 4px;
}
.cke_source::-moz-placeholder {
color: #ccc;
padding-left: 4px;
}
.cke_source::-ms-input-placeholder {
color: #ccc;
padding-left: 4px;
}
.cke_source::-webkit-input-placeholder {
color: #ccc;
padding-left: 4px;
}
.cke_source:-moz-placeholder {
color: #ccc;
padding-left: 4px;
}
.cke_source::-moz-placeholder {
color: #ccc;
padding-left: 4px;
}
.cke_source:-ms-input-placeholder {
color: #ccc;
padding-left: 4px;
}
.cke_source::placeholder {
color: #ccc;
padding-left: 4px;
}
.cke_source:-ms-input-placeholder {
color: #ccc !important;
padding-left: 4px !important;
}
.cke_editable h1 {
font-size: 2em;
}
.cke_editable h2 {
font-size: 1.5em;
}
.cke_editable h3 {
font-size: 1.2em;
}
.cke_editable h4 {
font-size: 1em;
}
.cke_editable h5 {
font-size: 0.8em;
}
.cke_editable h6 {
font-size: 0.7em;
}
.cke_editable img {
border: 0;
}
.cke_editable img.right {
border: 1px solid #ccc;
float: right;
margin-left: 15px;
padding: 5px;
}
.cke_editable img.left {
border: 1px solid #ccc;
float: left;
margin-right: 15px;
padding: 5px;
}
.cke_editable ins {
border-bottom: 1px solid #008000;
text-decoration: none;
color: #008000;
}
.cke_editable del {
color: #f00;
text-decoration: line-through;
}
.cke_editable cite {
border-bottom: 1px dashed #00f;
}
.cke_editable acronym {
border-bottom: 1px dotted #ccc;
cursor: help;
}
.cke_editable abbr {
border-bottom: 1px dashed #ccc;
cursor: help;
}
.cke_editable blockquote {
_border: 1px solid #fff;
border-left: 1px solid #ccc;
margin: 0 0 0 1em;
padding-left: 1em;
}
.cke_editable table {
cursor: default;
}
.cke_editable pre {
white-space: pre-line;
}
.cke_editable code {
white-space: pre-wrap;
}
.cke_editable a:link {
cursor: pointer;
color: #00e;
}
.cke_editable a:visited {
color: #609;
}
.cke_editable a:hover,
.cke_editable a:visited:hover {
color: #f00;
}
.cke_editable .marker {
background-color: Yellow;
}
.cke_editable span[lang] {
font-style: italic;
}
.cke_editable figure {
text-align: center;
border: solid 1px #ccc;
-webkit-border-radius: 2px;
border-radius: 2px;
background: rgba(0,0,0,0.05);
padding: 10px;
margin: 10px 20px;
display: inline-block;
}
.cke_editable figure > figcaption {
text-align: center;
display: block;
}