Opera FAQs, Tips, Tricks & Tweaks

Tips for Opera browser since 2005

Subscribe to RSS feed

Posts tagged with "Toolbar"

Opera Standard 10 Slim Skin

, , , ...

Opera Standard skin with

  1. Smaller toolbars.
  2. Clear Speed Dial (without border, number and close button).
  3. Thin drag bar [ ... ].
  4. Buttons without borders in tab bar tail.
  5. Yellow attention color.

Opera Standard Skin
Opera Standard skin

Opera Standard Slim Skin
Opera Standard 10 Slim skin

Download skin from Opera Standard Slim skin page or click direct download link.

Known Issue: Speed Dial State 2 won't work with this skin due to side effect of hiding Speed Dial number.

You can get Speed Dial background shown in screenshot from here.

How to change the height of various toolbars in an Opera skin?

, , , ...

The height of toolbars in current default skin is large compared to previous default skin and it can be reduced to increase browsing space.

Create a backup of your current skin or the skin you want to change the height of toolbars.

  1. Extract skin.ini from zipped skin file.
  2. Reduce the values of Padding Top and Padding Bottom under the sections mentioned in the following table. You can also specify negative values.
    Toolbar Section
    Menu bar [Menu Button Skin]
    Main bar [Mainbar Skin]
    Personal bar [Personalbar Skin]
    Tab bar [Pagebar Button Skin]
    Address bar [Addressbar Skin]
    Navigation bar [Navigationbar Skin]
    View bar [Viewbar Skin]
    Status bar [Statusbar Skin]
  3. Update skin.ini in zipped skin file.
    You can't update an active skin.
  4. Activate modified skin from Tools > Appearance... > Skin or using Skin button.

See Opera Skinning article to know more about basics of skinning Opera.

Full screen mode with toolbars in Opera

, , , ...

Opera full screen mode with tab bar & address bar
Full screen mode with tab bar & address bar

By default, full screen mode doesn't have any toolbars but you can enable them by

  • using following full screen buttons
  • modifying action for keyboard shortcut, F11
  • modifying right click full screen menu item action Enter fullscreen | Leave fullscreen under [Document Popup Menu]
  • creating a new mouse gesture in Application section

Full screen with Action code for keyboard shortcut or mouse gesture! Button#
without scroll bar with scroll bar
Tab bar Leave fullscreen | Enter fullscreen & View page bar, 6 Full Screen Full Screen
Address bar Leave fullscreen | Enter fullscreen & View address bar, 6 Full Screen Full Screen
Status bar Leave fullscreen | Enter fullscreen & View status bar, 6 Full Screen Full Screen
Tab bar & Address bar Leave fullscreen | Enter fullscreen & View page bar, 6 & View address bar, 6 Full Screen Full Screen
Tab bar & Status bar Leave fullscreen | Enter fullscreen & View page bar, 6 & View status bar, 6 Full Screen Full Screen
Address bar & Status bar Leave fullscreen | Enter fullscreen & View address bar, 6 & View status bar, 6 Full Screen Full Screen
Tab bar, Address bar & Status bar Leave fullscreen | Enter fullscreen & View page bar, 6 & View address bar, 6 & View status bar, 6 Full Screen Full Screen

! If you want scroll bar in full screen mode, add & Delay, 50 & Enable scroll bars to the end of action code.
# To add, drag & drop button to a toolbar and accept confirmation message.

  • Opera won't show address bar and status bar in inactive tabs.
  • It is not possible to show panel toggle at the edge of the window in full screen mode.

Updates:
Feb 2,2009
Feb 15,2009
Mar 13, 2010

Auto-hide toolbars in Opera

, , , ...

You can auto-hide any toolbar in Opera after enabling it via keyboard shortcut or mouse gesture or button.

Buttons

You can add buttons to any toolbar (main bar, tab bar, address bar, navigation bar, view bar, status bar, start bar or panels) except menu bar & personal bar simply by dragging button links to required place. Clicking on the button links without dragging will add the buttons to Tools > Appearance... > Buttons > My Buttons for later use.

When you try to add a button, a dialog box with following message will popup. Press OK to add button.

Adding new button with action

[Action]

Do you want to proceed?
To remove a button, right-click on it and select Remove From Toolbar.

You can find several custom buttons in Opera Wiki and TTT-Buttons.

Keyboard shortcuts / Mouse gestures

Create new keyboard shortcuts or mouse gestures in Application section with following action codes.

