lemonldap-ng/lemonldap-ng-portal/site/htdocs/static/common/css/bg.css

5 lines
162 B
CSS
Raw Normal View History

2017-01-19 13:36:27 +01:00
html, body {
background: url("<TMPL_VAR NAME="STATIC_PREFIX">common/backgrounds/<TMPL_VAR NAME="SKIN_BG">") no-repeat center fixed;
background-size: cover;
}