home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temathun / Charamel.jar / global / config.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-07-24  |  837 b   |  41 lines

  1. /*:::::::::: Charamel ::::::::::
  2.   This file copyright 2004 Alex W. <lucx@shaw.ca>
  3. */
  4.  
  5. @import url("chrome://global/skin/");
  6. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  7.  
  8.  
  9. #config{
  10. /*margin-left:64px;
  11. background:url("chrome://global/skin/config/advance-config-header.png") no-repeat #F6F0E6;*/
  12. border-top:1px solid #DFD2C0;
  13. }
  14.  
  15.  
  16. treechildren::-moz-tree-cell-text{
  17. padding-left:8px;
  18. }
  19.  
  20.  
  21. /*config tree*/
  22. #configTree{
  23. }
  24.  
  25. treechildren::-moz-tree-cell-text(user){
  26. font-weight: bold;
  27. }
  28.  
  29. treechildren::-moz-tree-cell-text(locked){
  30. font-style: italic;
  31. }
  32.  
  33. /*filter box*/
  34. #config > hbox{
  35. background:url("chrome://global/skin/config/config-icon.png") no-repeat #EBE2D2;
  36. padding-left:72px;
  37. height:46px;
  38. border-left:1px solid #EFE7DC; /* line up with first tree header */
  39. }
  40.  
  41.