Sylvia style is back for installation and upgrade pages.
git-svn-id: http://piwigo.org/svn/trunk@5257 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
98c7158ec0
commit
cf9af7d062
2 changed files with 67 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue