summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/js/tinymce/plugins/wordpress/wordpress.css
blob: 3698741b7c09e11d737b6505d7c8e98247a90b40 (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
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
.mce_plugin_wordpress_more {
	border: 0px;
	border-top: 1px dotted #cccccc;
	display:block;
	background-color: #ffffff;
	margin-top:15px;
	background-image: url(images/more_bug.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.mce_plugin_wordpress_page {
	border: 0px;
	border-top: 1px dotted #cccccc;
	display:block;
	background-color: #ffffff;
	margin-top:15px;
	background-image: url(images/page_bug.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
/* You can extend this CSS by adding your own CSS file with the the content_css option */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	padding: .3em;
	background-color: #FFFFFF;
}

td {
	font-size: 10px;
}

pre {
	font-family: "Courier New", fixed;
	font-size: 11px;
	line-height: 13px;
}

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

.mceItemAnchor {
	width: 12px;
	line-height: 6px;
	overflow: hidden;
	padding-left: 12px;
	background-image: url('../images/anchor_symbol.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}

/* Important is needed in Gecko browsers inorder to style links */
/*

a {

	color: green !important;

}

*/

/* Style selection range colors in Gecko browsers */
/*

::-moz-selection {

	background-color: red;

	color: green;

}

*/

/* MSIE specific */

* html body {
	scrollbar-3dlight-color: #F0F0EE;
	scrollbar-arrow-color: #676662;
	scrollbar-base-color: #F0F0EE;
	scrollbar-darkshadow-color: #DDDDDD;
	scrollbar-face-color: #E0E0DD;
	scrollbar-highlight-color: #F0F0EE;
	scrollbar-shadow-color: #F0F0EE;
	scrollbar-track-color: #F5F5F5;
}