home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / AIMP2 / aimp_2.61.583.exe / $TEMP / YandexPackSetup.msi / fil8D7D1BC396EE7E86027CFE5D71CB2A4D < prev    next >
Text File  |  2010-07-12  |  2KB  |  84 lines

  1. @import url("chrome://yasearch/skin/alerts/alerts.default.css");
  2. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  3.  
  4. row:not(:first-child) {
  5.   margin-top: 0.2em;
  6. }
  7.  
  8. #alertTimedNotification * {cursor: pointer;}
  9.  
  10. a {
  11.   cursor: pointer;
  12.   color: #1455D6;
  13.   text-decoration: underline;
  14. }
  15.  
  16. a:hover {
  17.   color: #424F63;
  18. }
  19.  
  20. p {
  21.   margin: .65em 0;
  22. }
  23.  
  24. ul, ol {
  25.   padding-left: 20px;
  26.   margin: .5em 0;
  27. }
  28.  
  29. dd {
  30.   -moz-margin-start: 20px;
  31. }
  32.  
  33. .title-image-left {
  34.   width: 8px;
  35.   height: 24px;
  36.   background: url("chrome://yasearch/skin/browser-icons/tab-left.png") no-repeat;
  37.   background-color: -moz-dialog;
  38.   -moz-border-radius-topleft: 3px;
  39. }
  40.  
  41. .title-image-middle {
  42.   height: 24px;
  43.   background: url("chrome://yasearch/skin/browser-icons/tab-middle.png") repeat-x;
  44.   background-color: -moz-dialog;
  45. }
  46.  
  47. .title-image-right {
  48.   width: 8px;
  49.   height: 24px;
  50.   background: url("chrome://yasearch/skin/browser-icons/tab-right.png") no-repeat;
  51.   background-color: -moz-dialog;
  52.   -moz-border-radius-topright: 3px;
  53. }
  54.  
  55. .title-image-middle > label {
  56.   font-weight: bold;
  57.   text-align: center;
  58. }
  59.  
  60. .title-image-middle > toolbarbutton {
  61.   -moz-appearance: none;
  62.   -moz-image-region: rect(0px, 32px, 16px, 16px);
  63.   height: 24px;
  64.   border: none !important;
  65.   padding: 0px;
  66.   cursor: default;
  67.   list-style-image: url("chrome://yasearch/skin/browser-icons/close.png");
  68. }
  69.  
  70. .title-image-middle > toolbarbutton:hover {
  71.   -moz-image-region: rect(0px, 48px, 16px, 32px);
  72. }
  73.  
  74. #yaInstallActions > label {
  75.   font-weight: bold;
  76. }
  77.  
  78. #yaRestartAppButton {
  79.   margin-right: 7em;
  80. }
  81.  
  82. .throbber {
  83.   -moz-margin-start: 0px;
  84. }