home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 114 / CDRom114.iso / internet / temathun / Mars.jar / mozapps / shared / richview.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-29  |  429 b   |  22 lines

  1. /* Generic RichView */
  2.  
  3. view {
  4.   margin: 10px 10px 5px 10px;
  5.   -moz-appearance: listbox;
  6.   -moz-user-focus: normal;
  7. }
  8.  
  9. .richviewInner2 {
  10.   background-image: url("chrome://mozapps/skin/shared/viewFader.png");
  11.   padding: 0px;
  12. }  
  13.  
  14. .richviewInner1 {
  15.   background-color: Window;
  16.   background-image: inherit;
  17.   background-attachment: fixed;
  18.   background-repeat: no-repeat;
  19.   background-position: bottom right;
  20. }
  21.  
  22.