Recommended Posts

Is it possible to have the autohide bookmarks style without enabling the bookmarks toolbar? I want to make the bookmarks button always visible.

you could try this: https://addons.mozilla.org/en-US/firefox/addon//

Also, how do I use DOM Inspector to view the class/id of the context menu or menu entries?

Also, for things like the window that comes up with Alt, Tools, Options.

Check in chrome://browser/content/browser.xul. Search by tag for for menu, meunupopup, or menuitem or by attribute if one is known (the label would be the most obvious one.). Most context menus are descendants of #mainPopupSet, toolbar menus are usually a descendant of the toolbar.

Here's an example where I searched for the "Undo" menuitem in the main context menu:

post-350326-0-46268100-1302794578.png

You may also want to take a look at this Domi helper add-on which would make it considerably easier:

https://addons.mozilla.org/en-US/firefox/addon/popupinspector/

How would I change these toolbar icons? I tried some scripts from userstyles but none worked?

They are GreaseMonkey & Master Password.

Screen%20shot%202011-04-13%20at%209.07.00%20PM.png

I don't use Master Password, so I don't know its ID, but here's GM(v.2011.04.13.nightly). You would probably be able to do MP the same way once you have its ID. :

#greasemonkey-tbb {
    list-style-image: url("PATH TO IMAGE or DATA/URI") !important;
    -moz-image-region: auto !important;
}

This is with reference to Fx4 and the Aurora build on WinXP SP3 and the latest (1.1.2b1) and previous version of Stylish.

The default (starting size) of stylish.sqlite is 160 KB even though it is empty. We go about adding, editing and deleting styles. At some point, it then jumps to 224 KB. To bring it back down, I copy the styles, just a few in my case, to text files and uninstall them from Stylish (but the size of stylish.sqlite still remains at 224 KB). I go into my profile and delete the 224 KB, but now empty, stylish.sqlite, restart Fx, and see a new 160 KB stylish.sqlite. I then bring back my styles from the text files and the size is still 160 KB but I guess that the "entropy", for want of a better word, has been reduced a bit. While regularly backing up the profile folder is a must in any case, I feel (without any scientific proof) that this exercise improves the "quality" of the stylish.sqlite file.

This is with reference to Fx4 and the Aurora build on WinXP SP3 and the latest (1.1.2b1) and previous version of Stylish.

The default (starting size) of stylish.sqlite is 160 KB even though it is empty. We go about adding, editing and deleting styles. At some point, it then jumps to 224 KB. To bring it back down, I copy the styles, just a few in my case, to text files and uninstall them from Stylish (but the size of stylish.sqlite still remains at 224 KB). I go into my profile and delete the 224 KB, but now empty, stylish.sqlite, restart Fx, and see a new 160 KB stylish.sqlite. I then bring back my styles from the text files and the size is still 160 KB but I guess that the "entropy", for want of a better word, has been reduced a bit. While regularly backing up the profile folder is a must in any case, I feel (without any scientific proof) that this exercise improves the "quality" of the stylish.sqlite file.

as a side note, windows users can actually use this method to vacuum all the sqlite DBs in your Fx profile folder(or any folder):

http://forum.userstyles.org/discussion/3438/vacuum-the-stylish-sqlite-db/p1

I don't use Master Password, so I don't know its ID, but here's GM(v.2011.04.13.nightly). You would probably be able to do MP the same way once you have its ID. :

#greasemonkey-tbb {
    list-style-image: url("PATH TO IMAGE or DATA/URI") !important;
    -moz-image-region: auto !important;
}

Thanks this worked perfect! How would I find out the ID?

as a side note, windows users can actually use this method to vacuum all the sqlite DBs in your Fx profile folder(or any folder):

http://forum.userstyles.org/discussion/3438/vacuum-the-stylish-sqlite-db/p1

Then there's also CCleaner, a separate freeware program, that can vacuum both Firefox and Chrome databases and do a lot of other stuff.

I need help, please!

I want to have a slightly darker color instead of the light grey that is visible in the three panels in this image.

Specs: WinXP SP3, Aurora build, no theme, no personas, but a Stylish code is in use that gives part of the image the non-standard look.post-369494-0-76928400-1302852702.png

Thanks, I found the ID in the inspector but have a slight problem.

