hjg
2024-01-17 efbf825aa2f845bc6f9b26b0fa10139c8071deef
提交 | 用户 | 时间
58d006 1 /*
A 2 Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
5
6 html, body
7 {
8     background-color: transparent;
9     margin: 0px;
10     padding: 0px;
11 }
12
13 body
14 {
15     padding: 10px;
16 }
17
18 body, 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 }