Community Forums Today's Posts     Member List     Archive    
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2010
    Location
    New Hampshire
    Posts
    15

    Solved [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!

  2. #2
    Join Date
    Jun 2010
    Location
    New Hampshire
    Posts
    15
    Quote Originally Posted by 82ndAB-RedHawk View Post
    Also, I cannot find where to change the background of the Manage/Add New Bookmarks menu. What is the code for those?
    After doing more searching, I have found that part, but I still cannot find where to get rid of that blue bar in the options menu.

  3. #3
    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.

  4. #4
    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

  5. #5
    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

  1. [Skin] PS1D3R Dark Skin
    By Sp1D3r in forum Skins
    Replies: 3
    Last Post: 26-05-2010, 01:17
  2. [Skin] Portal Skin
    By Sp1D3r in forum Skins
    Replies: 1
    Last Post: 26-05-2010, 01:14
  3. [Skin] DVDTS Skin (First TS3 Skin)
    By DvdRom in forum Skins
    Replies: 25
    Last Post: 02-05-2010, 21:52
  4. Anime Skin
    By hyprdmg in forum Skins
    Replies: 7
    Last Post: 27-01-2010, 23:41
  5. [Solved] Login troubles
    By efialt in forum Permission System
    Replies: 2
    Last Post: 18-01-2010, 11:12

Posting Permissions

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