Community Forums Today's Posts     Member List     Archive    
Results 1 to 8 of 8
  1. #1
    Join Date
    Jan 2010
    Location
    Germany, Bavaria
    Posts
    13

    5 little Problems

    Hi

    Im already done with my new TS3 style, but i cant finish it till these problems are solved

    I hope one of you can help me, i can also send you my source code if needed.

    I really dont know what i did wrong.

    Just look at my picture:

    1) If i use an image as selection bar, the small icons merge with words. If i use normal bars (not as image) it doesnt happen. Maybe i have to work with layers?!

    2) this damn menu bar doesnt wanna change its color, whatever i try. which commands should i use?

    3)I want to exchange these white border with the dark one in the green field.

    4) How can i change the colors of this tabs?

    5) my horizontal scroll bar doesnt work... it can be moved in 1 direction only and doesnt show the background / scroll botton and the right arrow botton.


    I know my decription is very simple, but maybe anybody can give me a hint



    Thanx a lot

    Robertdehero

    http://www4.pic-upload.de/05.01.10/w5c2ynbblfvc.jpg

  2. #2
    Join Date
    Dec 2009
    Location
    Sweden
    Posts
    34
    Hi, if you provide a screenshot I think you'll get help easier.

    I have changed the menu bar and the tabs in my qss file: http://forum.teamspeak.com/showthread.php?t=49056

    Download and edit it, it's short and you'll find the parameters quickly.

  3. #3
    Join Date
    Jan 2010
    Location
    Germany, Bavaria
    Posts
    13
    sry,

    http://www4.pic-upload.de/05.01.10/w5c2ynbblfvc.jpg

    thats the link to the picture

    Oh and btw i got this skin already. I use the same code for the Menu tab, but it doesnt work :S

    Oh and i meant the Menu tab with CONNECTION / BOOKMARKS and so on.

  4. #4
    Join Date
    Dec 2009
    Location
    Sweden
    Posts
    34
    Aaah. Let's see: (these are unchanged, change accordingly!)

    1. Menu Bar:

    Taken from BlueSky.qss, has a gradient so you have to edit that out.

    Code:
    /* MenuBar */
    QMenuBar {
    	background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6a96b9, stop: 1 #c2d7e1);
    	spacing: 2px;
    	color: #000;
    }
    QMenuBar::item {
    	background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #6a96b9, stop: 1 #c2d7e1);
    	color: #000;
    }
    QMenuBar::item:selected {
    	background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #a5d3e8, stop: 1 #e9edef);
    	color: #000;
    }
    QMenuBar::item:pressed {
    	background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #c2d7e1, stop: 1 #e9edef);
    	color: #000;
    }

    4. Tab bar:

    Taken from my own skin's qss-file, needs changing.

    Code:
    /* TabBar */
    
    QTabBar {
    	background-color: #202120;
    	margin-bottom: 4px;
    	margin-top: 4px;
    	padding-top: 3px;
    	padding-left: 3px;
    }
    QTabBar::tab {
    	background-color: #222221;
    	border: 1px solid #000;
    	color: #fafade;
    	min-width: 8ex;
    	padding: 3px;
    	padding-top: 3px;
    	padding-left: 6px;
    	padding-bottom: 3px;
    	padding-right: 6px;
    }
    QTabBar::tab:selected {
    	background-color: #222221;
    	color: #fafade;
    }
    QTabBar::tab:hover {
    	background-color: #222221;
    border: 1px solid; 
    border-color: #fafade;
    	color: #fff;
    }
    QTabBar::tab:selected {
    	border-color: #000;
    	border: 1px solid #fafade;
    	}
    
    QTabBar::tab:selected:top {
    	border-top-color: #fafade;
    	margin-top: 3px;
    }
    QTabBar::tab:selected:bottom {
    	border-bottom-color: #fafade;
    	
    }
    QTabBar::tab:!selected:top {
    	border-top-color: #fafade;
    	margin-top: 0px;
    }
    QTabBar::tab:!selected:bottom {
    	border-bottom-color: #000;
    	margin-bottom: 0px;

  5. #5
    Join Date
    Jan 2010
    Location
    Germany, Bavaria
    Posts
    13
    Thanks a lot, so my style looks now:

    http://www4.pic-upload.de/05.01.10/98ejf5oqnevt.jpg

    I only need to make the borders black or something else.

    And i still got the problem with the menu bar from the drop down menu (Connection - Bookmarks etc.). I havent found a way yet to use a graphic as bar without errors.

    But im sure there is a way^^.

    Wow my first own style will be finished soon.

  6. #6
    Join Date
    Dec 2009
    Location
    Indiana
    Posts
    50
    5) my horizontal scroll bar doesnt work... it can be moved in 1 direction only and doesnt show the background / scroll botton and the right arrow botton.
    Check to see if the horizontal QScrollBar add-line and sub-line says width and not height. One of the qss files I looked at recently said height where it should have said width and this would cause the situation you mention.

  7. #7
    Join Date
    Jan 2010
    Location
    GER
    Posts
    99

    Thumbs up

    looks cool would like to see a DL link soon

  8. #8
    Join Date
    Jan 2010
    Location
    Germany, Bavaria
    Posts
    13
    Quote Originally Posted by BGen_JD8 View Post
    Check to see if the horizontal QScrollBar add-line and sub-line says width and not height. One of the qss files I looked at recently said height where it should have said width and this would cause the situation you mention.
    Thanks for this hint, i have compared my command lines with bluesky.qss and now my scrollbar works fine

    @BetaAlien: Du hast genau den richtigen Namen fürn Beta-Tester ^^.
    Ja ich hoffe, dass ich bald fertsch bin. Dann darfst Du ausgiebig testen
    Vielleicht hast du ja auch ne Lösung wie ich im Drop-Down-Menü den Auwahlbalken so als Grafik einfüge, dass es keine Fehler gibt (siehe Link im ersten Posting).

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Sound and overall problems with TS3
    By armyman77777 in forum Client Support
    Replies: 10
    Last Post: 09-02-2010, 05:19
  2. Permissions Problems Using sudo to Run Server
    By Llewen in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 12-06-2008, 16:21
  3. Problems
    By Another TS User in forum [TeamSpeak 2] Client Support
    Replies: 4
    Last Post: 07-12-2006, 15:21
  4. More problems with packet loss
    By aizauk in forum [TeamSpeak 2] Client Support
    Replies: 1
    Last Post: 08-10-2004, 07:44

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •