diff options
Diffstat (limited to 'admin/themes/default/template/upgrade.tpl')
-rw-r--r-- | admin/themes/default/template/upgrade.tpl | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/admin/themes/default/template/upgrade.tpl b/admin/themes/default/template/upgrade.tpl index 29b723ef1..26274ec76 100644 --- a/admin/themes/default/template/upgrade.tpl +++ b/admin/themes/default/template/upgrade.tpl @@ -9,17 +9,49 @@ {foreach from=$themes item=theme} {if isset($theme.local_head)}{include file=$theme.local_head}{/if} -<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.name}/theme.css"> +<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.id}/theme.css"> {/foreach} {literal} <style type="text/css"> +body { + background:url("admin/themes/roma/images/bottom-left-bg.jpg") no-repeat fixed left bottom #111111; +} + .content { + background:url("admin/themes/roma/images/fillet.png") repeat-x scroll left top #222222; width: 800px; min-height: 0px !important; margin: auto; - padding: 25px; text-align: left; + padding: 5px; +} + +#headbranch { + background:url("admin/themes/roma/images/top-left-bg.jpg") no-repeat scroll left top transparent; +} + +#theHeader { + display: block; + background:url("admin/themes/roma/images/piwigo_logo_sombre_214x100.png") no-repeat scroll 245px top transparent; +} + +.content h2 { + display:block; + font-size:28px; + height:104px; + width:54%; + color:#666666; + letter-spacing:-1px; + margin:0 30px 3px 20px; + overflow:hidden; + position:absolute; + right:0; + text-align:right; + top:0; + width:770px; + text-align:right; + text-transform:none; } table { margin: 0px; } |