-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheditor-style.css
110 lines (90 loc) · 2.27 KB
/
editor-style.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
html .mceContentBody {
max-width: 64.667%;
}
a, a:visited {}
a:hover {}
h1 {}
h2 {}
p { margin:0 0 1.5em 0; }
p:last-child { margin-bottom:0; }
h1,
h2,
h3,
h4,
h5 {
margin:0 0 22px 0;
}
.read-more {}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
td img {
vertical-align: top;
}
table {
width: 100%;
}
table th {
border-bottom: 2px solid #848484;
text-align: left;
}
table td {
border-bottom: 1px solid #d0d0d0;
padding: 5px;
}
dl {
margin: 1.75em 0 1.75em;
}
dt {
background-color: none;
font-style: italic;
margin-top: 1.25em;
font-size: 1.13em;
font-weight: 700;
border-bottom: 1px solid #999;
}
dd {
font-style: italic;
font-size: .85em;
margin-top: 1em;
line-height: 1.6em;
}
/* code & pre box resets */
pre {
padding: 15px;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
word-wrap: break-word;
}
/* form & input resets */
pre,
code,
kbd,
samp {
font-family: monospace, sans-serif;
margin: 1.5em;
}
ul, ol, table, dl { margin: 1.5em 0; }
ul, ol { list-style-position:outside; line-height:1.5; margin-left: 2.2em; margin-right: 2.2em; }
li { margin-bottom: 0.75em; }
ul li { list-style-type: disc; }
ol li { list-style-type: decimal; }
blockquote { font-style:italic; line-height:1.6em; margin: 1.5em 2.2em; }
blockquote:before { font-family:Georgia, serif; content:open-quote; font-size:2.75em; text-indent:-.8em; margin-top:.1em; float:left; opacity:.3; }
video { display: block; margin: 1.5em 0; max-width: 100%; }
object { display: block; margin: 1.5em 0; max-width: 100%; }
embed { display: block; margin: 1.5em 0; max-width: 100%; }
iframe { display: block; margin: 1.5em 0; max-width: 100%; }
/* image alignment & styles */
img { margin: 0 0 1.5em 0; max-width: 100%; }
.alignleft, img.alignleft, img[align=left] { margin-right:1.5em; margin-bottom:1em; margin-top:.75em; display: inline; float: left; }
.alignright, img.alignright, img[align=right] { margin-left:1.5em; margin-bottom:1em; margin-top:.75em; display: inline; float: right; }
.aligncenter, img.aligncenter, img[align=center] { margin-right: auto; margin-left: auto; display: block; clear: both; }
img .centralizando {
display: block!important;
margin-left: auto!important;
margin-right: auto!important;
}