Show your browser layout


Recommended Posts

firefoxf.png

I like things nice and simple, no clutter on my browsers! :D Firefox has Stumbleupon but I assigned all the features to keyboard short cuts so it's not on the UI.

Link to comment
Share on other sites

Heres mine.

post-240662-1244952568_thumb.png

Using Just Black Theme (Based off of the Cylence themes, man the author is MIA :( )

Link to comment
Share on other sites

  • 3 weeks later...
  • 3 weeks later...
Made a switch over Firefox recently :p

thumbshc.png

Used All-in-One Sidebar, Glasser and Stylish.

Can you post your Stylish configs? Thanks. :)

Link to comment
Share on other sites

Can you post your Stylish configs? Thanks. :)

Sure, although since then I tweaked it a little :p

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* FIX TOOLBAR APPEARANCE ON GLASSER */

#identity-box {
 border-top: 0 !important;
 border-bottom: 0 !important;
 border-left: 0 !important;
 margin-left: -1px !important;
 padding: 1px 4px !important;
 -moz-border-radius: 0 !important;}

.searchbar-textbox, #urlbar {
 -moz-border-radius: 3px !important;}

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* COMBINE STOP AND RELOAD BUTTONS */

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

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

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* APPLY STYLE TO STATUS BAR */

#status-bar {
 background-image: url("file:///D:/Pictures/Mozilla Firefox/Status bar.png") !important;
 border: none !important;
 color: #5A6779 !important;
 -moz-appearance: none !important;}

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
@-moz-document url("chrome://browser/content/browser.xul") {

/* CLOSE BUTTON ON SINGLE TAB */

.tab-close-button[tabindex="-1"] {
 display: -moz-box !important;}

/* MARK UNREAD TABS */

#content tab:not([selected]) {
 color: #0000FF !important;}

/* NEW TAB BUTTON */

.tabs-container .tabs-newtab-button {
 background: #E0F0FF url("file://D:/Pictures/Mozilla Firefox/Tab2.png") !important;
 border-style: solid !important;
 border-width: 2px 2px 0 2px !important;
 margin-top: 4px !important;
 margin-right: 4px !important;
 padding-top: 2px !important;
 width: 32px !important;
 -moz-border-radius: 0 !important;
 -moz-border-top-colors: #A0A0A0 #FFFFFF !important;
 -moz-border-right-colors: #A0A0A0 #FFFFFF !important;
 -moz-border-left-colors: #A0A0A0 #FFFFFF !important;}

.tabs-container .tabs-newtab-button:hover {
 background: #F0F8FF url("file://D:/Pictures/Mozilla Firefox/Tab2.png") !important;}

/* TAB APPEARANCE */

.tabbrowser-tabs tab {
 background: #E0F0FF url("file://D:/Pictures/Mozilla Firefox/Tab2.png") !important;
 border-style: solid !important;
 border-width: 2px 2px 0 2px !important;
 color: #404040 !important;
 margin-top: 4px !important;
 margin-right: -1px !important;
 padding-top: 2px !important;
 padding-left: 0 !important;
 -moz-border-radius: 0 !important;
 -moz-border-top-colors: #A0A0A0 #FFFFFF !important;
 -moz-border-right-colors: #A0A0A0 #FFFFFF !important;
 -moz-border-left-colors: #A0A0A0 #FFFFFF !important;}

.tabbrowser-tabs tab:hover {
 background: #F0F8FF url("file://D:/Pictures/Mozilla Firefox/Tab2.png") !important;
 color: #606060 !important;}

.tabbrowser-tabs tab[selected="true"] {
 background: #F0F8FF url("file://D:/Pictures/Mozilla Firefox/Tab1.png") repeat-x !important;
 color: #000000 !important;
 padding-top: 0 !important;
 font-weight: normal !important;
 margin-top: 2px !important;}

.tabs-bottom {
 background: #F0F8FF !important;}


/* TAB BAR ALIGNMENT */

.tabs-container {
 margin-right: -17px !important;
 margin-left: 1px !important;}

/* TAB BAR BACKGROUND */

#PersonalToolbar, .tabbrowser-tabs {
 -moz-appearance: none !important;
 background: #E0F0FF url("file:///D:/Pictures/Mozilla Firefox/Tab bar.png") repeat-x !important;
 border: none !important;}

/* TAB BAR HEIGHT */

.tabbrowser-strip {
 height: 32px !important;}

}

Link to comment
Share on other sites

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

    • No registered users viewing this page.