source: extensions/ColorStat/cstat.css @ 5961

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

Add plugin files

File size: 776 bytes
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}
Note: See TracBrowser for help on using the repository browser.