-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
31 lines (29 loc) · 636 Bytes
/
style.css
File metadata and controls
31 lines (29 loc) · 636 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
/* Styles for the .mox class */
.mox {
height: auto;
width: 100%;
border: 1px solid #E5E5E5;
padding: 15px;
margin: 15px 0;
background-color: #F9F9F9;
-webkit-box-shadow: 0 8px 6px -6px #777;
-moz-box-shadow: 0 8px 6px -6px #777;
box-shadow: 0 8px 6px -6px #777;
}
.mox img {
height: auto;
width: 100%;
}
/* Quicktags button styles */
#qt_content_eg_h1,
#qt_content_eg_h2,
#qt_content_eg_h3,
#qt_content_eg_h4,
#qt_content_eg_h5,
#qt_content_eg_span,
#qt_content_eg_hr,
#qt_content_eg_nbsp,
#qt_content_eg_mox {
background-color: #777;
color: #fff;
}