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

Sylvia style is back for installation and upgrade pages.

File:
1 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
Note: See TracChangeset for help on using the changeset viewer.