Results 1 to 5 of 5
-
21-06-2010, 19:17 #1
-= TeamSpeak User =-
- Join Date
- Jun 2010
- Location
- New Hampshire
- Posts
- 15
[Solved] Skin troubles Help Appreciated!
Hello,
I am currently making a skin for my clan. So far everything is going well and I am almost finished. However, there are a few areas that I cannot seem to figure out how to change.
I am using the bluesky.qss as a template.
http://i302.photobucket.com/albums/n...7/TS3Skin7.png
As you can see from the screenshot, I have circled the areas I cannot find. The first, in the Options menu is that blue bar. what is the code to change that? That same bar can be found on the Manage/Add New Bookmarks menu.
Also, I cannot find where to change the background of the Manage/Add New Bookmarks menu. What is the code for those?
Any help would be greatly appreciated!
-
21-06-2010, 22:33 #2
-= TeamSpeak User =-
- Join Date
- Jun 2010
- Location
- New Hampshire
- Posts
- 15
-
21-06-2010, 23:03 #3
-= TeamSpeak User =-
- Join Date
- Jun 2010
- Location
- New Hampshire
- Posts
- 15
Finally found where the blue bar is. If you remove this line of code:
QMenu::item {
background: transparent;
padding: 3px;
padding-left: 20px;
padding-right: 10px;
it removes the blue bar. However, it removes a ton of other things as well for some reason.
I just want to change the color of the blue bar. I have tried changing the background color, but it didn't work.
-
21-06-2010, 23:51 #4
-= TeamSpeak User =-
- Join Date
- Jun 2010
- Location
- New Hampshire
- Posts
- 15
Here are some screenshots of what happens when I delete the code:
QMenu::item {
background: transparent;
padding: 3px;
padding-left: 20px;
padding-right: 10px;
Before:
http://s302.photobucket.com/albums/n...=TS3Skin10.png
After deletion:
http://s302.photobucket.com/albums/n...=TS3Skin12.png
-
22-06-2010, 19:10 #5
-= TeamSpeak User =-
- Join Date
- Jun 2010
- Location
- New Hampshire
- Posts
- 15
I have solved the problem.
In the qss file, there are a couple lines:
QLabel, QCheckBox, QRadioButton, QGroupBox, QSlider, QWidget#HeadlineLabel, QFrame#bookmarksTopFrame, QWidget#advancedWidget, QWidget#statusChangeWidget, QWidget#connectToWidget, QWidget#switchToWidget, QWidget#disableWidget, QWidget#activateWidget, QWidget#recordingWidget, ImprovedTabBarCloseButton, QWidget#avatarWidget, QWidget#ToolbarStretcher, QStackedWidget {
background: none;
What you need to do is delete QWidget#HeadlineLabel and QFrame#bookmarksTopFrame.
Then you need to add this line of code:
QWidget#HeadlineLabel {
background: #424f42;
}
QFrame#bookmarksTopFrame {
background: #424f42;
}
This will change the color of that blue bar to a light olive green color.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Skin] PS1D3R Dark Skin
By Sp1D3r in forum SkinsReplies: 3Last Post: 26-05-2010, 01:17 -
[Skin] Portal Skin
By Sp1D3r in forum SkinsReplies: 1Last Post: 26-05-2010, 01:14 -
[Skin] DVDTS Skin (First TS3 Skin)
By DvdRom in forum SkinsReplies: 25Last Post: 02-05-2010, 21:52 -
Anime Skin
By hyprdmg in forum SkinsReplies: 7Last Post: 27-01-2010, 23:41 -
[Solved] Login troubles
By efialt in forum Permission SystemReplies: 2Last Post: 18-01-2010, 11:12


Reply With Quote
