File: panel.css

package info (click to toggle)
libjs-extjs 3.4.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 53,188 kB
  • ctags: 3,384
  • sloc: php: 819; xml: 537; python: 60; sql: 44; makefile: 35
file content (94 lines) | stat: -rw-r--r-- 1,980 bytes parent folder | download | duplicates (3)
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
/*!
 * Ext JS Library 3.4.0
 * Copyright(c) 2006-2011 Sencha Inc.
 * licensing@sencha.com
 * http://www.sencha.com/license
 */
.x-panel {
    border-color: #18181a;
    font-size: 14px;
}

.x-panel-header {
    color:#fff;
    font-weight:bold; 
    font-size: 14px;
    font-family: tahoma,arial,verdana,sans-serif;
    border-color:#18181a;
    background-image: url(../images/access/panel/white-top-bottom.gif);
}

.x-panel-body {
    color: #fffff6;
    border-color:#18181a;
    background-color:#232d38;
}

.x-tab-panel .x-panel-body {
    color: #fffff6;
    border-color:#18181a;
    background-color:#1f2730;
}

.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar {
    border-color:#223;
}

.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
    border-top-color:#223;
}

.x-panel-body-noheader, .x-panel-mc .x-panel-body {
    border-top-color:#223;
}

.x-panel-tl .x-panel-header {
    color:#fff;
    font:bold 14px tahoma,arial,verdana,sans-serif;
}

.x-panel-tc {
    background-image: url(../images/access/panel/top-bottom.gif);
}

.x-panel-tl, .x-panel-tr, .x-panel-bl,  .x-panel-br{
    background-image: url(../images/access/panel/corners-sprite.gif);
    border-bottom-color:#222224;
}

.x-panel-bc {
	background-image: url(../images/access/panel/top-bottom.gif);
}

.x-panel-mc {
    font: normal 14px tahoma,arial,helvetica,sans-serif;
    background-color:#3f4757;
}

.x-panel-ml {
    background-image:url(../images/access/panel/left-right.gif);
}

.x-panel-mr {
	background-image: url(../images/access/panel/left-right.gif);
}

.x-tool {
    background-image:url(../images/access/panel/tool-sprites.gif);
}

.x-panel-ghost {
    background-color:#3f4757;
}

.x-panel-ghost ul {
    border-color:#18181a;
}

.x-panel-dd-spacer {
    border-color:#18181a;
}

.x-panel-fbar td,.x-panel-fbar span,.x-panel-fbar input,.x-panel-fbar div,.x-panel-fbar select,.x-panel-fbar label{
    font:normal 14px arial,tahoma, helvetica, sans-serif;
}