THEME: CODE-RED
-
Not sure I know what you mean? If you mean the attached, then this will only show up on really high resolutions.
-
Or do you mean this colour change that only shows up under Explorer? For some reason although the colours are the same between background.gif and header.png, Explorer renders them slightly different - this is not a problem under google chrome of firefox so I'm not that bothered.
-
laptop 1280x800 ubuntu firefox, don't know if you can see it on the attach picture
![pfSense.local - pfSense webGUI_1235309234461.png](/public/imported_attachments/1/pfSense.local - pfSense webGUI_1235309234461.png)
![pfSense.local - pfSense webGUI_1235309234461.png_thumb](/public/imported_attachments/1/pfSense.local - pfSense webGUI_1235309234461.png_thumb) -
Originally I had intended to have the bar go right across the screen as on my Vaio laptop 1366 wide. But then when I looked on my wide screen monitor at home I noticed that anything over 1600 would look as if the ends where chopped off (attached) so rather than create a .gif that went on for ever I just faded the ends out, a bit of a fudge I know but it looks ok.
As for your attached picture, it looks as I intended to me. ;)
-
Or maybe you mean the shadow under the bar is fatter when its over the red background than when over the white? Again this is correct, its supposed to look like the white background is slightly lifted off the red. ;D
-
Btw, you should get a new name for it. It's not just a spinoff of nervecenter, it deserves a name of it's own. How about "condition red"? ;)
-
Just as some alternate suggestions:
Code Red
Red Alert
Loving the look, good work Cheesyboofs
-
@ hoba, since it was basically a complete rip off of Nervecenter with some new graphics I wanted the nod from the original author, which I think/thought was you. If your happy then I'm happy to give it a new name.
@ onhel, Like these suggestions, warming to Red-Alert as a homage to "command and conquer" that I thrashed to death back in the day, moved on to "company of heroes" now, obviously.
@ dev's there seems to be allot of legacy stuff (icons and pictures) in these theme folders and duplication of. Is there a definitive list of what is required so that I can throw some things out? It seems if we encourage theme'ing before long the theme's could be larger than the OS its self. Also I'm no web developer by far but could pfsense not look in the /themes/theme-name/ folder first for a graphic then fall back to a default folder if one is not found (say with some ELSE statement)
Glad people like it and have also noticed a new "wall' theme on the CVS site but not quite sure how to get it.
-
Yep, nervecenter was my creation and you have permission to do anything with it. Go ahead and give it a nice name :)
We have been discussing earlier to have a default theme template that's elements could be used if they are missing in another theme. We just have not gotten into changing th needed bits and pieces. That would save some space in case only few elements are changed (and you can see with your theme that few changes can get you a complete new look and feel). As you already have noticed there are lots of graphics that have been added for some ideas that didn't quite work out or that have never been finished due to lost interest. We probably should clean that up before going live wit pfsense 2.0 ;)
-
CODE-RED it is then, executive decision.
Hoba, as you are a theme veteran I wonder if you can scratch an itch I have?
I'm pretty sure line 144,
#header-right .alert { / color: #fff; }
is the blue ticker tape text but every alert has a white date stamp. I was sure this was, line 219;```
#marquee-text {color: #ffffff; }Thank you for being so gracious and I think theme'ing should be encouraged. People are fickle, if a web site looks professional people won't think twice about punching their credit card details in to it. If a screenshot of some freeware looks professional people won't think twice about installing it _"this won't be full of spyware, look at all the effort they've gone to to make the icons look like glass"_ We all know pfSense is a fantastic product, the hard bit is already done. ;)
-
You can modify the blue linkcolor of the alerter (and all other appearence of links on all guipages) by adding something like this below the body section of the all.css:
a:link { color: #b38507; } a:visited { color: #b38507; } a:active { color: #b38507; } a:hover { color: #b38507; }
Modifying the rest of the Tickertext should work by changing the color attribute of the #marquee-text element. I have done so in various themes already. Maybe you have to dump your browsercache to see it getting applied? It should work though I have to admit that I do most of my themeingwork based on pfSense 2.0 as 2.0 requires some additional elements like a logonpage and so on and as usually these themes are backwardscompatible (for the most part, some elements are not themeable but hardcoded in the 1.2 branch, maybe even the tickertape?).
Oh, and btw, you should work with a 2.0 based theme if you want to make it 2.0 ready as this css includes additional elements for things that are not present in 1.2. Get a 2.0 snapshot and download the nervecenter theme from there, then copy and paste your modifications over. A 2.0 theme will work on a 1.2 just fine but this way your theme is 2.0 ready too :)
-
Mmmm, I think I'm gunna have to run me a v2 dev box along side my 1.2.3 production box I've been building this theme on :P
-
Just updated my last post. Yes, you should develop on 2.0, however be prepared that not all elements that you can change on 2.0 will show effect on 1.2 due to some hardcoding in 1.2.
-
I was hoping to run a dev Hyper-V v2 VM but there is a freebsd bug that prevents them shutting down. So I'll have to go for full hardware - its all good fun.
-
As long as you keep the red/grey color for the theme all is well for 1.2, however a complete colorchange can only be done for 2.0 (see 2 examples attached). I use parallels on my mac to do the developing on. Vmware works fine too of course.
-
…and another one
-
I have now made it compatible with v2.A - the only single difference I can see at this stage using the same theme between v1.2.x and v2.A is the little pen icon doesn't show up under 1.2.x even though it is there in the icon folder? I'm sure I'll figure it out.
I would also like to get rid of the grey background on the login page but I can't for the life of me find the relevant part of the all.css file. As I'm no developer I have to go through by trial and error changing colours until I find the right one.
-
Figured out the pen icon thing - this is one of those hard coded differences between v1.2.x and v2.A Hoba was on about, I would have to (I think) change every reference to "formfld" to "formfld unknown" in the system.php and other files too I suppose.
I think we can live with the small gap when running the theme under v1.2.x. I hope the pen doesn't do more than just look like a pen :D
-
The wizard pages and the login page will use a different css if available in 2.0. see the original nervecenter 2.0 theme. You'll see a login.css and a wizard.css. Those are there for being able to use different backgoundwallpapers for example.
-
Thanks for that Hoba, I have now tweaked the logon page and the wizard and have tried the theme under both v1.2.3 and v2.0A in IE8, Firefox v3.06 and Google chrome (my preferred). There are some tiny browser quirks but its still usable and pleasing to the eye. I use to hate the red colour in pfSense but if you swamp it all over the screen it's not so bad.
I'm still yet to get any real feedback as to whether people actually like it and whether there are any bits they like or dis-like.