Advertisement
sausageandeggs

viper(blue) mintmenu stylesheet.css

Dec 6th, 2011
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.09 KB | None | 0 0
  1. .applications-menu-favorites-box {
  2.   width: 70%;
  3.   margin: auto;
  4.   padding: 10px;
  5.   border: 1px solid #225F90;  
  6. }
  7. .applications-menu-favorites-button {
  8.     padding-top: 10px;
  9.     padding-left: 10px;
  10.     padding-right: 10px;
  11.     padding-bottom: 10px;    
  12. }
  13.  
  14. .applications-menu-favorites-button:hover {
  15.     color: white;
  16.      background-gradient-direction: vertical;
  17.      background-gradient-start: rgba(34,95,144,0.6);
  18.      background-gradient-end: rgba(34,95,144,0.08);
  19.      box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.06);
  20.     border-radius: 4px;
  21. }
  22.  
  23. .places-box {
  24.   width: 70%;
  25.   margin: auto;
  26.   padding: 10px;
  27.   border: 0px solid #666;  
  28. }
  29. .places-button {
  30.     padding-top: 10px;
  31.     padding-left: 10px;
  32.     padding-right: 10px;
  33.     padding-bottom: 10px;    
  34. }
  35.  
  36. .categories-box {
  37.     padding-top: 10px;
  38.     padding-left: 30px;
  39.     padding-right: 30px;
  40.     padding-bottom: 10px;    
  41. }
  42. .applications-box {
  43.     padding-top: 10px;
  44.     padding-left: 30px;
  45.     padding-right: 30px;
  46.     padding-bottom: 10px;    
  47. }
  48. .applications-scrollbox {
  49.     height: 300px;
  50. }
  51. .applications-title {
  52.     padding-top: 15px;
  53.     padding-bottom: 5px;
  54.     padding-right: 5px;
  55.     padding-left: 5px;
  56.     font-family: Verdana, sans-serif;
  57.     font-size: medium;
  58.     font-style: normal;
  59.     font-weight: bold;
  60. }
  61.  
  62. .favorites-title {
  63.     padding-top: 5px;
  64.     padding-bottom: 5px;
  65.     padding-right: 5px;
  66.     padding-left: 5px;
  67.     font-family: Verdana, sans-serif;
  68.     font-size: medium;
  69.     font-style: normal;
  70.     font-weight: bold;
  71. }
  72.  
  73. .favorites-title:hover {
  74.     font-weight: bold;
  75. }
  76.  
  77.  
  78.  
  79. .application-button {
  80.     padding-top: 7px;
  81.     padding-left: 7px;
  82.     padding-right: 7px;
  83.     padding-bottom: 7px;    
  84. }
  85.  
  86. .application-button:hover,
  87. .application-button-selected {
  88.     padding-top: 7px;
  89.     padding-left: 7px;
  90.     padding-right: 7px;
  91.     padding-bottom: 7px;
  92.     color: white;
  93.      background-gradient-direction: vertical;
  94.      background-gradient-start: rgba(34,95,144,0.6);
  95.      background-gradient-end: rgba(34,95,144,0.08);
  96.      box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.06);
  97.     border-radius: 4px;
  98. }
  99.  
  100. .application-button-label {
  101.     padding-left: 5px      
  102. }
  103.  
  104. .category-button {
  105.     padding-top: 7px;
  106.     padding-left: 7px;
  107.     padding-right: 7px;
  108.     padding-bottom: 7px;
  109.     font-weight: normal;    
  110. }
  111.  
  112. .category-button-selected {
  113.     padding-top: 7px;
  114.     padding-left: 7px;
  115.     padding-right: 7px;
  116.     padding-bottom: 7px;
  117.     color: white;
  118.      background-gradient-direction: vertical;
  119.      background-gradient-start: rgba(34,95,144,0.6);
  120.      background-gradient-end: rgba(34,95,144,0.08);
  121.      box-shadow: inset 0px 0px 1px 1px rgba(255,255,255,0.06);
  122.     border-radius: 4px;
  123. }
  124.  
  125. .category-button-label {
  126.     padding-left: 5px      
  127. }
  128.  
  129. .category-button-button:hover {
  130.     background-color: #969696;
  131.     border-radius: 8px;
  132. }
  133.  
  134. .selected-app-box {
  135.     padding-right: 30px;
  136.     padding-left: 28px;
  137.     text-align: right;
  138. }
  139.  
  140. .selected-app-title {
  141.     font-weight: bold;
  142.     font-size: small;
  143. }
  144.  
  145. .selected-app-description {
  146.     max-width: 150px;
  147. }
  148.  
  149. .search_box {
  150.    padding-left: 30px;
  151. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement