Recommended Posts

I found this code

#urlbar hbox[anonid="textbox-input-box"]
{
   -moz-box-ordinal-group: 2;
}

#urlbar hbox[anonid="textbox-input-box"] + hbox
{
   margin-left: 3px;
}

#urlbar-icons
{
   padding: 0px !important;
}

To put the Bookmark Star on the left of the address bar but there's one problem, when I hover over a link, the star dissapears, anyway to fix this?

I believe that is normal behavior. Mine does that as well.

I realize that but I'd like the star to always be there.

I found a work around for now, using Status-4-Evar to disable the hover over link in the address bar but thats a pretty lame way of getting around this problem I think.

Status-4-Eva has added a progress bar for the urlbar preemptive of Bug 602964. I've modified my Fission style progress bar to work with it.

Firefox 4 S4E URL Progress Bar Fission Style

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

#urlbar {
position: relative !important;
z-index: 2 !important;
}

#urlbar-progress-alt {
position: relative !important;
z-index: -1 !important;
height: 20px !important;
margin: -21px 0 1px 2px !important;
background: none !important;
}

#urlbar-progress-alt .progress-bar {
background: rgba(0,61,245,0.5) -moz-linear-gradient(0% 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.4) 90%, rgba(255, 255, 255, 0.8)) repeat scroll 0% 0% !important;
border-radius: 3px 0 0 3px !important;
}

}

:D

@foxxyn8

What about the progress remainder , can't it be removed (I mean the 2 small grey lines you get with the style...) on this add-on?

BTW thanks 4 the heads up about the add-on. Loosing the progress bar was kind of sad ... :D

@foxxyn8

What about the progress remainder , can't it be removed (I mean the 2 small grey lines you get with the style...) on this add-on?

BTW thanks 4 the heads up about the add-on. Loosing the progress bar was kind of sad ... :D

Good eye! I missed that lol.

Just add:

#urlbar-progress-alt .progress-bar,
#urlbar-progress-alt .progress-remainder {
border: 0 !important;
}

hey,

with my code i have this white stripe in panorama view.

@-moz-document url("chrome://browser/content/browser.xul");


/*#appmenu-button
	{
	background: none !important;
	background-color: rgba(255, 255, 255, .2) !important;
    box-shadow: none !important;
	}*/


#appmenu-button
	{
	background: none !important;
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .2), rgba(255, 255, 255, .1)),
                      -moz-linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, .0) 30%),
                      -moz-linear-gradient(RGBA(255, 255, 255, 0), RGBA(255, 255, 255, 0)) !important;
	box-shadow: none !important;
	}


#appmenu-button:hover:not(:active):not([open])
	{
	background: none !important;
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .2)),
                      -moz-linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .0) 30%),
                      -moz-linear-gradient(RGBA(255, 255, 255, 0), RGBA(255, 255, 255, 0)) !important;
	box-shadow: none !important;
	}


#appmenu-button:hover:active, #appmenu-button[open]
	{
	background: none !important;
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .4), rgba(255, 255, 255, .2)),
                      -moz-linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, .0) 30%),
                      -moz-linear-gradient(RGBA(255, 255, 255, 0), RGBA(255, 255, 255, 0)) !important;
	box-shadow: none !important;
	}


#appmenu-button .button-text /*removes "Firefox"*/
	{
	display:none !important; 
	}


#appmenu-button dropmarker:before
	{
	content: "Firefox 4.0b8pre " !important; 
	}


#main-window[tabsontop="true"] #navigator-toolbox > *:not(#TabsToolbar):not(#toolbar-menubar),
#main-window:not([tabsontop="true"]) #navigator-toolbox > *:not(#nav-bar):not(#toolbar-menubar),
#sidebar-header
	{
	background-color: RGBA(255, 255, 255, 0) !important; 
	}


#main-window[tabsontop="true"]  #nav-bar
	{
	background-clip: padding-box !important; 
    border-top: 1px solid transparent !important; 
    -moz-box-shadow: RGBa(255, 255, 255, 0) 0 0 0 -0PX inset,
    rgb(255, 255, 255) 0 0 0 -0PX inset !important; 
	}


