Changeset 21516


Ignore:
Timestamp:
Mar 12, 2013, 3:36:26 PM (11 years ago)
Author:
flop25
Message:

bug correction
-no custom color on picture page
-the number of total pages was wrong in the navigation bar (will be improved on 2.5.1 piwigo update)

navigation bar for thumbs slightly improved

Location:
extensions/stripped_black_bloc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/local_head.tpl

    r18727 r21516  
    1 {if ($BODY_ID=='theCategoryPage')}
    2 {combine_script id='jquery.isotope' load='header' require='jquery' path='themes/stripped_black_bloc/js/isotope.js'}
    3 {combine_script id='jquery.cookie' load='header' require='jquery' path='themes/stripped_black_bloc/js/jquery.ck.min.js'}
    4 {assign var='one_column' value=$stripped_black_bloc.thumbnail_width}
    5 {assign var='two_columns' value=$stripped_black_bloc.thumbnail_width+$stripped_black_bloc.column_width}
    6 {assign var='three_columns' value=$stripped_black_bloc.thumbnail_width+$stripped_black_bloc.column_width+$stripped_black_bloc.column_width}
    71{html_style}{literal}
    82.bloc {
     
    159  border: 1.5px solid #{/literal}{$stripped_black_bloc.color_main}{literal};
    1610  margin:-2px;
     11}
     12{/literal}{if isset($chronology_calendar)}{literal}
     13#subcontent {
     14        min-height: inherit;
     15}
     16{/literal}{/if}
     17{/html_style}
     18{if ($BODY_ID=='theCategoryPage')}
     19{combine_script id='jquery.isotope' load='header' require='jquery' path='themes/stripped_black_bloc/js/isotope.js'}
     20{combine_script id='jquery.cookie' load='header' require='jquery' path='themes/stripped_black_bloc/js/jquery.ck.min.js'}
     21{assign var='one_column' value=$stripped_black_bloc.thumbnail_width}
     22{assign var='two_columns' value=$stripped_black_bloc.thumbnail_width+$stripped_black_bloc.column_width}
     23{assign var='three_columns' value=$stripped_black_bloc.thumbnail_width+$stripped_black_bloc.column_width+$stripped_black_bloc.column_width}
     24{html_style}{literal}
     25.bloc {
     26display:block;
    1727}
    1828
     
    4858{literal}
    4959}
    50 {/literal}{if isset($chronology_calendar)}{literal}
    51 #subcontent {
    52         min-height: inherit;
    53 }
    54 {/literal}{/if}
     60{/literal}
    5561{/html_style}
    5662
  • extensions/stripped_black_bloc/template/navigation_bar.tpl

    r21344 r21516  
    11<div class="navigationBar bloc twocol">
    2         <span class="nav_bulle">{'Page'|@translate} {$navbar.CURRENT_PAGE} / {$navbar.pages|@count}</span>
     2        <span class="nav_bulle">{'Page'|@translate} {$navbar.CURRENT_PAGE}{if isset($navbar.NB_PAGE)}/ {$navbar.NB_PAGE}{/if}</span>
    33  {if isset($navbar.URL_FIRST)}
    44  <a href="{$navbar.URL_FIRST}" rel="first" class="first nav_bulle">{'First'|@translate}</a>
  • extensions/stripped_black_bloc/theme.css

    r21344 r21516  
    175175    padding: 7px 10px 8px;
    176176}
     177
    177178.titrePage .categoryActionsContainer {
    178179 /*   float: none; */
     
    191192#thumb_navbar {
    192193  display: inline-block
     194}
     195#thumb_navbar div {
     196  max-width: none !important;
    193197}
    194198#thumb_navigation {
     
    243247  background: transparent
    244248}
    245 #theHeader a, .titrePage a, .footer_login a, .navigationBar a {
     249#theHeader a, .titrePage a, .footer_login a, .navigationBar a, #calendar_block A {
    246250    color: #E6554F;
    247251}
Note: See TracChangeset for help on using the changeset viewer.