-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwp-syntax.css
59 lines (58 loc) · 1013 Bytes
/
wp-syntax.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
.wp_syntax {
margin-bottom:10px;
overflow:auto;
overflow-x:auto;
overflow-y:hidden;
width:100% !important;
width:99%;
background:#F7F7F7;
padding-bottom:0 !important;
padding-bottom:15px;
}
.comment .content .wp_syntax {
margin-top:10px;
}
*+html .wp_syntax {
padding-bottom:15px !important;
}
.wp_syntax table {
border-collapse:collapse;
}
.wp_syntax div, .wp_syntax td {
vertical-align:top;
padding:2px 4px;
}
.wp_syntax .line_numbers {
text-align:right;
color:#666;
overflow:visible;
background:#E3E4E6;
border-right:1px solid #CCC;
}
.wp_syntax .code {
color:#333;
}
.wp_syntax pre {
border:none;
background:none;
margin:0;
padding:0;
width:auto;
float:none;
clear:none;
overflow:visible;
font-size:12px;
line-height:1.333;
}
.line_numbers pre {
padding-left:10px;
}
.post .content .wp_syntax table {
background:#F7F7F7;
border:none;
margin:0;
}
.post .content .wp_syntax table tr td {
border-top:none;
padding:2px 4px;
}