aboutsummaryrefslogtreecommitdiff
path: root/release/plugins/wsc/dialogs/wsc.css
diff options
context:
space:
mode:
Diffstat (limited to 'release/plugins/wsc/dialogs/wsc.css')
-rw-r--r--release/plugins/wsc/dialogs/wsc.css82
1 files changed, 82 insertions, 0 deletions
diff --git a/release/plugins/wsc/dialogs/wsc.css b/release/plugins/wsc/dialogs/wsc.css
new file mode 100644
index 00000000..2a622f22
--- /dev/null
+++ b/release/plugins/wsc/dialogs/wsc.css
@@ -0,0 +1,82 @@
1/*
2Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5
6html, body
7{
8 background-color: transparent;
9 margin: 0px;
10 padding: 0px;
11}
12
13body
14{
15 padding: 10px;
16}
17
18body, td, input, select, textarea
19{
20 font-size: 11px;
21 font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
22}
23
24.midtext
25{
26 padding:0px;
27 margin:10px;
28}
29
30.midtext p
31{
32 padding:0px;
33 margin:10px;
34}
35
36.Button
37{
38 border: #737357 1px solid;
39 color: #3b3b1f;
40 background-color: #c7c78f;
41}
42
43.PopupTabArea
44{
45 color: #737357;
46 background-color: #e3e3c7;
47}
48
49.PopupTitleBorder
50{
51 border-bottom: #d5d59d 1px solid;
52}
53.PopupTabEmptyArea
54{
55 padding-left: 10px;
56 border-bottom: #d5d59d 1px solid;
57}
58
59.PopupTab, .PopupTabSelected
60{
61 border-right: #d5d59d 1px solid;
62 border-top: #d5d59d 1px solid;
63 border-left: #d5d59d 1px solid;
64 padding: 3px 5px 3px 5px;
65 color: #737357;
66}
67
68.PopupTab
69{
70 margin-top: 1px;
71 border-bottom: #d5d59d 1px solid;
72 cursor: pointer;
73}
74
75.PopupTabSelected
76{
77 font-weight: bold;
78 cursor: default;
79 padding-top: 4px;
80 border-bottom: #f1f1e3 1px solid;
81 background-color: #f1f1e3;
82}