Changeset 19210 for extensions
- Timestamp:
- Nov 28, 2012, 11:31:36 AM (12 years ago)
- Location:
- extensions/Full_Background
- Files:
-
- 3 deleted
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Full_Background/js/menu.js
r19033 r19210 5 5 */ 6 6 $(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 8 15 function megaHoverOver(){ 9 16 $(this).find(".sub").stop().fadeTo('slow', 1).show(); … … 16 23 }); 17 24 } 18 25 19 26 20 27 var configSub = { … … 54 61 55 62 /*other menubar script*/ 56 //open form login menu 63 //open form login menu 64 65 66 57 67 $(".cl_wrapper").next("div").hide(); 58 68 … … 106 116 $("#loger").attr(":hidden"); 107 117 } 118 108 119 }); 109 120 -
extensions/Full_Background/template/header.tpl
r19033 r19210 79 79 80 80 {if $BODY_ID != 'thePicturePage' and $BODY_ID != 'theAdminPage' } 81 81 {$MENUBAR} 82 82 83 83 {if not empty($header_msgs)} -
extensions/Full_Background/template/index.tpl
r19033 r19210 1 {$MENUBAR} 1 2 2 {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if} 3 3 -
extensions/Full_Background/template/menubar.tpl
r19033 r19210 1 2 3 1 <div id=nav_wrapper> 2 <span id="menu_start"> 3 <a href="index.php?/categories"></a> 4 </span> 4 5 5 6 … … 7 8 <ul id="topnav"> 8 9 {foreach from=$blocks key=id item=block} 9 <span id="{$id}"> 10 <span id="{$id}" > 11 <li class="liSub"> 10 12 {if not empty($block->template)} 11 13 {include file=$block->template|@get_extent:$id } … … 13 15 {$block->raw_content} 14 16 {/if} 17 </li> 15 18 </span> 16 19 {/foreach} 17 20 </ul> 18 21 22 23 19 24 <div id="search"> 20 25 <form action="{$ROOT_URL}qsearch.php" method="get" id="quicksearch" onsubmit="return this.q.value!='' && this.q.value!=qsearch_prompt;"> … … 31 36 32 37 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 8 1 <span class="dd_wrapper">{'Categories'|@translate}</span> 9 2 10 <div class="sub" style=" opacity: 0; display: none; width:700px;">3 <div class="sub" style="width:700px"> 11 4 {assign var='ref_level' value=0} 12 5 <div id="menu_cat_act"> … … 21 14 {/if} 22 15 {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> 24 18 {/if} 25 19 </div> … … 28 22 29 23 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} 34 28 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} 43 37 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> 51 45 52 </ul>53 54 {/if}46 </ul> 47 48 {/if} 55 49 56 50 -
extensions/Full_Background/template/menubar_identification.tpl
r19033 r19210 1 1 {if isset($U_LOGIN)} 2 <li class="liSub">3 2 <span class="cl_wrapper">{'Identification'|@translate}</span> 4 3 <div id="loger"> … … 43 42 </form> 44 43 </div> 45 </li> 44 46 45 47 46 {else} 48 47 49 <li class="liSub">50 48 51 49 <span class="dd_wrapper">{'Identification'|@translate}</span> 52 <div style="opacity: 0; display: none;"class="sub">50 <div class="sub"> 53 51 54 52 {if isset($USERNAME)} … … 77 75 {/if} 78 76 </ul> 79 </li> 77 80 78 {/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" > 5 3 6 4 … … 14 12 </ul> 15 13 </div> 16 </li>17 14 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}">2 1 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 1 1 html{height:100%} 2 BODY{background:#000;padding:0;margin:0;min-width:800px;width:100%;color:#fff }2 BODY{background:#000;padding:0;margin:0;min-width:800px;width:100%;color:#fff;position:relative} 3 3 H1,H3,INPUT.rateButtonSelected{color:#FFF} 4 4 A,INPUT.rateButton{color:#FFF;border:medium none;text-decoration:none} … … 18 18 19 19 /*======================================================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} 21 21 #theHeader h1 {text-align:left;font-size:2.5em;display:inline-block;font-family: 'Finger Paint',arial,serif} 22 22 #theHeader p {float:right;font-size:15px;font-family:'PT Sans Narrow',arial,serif;text-transform:uppercase} 23 23 24 24 /*======================================================Content======================================================*/ 25 #the_page{ z-index:100;width:100%;height:0}25 #the_page{position:absolute;top:160px;z-index:100;width:100%} 26 26 .content .titrePage{position:relative} 27 27 .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:1 80px 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} 31 31 .content .titrePage a{color:#FFF} 32 32 .content .titrePage a:hover{color:#C2C2C2} … … 64 64 65 65 /*======================================================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} 67 67 #copyright,#fullscreen{display:inline-block;text-align:left;margin-bottom:0;height:20px;padding-top:0px;font-size:10px} 68 68 #fullscreen{position:absolute;left:20px} 69 69 #copyright{position:absolute;right:20px} 70 70 /*======================================================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} 72 72 #menubar{width:24em;margin-left:0} 73 73 #menubar UL{list-style-type:none;list-style-position:inside;padding:0 0 0 2px} 74 74 #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} 75 input:focus{outline-style:none} 75 76 #menubar p{color:#757575} 76 77 #menu{color:#FFF;line-height:30px;text-decoration:none;text-shadow:0 0 2px #000;text-transform:uppercase;height:40px;padding: 5px 0 0} … … 84 85 ul#topnav .liSub:hover{background:#4F4F4F} 85 86 ul#topnav span dt{padding:0 16px;height:35px} 86 ul#topnav span dt:hover{background:#4f4f4f }87 ul#topnav span dt:hover{background:#4f4f4f;color:#ff8a00} 87 88 ul#topnav span dt:hover a{color:#ff8a00} 88 89 #menuTagCloud a{color:#000;text-decoration:none;text-shadow:none;z-index:200} 89 90 .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}91 ul#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} 91 92 .level2,.level3,.level4,.level5{border:none!important} 92 93 ul#topnav li .sub{z-index:100} … … 99 100 ul#topnav li .sub ul,ul#topnav #loger ul{list-style:none outside none;margin:0 5px 0 8px;padding:0} 100 101 ul#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}102 ul#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} 102 103 ul#topnav .sub ul li.selected{text-decoration:none;border:none;border-radius:10px 10px 10px 10px} 103 104 ul#topnav .sub ul li.selected a,ul#topnav .sub ul li.selected a:hover{color:#FF8A00;text-decoration:none;border:none} … … 170 171 .tf_bg img{position:absolute;top:0;left:0;width:100%;z-index:1;display:none} 171 172 #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} 173 174 .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} 174 175 .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)} … … 176 177 .infor img{margin-left:4px} 177 178 .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} 179 180 .tf_thumbs img{display:block;max-width:350px;max-height:280px} 180 181 .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:1 00px}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} 184 185 .tf_next:hover, .tf_prev:hover{opacity: 0.9} 185 186 .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} 187 188 .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} 188 189 .tf_zoom{background-position:0px -20px} … … 221 222 #lbClose,#lbPrint,#lbPlay,#lbPause{margin:0px 0px 6px 8px} 222 223 223 224 224 /*============================================Pluggin===================================*/ 225 #mbContact dd{padding:0!important} -
extensions/Full_Background/themeconf.inc.php
r19042 r19210 11 11 'name' => 'Full_Background', 12 12 'parent' => 'default', 13 'local_head' => 'local_head.tpl' 13 'local_head' => 'local_head.tpl', 14 14 15 ); 15 16
Note: See TracChangeset
for help on using the changeset viewer.