home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / Tools / yabar.msi / fil8D7D1BC396EE7E86027CFE5D71CB2A4D < prev    next >
Encoding:
Text File  |  2010-04-16  |  1.8 KB  |  88 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. /* ******************************************* */
  5. row:not(:first-child) {
  6.   margin-top: 0.2em;
  7. }
  8.  
  9. #alertTimedNotification * {cursor: pointer;}
  10.  
  11. /* ******************************************* */
  12. a {
  13.   cursor: pointer;
  14.   color: #1455D6;
  15.   text-decoration: underline;
  16. }
  17.  
  18. a:hover {
  19.   color: #424F63;
  20. }
  21.  
  22. p {
  23.   margin: .65em 0;
  24. }
  25.  
  26. ul, ol {
  27.   padding-left: 20px;
  28.   margin: .5em 0;
  29. }
  30.  
  31. dd {
  32.   -moz-margin-start: 20px;
  33. }
  34.  
  35. .title-image-left {
  36.   width: 8px;
  37.   height: 24px;
  38.   background: url("chrome://yasearch/skin/browser-icons/tab-left.png") no-repeat;
  39.   background-color: -moz-dialog;
  40.   -moz-border-radius-topleft: 3px;
  41. }
  42.  
  43. .title-image-middle {
  44.   height: 24px;
  45.   background: url("chrome://yasearch/skin/browser-icons/tab-middle.png") repeat-x;
  46.   background-color: -moz-dialog;
  47. }
  48.  
  49. .title-image-right {
  50.   width: 8px;
  51.   height: 24px;
  52.   background: url("chrome://yasearch/skin/browser-icons/tab-right.png") no-repeat;
  53.   background-color: -moz-dialog;
  54.   -moz-border-radius-topright: 3px;
  55. }
  56.  
  57. .title-image-middle > label {
  58.   font-weight: bold;
  59.   text-align: center;
  60. }
  61.  
  62. .title-image-middle > toolbarbutton {
  63.   -moz-appearance: none;
  64.   -moz-image-region: rect(0px, 32px, 16px, 16px);
  65.   height: 24px;
  66.   border: none !important;
  67.   padding: 0px;
  68.   cursor: default;
  69.   list-style-image: url("chrome://yasearch/skin/browser-icons/close.png");
  70. }
  71.  
  72. .title-image-middle > toolbarbutton:hover {
  73.   -moz-image-region: rect(0px, 48px, 16px, 32px);
  74. }
  75.  
  76. /* ******************************************* */
  77.  
  78. #yaInstallActions > label {
  79.   font-weight: bold;
  80. }
  81.  
  82. #yaRestartAppButton {
  83.   margin-right: 7em;
  84. }
  85.  
  86. .throbber {
  87.   -moz-margin-start: 0px;
  88. }