aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/upgrade.tpl
diff options
context:
space:
mode:
authorpatdenice <patdenice@piwigo.org>2010-03-22 13:13:58 +0000
committerpatdenice <patdenice@piwigo.org>2010-03-22 13:13:58 +0000
commitcf9af7d0628053b16c3bfc82c2146c3cd7ecec8f (patch)
tree911b45cf41e6f5d327aaf08a2fea0984cc9b72fa /admin/themes/default/template/upgrade.tpl
parent98c7158ec08f206c023672013648a9c96003b67e (diff)
Sylvia style is back for installation and upgrade pages.
git-svn-id: http://piwigo.org/svn/trunk@5257 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/template/upgrade.tpl')
-rw-r--r--admin/themes/default/template/upgrade.tpl36
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; }