Announce and Discuss the Latest Theme and Extension Releases.
old np
Posts: 0Joined: December 31st, 1969, 5:00 pm
Posted August 17th, 2006, 6:42 pm
pfx wrote:np wrote:Like this?
Yes! Except: -- The "blue" is too dark. I revised it to "lightblue", but still too dark. I tried "verylightblue" and "paleblue", but they doesn't exist. -- The color change didn't show up anywhere in the tab bar (would like it everywhere but active tab).
- Code: Select all
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
toolbar, statusbarpanel, tabs, tab:not([selected="true"]) { -moz-appearance: none !important; background-color: blue !important; }
You can replace blue by an RGB.
old np
Posts: 0Joined: December 31st, 1969, 5:00 pm
Posted August 17th, 2006, 6:52 pm
rtk wrote:One more suggestion for userstyles.org... Some way of differentiating global from site specific styles on the results page from a "find styles for this page" search.
The search feature hasn't been updated with the new logic that says that -moz-document url-prefix("http://") is still global. It's already on my to do list.
old np
Posts: 0Joined: December 31st, 1969, 5:00 pm
Posted August 17th, 2006, 7:24 pm
New dev version out
http://userstyles.org/apps/stylish-dev.xpi
The problem with the updates mentioned on the last page was a carriage return vs line feed thing. It's fixed now.
Old Makondo
Posts: 0Joined: December 31st, 1969, 5:00 pm
Posted August 17th, 2006, 9:14 pm
np,
the latest dev. works w/out crashes now, thanks!
But, i still don't get that 'Updates' feature - it shows updates to 9 of my styles but when i go to the site to check it out, the last update date there is the same as it was (i mean, i know i installed a style just a month ago and the date of the last update on the site says February; Stylish updater tells me there's an update available...). Am i missing something here?
TIA!
Diorser

Posts: 876Joined: June 22nd, 2005, 6:57 am
Posted August 18th, 2006, 1:37 am
Grist wrote:Diorser wrote:Is there a way to get the bookmarks folders window open by default when adding a bookmark ?
- Code: Select all
#folder-tree { visibility: visible !important; }
Thanks Grist ! It is an improvement !
!! EDIT !!!
However, the "new folder" button has disappeared.
What you propose is not 100% equivalent to the default "Show all bookmarks folders": any idea ?

