THEME: CODE-RED
-
CODE-RED
Simply download the full theme and copy it into /usr/local/www/themes/ then select it from System -> General Setup as you would any other theme.
Download:code-red.zip
Download:code-red.zip <- Faster MirrorAny further changes will be minimal and purely cosmetic unless the whole theme process gets re-vamped for pfSense v2.0
***Confirmed to now work not only with v1.2.x but also v2.A thanks to the heads up from Hoba
****Have removed the FreeBSD logo from the banner pictured in the second post below (now replaced with a globe) due to licencing restrictions that may lead to confusion between the two brand names. I do however still have the image as I think it looks sick ;0)
Comments welcome.
-
New background.gif added, now a deep red also gets rid of the scrolling white box problem when not maximised that occurred with the old gray background, also looks less like a hospital now ;)
-
Not bad, not bad!!
Let us know when it's ready and we will add it to 2.0 builds.
-
:o I'm so not worthy !!!
One quick question, is there any way I can force the ticker tape banner to appear without breaking something? I have made a new one but can't get it to appear to see what it looks like.
-
Hey, looks nice! :D
For the tickertape, just configure a carp sync to a non existing node (firewall>virtual IPs, sync settings, at the very bottom). This will throw an alert if you reload your firewallrules by e.g. editing a rule without changing anything and applying the changes.
-
Hey, cheers.
Yeh I figured it out by setting a vLAN to an interface that was down.
Nearly there now - bit of a perfectionist, cant stop fiddling.
-
I haven't seen your latest version, but doesn't the menu bar slightly bent down in both sides?
-
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.