Changeset 7592


Ignore:
Timestamp:
Nov 3, 2010, 11:02:58 AM (13 years ago)
Author:
plg
Message:

update theme Terra for Piwigo 2.1 compatibility

Location:
extensions/yoga/Terra
Files:
15 added
1 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/yoga/Terra/menu.css

    r4696 r7592  
    11
    22#menu {
    3         background: url(img/menu.jpg) no-repeat center bottom;
     3        background: url(images/menu.jpg) no-repeat center bottom;
    44        height: 34px;
    55        line-height:34px;
  • extensions/yoga/Terra/theme.css

    r4696 r7592  
    44
    55body {
    6 background:#000000 url(img/bg.png) repeat-x top;
     6background:#000000 url(images/bg.png) repeat-x top;
    77color:#F0F0F0;
    88        font-size:0.7em;
     
    4242-moz-border-radius-topleft:12px;
    4343-moz-border-radius-topright:12px;
    44 background:#AE9161 url(img/bg_title.png) repeat-x scroll center top;
     44background:#AE9161 url(images/bg_title.png) repeat-x scroll center top;
    4545border:1px solid #78E4FF;
    4646color:#78E4FF;
     
    8181.right { float: right; }
    8282
    83 img{
    84 border:4px double #78E4FF;
    85 }
    86 
    87 img:hover{
    88 border:4px double #2A2DC9;
    89 }
    90 
     83img{ }
     84img:hover{ }
    9185img.title{ border:none; }
    9286
     
    121115======================================*/
    122116#theHeader {
    123         background:transparent url(img/header.png) no-repeat scroll center bottom;
     117        background:transparent url(images/header.png) no-repeat scroll center bottom;
    124118height:202px;
    125119        margin: 0 auto;
     
    165159-moz-border-radius-topleft:12px;
    166160-moz-border-radius-topright:12px;
    167 background:transparent url(img/contentbg2.png) no-repeat scroll center top;
     161background:transparent url(images/contentbg2.png) no-repeat scroll center top;
    168162border:1px solid #78E4FF;
    169163/*margin:auto auto 30px;width:98%;*/
     
    248242        -khtml-border-radius:12px;
    249243        -webkit-border-radius:12px;
    250         background:transparent url(img/contentbg2.png) no-repeat scroll center top;
     244        background:transparent url(images/contentbg2.png) no-repeat scroll center top;
    251245}
    252246
     
    266260-moz-border-radius-topleft:12px;
    267261-moz-border-radius-topright:12px;
    268 background:transparent url(img/content_index.png) no-repeat scroll center top;
     262background:transparent url(images/content_index.png) no-repeat scroll center top;
    269263border:1px solid #2A2DC9;
    270264}
     
    295289height: 100px; /* max thumbnail height + 2px */
    296290}               
    297 .content div.thumbnailCategory div.illustration img {
    298 height:96px;
    299 width:128px;
    300 }
     291.content div.thumbnailCategory div.illustration img { height:96px; width:128px; border:4px double #78E4FF;}
     292.content div.thumbnailCategory div.illustration img:hover { border:4px double #78E4FF;}
    301293.content div.thumbnailCategory div.illustration a:hover { border:0; }
    302294
     
    332324        -khtml-border-radius:12px;
    333325        -webkit-border-radius:12px;
    334 background:transparent url(img/backthumb.png) no-repeat center top;
     326background:transparent url(images/backthumb.png) no-repeat center top;
    335327border:1px solid #2A2DC9;
    336328display:inline-block;
     
    438430           Positioning
    439431===================================*/
    440 #menubar li { position: relative; background:transparent url(img/cat.png) no-repeat; margin-left:5px;}
     432#menubar li { position: relative; background:transparent url(images/cat.png) no-repeat; margin-left:5px;}
    441433#menubar dd { position: absolute; z-index: 500;}
    442434#menubar dd ul ul {
     
    480472 
    481473 #menubar dd{
    482 background:#000000 url(img/bgmenu.png) repeat-y scroll 0 0;
     474background:#000000 url(images/bgmenu.png) repeat-y scroll 0 0;
    483475border:1px solid #2A2DC9;
    484476color:#78E4FF;
     
    638630#copyright {
    639631border-top:1px solid #2A2DC9;
    640 background:transparent url(img/footer.png) repeat-x scroll 0 0;
     632background:transparent url(images/footer.png) repeat-x scroll 0 0;
    641633clear:both;
    642634font-weight:bold;
     
    742734-moz-border-radius-topleft:12px;
    743735-moz-border-radius-topright:12px;
    744 background:#AE9161 url(img/bg_title.png) repeat-x scroll center top;
     736background:#AE9161 url(images/bg_title.png) repeat-x scroll center top;
    745737border:2px solid #2A2DC9;
    746738font-size:0.85em;
     
    797789-moz-border-radius-topleft:5px;
    798790-moz-border-radius-topright:5px;
    799 background:#000000 url(img/form.png) repeat-x scroll 0 0;
     791background:#000000 url(images/form.png) repeat-x scroll 0 0;
    800792border:1px solid #2A2DC9;
    801793color:#F0F0F0;
     
    811803-moz-border-radius-topleft:5px;
    812804-moz-border-radius-topright:5px;
    813 background:#000000 url(img/form.png) repeat-x scroll 0 0;
     805background:#000000 url(images/form.png) repeat-x scroll 0 0;
    814806border:1px solid #2A2DC9;
    815807color:#E10000;
     
    832824-moz-border-radius-topleft:12px;
    833825-moz-border-radius-topright:12px;
    834 background:transparent url(img/contentbg2.png) no-repeat scroll center top;
     826background:transparent url(images/contentbg2.png) no-repeat scroll center top;
    835827border:1px solid #78E4FF;
    836828font-size:0.85em;
  • extensions/yoga/Terra/themeconf.inc.php

    r4696 r7592  
    11<?php
    22$themeconf = array(
    3   'template' => 'yoga',
    4   'template_dir' => 'template/yoga',
    5   'theme' => 'Terra',
    6   'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/theme/Terra/icon',
    7   'admin_icon_dir' => 'template/yoga/icon/admin',
    8   'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mimetypes/',
     3  'name'  => 'Terra',
     4  'parent' => 'default',
     5  'template_dir' => 'themes',
     6  'icon_dir'      => 'themes/Terra/icon',
    97  'local_head' => '<!--[if lt IE 7]>
    10   <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'template/yoga/theme/Terra/fix-ie5-ie6.css">
     8  <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'themes/Terra/fix-ie5-ie6.css">
    119<![endif]-->'
    1210);
Note: See TracChangeset for help on using the changeset viewer.