home *** CD-ROM | disk | FTP | other *** search
/ Video Vibe PRO / VideoVibePRO.iso / appStyle.css < prev    next >
Cascading Style Sheet File  |  2015-09-12  |  1KB  |  54 lines

  1. /* CSS file */
  2. WindowedApplication {
  3.     background-color: #8eb5de;
  4.     theme-color: #7ea1c5;
  5.     background-image: Embed(source="assets/bg.png");
  6.     background-alpha:0.6;
  7. }
  8. Button {
  9.     corner-radius: 5;
  10.     fill-colors: #ffffff, #8eb5de, #8eb5de, #66ccff;
  11.     color: #41678f;
  12.     text-roll-over-color: #ffffff;
  13.     text-selected-color: #000000;
  14.     theme-color: #009dff;
  15.     font-family: "Myriad Pro";
  16.     font-size: 11;
  17.     font-weight: bold;
  18.     padding-top: 5;
  19.     letter-spacing: 1;
  20. }
  21. #content {
  22.     border-style: solid;
  23.     border-color: #ffffff;
  24.     border-alpha: 0.6;
  25.     border-thickness-left: 10;
  26.     border-thickness-top: 10;
  27.     border-thickness-bottom: 10;
  28.     border-thickness-right: 10;
  29.     rounded-bottom-corners: true;
  30.     corner-radius: 10;
  31.     header-height: 26;
  32.     header-colors: #ffffff, #d9d9d9;
  33.     footer-colors: #e7e7e7, #ffffff;
  34.     shadow-direction: left;
  35.     title-style-name: "mypanelTitle";
  36. }
  37.  
  38. .mypanelTitle {
  39.     letter-spacing: 0;
  40.     color: #41678f;
  41.     font-weight: bold;
  42.     font-size:12;
  43.     font-family: "Myriad Pro";
  44. }
  45. ProgressBar {
  46.      barColor: #0066cc;
  47.    color: #003399;
  48.     track-height: 12;
  49.     font-weight: bold;
  50.     font-family: "Myriad Pro";
  51. }
  52.  
  53.  
  54.