Changeset 7589 for extensions/yoga


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

update theme Bubble for Piwigo 2.1 compatibility

Location:
extensions/yoga/Bubble
Files:
15 added
3 edited

Legend:

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

    r4693 r7589  
    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/Bubble/theme.css

    r4693 r7589  
    44
    55body {
    6 background:#90B9D2 url(img/bg.png) repeat-x top;
     6background:#90B9D2 url(images/bg.png) repeat-x top;
    77        font-size:0.7em;
    88        font-family: Verdana,arial,Helvetica,sans-serif;
     
    1616-moz-border-radius-topleft:8px;
    1717-moz-border-radius-topright:8px;
    18 background:transparent url(img/bg_title.png) repeat-x scroll 0 0;
     18background:transparent url(images/bg_title.png) repeat-x scroll 0 0;
    1919border:1px solid #789FC7;
    2020color:#3F4A69;
     
    4444-moz-border-radius-topleft:8px;
    4545-moz-border-radius-topright:8px;
    46 background:transparent url(img/bg_title.png) repeat-x scroll center top;
     46background:transparent url(images/bg_title.png) repeat-x scroll center top;
    4747border:1px solid #789FC7;
    4848color:#3F4A69;
     
    8484.right { float: right; }
    8585
    86 img{ border:4px double #3F4A69; }
     86img{}
    8787
    8888img.title{ border:none; }
     
    110110        margin: -2px auto;
    111111        position: relative;
    112         background: transparent url(img/global.png) repeat-y top center;
     112        background: transparent url(images/global.png) repeat-y top center;
    113113}
    114114
     
    119119=====================================*/
    120120#theHeader {
    121         background: transparent url(img/header.png) no-repeat center bottom;
     121        background: transparent url(images/header.png) no-repeat center bottom;
    122122height:211px;
    123123        margin: 0 auto;
     
    178178.content div.thumbnailCategory:hover {
    179179        border:1px solid #789FC7;
    180         background:#dfefff url(img/content_index.png) no-repeat scroll center top;
     180        background:#dfefff url(images/content_index.png) no-repeat scroll center top;
    181181}
    182182.content ul.thumbnailCategories li { width:49.9%; }
     
    258258-moz-border-radius-topleft:3px;
    259259-moz-border-radius-topright:3px;
    260 background:transparent url(img/content.png) no-repeat scroll center top;
     260background:transparent url(images/content.png) no-repeat scroll center top;
    261261border:1px solid #789FC7;
    262262}
     
    267267-moz-border-radius-topleft:12px;
    268268-moz-border-radius-topright:12px;
    269 background: transparent url(img/content_index.png) no-repeat center top;
     269background: transparent url(images/content_index.png) no-repeat center top;
    270270border:1px solid #789FC7;       
    271271}
     
    283283.content ul.thumbnails span.wrap2{ width: 172px; height:150px; }
    284284.content div.thumbnailCategory div.description { height: 100px; }               /* max thumbnail height + 2px */
    285 .content div.thumbnailCategory div.illustration img { height: 96px; }
     285.content div.thumbnailCategory div.illustration img { height: 96px; border:4px double #3F4A69; }
     286.content div.thumbnailCategory div.illustration img:hover { border:4px double #74A9CA;}
    286287.content div.thumbnailCategory div.illustration a:hover { border:0; }
    287288
     
    293294/*.content ul.thumbnails span.wrap1 { margin: 0 10px; }*/
    294295.content ul.thumbnails span.wrap2 img { padding: 5px; border:1px solid #789FC7; background-color: #FFFFFF;}
    295 .content ul.thumbnails span.wrap2 img:hover { border-color: #848484; background-color: #FFFFFF;}
     296.content ul.thumbnails span.wrap2 img:hover { border-color: #74A9CA; background-color: #CEE0EB;}
    296297
    297298.content ul.thumbnails li.thumbCat span.wrap2 { border-style: hidden; background-color: #3F4A69; }
     
    302303        -khtml-border-radius:12px;
    303304        -webkit-border-radius:12px;
    304 background: transparent url(img/backthumb.png) no-repeat center top;
     305background: transparent url(images/backthumb.png) no-repeat center top;
    305306border:1px solid #789FC7;
    306307display:inline-block;
     
    409410            Positionnement
    410411=====================================*/
    411 #menubar li { position: relative; background:transparent url(img/cat.png) no-repeat; margin-left:5px;}
     412#menubar li { position: relative; background:transparent url(images/cat.png) no-repeat; margin-left:5px;}
    412413#menubar dd { position: absolute; z-index: 500;}
    413414#menubar dd ul ul {
     
    454455 
    455456 #menubar dd{
    456 background:#C3E1FF url(img/bgmenu.png) repeat-y scroll 0 0;
     457background:#C3E1FF url(images/bgmenu.png) repeat-y scroll 0 0;
    457458border:1px solid #789FC7;
    458459color:#3F4A69;
     
    589590=====================================*/
    590591#copyright {
    591 background:transparent url(img/footer.png) repeat-x scroll 0 0;
     592background:transparent url(images/footer.png) repeat-x scroll 0 0;
    592593clear:both;
    593594font-weight:bold;
     
    629630-moz-border-radius-topleft:12px;
    630631-moz-border-radius-topright:12px;
    631 background:#B1E2AD url(img/infos.png) no-repeat scroll right top;
     632background:#B1E2AD url(images/infos.png) no-repeat scroll right top;
    632633border:1px solid #919191;
    633634color:#09460E;
     
    646647        margin: 5px;
    647648border:1px solid #919191;
    648         background:#FF9193 url(img/errors.png)no-repeat top right;
     649        background:#FF9193 url(images/errors.png)no-repeat top right;
    649650        padding: 10px 50px 10px 10px;
    650651        min-height:30px;
     
    676677-moz-border-radius-topleft:8px;
    677678-moz-border-radius-topright:8px;
    678 background:transparent url(img/content.png) repeat scroll 0 0;
     679background:transparent url(images/content.png) repeat scroll 0 0;
    679680border:1px solid #919191;
    680681font-size:0.85em;
     
    694695-moz-border-radius-topleft:12px;
    695696-moz-border-radius-topright:12px;
    696 background:#AE9161 url(img/form.png) repeat-x scroll center top;
     697background:#AE9161 url(images/form.png) repeat-x scroll center top;
    697698border:1px solid #919191;
    698699font-size:0.85em;
     
    714715-moz-border-radius-topleft:12px;
    715716-moz-border-radius-topright:12px;
    716 background:transparent url(img/content.png) no-repeat scroll center top;
     717background:transparent url(images/content.png) no-repeat scroll center top;
    717718border:1px solid #919191;
    718719}
     
    762763-moz-border-radius-topleft:5px;
    763764-moz-border-radius-topright:5px;
    764 background:#A9CEE9 url(img/form.png) repeat-x scroll 0 0;
     765background:#A9CEE9 url(images/form.png) repeat-x scroll 0 0;
    765766border-color:#8498AE #515C68 #515C68;
    766767border-style:solid;
     
    778779-moz-border-radius-topleft:5px;
    779780-moz-border-radius-topright:5px;
    780 background:#A9CEE9 url(img/form.png) repeat-x scroll 0 0;
     781background:#A9CEE9 url(images/form.png) repeat-x scroll 0 0;
    781782border-color:#8498AE #515C68 #515C68;
    782783border-style:solid;
  • extensions/yoga/Bubble/themeconf.inc.php

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