Widget:SidebarBackground: Difference between revisions

From Elwiki
(Created page with "<style> #mw-panel { background-image: url('<!--$url-->'); } </style>")
 
mNo edit summary
Line 1: Line 1:
<style>
<style type="text/css">
#mw-panel {
#mw-panel {
     background-image: url('<!--$url-->');
     background-image: url('<!--{$url|default:''|escape:'html'}-->');
}
}
</style>
</style>

Revision as of 08:01, 17 May 2015

<style type="text/css">

  1. mw-panel {
   background-image: url();

} </style>