Changeset 19210


Ignore:
Timestamp:
Nov 28, 2012, 11:31:36 AM (11 years ago)
Author:
Miklfe
Message:
 
Location:
extensions/Full_Background
Files:
3 deleted
10 edited

Legend:

Unmodified
Added
Removed
  • extensions/Full_Background/js/menu.js

    r19033 r19210  
    55 */
    66$(document).ready(function(){
    7                
     7
     8        $("#page_content #nav_wrapper").css("display", "none");
     9
     10        $("li.liSub:last-child dt").addClass('dd_wrapper');
     11        $("li.liSub:last-child dd").addClass('sub');
     12
     13
     14
    815        function megaHoverOver(){
    916                $(this).find(".sub").stop().fadeTo('slow', 1).show();
     
    1623          });
    1724        }
    18        
     25
    1926
    2027        var configSub = {
     
    5461
    5562        /*other menubar script*/
    56         //open form login menu
     63        //open form login menu         
     64       
     65
     66       
    5767        $(".cl_wrapper").next("div").hide();
    5868
     
    106116                        $("#loger").attr(":hidden");
    107117                }
     118               
    108119        });
    109120       
  • extensions/Full_Background/template/header.tpl

    r19033 r19210  
    7979
    8080{if $BODY_ID != 'thePicturePage' and $BODY_ID != 'theAdminPage' }
    81 
     81{$MENUBAR}
    8282
    8383        {if not empty($header_msgs)}
  • extensions/Full_Background/template/index.tpl

    r19033 r19210  
    1 {$MENUBAR}
     1
    22{if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
    33
  • extensions/Full_Background/template/menubar.tpl

    r19033 r19210  
    1 
    2 
    31<div id=nav_wrapper>   
     2<span id="menu_start">
     3                <a href="index.php?/categories"></a>
     4</span>
    45
    56               
     
    78                <ul id="topnav">       
    89                                {foreach from=$blocks key=id item=block}
    9                                         <span id="{$id}">
     10                                        <span id="{$id}" >
     11                                        <li class="liSub">
    1012                                                {if not empty($block->template)}
    1113                                                {include file=$block->template|@get_extent:$id }
     
    1315                                                {$block->raw_content}
    1416                                                {/if}
     17                                        </li>
    1518                                        </span>
    1619                                {/foreach}
    1720                </ul>
    1821               
     22
     23
    1924                                <div id="search">
    2025                                        <form action="{$ROOT_URL}qsearch.php" method="get" id="quicksearch" onsubmit="return this.q.value!='' && this.q.value!=qsearch_prompt;">
     
    3136
    3237
    33 
  • extensions/Full_Background/template/menubar_categories.tpl

    r19033 r19210  
    1 <span id="menu_start">
    2                 <a href="{$block->data.U_CATEGORIES}">{'Albums'|@translate}</a>
    3 </span>
    4 
    5 
    6 <li class="liSub" >
    7 
    81        <span class="dd_wrapper">{'Categories'|@translate}</span>
    92       
    10                 <div class="sub" style="opacity: 0; display: none; width:700px;">
     3                <div class="sub" style="width:700px">
    114                {assign var='ref_level' value=0}
    125                        <div id="menu_cat_act">
     
    2114                                        {/if}
    2215                                        {if isset($U_STOP_FILTER)}
    23                                         <a href="{$U_STOP_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'return to the display of all photos'|@translate}"><span class="pwg-icon pwg-icon-filter-del"> </span></a>
     16                                        <a href="{$U_STOP_FILTER}" class="pwg-state-default pwg-button menubarFilter" title="{'return to the display of all photos'|@translate}"><span
     17                                        class="pwg-icon pwg-icon-filter-del"> </span></a>
    2418                                        {/if}
    2519                                </div>
     
    2822                               
    2923                               
    30 {foreach from=$block->data.MENU_CATEGORIES item=cat}
    31 {if $cat.LEVEL > $ref_level}
    32 <ul class="mcol">
    33 {else}
     24                                {foreach from=$block->data.MENU_CATEGORIES item=cat}
     25                                {if $cat.LEVEL > $ref_level}
     26                                <ul class="mcol">
     27                                {else}
    3428
    35                 </li>
    36                         {'</ul></li>'|@str_repeat:$ref_level-$cat.LEVEL}
    37                   {/if}
    38                    <li {if $cat.SELECTED}class="selected"{/if}class="level{$cat.LEVEL}">
    39                    <a href="{$cat.URL}" {if $cat.IS_UPPERCAT}rel="up"{/if} title="{$cat.TITLE}" >{$cat.NAME}   [{$cat.count_images}] </a>
    40                   {assign var='ref_level' value=$cat.LEVEL}
    41                 {/foreach}
    42         {'</li></ul>'|@str_repeat:$ref_level}   
     29                                                </li>
     30                                                        {'</ul></li>'|@str_repeat:$ref_level-$cat.LEVEL}
     31                                                  {/if}
     32                                                   <li {if $cat.SELECTED}class="selected"{/if}class="level{$cat.LEVEL}">
     33                                                   <a href="{$cat.URL}" {if $cat.IS_UPPERCAT}rel="up"{/if} title="{$cat.TITLE}" >{$cat.NAME}   [{$cat.count_images}] </a>
     34                                                  {assign var='ref_level' value=$cat.LEVEL}
     35                                                {/foreach}
     36                                        {'</li></ul>'|@str_repeat:$ref_level}   
    4337
    44                 {if isset($block->data.U_UPLOAD)}
    45                
    46         <ul>
    47                
    48                         <li>
    49                                 <a href="{$block->data.U_UPLOAD}">{'Upload a picture'|@translate}</a>
    50                         </li>
     38                                                {if isset($block->data.U_UPLOAD)}
     39                                               
     40                                        <ul>
     41                                               
     42                                                        <li>
     43                                                                <a href="{$block->data.U_UPLOAD}">{'Upload a picture'|@translate}</a>
     44                                                        </li>
    5145
    52         </ul>
    53                
    54         {/if}
     46                                        </ul>
     47                                               
     48                                        {/if}
    5549               
    5650
  • extensions/Full_Background/template/menubar_identification.tpl

    r19033 r19210  
    11{if isset($U_LOGIN)}
    2 <li class="liSub">
    32        <span class="cl_wrapper">{'Identification'|@translate}</span>
    43                <div id="loger">
     
    4342                        </form>
    4443                </div>
    45 </li>
     44
    4645       
    4746        {else}
    4847       
    49 <li class="liSub">
    5048
    5149<span class="dd_wrapper">{'Identification'|@translate}</span>
    52                                         <div style="opacity: 0; display: none;" class="sub">
     50                                        <div class="sub">
    5351
    5452        {if isset($USERNAME)}
     
    7775        {/if}
    7876        </ul>
    79 </li>
     77
    8078        {/if}
  • extensions/Full_Background/template/menubar_menu.tpl

    r19033 r19210  
    1 
    2                 <li class="liSub">
    3                 <span class="dd_wrapper">{'Menu'|@translate}</span>
    4 <div style="opacity: 0; display: none; " class="sub">
     1<span class="dd_wrapper">{'Menu'|@translate}</span>
     2<div class="sub" >
    53
    64
     
    1412        </ul>
    1513</div>
    16 </li>
    1714
     15
  • extensions/Full_Background/template/picture_content.tpl

    r19033 r19210  
    1 <img src="{$current.THUMB_SRC}" alt="{$ALT_IMG}" id="theMainImage" title="{if isset($COMMENT_IMG)}{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{else}{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}{/if}">
    21
     2<img src="{$current.unique_derivatives.xsmall->get_url()}" alt="{$ALT_IMG}" id="theMainImage" title="{if isset($COMMENT_IMG)}{$COMMENT_IMG|@strip_tags:false|@replace:'"':' '}{else}{$current.TITLE|@replace:'"':' '} - {$ALT_IMG}{/if}">
     3
  • extensions/Full_Background/theme.css

    r19033 r19210  
    11html{height:100%}
    2 BODY{background:#000;padding:0;margin:0;min-width:800px;width:100%;color:#fff}
     2BODY{background:#000;padding:0;margin:0;min-width:800px;width:100%;color:#fff;position:relative}
    33H1,H3,INPUT.rateButtonSelected{color:#FFF}
    44A,INPUT.rateButton{color:#FFF;border:medium none;text-decoration:none}
     
    1818
    1919/*======================================================Header======================================================*/
    20 #theHeader{display:block;position:absolute;right:20px;left: 20px;top:35px;text-align:left;z-index:3;padding:40px 40px 0;margin:0;font-size:15px;text-shadow:3px 3px 1px #000;height:130px}
     20#theHeader{display:block;position:absolute;right:20px;left: 20px;top:35px;text-align:left;z-index:101;padding:40px 40px 0;margin:0;font-size:15px;text-shadow:3px 3px 1px #000;height:130px}
    2121#theHeader h1 {text-align:left;font-size:2.5em;display:inline-block;font-family: 'Finger Paint',arial,serif}
    2222#theHeader p {float:right;font-size:15px;font-family:'PT Sans Narrow',arial,serif;text-transform:uppercase}
    2323
    2424/*======================================================Content======================================================*/
    25 #the_page{z-index:100;width:100%;height:0}
     25#the_page{position:absolute;top:160px;z-index:100;width:100%}
    2626.content .titrePage{position:relative}
    2727.categoryActions{float:none;display:block;position:absolute;right:10px}
    28 #page_content{background:none;min-width:680px;width:100%;height:auto;margin:2px auto 30px}
    29 .content{margin:180px 0 0;padding:0;height:auto}
    30 .content .titrePage{z-index:5;background:rgba(0, 0, 0, 0.5);position:absolute;width:100%;top:35px}
     28#page_content{background:none;min-width:680px;width:100%;height:auto;margin:2px auto 30px;display:table}
     29.content{margin:100px 0 0;padding:0;height:auto}
     30.content .titrePage{z-index:5;background:rgba(0, 0, 0, 0.5);position:absolute;width:100%;top:-120px;left:0}
    3131.content .titrePage a{color:#FFF}
    3232.content .titrePage a:hover{color:#C2C2C2}
     
    6464
    6565/*======================================================Footer======================================================*/
    66 #footer{background:rgba(0, 0, 0, 0.5);width:100%;bottom:0;height:auto;position:fixed;top:100%;margin:-20px auto 0;z-index:5;padding-top:4px}
     66#footer{background:rgba(0, 0, 0, 0.5);width:100%;bottom:0;height:auto;position:fixed;top:100%;margin:-20px auto 0;z-index:101;padding-top:4px}
    6767#copyright,#fullscreen{display:inline-block;text-align:left;margin-bottom:0;height:20px;padding-top:0px;font-size:10px}
    6868#fullscreen{position:absolute;left:20px}
    6969#copyright{position:absolute;right:20px}
    7070/*======================================================Menu======================================================*/
    71 #nav_wrapper{width:100%;margin:auto;z-index:1000;top:0;left:0;background:none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);height:40px;border-bottom:1px solid #3F3F3F;min-width: 1000px;position:fixed}
     71#nav_wrapper{width:100%;margin:auto;z-index:1000;left:0;background:none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);height:40px;border-bottom:1px solid #3F3F3F;min-width: 1000px;position:fixed}
    7272#menubar{width:24em;margin-left:0}
    7373#menubar UL{list-style-type:none;list-style-position:inside;padding:0 0 0 2px}
    7474#menubar a,#menubar dt,div#menubar dl:hover dd,div#menubar ul li:hover ul,div#menubar ul ul li:hover ul,div#menubar ul ul ul li:hover ul,div#menubar ul ul ul ul li:hover ul,div#menubar ul ul ul ul ul li:hover ul{display:block}
     75input:focus{outline-style:none}
    7576#menubar p{color:#757575}
    7677#menu{color:#FFF;line-height:30px;text-decoration:none;text-shadow:0 0 2px #000;text-transform:uppercase;height:40px;padding: 5px 0 0}
     
    8485ul#topnav .liSub:hover{background:#4F4F4F}
    8586ul#topnav span dt{padding:0 16px;height:35px}
    86 ul#topnav span dt:hover{background:#4f4f4f}
     87ul#topnav span dt:hover{background:#4f4f4f;color:#ff8a00}
    8788ul#topnav span dt:hover a{color:#ff8a00}
    8889#menuTagCloud a{color:#000;text-decoration:none;text-shadow:none;z-index:200}
    8990.sub p{color:#FFF;font-size:13px;text-shadow:none;text-transform:none}
    90 ul#topnav li .sub,ul#topnav li #loger{background:rgba(0, 0, 0, 0.8);position:absolute;top:30px;padding:5px 8px 10px;float:left;max-width:100em;min-width:200px;max-height:500px;overflow:auto;z-index:0}
     91ul#topnav li .sub,ul#topnav li #loger{background:rgba(0, 0, 0, 0.8);position:absolute;top:30px;margin-left:0;padding:5px 8px 10px;float:left;max-width:100em;min-width:200px;max-height:500px;overflow:auto;z-index:0}
    9192.level2,.level3,.level4,.level5{border:none!important}
    9293ul#topnav li .sub{z-index:100}
     
    99100ul#topnav li .sub ul,ul#topnav #loger ul{list-style:none outside none;margin:0 5px 0 8px;padding:0}
    100101ul#topnav .sub ul li,ul#topnav #loger ul li,ul#topnav .sub #menuTagCloud div{width:95%;color:#757575;background:none repeat scroll 0 0 transparent;font-size:10px;margin-bottom:2px;border-radius:10px 10px 10px 10px}
    101 ul#topnav li .sub, ul#topnav li #loger{border-radius:0;box-shadow:5px 5px 20px #000;background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);margin-top: 5px}
     102ul#topnav li .sub, ul#topnav li #loger{border:1px solid #3f3f3f;border-radius:0;box-shadow:5px 5px 20px #000;background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);margin-top: 5px}
    102103ul#topnav .sub ul li.selected{text-decoration:none;border:none;border-radius:10px 10px 10px 10px}
    103104ul#topnav .sub ul li.selected a,ul#topnav .sub ul li.selected a:hover{color:#FF8A00;text-decoration:none;border:none}
     
    170171.tf_bg img{position:absolute;top:0;left:0;width:100%;z-index:1;display:none}
    171172#tf_pattern{position:absolute;width:100%;height:100%;z-index:2}
    172 .tf_content{position:absolute;left:50px;z-index:10;display:none;bottom:70px}
     173.tf_content{position:absolute;left:50px;z-index:10;display:none}
    173174.tf_content h2{color:#FFF;font-size:90px;padding:0;margin:0;font-family:'Finger Paint',arial,serif;text-shadow:1px 1px 2px #000;height:auto}
    174175.tf_content .infor{color:#FFF;margin:0;padding:40px;width:500px;font-family:'PT Sans Narrow',arial,serif;line-height:25px;text-transform:uppercase;text-shadow:3px 3px 1px #000;box-shadow:1px 1px 5px #202020;border:4px solid #FFF;font-size:15px;background:rgba(0, 0, 0, 0.3)}
     
    176177.infor img{margin-left:4px}
    177178.infor div{float:left;width:33%}
    178 .tf_thumbs{position:absolute;z-index:12;right:50px;top:50%;margin-top:-79px;border:4px solid #FFF;box-shadow:1px 1px 5px #202020}
     179.tf_thumbs{position:absolute;z-index:12;right:50px;top:10px;margin-top:45px;border:4px solid #FFF;box-shadow:1px 1px 5px #202020}
    179180.tf_thumbs img{display:block;max-width:350px;max-height:280px}
    180181.tf_loading{position:fixed;top:50%;left:50%;margin:-30px 0px 0px -30px;width:80px;height:80px;background: url("images/loading.gif") no-repeat center center;z-index:999;opacity:0.7}
    181 .tf_next, .tf_prev{width:35px;height:14px;position:absolute;z-index:100;cursor:pointer;background:url("images/nav.png") no-repeat left top;opacity:0.5;right:420px;top:50%}
    182 .tf_next{background-position:0 -14px;margin-top:100px}
    183 .tf_prev{background-position:0 0;margin-top:-20px}
     182.tf_next, .tf_prev{width:35px;height:14px;position:absolute;z-index:100;cursor:pointer;background:url("images/nav.png") no-repeat left top;opacity:0.5;right:420px}
     183.tf_next{background-position:0 -14px;margin-top:120px}
     184.tf_prev{background-position:0 0;margin-top:20px}
    184185.tf_next:hover, .tf_prev:hover{opacity: 0.9}
    185186.tf_zoom{width:20px;height:20px;position:absolute;top:6px;right:6px;cursor:pointer;z-index:100;opacity:0.6;background:url("images/icons.png") no-repeat left top}
    186 .tf_fullscreen{width:20px;height:20px;position:absolute;top:70px;right:30px;cursor:pointer;z-index:100;opacity:0.6;background:url("images/icons.png") no-repeat}
     187.tf_fullscreen{width:20px;height:20px;position:absolute;top:-50px;right:30px;cursor:pointer;z-index:100;opacity:0.6;background:url("images/icons.png") no-repeat}
    187188.tf_info{width:20px;height:20px;position:absolute;top:6px;right:28px;cursor:pointer;z-index:100;opacity:0.6;background:url("images/icons.png") no-repeat 0px -40px}
    188189.tf_zoom{background-position:0px -20px}
     
    221222#lbClose,#lbPrint,#lbPlay,#lbPause{margin:0px 0px 6px 8px}
    222223
    223 
    224 
     224/*============================================Pluggin===================================*/
     225#mbContact dd{padding:0!important}
  • extensions/Full_Background/themeconf.inc.php

    r19042 r19210  
    1111  'name'  => 'Full_Background',
    1212  'parent' => 'default',
    13   'local_head'  => 'local_head.tpl'
     13  'local_head'  => 'local_head.tpl',
     14
    1415);
    1516
Note: See TracChangeset for help on using the changeset viewer.