summaryrefslogtreecommitdiffstats
path: root/wp-includes/js/tinymce/wordpress.css
blob: 07da9efe1aa4564f0dc799234773d852d69632ed (plain)
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
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */

body.mceContentBody {
	background: #fff;
	color: #000;
	font: 13px/19px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	padding: .2em;
}

td {
	font-size: 10px;
}

pre {
	font: 12px/18px "Courier New", monospace;
}

.mceVisualAid {
	border: 1px dashed #BBBBBB !important;
}

.mceItemAnchor {
	width: 12px;
	line-height: 6px;
	overflow: hidden;
	padding-left: 12px;
	background-position: bottom;
	background-repeat: no-repeat;
}