начал делать изменения в /templates/default/css/theme-errors.css
Хочу чтобы на стр 404 была залита фоном и над серой плашкой было лого с сылкой на морду.
В общем фон добавить получилось а вот лого не хочет, вот код, где косяк
html, body{ margin:0; padding:0; font-family: 'Trebuchet MS', Helvetica, 'DejaVu Sans', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif; height:100%; } body { background: url("../images/bg.png"); margin:0; padding:0; } #layout header #logo a, #layout header #logo > span{ display: block; float: center; width: 200px; height: 100px; background: url("../images/logo.png") no-repeat center; } button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; line-height: normal; } a, a.ajaxlink { color: #2980b9; } a:hover, a.ajaxlink:hover { color: #d35400; } #error404, #error403 { width:300px; height:300px; background:#EDEDED; position: absolute; top:0; bottom: 0; left: 0; right: 0; margin: auto; text-align: center; }