home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / TeamSpeak / TeamSpeak3-Client-win32-3.0.0.exe / styles / default.qss < prev   
Text File  |  2011-02-21  |  1KB  |  51 lines

  1. /*
  2.  * TeamSpeak 3 Default Qt StyleSheet
  3.  *
  4.  * Copyright (c) 2009-2011 TeamSpeak Systems GmbH
  5.  */
  6.  
  7. QStatusBar QLabel {
  8.   padding: 0px 3px;
  9.   border: 0px;
  10. }
  11.  
  12. QTextEdit#InfoFrame {
  13.      background-color: #ffffff;
  14.      background-image: url('styles:default/logo-128x128.png');
  15.      background-repeat: none;
  16.      background-position: top right;
  17.      background-attachment: fixed;
  18. }
  19.  
  20. QTextEdit#ChatTab {
  21.      background-color: #ffffff;
  22.      background-image: url('styles:default/chatlog-128x96.png');
  23.      background-repeat: none;
  24.      background-position: bottom right;
  25.      background-attachment: fixed;
  26. }
  27.  
  28. QListWidget#localIconsListWidget::item:selected, QListWidget#remoteIconsListWidget::item:selected {
  29.     border: 1px solid darkGray;
  30. }
  31.  
  32. QTreeView#ServerTreeView {
  33.     alternate-background-color: transparent;
  34. }
  35.  
  36. QLabel#OptionsHeadlineTitleLabel {
  37.     color: white;
  38.     font-weight: bold;
  39. }
  40. QLabel#OptionsHeadlineDescriptionLabel {
  41.     color: white;
  42. }
  43.  
  44. QToolButton#newBookmarkButton, QToolButton#newBookmarkFolderButton, QToolButton#removeBookmarkButton {
  45.     color: white;
  46. }
  47.  
  48. QToolButton#newBookmarkButton:hover, QToolButton#newBookmarkFolderButton:hover, QToolButton#removeBookmarkButton:hover {
  49.     color: black;
  50. }
  51.