There is only one toolbar icon ID and there are 2 toolbar icons, one is red for disabled and the other is green for enabled.

The ID changes both the enabled and disabled icons to the same icon when I applied in stylish which makes it hard to see first glance if it's enabled or disabled.

Is there a way I can move the text in the url bar to the right by 2 or 3 pixels? It seems like the first letter of the url text is being partially cut off in my firefox and I have no idea what's causing it. It's not a huge problem but it's bugging the hell out of me. :wacko:

Edit: Actually, it seems that stratiform is causing it.

I need help, please!

I want to have a slightly darker color instead of the light grey that is visible in the three panels in this image.

Specs: WinXP SP3, Aurora build, no theme, no personas, but a Stylish code is in use that gives part of the image the non-standard look.post-369494-0-76928400-1302852702.png

I think I got it kinda, sorta, the way I want with this:

dialog,
page,
pane,
panel,
prefs,
prefwindow *,
settings,
update,
window,
wizard
{
  -moz-appearance: none;
  background-color: #333 !important;
  color: #777 !important;
}

except for the fat borders that appear on the tabs in the last (Advanced) pane.

Thanks, I found the ID in the inspector but have a slight problem.

There is only one toolbar icon ID and there are 2 toolbar icons, one is red for disabled and the other is green for enabled.

The ID changes both the enabled and disabled icons to the same icon when I applied in stylish which makes it hard to see first glance if it's enabled or disabled.

try these selectors:

red-

#mapa_toolbar_button[status="2"]

green-

#mapa_toolbar_button[status="1"]

I think I got it kinda, sorta, the way I want with this:

dialog,
page,
pane,
panel,
prefs,
prefwindow *,
settings,
update,
window,
wizard
{
  -moz-appearance: none;
  background-color: #333 !important;
  color: #777 !important;
}

except for the fat borders that appear on the tabs in the last (Advanced) pane.

This is what I'm seeing:

post-369494-0-28819200-1302877594.png

It looks like each tab and the panel itself has a fat grey border. There are also little vertical bars on either side of "Accessibility", "Browsing", etc that needn't be there.

Hey foxxyn8,

how exactly did you make those tabs have no border-radius and be so close to eachother like in this image:

http://dl.dropbox.com/u/12843960/firefox_bookmarks.png

Also im trying to find a way to make this work but w/o success (though i've managed to do it properly for facebook since it doesnt have subdomains):

#main-window[stylish-url^="deviantart.com"] #urlbar{
  style;
}

if its:

#main-window[stylish-url^="http://www.deviantart.com"] #urlbar{

it works but only for that page, i need something that works on all deviantart.com domains/subdomains (cause we know how many subdomains that site has).

Sample of what it will look like once im done:

post-267886-0-34842400-1302923668.png

You can change "^=" to "*=" and that'll select any URL with "deviantart.com" in it.

lol i cant believe i didnt think about it, i should just quit webdesigning /facepalm (i will add the excuse of current time which is almost 7am :#).

Anyway, if anyone is interested to use the userstyle for that deviantArt url, feel free to ask

Hey foxxyn8,

how exactly did you make those tabs have no border-radius and be so close to eachother like in this image:

http://dl.dropbox.com/u/12843960/firefox_bookmarks.png

I didn't do that. I like my tabs with rounded corners, but whoever did it either created a new border image or completely remade the tabs with css

Also im trying to find a way to make this work but w/o success (though i've managed to do it properly for facebook since it doesnt have subdomains):

#main-window[stylish-url^="deviantart.com"] #urlbar{
  style;
}

if its:

#main-window[stylish-url^="http://www.deviantart.com"] #urlbar{

it works but only for that page, i need something that works on all deviantart.com domains/subdomains (cause we know how many subdomains that site has).

Sample of what it will look like once im done:

post-267886-0-34842400-1302923668.png

why not use [stylish-domain] instead of [stylish-url]

Ok, thanks for the quick replies, guyz.

I didnt use it cause i didnt know it existed xD, i started working on stylish yesterday so im pretty new to this (mostly in finding stuff through DOM inspector and some stylish related options).

I've managed to remove the border-radius from the tabs but im having trouble shrinking the distance between tabs (i think its about 2pixels long for me, while in that screenshot its 1px).

Hey can someone help me to put a white line at the top of the navigation bar just under the black border just under the tabs.

I've got this so far, but I'm not expert in CSS lol.

#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme):not(#PersonalToolbar) {
border: 2px solid transparent !important;
-moz-border-top-colors: rgb(40%,40%,40%) #F7FAFD !important;
-moz-border-left-colors:  rgb(40%,40%,40%) rgb(228,235,244) !important;
-moz-border-right-colors: rgb(40%,40%,40%) rgb(228,235,244) !important;
}