#main-window[tabsontop="true"][lwtheme="true"]  #nav-bar
	{
	border-top: none !important; 
	}


#main-window[tabsontop="true"]  #navigator-toolbox
	{border-bottom: 1px solid transparent !important;
     -moz-box-shadow: RGBa(255, 255, 255, 0) 0 0 0 -0PX inset,
                      rgb(255, 255, 255) 0 0 0 -1px inset !important;
	}


.tabbrowser-tab[selected="true"]
	{
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .78), rgba(255, 255, 255, .34)),
                      -moz-linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .0) 30%),
                      -moz-linear-gradient(RGBA(255, 255, 255, 0), RGBA(255, 255, 255, 0)) !important;
	}


.tabbrowser-tab:not([selected="true"]),
.tabs-newtab-button
	{
	-moz-box-shadow:  RGBa(68, 108, 207, .1) 0 0PX 0,
                      rgba(114, 114, 114, .25) 0 1px 0 !important;
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .39), rgba(255, 255, 255, .17)),
                      -moz-linear-gradient(rgba(255, 255, 255, .3), rgba(255, 255, 255, 0) 30%),
					  -moz-linear-gradient(RGBA(255, 255, 255, 0), RGBA(255, 255, 255, 0)) !important;
	}		


.tabbrowser-tab:not([selected="true"]):hover,
.tabs-newtab-button:hover
	{
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .78), rgba(255, 255, 255, .34)),
                      -moz-linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, 0) 30%),
                      -moz-linear-gradient(RGBA(255, 255, 255, 0), RGBA(255, 255, 255, 0)) !important;
	}


.tabbrowser-tab[pinned],
.tabbrowser-tab[pinned]:hover
	{
	-moz-box-shadow: none !important;
	}


.tabbrowser-tab[pinned][titlechanged="true"]
	{
	background-image: -moz-linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)) !important;
	}


#sidebar-header
	{
	-moz-appearance: none !important;
    background-image: -moz-linear-gradient(rgba(255, 255, 255, .45), rgba(255, 255, 255, 0)) !important;
    border-top: none !important;
	}	


#navigator-toolbox label:not([class^="menu-"]):not(.menubar-text):not(.tab-text):not([id^="identity-icon"]):not([class^="urlbar"]):not([class^="tab"]),
#main-window:not([tabsontop="true"]) .tabbrowser-tab:not([selected="true"]),
#sidebar-header
	{
	text-shadow: rgb(255, 255, 255) 0px 0px 6px, 
                 rgb(255, 255, 255) 0px 0px 6px, 
                 rgba(255, 255, 255, .4) 0px 1px 0px !important;
	}


.tabbrowser-tab[selected="true"]
	{
	text-shadow: rgba(255, 255, 255, .4) 0px 1px 0px !important; 
	}


.tabbrowser-tab:not([selected="true"]),
.menubar-text
	{
	text-shadow: rgb(255, 255, 255) 0px 0px 8.4px, 
                 rgba(255, 255, 255, .4) 0px 1px 0px !important; 
	}


#urlbar, #searchbar > *, .findbar-textbox, #search-box
	{
	-moz-appearance: none !important;
	background: rgba(255, 255, 255, .1) !important;
	-moz-border-radius: 6px !important;
	color: #000000 !important;
	text-shadow: rgb(255, 255, 255) 0px 0px 8.4px, rgba(255, 255, 255, .4) 0px 1px 0px !important;	
	}


#urlbar-icons
	{
	display: none !important;
	}


#urlbar:hover 
	{
	background: rgba(255,255,255,.15) !important;
	}


#searchbar:hover
	{
	background: rgba(255,255,255,.05) !important;
	}	


.findbar-textbox[status="notfound"], menupopup *, popup *, .ac-title-box *, .pilot-title, .tail-up .checkbox-label-box
	{
	color: #000000 !important;
	}


#TabsToolbar, #browser-bottombox, #status-bar, #status-bar > *, #nav-bar, #PersonalToolbar, #ybToolbar 
	{ 
	background: transparent !important;
	color: rgba(255, 255, 255, .1) !important;
	text-shadow: rgb(255, 255, 255) 0px 0px 8.4px, rgba(255, 255, 255, .4) 0px 1px 0px !important;	
    -moz-appearance: none !important;
	border-left: #000000 !important;
	border-right: #000000 !important;
	border-bottom: #000000 !important;
	color: #000000 !important;
	}


