summaryrefslogtreecommitdiff
path: root/_source/skins/v2/mainui.css
blob: 33eedeaccab9513cdab58fa037c05151672e25d9 (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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
/*
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

.cke_skin_v2 .cke_editor
{
/*
	border: solid 1px #dcdcdc;
*/
	display: inline-table;
	width: 100%;
}

.cke_skin_v2
{
	display: block;
}

.cke_skin_v2 .cke_wrapper
{
	display: block;
}

.cke_skin_v2 .cke_browser_opera .cke_editor
{
	display: table;
}

.cke_skin_v2 .cke_top, .cke_skin_v2 .cke_bottom
{
	background-color: #efefde;
}

.cke_skin_v2 .cke_top
{
    border-top: solid 1px #fafaf5;
    border-left: solid 1px #fafaf5;
    border-right: solid 1px #696969;
    border-bottom: solid 2px #696969;
}

.cke_skin_v2 .cke_rtl .cke_top
{
    border-left: solid 1px #696969;
    border-right: solid 1px #fafaf5;
}

.cke_skin_v2 .cke_bottom
{
    border-left: solid 1px #696969;
    border-right: solid 1px #696969;
    border-bottom: solid 1px #696969;
}

.cke_skin_v2 .cke_contents
{
	border: solid 1px #696969;
}

.cke_skin_v2 .cke_focus
{
	outline: auto 5px -webkit-focus-ring-color;
}

.cke_skin_v2 textarea.cke_source
{
	font-family: 'Courier New' , Monospace;
	font-size: small;
	background-color: #fff;
	white-space: pre;
}

.cke_skin_v2 .cke_browser_iequirks textarea.cke_source
{
	/* For IE6+Quirks only */
	_white-space: normal;
}

.cke_skin_v2 .cke_resizer
{
	width: 12px;
	height: 12px;
	margin-top: 16px;
	display: block;
	float: right;
	/* resizer.gif*/
	background-image: url(images/sprites.png);
	_background-image: url(images/sprites_ie6.png);
	background-position: 0 -801px;
	background-repeat: no-repeat;
	cursor: se-resize;
}

.cke_skin_v2 .cke_rtl .cke_resizer
{
	cursor: sw-resize;
	/* resizer_rtl.gif*/
	background-position: 0 -828px;
	float: left;
}

.cke_skin_v2 .cke_maximized .cke_resizer
{
	display: none;
}

.cke_skin_v2 .cke_browser_ie6 .cke_contents textarea,
.cke_skin_v2 .cke_browser_ie7 .cke_contents textarea
{
	position: absolute;
}