The problem with this is that I don't want the borders on the left and right of the nav bar. The nav bar slightly enlarges because of the extra borders which I don't want and the selected tab has the white line on it which I don't want.

Thanks.

#navigator-toolbox > toolbar:not(#toolbar-menubar):not(#TabsToolbar):not(:-moz-lwtheme):not(#PersonalToolbar) {
	border-top: 1px solid #fff !important;
}

Not sure if this is what you are looking for

Is there any way to change appmenu button height, I can make it higher without any problem, but I like to change change height from default to bit smaller one?

try this (adjust as desired) :

#appmenu-button { 
    max-height:10px !important; 
    font-size: smaller !important;
}

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Adobe Acrobat Reader DC 2026.001.21651 by Razvan Serea Adobe Acrobat Reader DC software is the free, trusted standard for viewing, printing, signing, and annotating PDFs. Its the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. It’s connected to Adobe Document Cloud – so you can work with PDFs on computers and mobile devices. Adobe Document Cloud is a revolutionary, modern and efficient way to get work done with documents in the office, at home or on-the-go. At the heart of Document Cloud is the all-new Adobe Acrobat DC, which will take e-signatures mainstream by delivering free e-signing with every individual subscription. Document Cloud includes a set of integrated services that use a consistent online profile and personal document hub. With Adobe Document Cloud, people will be able to create, review, approve, sign and track documents whether on a desktop or mobile device. Businesses will be able to take advantage of Document Cloud for enterprise which provides enterprise-class document services that integrate into systems of record such as CRM, HCM, CLM, and CMS, adding speed, efficiency and transparency to getting business done with documents. Adobe Acrobat Reader DC new feature highlights: Work with PDFs from anywhere with the new, free Acrobat DC mobile app for Android or iOS. Select functionality is also available on Windows Phone. Use the new Fill & Sign tool in your desktop software to complete PDF forms fast with smart autofill. Download the free Adobe Fill & Sign mobile app to add the same option to your iPad or Android tablet device. Save money on ink and toner when printing from your Windows PC. Store and access files in Adobe Document Cloud with 5GB of free storage. Get instant access to recent files across desktop, web, and mobile devices with Mobile Link. Sync your Fill & Sign autofill collection across desktop, web, and iPad devices. Adobe PDF Pack premium features includes: Convert documents and images to PDF files. Use your mobile device camera to take a picture of a paper document or form and convert it to PDF. Turn PDFs into editable Microsoft Word, Excel, PowerPoint, or RTF files. Combine multiple files into a single PDF (web only). Get signatures from others with a complete e-signature service. Send, track, and confirm delivery of documents electronically instead of using fax or overnight services (tracking not available on mobile). Store and access files online with 20GB of storage. Download: Adobe Acrobat Reader DC 64-bit | 719.0 MB (Freeware) Link: Adobe Acrobat Reader DC Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The consumer ESU is ending in 4 months. LTSC isn't now, never has been, and never will be for consumer use, it is for OT usage - plant machinery, medical devices, manufacturing equipment etc. LTSC requires a Microsoft EA. You can't legally obtain LTSC to run on your PC at home.
    • Hmm actually looks decently interesting!  
    • Being on GitHub doesn't make something safe. Like any unofficial scripts to do x or y this caters to people with just enough knowledge to be dangerous. If you want to do what this does, and you actually know what you're doing then write your own script (or maybe just add the reg keys yourself) if you don't have the ability to read and understand what a script is doing, and especially don't run it with elevated privileges. Or in this case just use an MSA, sign up the normal route, and stop trying to push water up hill
  • Recent Achievements

    • Week One Done
      JKR earned a badge
      Week One Done
    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      271
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      64
  • Tell a friend

    Love Neowin? Tell a friend!