Themes
-
Sorry if I'm overlooking this but I can't seem to find the themes directory. In 2.1.4 (which we were previously using) it was in /usr/local/www/themes but that directory doesn't exist in 2.3.1. I've never been able to figure out how to create my own theme so I just edit the one already there as outlined over at Yawarra. Can someone point me in the right direction? Thanks!
-
I believe the themes are all via css now and would be in this folder I believe
/usr/local/www/css
-rw-r–r-- 1 root wheel 2074 May 16 16:22 Compact-RED.css
drwxr-xr-x 2 root wheel 512 Jun 17 06:09 fonts
-rw-r--r-- 1 root wheel 290 May 16 16:22 pfSense-BETA.css
-rw-r--r-- 1 root wheel 78 May 16 16:22 pfSense-dark-BETA.css
-rw-r--r-- 1 root wheel 9055 May 16 16:22 pfSense-dark.css
-rw-r--r-- 1 root wheel 16070 May 16 16:22 pfSense.css -
I believe the themes are all via css now and would be in this folder I believe
/usr/local/www/css
-rw-r–r-- 1 root wheel 2074 May 16 16:22 Compact-RED.css
drwxr-xr-x 2 root wheel 512 Jun 17 06:09 fonts
-rw-r--r-- 1 root wheel 290 May 16 16:22 pfSense-BETA.css
-rw-r--r-- 1 root wheel 78 May 16 16:22 pfSense-dark-BETA.css
-rw-r--r-- 1 root wheel 9055 May 16 16:22 pfSense-dark.css
-rw-r--r-- 1 root wheel 16070 May 16 16:22 pfSense.cssThanks! I'll look into it and report back what I've found, probably tomorrow.
-
Johnpoz is correct. The BETA files are provided for you to experiment with.
-
Thanks, it's working beautifully! And using the Inspect Element aspect of Firefox has made it pretty easy. Still a few things to figure out but I reworked just about the entire theme yesterday. I appreciate the quick response. While a tutorial would be nice for those of us who have no experience coding in css, it really isn't all that hard to figure out. Great job.
A suggestion: It seems like it would be a relatively simple thing (for someone as experienced as your team) in the webConfigurator to add some management so that we don't need to get in and manually find the files and copy and stuff. Like a "Remove Theme" button that would delete the .css file, an "Upload Theme" button that would copy the css file locally from the PC to the appropriate directory, and a "Download Theme" button so that users could download and modify the theme file for reupload. Nothing too fancy, just enough that we wouldn't need to go rooting through the file structure. I'm using WinSCP to edit the files directly which is much faster, but for users who are more novice it might be helpful.
-
I can't seem to figure out 2 formats.
The squidGuard -> Log -> Filter Log page. The table is black writing on a dark grey background.
and
On the Firewall -> Rules pages, if I hover over the links (like the entries in the States table) again it is black writing on a slightly less dark grey background.Could I get some hints on what element these are to adjust? I know the writing is in the Body so it can't be changed, but I can't find where the dark greys are defined. Thanks for any help you can give!
-
The squidGuard -> Log -> Filter Log page. The table is black writing on a dark grey background.
That's .table .table {
On the Firewall -> Rules pages, if I hover over the links (like the entries in the States table) again it is black writing on a slightly less dark grey background.
Popovers. Those are popovers.