Results 1 to 8 of 8
Thread: 5 little Problems
-
05-01-2010, 15:43 #1
-= TeamSpeak User =-
- 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
-
05-01-2010, 15:48 #2
-= TeamSpeak Lover =-
- 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.
-
05-01-2010, 15:55 #3
-= TeamSpeak User =-
- 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.
-
05-01-2010, 18:34 #4
-= TeamSpeak Lover =-
- 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;
-
05-01-2010, 21:54 #5
-= TeamSpeak User =-
- 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.
-
06-01-2010, 07:30 #6
-= TeamSpeak Lover =-
- Join Date
- Dec 2009
- Location
- Indiana
- Posts
- 50
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.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.
-
06-01-2010, 10:52 #7
-= TeamSpeak Lover =-
- Join Date
- Jan 2010
- Location
- GER
- Posts
- 99
looks cool would like to see a DL link soon
-
06-01-2010, 21:03 #8
-= TeamSpeak User =-
- Join Date
- Jan 2010
- Location
- Germany, Bavaria
- Posts
- 13
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
-
Sound and overall problems with TS3
By armyman77777 in forum Client SupportReplies: 10Last Post: 09-02-2010, 05:19 -
Permissions Problems Using sudo to Run Server
By Llewen in forum [TeamSpeak 2] Server SupportReplies: 1Last Post: 12-06-2008, 16:21 -
Problems
By Another TS User in forum [TeamSpeak 2] Client SupportReplies: 4Last Post: 07-12-2006, 15:21 -
More problems with packet loss
By aizauk in forum [TeamSpeak 2] Client SupportReplies: 1Last Post: 08-10-2004, 07:44


Reply With Quote
