Guest User

Untitled

a guest
May 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.44 KB | None | 0 0
  1. /* CSS file */
  2.  
  3. .Phase2TabsContainer{
  4.     cornerRadius:4;
  5.     borderColor:#c2c2c0;
  6.     backgroundColor:#d9d9d9;
  7.     borderStyle:solid;
  8.     borderAlpha:1;
  9.     borderThickness:1;
  10.     paddingBottom:3;
  11.     paddingLeft:3;
  12.     paddingRight:3;
  13.     paddingTop:3;
  14.     backgroundAlpha:1;
  15. }
  16. .Phase2TabNavigator {
  17.     tabHeight: 20;
  18.     tabWidth: 126;
  19.     borderAlpha:0;
  20.     borderColor:#d9d9d9;
  21.     backgroundColor:#d9d9d9;
  22.     tabStyleName: "Phase2Tabs";
  23.     firstTabStyleName: "Phase2Tabs";
  24.     lastTabStyleName: "Phase2Tabs";
  25.     selectedTabTextStyleName: "mySelectedPhase2Tabs";
  26.     paddingTop:0;
  27.     tabOffset:3;
  28. }
  29.  
  30. .Phase2Tabs {
  31.     borderAlpha:0;
  32.     borderColor:#d9d9d9;
  33.     backgroundAlpha:1;
  34.     borderThickness:0;
  35.     borderStyle:none;
  36.     highlightAlphas: 0, 0;
  37.     fillAlphas: 0, 0;
  38.     fillColors: #d9d9d9, #d9d9d9;
  39.     color:#000000;             
  40.     backgroundColor: #fbfbfb;
  41.     fontSize: 14;
  42.    
  43. }
  44.  
  45. .mySelectedPhase2Tabs {
  46.     borderAlpha:0;
  47.     borderColor:#d9d9d9;
  48.     borderThickness:0;
  49.     backgroundAlpha:1;
  50.     borderStyle:none;
  51.     backgroundColor:#fbfbfb;
  52.     color:#000000;
  53.     fontSize: 14;
  54. }
  55. .TabElement{
  56.     cornerRadius:4;
  57.     borderThickness:4;
  58.     borderStyle:solid;
  59.     borderColor:#fbfbfb;
  60.     backgroundColor:#fbfbfb;   
  61. }
  62. .TabList{
  63.     borderThickness:0;
  64.     borderStyle:none;
  65.     borderColor:#fbfbfb;
  66.     backgroundColor:#fbfbfb;   
  67. }
  68. .seeMoreResults{
  69.     fontSize: 12;
  70.     textAlign: left;
  71.     paddingLeft: 5;
  72.     fontWeight:normal;
  73.     color:#858585;
  74. }
  75.  
  76. .DataGridTracksPhase2 {
  77.     alternatingItemColors: #f5f5f5, #fbfbfb;
  78.     headerColors: #fbfbfb, #fbfbfb;
  79.     showLine: false;
  80.     verticalGridLineThickness: 1px;
  81.     verticalGridLines: true;
  82.     verticalGridLineColor: #f1f1f1;
  83.     horizontalGridLineThickness: 1px;
  84.     horizontalGridLines: true;
  85.     horizontalGridLineColor: #f1f1f1;
  86.     borderThickness: 0px;
  87.     borderAlpha: 0;
  88.     borderColor: #fbfbfb;
  89.     headerStyleName: "DataGridHeaderPhase2";
  90.     selectionColor: #efefef;
  91.     rollOverColor: #efefef;
  92. }
  93.  
  94. .ColumnTracksPhase2 {
  95.     color: #4d4c4c;
  96.     fontSize: 13pt;
  97. }
  98.  
  99. .DataGridHeaderPhase2 {
  100.     borderColor: #fbfbfb;
  101. }
  102.  
  103. .CellTracksRegularLabelPhase2, .CellTracksRegularLabelPadPhase2 {
  104.     color: #525252;
  105.     fontSize: 12pt;
  106. }
  107.  
  108. .CellTracksRegularLabelPadPhase2 {
  109.     paddingLeft: 8px;
  110. }
  111.  
  112. .CellTracksArtistLabelPhase2, .CellTracksArtistLabelPadPhase2 {
  113.     color: #3B3B3B;
  114.     fontSize: 12pt;
  115.     fontWeight: bold;
  116. }
  117.  
  118. .CellTracksArtistLabelPadPhase2 {
  119.     paddingLeft: 8px;
  120. }
  121. .AlbumRendererArtist{
  122.     color: #525252;
  123.     fontSize: 12pt;
  124.     fontWeight: normal;
  125. }
  126. .AlbumRendererAlbum{
  127.     color: #3B3B3B;
  128.     fontSize: 12pt;
  129.     fontWeight: bold;
  130. }
Add Comment
Please, Sign In to add comment