I
think it is a browser cache issue on my end. The custom css was not showing the header background image.
css
#content {
/* Permalink - use to edit and share this gradient:
http://colorzilla.com/gradient-edito...+89,990000+100 */
background: rgb(5,0,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(5,0,0,1) 34%, rgba(0,17,74,1) 86%, rgba(5,1,2,1) 93%, rgba(5,1,2,1) 93%, rgba(153,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(5,0,0,1) 34%,rgba(0,17,74,1) 86%,rgba(5,1,2,1) 93%,rgba(5,1,2,1) 93%,rgba(153,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(5,0,0,1) 34%,rgba(0,17,74,1) 86%,rgba(5,1,2,1) 93%,rgba(5,1,2,1) 93%,rgba(153,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid
XImageTransform.Microsoft.gradient( startColorstr='#050000', endColorstr='#990000',GradientType=0 ); /* IE6-9 */; border: 5px solid #7C7C7C;}
#backimage { background: #000 url('http://i.imgur.com/MW3znzk.jpg'); }
#backoverlay { background: inherit;background-size: 50% 100% }
#probelist { background: solid; }
.pname { color: #ff0; font-size: 24pt; line-height: 16pt; display: inline-block; text-shadow:2px 2px 4px #000000 ; }
#fanl { color: #ff0; }
#fanc { #fe4 ; opacity: 0.6; }
#fancontainer { background: solid; }
#navcontainer ul { padding: 0; }
#navcontainer li { width: 150px; padding-right: 15px; }
#navcontainer li a { display: inline-block; width: 125px; }
#temp0 { text-shadow: none !important; }
#temp1 { text-shadow: none !important; }
#temp2 { text-shadow: none !important; }
#temp3 { text-shadow: none !important; }
LEDE additional changes to the base UI and System
There used to be a tab for configuring uhttpd that is no longer in the UI on mine, LEDE probably removed it, I used it to add additional ports in uhttpd, manual changes can be applied in /etc/config/uhttpd added;
list listen_http '0.0.0.0:8787'
list listen_http '[::]:8787'
This change allows a split horizon DNS so on my wifi hm.cdirect.com is 10.255.254.95 and on the outside it is 162.219.194.253 which is a web server running on port 80 already this facilitates a port forward of 8787 from the internet side to the HM on 8787 so I dont have dual sets of URLs and pitdroid works inside or outside.....
I had started to integrate the web UI into a frame for cook notes etc., this required removal of some security settings to allow LEDE in a frame on a different domain, that is no longer needed.
I can see your frustration in dealing with LEDE/OpenWrt changes.