#status-bar
	{
	margin-top: 1px !important;
	}


.findbar-find-next, .findbar-find-previous, .findbar-highlight
	{
	color: #000000 !important;
	}


#identity-box 
	{
	background-color: rgba(255, 255, 255, .1) !important;
	}


@-moz-document url("chrome://browser/content/tabview.html");


#bg
	{
	display: none !important;
	}


#exit-button
	{
	opacity: 1 !important;
	background: -moz-linear-gradient(top,rgba(68,103,207,.1) 0%,rgba(68,103,207,.2) 100%) !important;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.5), 0 0 0 1px rgba(255,255,255,.5) inset !important;
	margin-right: 4px;
	margin-top: 5px;
	background: none !important;
	border: none !important;
	}


#exit-button:hover
	{
	background: -moz-linear-gradient(top,rgba(68,103,207,.3) 0%,rgba(68,103,207,.4) 100%) !important;
	}


#actions 
	{
	opacity: 1 !important;
	background: -moz-linear-gradient(top,rgba(68,103,207,.1) 0%,rgba(68,103,207,.2) 100%) !important;
	border-radius: 4px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.5), 0 0 0 1px rgba(255,255,255,.5) inset !important;
	margin-top: -64px;
	margin-right: 4px;
	}

#actions:hover
	{
	background: -moz-linear-gradient(top,rgba(68,103,207,.3) 0%,rgba(68,103,207,.4) 100%) !important;
	}


#searchbox
	{
	background: rgba(255,255,255,.8) !important;
	color: #000 !important;
	}


#actions #searchbutton
	{
	opacity: 1 !important;
	}

any ideas? it looks weird. :/ ff 4.0b8pre.

Hmm, never mind, it's a status-4-eva bug ... Waiting 4 the fix ... :whistle:

Not really a bug, it's by design. http://forums.mozillazine.org/viewtopic.php?f=23&t=2001965&sid=01de76b1fde81b2c59c6dc69379cf1ab&start=135.

This will return the identity box to its original look:

#urlbar .urlbar-frontcap
{
   margin: 0px !important;
}

#identity-box
{
   padding: 0px !important;
}

On a side note, S4E now includes the option to have the PL in the location bar, so no additional styling just for that purpose is needed.

Not really a bug, it's by design. http://forums.mozillazine.org/viewtopic.php?f=23&t=2001965&sid=01de76b1fde81b2c59c6dc69379cf1ab&start=135.

This will return the identity box to its original look:

#urlbar .urlbar-frontcap
{
   margin: 0px !important;
}

#identity-box
{
   padding: 0px !important;
}

On a side note, S4E now includes the option to have the PL in the location bar, so no additional styling just for that purpose is needed.

Yes but if I add 2px to margin in #urlbar .urlbar-frontcap to make it look like used to the progress starts at the right of the identity box and if I add negative padding to the left of progress-bar it covers the identity box again. So how do I get the old look back? And why a hell didn't he made an option for that stupid identity-box resizing in add-on. I think I'll keep the old version of the add-on installed 4 now...

Yes but if I add 2px to margin in #urlbar .urlbar-frontcap to make it look like used to the progress starts at the right of the identity box and if I add negative padding to the left of progress-bar it covers the identity box again. So how do I get the old look back? And why a hell didn't he made an option for that stupid identity-box resizing in add-on. I think I'll keep the old version of the add-on installed 4 now...

Try this. Set the progress bar to "fill" in S4E options. I modified your code - adjust the margins/padding/height as desired.

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

#urlbar[pmpack="center"] #urlbar-progress-alt{
height: 22px !important;
margin: 0 2px 0 -25px !important;
background: transparent !important;
}

#urlbar-progress-alt .progress-bar {
-moz-appearance: progresschunk !important;
background-color: transparent !important;
opacity: .5 !important;
}

#urlbar-progress-alt .progress-bar,
#urlbar-progress-alt .progress-remainder {
border: 0 !important;
}

