Ignore:
Timestamp:
May 7, 2010, 10:23:47 PM (14 years ago)
Author:
grum
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ColorStat/cstat.css

    r5961 r6107  
    3232  font-size:130%;
    3333}
     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 TracChangeset for help on using the changeset viewer.