aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/template/install.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/install.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/install.tpl')
-rw-r--r--admin/themes/default/template/install.tpl33
1 files changed, 33 insertions, 0 deletions
diff --git a/admin/themes/default/template/install.tpl b/admin/themes/default/template/install.tpl
index 7e27e6184..3a6d1e5c5 100644
--- a/admin/themes/default/template/install.tpl
+++ b/admin/themes/default/template/install.tpl
@@ -32,10 +32,43 @@ $(function() {
</script>
<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;
margin: auto;
text-align: center;
+ 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;
}
.table2 {