Last edited by Diorser on August 18th, 2006, 2:13 am, edited 1 time in total.
Dimanish
Posts: 24Joined: December 22nd, 2005, 9:39 am
Posted August 18th, 2006, 2:04 am
np
Just want to say: "Thanks for great extension!"
old np
Posts: 0Joined: December 31st, 1969, 5:00 pm
Posted August 18th, 2006, 7:15 am
makondo wrote:But, i still don't get that 'Updates' feature - it shows updates to 9 of my styles but when i go to the site to check it out, the last update date there is the same as it was (i mean, i know i installed a style just a month ago and the date of the last update on the site says February; Stylish updater tells me there's an update available...). Am i missing something here?
Did you customize those styles? For styles already installed, Stylish has no way of knowing whether you installed it then changed yours or installed it then it was updated, it only knows that what you have and what's on the server are different.
Any styles you install from now (since you installed the dev version) on will retain their original code, so even if you update it, it'll realize that your original install is the same as what's on the server and it won't be marked as an update. Even if the one on the server does change, it'll list it as an update with Customized=Yes so that you realize that when you update it, you'll lose your customizations.
pfx
Posts: 7Joined: August 14th, 2006, 7:39 pmLocation: U.S.
Posted August 18th, 2006, 7:55 am
np:
np wrote:pfx wrote:np wrote:Like this?
Yes! Except: -- The "blue" is too dark. I revised it to "lightblue", but still too dark. I tried "verylightblue" and "paleblue", but they doesn't exist. -- The color change didn't show up anywhere in the tab bar (would like it everywhere but active tab).
- Code: Select all
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
toolbar, statusbarpanel, tabs, tab:not([selected="true"]) { -moz-appearance: none !important; background-color: blue !important; }
You can replace blue by an RGB.
Re the tab bar: using the above, the color change now shows up in the bar itself, but not yet in the inactive tabs. (As desired, the active tab has not been affected). Thanks in advance.
(In case it helps other newbies: I was able to quickly figure out the different ways to define colors in html & styles, by using an entry in Wikipedia.)
(Firefox 1.5.0.5, 0 themes, >10 smallish extensions, 8 Stylish Firefox GUI styles, WinMe, Celeron, 13.3" 1024x768)
old np
Posts: 0Joined: December 31st, 1969, 5:00 pm
Posted August 18th, 2006, 8:18 am
It works on inactive tabs for me.
Stylish 0.4 includes a color picker 
paulfox
Posts: 1510Joined: May 8th, 2004, 1:38 pm
Posted August 18th, 2006, 10:57 am
OK, 2.0b2, Aug 18th Branch glitch w/my now "long working fine" script(s). No longer shows correct color/hover color. What's changed so I may quickly fix and get on w/ life; my previous "build" was Aug 8th 2.0b1 and all was fine.
- Code: Select all
/* TABS */ tabbrowser, #toolbar-menubar { background: rgb(999,999,999) !important; } .tab-close-button, .tab-icon { display: none !important; } #content tab[selected="true"] { min-width: 250px !important; } tab { -moz-appearance: none !important; } tab[selected="true"] { background-color: rgb(000,255,000) !important; color: black !important; height: 2.0em !important; max-height: 2.0em !important; margin-top: 0px !important; margin-bottom: 0px !important; } tab[selected="true"]:hover { color: white !important; background-color: rgb(000,000,000) !important; } tab:not([selected="true"]) { background-color: rgb(220,220,255) !important; font-style: italic !important; -moz-opacity: 0.5 !important; } tab:not([selected="true"]):hover {color: darkblue !important; background-color: rgb(245,155,245) !important; } tab:not([selected="true"]) { height: 2.0em !important; max-height: 2.0em !important; margin-top: 0px !important; margin-bottom: 0px !important; } tab { border: #FFFFFF 1px solid; -moz-border-radius-topleft: 5px !important; -moz-border-radius-topright: 5px !important; -moz-border-radius-bottomleft: 5px !important; -moz-border-radius-bottomright: 5px !important; } .tabbrowser-strip { height: 26px !important; border-bottom: none !important; } .tab-icon { display: none !important; }
If I comment out the above it REALLY looks awful - most of the tweaks are working - affected especially are 1. Hovering over a selected tab, 2. Background color for unselected tabs. Other stuff like wider tab selected, and white background for "top bar" are fine. So is "grayed text." I've deduced it's something to do with - Code: Select all
tab[selected="true"] { background-color: rgb(000,255,000) !important; color: black !important; height: 2.0em !important; max-height: 2.0em !important; margin-top: 0px !important; margin-bottom: 0px !important; } tab[selected="true"]:hover { color: white !important; background-color: rgb(000,000,000) !important; } tab:not([selected="true"]) { background-color: rgb(220,220,255) !important; font-style: italic !important; -moz-opacity: 0.5 !important; } tab:not([selected="true"]):hover {color: darkblue !important; background-color: rgb(245,155,245) !important; } tab:not([selected="true"]) { height: 2.0em !important; max-height: 2.0em !important; margin-top: 0px !important; margin-bottom: 0px !important; } tab { border: #FFFFFF 1px solid; -moz-border-radius-topleft: 5px !important; -moz-border-radius-topright: 5px !important; -moz-border-radius-bottomleft: 5px !important; -moz-border-radius-bottomright: 5px !important; }
So far dougeeebear's script http://userstyles.org/style/show/37(altered) seems to be working . . . The following vastly reduced works but I'm missing a lot of what I had, 2.0b2 Branch Tab bugs notwithstanding. - Code: Select all
/* TABS */ #content tab[selected="true"] { min-width: 250px !important; } #content tab:not([selected]) { font-style: italic !important; font-weight: bold !important; background-color: pink !important; -moz-opacity: 0.6 !important; color: black !important; } #content tab:not([selected]):hover { font-style: normal !important; font-weight: bold !important; background-color: #00FF00 !important; color: black !important; } tabbrowser, #toolbar-menubar { background: rgb(999,999,999) !important; } .tab-close-button, .tab-icon { display: none !important; } .tab-icon { display: none !important; } .tabbrowser-arrowscrollbox {background-color: white !important } tab[selected="true"] { cursor: default !important; } tab[selected="true"] .tab-image-middle > .tab-text{ cursor: default !important; }
PentiumIII/W2K, Toshiba AMD laptop/Vista. FX 3 on both.
Old Greg S
Posts: 0Joined: December 31st, 1969, 5:00 pm
Posted August 18th, 2006, 4:11 pm
Diorser wrote: !! EDIT !!! However, the "new folder" button has disappeared. What you propose is not 100% equivalent to the default "Show all bookmarks folders": any idea ?
This gets close but as you say it's still not 100%. I'll play with it more.
- Code: Select all
#addBookmarkDialog #expander { display: none !important; } #folder-tree { visibility: visible !important; max-height: 30em !important; } button[label="New Folder..."][hidden="true"] { display: -moz-box !important; }
Old Makondo
Posts: 0Joined: December 31st, 1969, 5:00 pm
Posted August 18th, 2006, 8:48 pm
np,
Thanks for the explanation. Now, is there a way to mark those 9 styles updated somehow so they won't come up every time i click on Find Updates?
Diorser

Posts: 876Joined: June 22nd, 2005, 6:57 am
Posted August 19th, 2006, 3:44 am
Greg S wrote:This gets close but as you say it's still not 100%. I'll play with it more. - Code: Select all
#addBookmarkDialog #expander { display: none !important; } #folder-tree { visibility: visible !important; max-height: 30em !important; } button[label="New Folder..."][hidden="true"] { display: -moz-box !important; }
Thanks Greg; it is exactly what I was looking for.
Now, I wonder what is the use if the "created in" array ? I never use that, because first you open it to see if the folder your are looking for is in the list, and if not, you just lost time !
I then even think this should be cleaned to be even more than perfect !
Thanks again Greg !
theaulddubliner

Posts: 77Joined: January 11th, 2005, 8:29 pmLocation: Dublin
Posted August 19th, 2006, 4:37 am
np ~ when i try to update i get an unresponsive script error
tried it on a few different one and the same thing
:: the auld dubliner ::
pfx
Posts: 7Joined: August 14th, 2006, 7:39 pmLocation: U.S.
Posted August 19th, 2006, 8:41 am
Hi np:
np wrote:It works on inactive tabs for me. Stylish 0.4 includes a color picker 
I look forward to 0.4! When is it expected to be released in Mozilla Addons?
Re the inactive tabs: still doesn't work for me. Is it possible a line of code specific to the inactive tabs would work? If yes, what should the line be?
Thanks in advance.
(Firefox 1.5.0.5, 0 themes, >10 smallish extensions, 8 Stylish Firefox GUI styles, WinMe, Celeron, 13.3" 1024x768)
Return to Extension/Theme Releases
Who is online
Users browsing this forum: No registered users and 4 guests
|