Advertisement
Guest User

Untitled

a guest
Sep 1st, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. .BE--Desk { background: #999; }
  2. /* access palette with palette(<role> ex highlight) */
  3.  
  4. /*alternate-base
  5. | base
  6. | bright-text
  7. | button
  8. | button-text
  9. | dark
  10. | highlight
  11. | highlighted-text
  12. | light
  13. | link
  14. | link-visited
  15. | mid
  16. | midlight
  17. | shadow
  18. | text
  19. | window
  20. | window-text */
  21.  
  22. #calendarPanel {
  23. margin-top: 21px;
  24. background-color: transparent;
  25. background-image: url('/home/bobby/.local/share/data/Bespin/leather-gimp-dark-panel.png');
  26. margin-bottom: 1px;
  27. }
  28.  
  29. #topPanel {
  30. /* border-left: 16px transparent;
  31. border-right: 16px transparent;
  32. border-image: url('${base}/borders.png') 0 16 0 16;
  33. padding-right: -16px;
  34. padding-left: -16px;*/
  35. background: qlineargradient( x1:0, y1:0, x2:0, y2:1,
  36. stop:0 #fff,
  37. stop:1 #ddd );
  38. /* background: palette(button);
  39. color: palette(button-text);*/
  40. /*background: palette(window);*/
  41. background-origin: border;
  42. background-clip: border;
  43. shadow-padding: 0 0 1 0;
  44. shadow-border: 1px rgba(0,0,0,160);
  45. border: none;
  46. }
  47.  
  48. #topPanel > QFrame { border: none; }
  49.  
  50. #topPanel > .BE--Clock {
  51. /*font-family: "lucida grande";*/
  52. font-size: 11.5pt;
  53. margin-top: -2px;
  54. /*background: palette(window-text);*/
  55. }
  56. .BE--Clock { /*margin-bottom: -1px;*/ }
  57. .BE--InfoCenter {
  58. color: black;
  59. font-size: 10.5pt;
  60. }
  61. .BE--InfoCenter:hover { color: palette(highlight); }
  62.  
  63. #taskPanel { background-image: url('/home/bobby/.local/share/data/Bespin/panel.png'); }
  64. /*#taskPanel { background: palette(window-text); }*/
  65.  
  66. #topPanel .BE--GMenu QMenuBar {
  67. spacing: 16px;
  68. /*font-family: "lucida grande";*/
  69. font-size: 11.5pt;
  70. color: black;
  71. border: none;
  72. }
  73. /*.BE--GMenu QMenuBar::item {}
  74. .BE--GMenu QMenuBar::item:selected {}
  75. .BE--GMenu QMenuBar::item:pressed {}*/
  76.  
  77. #TaskBar QToolButton {
  78. border: none;
  79. padding: 0px;
  80. max-width: 48px;
  81. }
  82.  
  83. #TaskBar #OneTask,
  84. #TaskBar #ManyTasks {
  85. background-image: url('${base}/arrow.png');
  86. color: transparent;
  87. background-repeat: no-repeat;
  88. background-position: bottom center;
  89. }
  90. #TaskBar #ManyTasks:hover { background-image: url('${base}/arrows.png'); }
  91. #TaskBar #OneTask:hover { background-image: url('${base}/arrows.png'); }
  92. #TaskBar #ManyTasks:checked {
  93. background-image: url('${base}/arrows.png');
  94. }
  95.  
  96. #TaskBar #OneTask:checked {
  97. background-image: url('${base}/arrows.png');
  98. }
  99.  
  100. #TaskBar QToolButton:hover {}
  101. #TaskBar #OneTask[windowMinimized="true"],
  102. #TaskBar #ManyTasks[windowMinimized="true"]{} /*minimized*/
  103. #TaskBar #OneTask[needsAttention="true"],
  104. #TaskBar #ManyTasks[needsAttention="true"] {
  105. background-image: url('${base}/arrows-red.png');
  106. }
  107.  
  108. .BE--Pager {
  109. border: none;
  110. /*font-family: "lucida grande";*/
  111. }
  112.  
  113. .BE--Pager QToolButton {
  114. color: palette(text);
  115. border: 1px solid transparent;
  116. font-size: 12pt;
  117. max-height: 18px;
  118. width: 25px;
  119. padding: 0px;
  120. /*padding-top: 1px;*/
  121. }
  122. .BE--Pager QToolButton:hover,
  123. .BE--Pager QToolButton:checked{
  124. font-weight: bold;
  125. background-color: palette(highlight);
  126. /*background-image: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 rgba(0, 0, 0, 128), stop:1 rgba(0, 0, 0, 0));*/
  127. color: palette(highlighted-text);
  128. }
  129.  
  130. /*.BE--Pager QToolButton[text="1"] { border-image: url('${base}/left.png') 8 8 8 8; }
  131. .BE--Pager QToolButton[text="1"]:checked { border-image: url('${base}/left-active.png') 8 8 8 8; }
  132. .BE--Pager QToolButton[text="4"] { padding-left: -6px; border-image: url('${base}/right.png') 8 8 8 8; }
  133. .BE--Pager QToolButton[text="4"]:checked { border-image: url('${base}/right-active.png') 8 8 8 8; }*/
  134.  
  135. #sessionbutton {
  136. margin-right: 6px;
  137. margin-top: -2px;
  138. min-width: 20px;
  139. max-width: 20px;
  140. max-height: 25px;
  141. min-height: 25px;
  142. border: none;
  143. color: transparent;
  144. /*background: palette(window-text);*/
  145. }
  146.  
  147. .BE--MediaTray > QToolButton {
  148. min-height: 16px;
  149. max-height: 16px;
  150. min-width: 16px;
  151. max-width: 16px;
  152. margin: 4px;
  153. border: none;
  154. color: transparent;
  155. margin-top: 2px; /*temp fix for valign*/
  156. }
  157.  
  158. .BE--Volume {
  159. min-height: 16px;
  160. max-height: 16px;
  161. padding-left: 6px;
  162. }
  163.  
  164. #RunnerButton {
  165. margin-left: 12px;
  166. min-width: 16px;
  167. max-width: 16px;
  168. }
  169.  
  170. /*#RunnerButton {
  171. margin-left: 4px;
  172. border: none;
  173. min-width: 40px;
  174. max-width: 40px;
  175. background: transparent;
  176. color: transparent;
  177. background-image: url('${base}/topleather.png');
  178. background-repeat: no-repeat;
  179. }
  180. #RunnerButton:hover { background-image: url('${base}/topleather-hover.png'); }
  181. #RunnerButton:pressed { background-image: url('${base}/topleather-pressed.png'); }
  182. #leatherThing { margin-left: 4px; margin-top: 21px; background-image: url('${base}/bottomleather.png'); background-repeat: no-repeat; }*/
  183. #CAL { margin-left: -2px; }
  184.  
  185. #WEATHER,#HTOP { font-family: "Consolas"; font-size: 10px; color: white; background: transparent; /*font-weight: bold;*/ }
  186. #WEATHER { font-size: 40pt; font-weight: bold; padding-bottom: -10px; padding-left: 72px; }
  187. #HTOP { min-width: 200px; }
  188.  
  189. .BE--SysTray { margin-right: 6px; }
  190. #topPanel > .BE--Label { margin-right: 2px; }
  191. /*#menuPanel { padding-bottom: -8px; margin-top: -8px; }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement