Post your userFiles!

Discuss application theming and theme development.
Locked
ulmwarrior
Posts: 19
Joined: December 15th, 2009, 5:05 pm

Re: Post your userFiles!

Post by ulmwarrior »

Hi someone told me to come here for help
how do i set a minimum and a maximum?
right now it i use a program that makes all tabs minimum 1 max 20 so you can only see the icon
this code makes the text hidden until rollover whre i can change the code to make it show more text
the problem is i want a max and a minimum in this code but i can't figure out how so that way it is only as big as it needs to be
:| :? :) :D
/*Awesome tabs*/
.tabbrowser-tabs tab .tab-text { display: none; }
.tabbrowser-tabs tab:hover .tab-text { display: block; }
.tabbrowser-tabs tab:hover { min-width: 150px; }
.tabbrowser-strip tooltip {
display: none !important;
}
ulmwarrior
Posts: 19
Joined: December 15th, 2009, 5:05 pm

Re: Post your userFiles!

Post by ulmwarrior »

bump?
ulmwarrior
Posts: 19
Joined: December 15th, 2009, 5:05 pm

Re: Post your userFiles!

Post by ulmwarrior »

definitely a bump
ulmwarrior
Posts: 19
Joined: December 15th, 2009, 5:05 pm

Re: Post your userFiles!

Post by ulmwarrior »

Yep bumpalishios
Bozz
Posts: 2684
Joined: October 18th, 2007, 1:53 pm

Re: Post your userFiles!

Post by Bozz »

There's no need to keep bumping this thread and the other thread you started. If someone knew what you were looking for they would have replied by now. ;)

Duplicate post: viewtopic.php?f=38&t=1808375&p=9082295#p9082295
dancedar
Posts: 12
Joined: June 22nd, 2009, 11:11 am

Re: Post your userFiles!

Post by dancedar »

My favourite so far is combining stop/reload buttons with:

Code: Select all

#stop-button[disabled="true"] { display:none; } 

#stop-button:not([disabled]) + #reload-button { display:none; }


My question: is there a way to make a tab's width auto - that is to fit it's title, up to a maximum of say 230px? I know TabMixPlus does this but I use Tabberwocky now and can't figure out the code to do this.

Also I'd love to be able to change 'Gmail - Inbox (1) - my.email@gmail.com' of my gmail tab to 'Inbox (1)' - yet can't find this on userscripts.org or anywhere else - possible without using Labs?
User avatar
easyw
Posts: 6
Joined: August 28th, 2007, 5:56 am

Re: Post your userFiles!

Post by easyw »

How can I hide tabstrip borders using userChrome.css in seamonkey 2.04 default theme?

Image

I already inserted this code without results on these borders:

Code: Select all

/* hide toolbar borders */
menubar,
toolbox,
toolbar , window
{
border-style: none !important;
-moz-appearance: none !important;
}


thank you!
:)
Ingo K.
Posts: 33
Joined: February 13th, 2008, 10:59 am

Re: Post your userFiles!

Post by Ingo K. »

Since I do not use mouse gestures, I was often annoyed that my context menu 'Back' item was hidden when I accidentally right-clicked an image (or there still was some text selected on the page).

This makes the Back menu-item always visible:

#context-back,
#context-forward {
visibility: visible !important;
display: inline !important;
}
goodby
Posts: 36
Joined: January 11th, 2012, 3:41 pm

Re: Post your userFiles!

Post by goodby »

Menubar - File, Edit, View, etc...
Toolbar - Get Mail, Write, etc...
Would someone please tell me where how to change text color for the 2 bars? thanks...
Then I saw that wisdom excels folly As light excels darkness.
goodby
Posts: 36
Joined: January 11th, 2012, 3:41 pm

Re: Post your userFiles!

Post by goodby »

I have made 3 posts in this forum and I have yet to have one replied to, am I expecting too much?
Then I saw that wisdom excels folly As light excels darkness.
User avatar
LoudNoise
New Member
Posts: 39900
Joined: October 18th, 2007, 1:45 pm
Location: Next door to the west

Re: Post your userFiles!

Post by LoudNoise »

Lord. Bump your posts to bring the back up. Locking this both because of age and your attempt to hijack it.
Post wrangler
"Choose between the Food Select Feature or other Functions. If no food or function is chosen, Toast is the default."
Locked