-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathiframe.css
89 lines (74 loc) · 1.31 KB
/
iframe.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
body.mrge-iframe-body {
/*white-space: pre-line; *//* CSS 3.0 */
word-wrap: break-word; /* IE 5+ */
padding: 10px;
}
* {
padding: 0;
margin: 0;
}
/* Blocks */
.mrge-content-block {
position: relative;
}
.mrge-content-block.mrge-left-side {
float: left;
clear: left;
margin: 5px 15px 5px 0;
}
.mrge-content-block img {
display: block;
border: none;
outline: none;
}
.mrge-content-block-container {
display: none;
}
.mrge-content-block-move-action {
height: 30px;
width: 40px;
position: absolute;
cursor: pointer;
font-size: 34px;
color: #999999;
text-align: center;
line-height: 30px;
z-index: 9;
}
.mrge-content-block-move-action::-moz-selection {
user-select: none;
}
.mrge-content-block-top {
top:0;
left: 50%;
margin-left: -20px;
}
.mrge-content-block-bottom {
bottom:0;
left: 50%;
margin-left: -20px;
}
.mrge-content-block-close {
top:0;
right: 0;
height: 30px;
width: 30px;
position: absolute;
cursor: pointer;
font-size: 50px;
color: #999999;
text-align: center;
line-height: 32px;
}
.mrge-content-block-close::-moz-selection {
user-select: none;
}
h2 {
margin: 10px 0 10px 0;
}
h3 {
margin: 5px 0 5px 0;
}
ul, ol {
list-style-position: inside;
}