source: extensions/ColorStat/cstat.css @ 6107

Last change on this file since 6107 was 6107, checked in by grum, 14 years ago

Plugin is now in a usable state (color analysis is not yet tuned)

File size: 2.2 KB
Line 
1#iLargeColorTable p, #iSmallColorTable p {
2  float:left;
3  margin:0px;
4  padding:0px;
5  padding-bottom:10px;
6}
7
8#iLargeColorTable, #iSmallColorTable {
9  margin-left:30px;
10  padding:10px;
11}
12
13#iSteps fieldset p {
14  text-align:justify;
15  margin:8px;
16  margin-top:0px;
17}
18
19table .colorListSample {
20  border:1px solid #505050;
21}
22
23#iHeaderListColors { width:100%; border:1px solid; border-collapse: collapse; margin-top:3px; }
24#iListColors { width:100%; border:1px solid; height:280px; border-top:0px; overflow:auto; position:relative; left:-1px;}
25#iListColorsTable td { text-align:left; }
26
27#iListColors.roma table tr:hover { background:#303030;  }
28#iListColors.clear table tr:hover {  color: #D54E21; background:#dbe8f3; }
29
30.colorFont {
31  font-family:monospace;
32  font-size:130%;
33}
34
35.cellColorChoose {
36  width:15px;
37  height:15px;
38  margin:2px;
39  float:left;
40  cursor:pointer;
41}
42
43
44#iListColorsChoosen { padding:0px; }
45
46#iListColorsChoosen ul li, #dragHelper ul li {
47  clear:both;
48  min-height:32px;
49  list-style-image:none;
50  list-style-position:outside;
51  list-style-type:none;
52  margin:4px;
53  padding:0px;
54}
55
56#iListColorsChoosen ul { padding:0px; }
57
58
59.cbGroup { border-width:1px; border-style:solid; padding:0px; margin:2px; min-height:30px; list-style:none; }
60.cbItem {   padding:2px; margin:8px; min-height:34px; list-style:none; }
61
62#iListColorsChoosen ul li.cbItem, #dragHelper ul li.cbItem { padding:2px; }
63
64.cbItemButtons { padding:2px; }
65.cbItem img { cursor: pointer; }
66
67.cbSortHandle { cursor:move; }
68
69div.cbOperator {
70 cursor:pointer;
71 padding:4px;
72 text-align:left;
73 font-weight:bold;
74}
75
76div.cbOperatorBgroma {
77 background:#333333;
78}
79
80div.cbOperatorBgclear {
81 background:#dbe8f3;
82}
83
84.cbButtons {
85  float:left;
86  margin:2px;
87  padding:8px;
88}
89
90.helper {
91 border:2px dashed #777777;
92}
93
94.cPnActive, .cPnDisabled, .cPnInactive { margin:2px; padding:2px;  min-width:20px; text-align:center; }
95.pnInactiveclear, .pnInactiveroma { cursor:pointer; }
96.pnInactiveclear:hover { background:#F1F1F1; }
97.pnActiveclear { background:#F1F1F1; font-weight:bold; }
98.pnInactiveroma:hover { background:#999999; color:#444444; }
99.pnActiveroma { background:#999999; color:#444444; font-weight:bold; }
100#iPagesNavigator ul { margin:0px; }
101
102.color1px { border-spacing:1px; }
103.color0px { border-spacing:0px; }
104
Note: See TracBrowser for help on using the repository browser.