Toolbar Action code for keyboard shortcut or mouse gesture Button
Short Long name
Menu bar Enable menu bar & Delay, 12000 & Disable menu bar MB Menu Bar
Main bar View main bar, 6 & Delay, 10000 & View main bar, 0 Ma Main Bar
Personal bar View personal bar, 6 & Delay, 12000 & View personal bar, 0 PB Personal Bar
Tab bar View page bar, 6 & Delay, 10000 & View page bar, 0 TB Tab Bar
Address bar View address bar, 6 & Delay, 10000 & View address bar, 0 AB Address Bar
Navigation bar View navigation bar, 6 & Delay, 10000 & View navigation bar, 0 NB Navigation Bar
View bar Set alignment, "Document view toolbar", 6 & Delay, 8000 & Set alignment, "Document view toolbar", 0 VB View Bar
Status bar View status bar, 6 & Delay, 12000 & View status bar, 0 SB Status Bar

To modify auto-hide time, change Delay, X value (time in milliseconds) in above code. You have to edit Toolbar Configuration file to modify button name or delay value.

To hide/show a toolbar without auto-hide use the following.

Toolbar Action code for keyboard shortcut or mouse gesture Button
Short Long name
Menu bar Enable menu bar | Disable menu bar MB Menu Bar
Main bar View main bar, 6 | View main bar, 0 Ma Main Bar
Personal bar View personal bar, 6 | View personal bar, 0 PB Personal Bar
Tab bar View page bar, 6 | View page bar, 0 TB Tab Bar
Address bar View address bar, 6 | View address bar, 0 AB Address Bar
Navigation bar View navigation bar, 6 | View navigation bar, 0 NB Navigation Bar
View bar Set alignment, "Document view toolbar", 6 | Set alignment, "Document view toolbar", 0 VB View Bar
Status bar View status bar, 6 | View status bar, 0 SB Status Bar

If you drag & drop buttons with short name to a toolbar from Tools > Appearance... > Buttons > My Buttons, space will be added to button name.

Updates:
Jul 1, 2008
Mar 12, 2009

How to have more bookmarks in Opera personal bar?

, , ,

Opera Personal Bar
Opera personal bar (default)


Right click on a bookmark in personal bar > Properties... > Name (rename with short name)

Opera Personal Bar
Opera personal bar with short names


Right click on personal bar > Customize... > Style > Images only

Opera Personal Bar Images Only
Opera personal bar with images only


Bookmarks > Manage Bookmarks... > Right click on a folder > Properties... > Show on personal bar

Opera Personal Bar
Opera personal bar with folders

How to change tab width in Opera?

, , , ...

  1. Open toolbar configuration file in any text editor after closing Opera.
  2. Add the following section to it and modify Maximum button width value.
    [Pagebar.style]
    Button style=3
    Large images=1
    Wrapping=0
    Maximum button width=100
    Grow to fit=0
    Mini buttons=0
  3. Start Opera.

For Opera versions below 9

  1. Extract skin.ini from zipped skin file and open it in any text editor
  2. Add/modify the value of Pagebar max button width and Pagebar min button width under [Options] section.
    [Options]
    Pagebar max button width = 100
    Pagebar min button width = 50
  3. Update skin.ini in zipped skin file and activate modified skin Tools > Appearance... > Skin.

Opera skin with tab width = 50 px
Tab width = 50 px

Opera skin with tab width = 100 px
Tab width = 100 px

Update: Sep 28, 2009

How to reset a toolbar in Opera?

, , , ...

If you accidentally remove any buttons on toolbar, you can reset them easily.

If you don't have any custom buttons in toolbar, Right click on toolbar > Customize > Appearance... > Buttons > Reset toolbar to its defaults

Opera without address field in address bar
Address field missing in address bar

Reset address bar in Opera
Reset address bar

If you have custom buttons in toolbar, Right click on toolbar > Customize > Appearance... > Buttons > Drag & drop the missing/required button to the required location in toolbar

Drag & drop the missing/required button to toolbar in Opera
Drag & drop the missing/required button to toolbar

To reset all toolbars to default, Tools > Preferences... > Advanced > Toolbars > Toolbars setup > Opera Standard

Updates:
Jun 16, 2008
Dec 5, 2009

Tab bar below address bar in Opera

, , , ...

You can't move toolbars in Opera but you can change their contents.

Download tab bar below address bar.ini, place it inside profile\toolbar directory and activate it. Tools > Preferences... > Advanced > Shortcuts > Toolbar setup > [Select] Opera Standard (Tab bar below address bar)

Opera default toolbar with tab bar above address bar
Default toolbar with tab bar above address bar

Opera toolbar with tab bar below address bar
Toolbar with tab bar below address bar

Opera toolbar with tab bar below address bar & start bar
Note: Start bar will hide tab bar when you open new tab

To DIY, see How to 'Move' Toolbars in Opera section in OperaWiki.

How to hide tab bar when there is a single tab in Opera?

, , , ...

Right click on tab bar > Customize... > Toolbars > [Enable] Show only when needed

Before
Before

Show only when needed
Enable Show only when needed

After
After