#urlbar .urlbar-frontcap {
position: relative !important;
z-index: 2 !important;
margin: 0px !important;
}

#identity-box {
padding: 0px !important;
}

}

Styles updated.

Changelog:

- oct.15.2010

* fixed Firefox button (arrow) position on maximized window

* removed background of the combined go/reload/stop button in location bar

* removed some margins and paddings of the navbar and search bar

* add-on Bar more slim - if you don't use Autohide add-on Bar style

* removed progress lines style

Guys, please, can you give me a code that will make the "New Tab Button" like all the other? I mean I'd like to see only the cross like "panorama" or "home page" buttons on Tab Bar...

If possible of course!...

Guys, please, can you give me a code that will make the "New Tab Button" like all the other? I mean I'd like to see only the cross like "panorama" or "home page" buttons on Tab Bar...

If possible of course!...

.tabs-newtab-button {
	background: transparent !important;
	border: #000000 !important;
}

From drifus' code

Does anyone have the stylish code to remove the new little circle-progress indicators in tabs?

.tab-throbber {
display:none !important;
}

or

.tab-throbber  {
list-style-image: none !important;
}

use the second one if you don't want to see the text "jump" when the favicon is loaded

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

    • No registered users viewing this page.
  • Posts

    • Kdenlive 26.04.2 by Razvan Serea Kdenlive is an acronym for KDE Non-Linear Video Editor. It works on GNU/Linux, Windows and BSD. Through the MLT framework, Kdenlive integrates many plugin effects for video and sound processing or creation. Furthermore Kdenlive brings a powerful titling tool, a DVD authoring (menus) solution, and can then be used as a complete studio for video creation. Kdenlive supports all of the formats supported by FFmpeg or libav (such as QuickTime, AVI, WMV, MPEG, and Flash Video, among others), and also supports 4:3 and 16:9 aspect ratios for both PAL, NTSC and various HD standards, including HDV and AVCHD. Video can also be exported to DV devices, or written to a DVD with chapters and a simple menu. Video editing features: Multi-track editing with a timeline and supports an unlimited number of video and audio tracks. A built-in title editor and tools to create, move, crop and delete video clips, audio clips, text clips and image clips. Ability to add custom effects and transitions. A wide range of effects and transitions. Audio signal processing capabilities include normalization, phase and pitch shifting, limiting, volume adjustment, reverb and equalization filters as well as others. Visual effects include options for masking, blue-screen, distortions, rotations, colour tools, blurring, obscuring and others. Configurable keyboard shortcuts and interface layouts. Rendering is done using a separate non-blocking process so it can be stopped, paused and restarted. Kdenlive also provides a script called the Kdenlive Builder Wizard (KBW) that compiles the latest developer version of the software and its main dependencies from source, to allow users to try to test new features and report problems on the bug tracker. Project files are stored in XML format. An archiving feature allows exporting a project among all assets into a single folder or compressed archive. Built-in audio mixer Kdenlive 26.04.2 changelog: Remove not needed actions from render info, fix rough size calculation for rendering. Fix clip sometimes not inserted in timeline when moving vertically in bin drag. Fix transcoding from clip properties. Cleanup render profile audio quality. Use percent based value for audio quality, and adjust the range accordingly per codec. Fixes bug #520750 Enforce even numbers for render width/height. Fixes bug #520737 Fix nightly flatpak - disable rnnoise until implemented. Fix missing initialization. Edit mediacapture.cpp. Fix document unnecessarily marked as modified on opening, triggering a backup request. Fix incorrect detection of missing and remote clips causing unwanted backups. Fixes issue #2194 Fix tests. Fix tmp files copied to wrong location when setting project folder. Fixes bug #467740 Fix color clips not selected on creation. Use QFileInfo instead of QUrl/QDir to try fixing Windows shared drives. Fixes bug #451413 Fix timeline preview incorrectly invalidated when a track with effect duration changed. Fixes bug #514541 Fix missing var. Display paths in native format in render widget. Fixes bug #520428 Simple splash: fix pressing return always triggered the same button. Minor update to simple splash. Fix unwanted clips added to timeline and cleanup. Fixes issue #2190 Minor layout improvements to welcome screen, add Quit and Open shortcuts. Fix broken welcome dialog layout in tiling compositors. (craft) Limit the number of CPU cores used during a Windows build with mingw as some .cpp files are memory intensive to build. (kde-ci) Limit the number of CPU cores used during a build as some .cpp files are memory intensive to build. (kde-ci) Cleanup old entries. Another fix for animation crash. Fix uninitialized function - crash on create animation. Another attempt to fix MacOS permissions. MacOS: fix bundle release version. Fix MacOS plist path. Fix MacOS build. Explicitely link against Qt::Core. Download: Kdenlive 26.04.2 | 128.0 MB (Open Source) Download: Standalone Executable View: Kdenlive Home page Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Here's how to watch the Xbox Games Showcase today and what to expect by Pulasthi Ariyasinghe The June games showcase week has been a packed one, with everything from major presentations like Sony and Summer Game Fest to indie-focused reveals coming in almost every day. Now, it's almost time for another big one, with Microsoft bringing its Xbox Games Showcase back later today. This is a double feature too, with a Gears of War E-Day deep dive also being attached to it. For anyone wanting to tune in online, the 2026 Xbox Games Showcase is kicking off at 10 AM PT | 1 PM ET | 6 PM BST | 7 PM CEST later today, June 7. The event will be available to watch on the official Xbox YouTube (4K 60FPS), Twitch, Facebook, Steam, Amazon Live, and other portals. Separate livestreams for American Sign Language and Audio Description will also be available. "This year marks 25 years of XBOX, and this Showcase is poised to be a true celebration, offering world premieres, new gameplay, fresh updates, and more for a swathe of projects we cannot wait to share," said Microsoft about this presentation. With a new CEO behind it that is pulling off some interesting moves, Xbox may have some surprises to reveal today. New looks at first-party games like Halo Campaign Evolved from Halo studios, Fable from Playground Games, InXile Entertainment's Clockwork Revolution, Mojang's Minecraft Dungeons II, and Call of Duty: Modern Warfare 4 from Infinity Ward are to be expected here. We may finally get to see the new Blade from Arcane Studios in action and a new Persona game from Atlus at the showcase too. Surprise announcements may also arrive from other Microsoft-owned studios like Bethesda, MachineGames, Ninja Theory, Obsidian, Rare, World's Edge, or Blizzard. Considering how every new release nowadays is staying away from November and December to avoid Grand Theft Auto VI's release, any launch dates Microsoft announces will probably skip those months as well. Once the Xbox Games Showcase ends, Microsoft will immediately kick off the Gears of War: E-Day Direct. This deep dive into the upcoming prequel from The Coalition should attach gameplay footage and perhaps a release window to the highly anticipated project.
    • People in the '50s and '60s had the same attitude, and we're still here over a half century later.
    • So after some fiddling I was able to get it to run at a pretty stable 30FPS. I'm slightly surprised about how much fiddling I had to do to get there though given what I thought was reasonable hardware: Processors: 16 × AMD Ryzen 7 7840HS w/ Radeon 780M Graphics Memory: 16 GiB of RAM Graphics Processor 1: AMD Radeon 780M Graphics Graphics Processor 2: AMD Radeon RX 7700S I think I could do it better if I use Linux rather than Windows, Windows RAM usage is stupid without stripping the system down. But once I got it working in a reasonable state, it was so awesome! I felt like a new Bond! If anyone has any advice to get things going a bit smoother FPS-wise, I'd appreciate it.
    • Something is rotten in the state of Denmark Australia
  • Recent Achievements

    • Dedicated
      Mark Spruce earned a badge
      Dedicated
    • Collaborator
      conkir earned a badge
      Collaborator
    • Rising Star
      olavinto went up a rank
      Rising Star
    • One Month Later
      lamborghiniv10 earned a badge
      One Month Later
    • Week One Done
      lamborghiniv10 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      482
    2. 2
      PsYcHoKiLLa
      256
    3. 3
      Steven P.
      74
    4. 4
      +Edouard
      70
    5. 5
      FloatingFatMan
      69
  • Tell a friend

    Love Neowin? Tell a friend!