Changeset 5257


Ignore:
Timestamp:
Mar 22, 2010, 2:13:58 PM (14 years ago)
Author:
patdenice
Message:

Sylvia style is back for installation and upgrade pages.

Location:
trunk/admin/themes/default/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/install.tpl

    r5220 r5257  
    3333
    3434<style type="text/css">
     35body {
     36  background:url("admin/themes/roma/images/bottom-left-bg.jpg") no-repeat fixed left bottom #111111;
     37}
     38
    3539.content {
     40 background:url("admin/themes/roma/images/fillet.png") repeat-x scroll left top #222222;
    3641 width: 800px;
    3742 margin: auto;
    3843 text-align: center;
     44 padding: 5px;
     45}
     46
     47#headbranch  {
     48  background:url("admin/themes/roma/images/top-left-bg.jpg") no-repeat scroll left top transparent;
     49}
     50
     51#theHeader {
     52  display: block;
     53  background:url("admin/themes/roma/images/piwigo_logo_sombre_214x100.png") no-repeat scroll 245px top transparent;
     54}
     55
     56.content h2 {
     57  display:block;
     58  font-size:28px;
     59  height:104px;
     60  width:54%;
     61  color:#666666;
     62  letter-spacing:-1px;
     63  margin:0 30px 3px 20px;
     64  overflow:hidden;
     65  position:absolute;
     66  right:0;
     67  text-align:right;
     68  top:0;
     69  width:770px;
     70  text-align:right;
     71  text-transform:none;
    3972}
    4073
  • trunk/admin/themes/default/template/upgrade.tpl

    r5123 r5257  
    1010{foreach from=$themes item=theme}
    1111{if isset($theme.local_head)}{include file=$theme.local_head}{/if}
    12 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.name}/theme.css">
     12<link rel="stylesheet" type="text/css" href="{$ROOT_URL}admin/themes/{$theme.id}/theme.css">
    1313{/foreach}
    1414
    1515{literal}
    1616<style type="text/css">
     17body {
     18  background:url("admin/themes/roma/images/bottom-left-bg.jpg") no-repeat fixed left bottom #111111;
     19}
     20
    1721.content {
     22  background:url("admin/themes/roma/images/fillet.png") repeat-x scroll left top #222222;
    1823  width: 800px;
    1924  min-height: 0px !important;
    2025  margin: auto;
    21   padding: 25px;
    2226  text-align: left;
     27  padding: 5px;
     28}
     29
     30#headbranch  {
     31  background:url("admin/themes/roma/images/top-left-bg.jpg") no-repeat scroll left top transparent;
     32}
     33
     34#theHeader {
     35  display: block;
     36  background:url("admin/themes/roma/images/piwigo_logo_sombre_214x100.png") no-repeat scroll 245px top transparent;
     37}
     38
     39.content h2 {
     40  display:block;
     41  font-size:28px;
     42  height:104px;
     43  width:54%;
     44  color:#666666;
     45  letter-spacing:-1px;
     46  margin:0 30px 3px 20px;
     47  overflow:hidden;
     48  position:absolute;
     49  right:0;
     50  text-align:right;
     51  top:0;
     52  width:770px;
     53  text-align:right;
     54  text-transform:none;
    2355}
    2456
Note: See TracChangeset for help on using the changeset viewer.