Changeset 19549


Ignore:
Timestamp:
Dec 24, 2012, 11:47:32 AM (11 years ago)
Author:
Miklfe
Message:
 
Location:
extensions/Full_Background
Files:
2 added
6 edited

Legend:

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

    r19210 r19549  
    3636        $("ul#topnav li").hoverIntent(configSub);
    3737       
    38         var configSwitch = {
    39                  sensitivity: 2,                // number = sensitivity threshold (must be 1 or higher)   
    40                  interval: 0,                   // number = milliseconds for onMouseOver polling interval   
    41                  over: switchBoxOver,   // function = onMouseOver callback (REQUIRED)   
    42                  timeout: 0,                    // number = milliseconds delay before onMouseOut   
    43                  out: switchBoxOut              // function = onMouseOut callback (REQUIRED)   
    44         };
    45 
    46         function switchBoxOver(){
    47                 $(this).find(".switchBox").stop().fadeTo('slow', 1).show();
    48                        
    49         }
    50        
    51         function switchBoxOut(){
    52          $(this).find(".switchBox").stop().fadeTo('slow', 0, function() {
    53                   $(this).hide();
    54           });
    55         }
    56         $("ul.categoryActions li").hoverIntent(configSwitch);
    57 
    5838       
    5939        // Delete the border for the last li of the submenu
  • extensions/Full_Background/local_head.tpl

    r19033 r19549  
    1         <!--[if lt IE 8]>
    2                 <link rel="stylesheet" type="text/css" href="{$ROOT_URL}themes/elegant/fix-ie7.css">
    3         <![endif]-->
    4        
    5 
     1<link href="{$ROOT_URL}themes/Full_Background/theme_max-width1280.css" type="text/css" rel="stylesheet" media="screen and (max-width:1280px)">
     2<link href="{$ROOT_URL}themes/Full_Background/theme_max-width800.css" type="text/css" rel="stylesheet" media="screen and (max-width:800px)">
    63
    74<link href='http://fonts.googleapis.com/css?family=Finger+Paint' rel='stylesheet' type='text/css'>
  • extensions/Full_Background/template/header.tpl

    r19210 r19549  
    3535{if $theme.load_css}
    3636{combine_css path="themes/`$theme.id`/theme.css" order=-10}
     37
    3738{/if}
    3839{if !empty($theme.local_head)}{include file=$theme.local_head load_css=$theme.load_css}{/if}
     
    9091
    9192
     93<div id="the_page">
    9294
    93 <div id="theHeader">{$PAGE_BANNER}</div>
    9495
    95         <div id="the_page">
    9696
    9797
     
    107107        {/if}   
    108108                <div id="page_content">
     109<div id="theHeader">{$PAGE_BANNER}</div>
  • extensions/Full_Background/template/index.tpl

    r19210 r19549  
    99{if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if}
    1010        </ul>
    11 
     11<div id="title_page">
    1212<h2>{$TITLE}</h2>
     13</div>
    1314
    1415{if isset($chronology_views)}
  • extensions/Full_Background/template/picture.tpl

    r19033 r19549  
    1 {html_style}#footer{ldelim}display:none}{/html_style}
     1{html_style}#footer{ldelim}display:none}#theHeader{ldelim}display:none}{/html_style}
    22
    33{* Example of resizeable
  • extensions/Full_Background/theme.css

    r19492 r19549  
    1818
    1919/*======================================================Header======================================================*/
    20 #theHeader{display:block;position:absolute;right:20px;left: 20px;top:80px;text-align:left;z-index:101;padding:0 40px 0;margin:0;font-size:15px;text-shadow:3px 3px 1px #000;height:130px}
     20#theHeader{display:block;position:relative;right:20px;left: 20px;top:80px;text-align:left;z-index:4;padding:0 40px 0;margin:0 20px;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{position:absolute;top:160px;z-index:100;width:100%}
     25#the_page{position:absolute;top:40px;z-index:100;width:100%}
    2626.content .titrePage{position:relative}
    27 .categoryActions{float:none;display:block;position:absolute;right:10px}
     27.categoryActions{top:5px;float:right;display:block;margin:6px 20px 0 0}
    2828#page_content{background:none;min-width:680px;width:100%;height:auto;margin:2px auto 30px;display:table}
    2929.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}
     30.content .titrePage{z-index:5;background:rgba(0, 0, 0, 0.5);position:absolute;width:100%;top:0;left:0}
    3131.content .titrePage a{color:#FFF}
    3232.content .titrePage a:hover{color:#C2C2C2}
    33 .categoryActions{top:5px}
    3433#content A{color:#FFF}
    3534#content A:hover{color:#C2C2C2}
     
    6968#copyright{position:absolute;right:20px}
    7069/*======================================================Menu======================================================*/
    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}
     70#nav_wrapper{width:100%;margin:auto;z-index:1000;left:0;background:0% 0% rgba(0, 0, 0, 0.8);height:40px;border-bottom:1px solid #3F3F3F;min-width:1000px;position:fixed}
    7271#menubar{width:24em;margin-left:0}
    7372#menubar UL{list-style-type:none;list-style-position:inside;padding:0 0 0 2px}
     
    108107ul#topnav #loger ul li a:hover{color:#ff8a00}
    109108ul#topnav .sub ul li a:hover,ul#topnav .sub #menuTagCloud div a:hover{color:#FF8A00;background:url(images/menu/navlist_arrow_hover.png) no-repeat 0 5px;text-decoration:none}
    110 span.dd_wrapper,span.cl_wrapper,span.cc_wrapper,span dt{float:left;padding:0 16px 0;line-height:40px}
    111 li.liSub:hover span.dd_wrapper,li.liSub:hover span.cl_wrapper,.activate{z-index:100;background:none;color:#FF8A00;padding:0 16px 0;text-shadow:none}
     109span.dd_wrapper,span.cl_wrapper,span.cc_wrapper,span dt{float:left;padding:0 16px;line-height:40px}
     110li.liSub:hover span.dd_wrapper,li.liSub:hover span.cl_wrapper,.activate{z-index:100;background:none;color:#FF8A00;padding:0 16px;text-shadow:none}
    112111li.liSub:hover span.cc_wrapper{color:#8F8F8F}
    113112.close{cursor:pointer;height:16px;width:16px;background:url(images/menu/close.png) no-repeat scroll 0 0 transparent;float:right}
     
    171170.tf_bg img{position:absolute;top:0;left:0;width:100%;z-index:1;display:none}
    172171#tf_pattern{position:absolute;width:100%;height:100%;z-index:2}
    173 .tf_content{position:absolute;left:50px;z-index:10;display:none}
     172.tf_content{position:absolute;top:450px;left:100px;z-index:10;display:none}
    174173.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}
    175174.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)}
     
    177176.infor img{margin-left:4px}
    178177.infor div{float:left;width:33%}
    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}
     178.tf_thumbs{position:absolute;z-index:4;right:50px;top:300px;border:4px solid #FFF;box-shadow:1px 1px 5px #202020}
    180179.tf_thumbs img{display:block;max-width:350px;max-height:280px}
    181180.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}
    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;right:420px}
     181.tf_next, .tf_prev{width:35px;height:14px;top:350px;position:absolute;z-index:100;cursor:pointer;background:url("images/nav.png") no-repeat left top;right:450px}
    183182.tf_next{background-position:0 -14px;margin-top:120px}
    184183.tf_prev{background-position:0 0;margin-top:20px}
    185184.tf_next:hover, .tf_prev:hover{opacity: 0.9}
    186185.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}
    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}
     186.tf_fullscreen{width:20px;height:20px;position:absolute;top:80px;right:80px;cursor:pointer;z-index:100;background:url("images/icons.png") no-repeat}
    188187.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}
    189188.tf_zoom{background-position:0px -20px}
    190 .tf_zoom:hover,.tf_fullscreen:hover,.tf_info:hover{opacity:0.9}
     189.tf_zoom:hover,.tf_fullscreen:hover,.tf_info:hover{opacity:0.7}
    191190.cat{display:none}
    192191#test{z-index:200;position:relative}
     
    224223/*============================================Pluggin===================================*/
    225224#mbContact dd{padding:0!important;border:none!important}
    226 #languageSwitchBox{background:#3f3f3f!important;width:200px;left:-210px;top:-5px;position:absolute;height:25px;overflow-y:auto;border-radius:0;border:none!important}
    227 .switchBoxTitle{display:none}
     225#title_page{float:left;width:auto}
     226
     227
     228/*@media (max-width:1280px){ul#topnav{font-size:1em}}
     229@media (max-width:1024px){ul#topnav{font-size:0.6em}}
     230@media (max-width:1024px){span.dd_wrapper, span.cl_wrapper, span.cc_wrapper, span dt{padding:0 5px}
Note: See TracChangeset for help on using the changeset viewer.