Changeset 13015


Ignore:
Timestamp:
Feb 2, 2012, 6:47:04 PM (12 years ago)
Author:
flop25
Message:

compatible with stripped 2.1

Location:
extensions/stripped_black_bloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_black_bloc/theme.css

    r12406 r13015  
    1616#theNBMPage #content
    1717{
    18         width:auto;
     18        width:100%;
    1919}
    2020/*
     
    3838  position: relative;
    3939}
     40.titrePage {
     41    height: 32px;
     42}
     43.titrePage img {
     44    max-height: 16px;
     45    max-width: 16px;
     46}
    4047 #content_cell {
    4148    min-height: 490px;
     
    4754                width:auto;
    4855}
     56.subcontent .stuffs_block, .content_block {
     57    max-width:none;
     58}
     59.content_block {
     60    border:none;
     61}
     62.content_block #comments ul {
     63    display: block;
     64}
     65
    4966#menubar {
    5067    display: inline;
    5168    float: left;
    52     margin: 0 0 10px 1em;
     69    margin: 0 10px 10px 1em;
    5370    padding: 0;
    5471    width: 18em;
     
    120137}
    121138.titrePage .categoryActionsContainer {
    122     float: none;
     139 /*   float: none; */
    123140}
    124141.categoryActions {
     
    184201        border:none;
    185202}
    186 .content_block, .bloc_stuff {
     203.bloc_stuff {
    187204        border: 1px solid #424242;
    188205}
     
    205222        font-weight:normal;
    206223}
    207 .browsePath, #theHeader, .titrePage .categoryActions, #imageTitle, .randomButtons, #footer_left, #copyright {
     224.browsePath, #theHeader, #imageTitle, .randomButtons, #footer_left, #copyright {
    208225        color: #FFFFFF;
    209226        background-image: url("img/btn.png");
     
    219236        padding:5px;
    220237}
     238.titrePage .categoryActions {
     239        color: #FFFFFF;
     240        background-image: url("img/btn.png");
     241        background-color:transparent;
     242        border-radius: 5px 5px 5px 5px;
     243        font-family: Helvetica,Arial,sans-serif;
     244        font-size: 9px;
     245        font-weight: bold;
     246        text-decoration: none;
     247        text-transform: uppercase;
     248        white-space: normal;
     249        border: 1px solid #424242;
     250}
     251.categoryActions li {
     252        padding:5px;
     253}
     254
    221255#tabZone {
    222256        color: #FFFFFF;
  • extensions/stripped_black_bloc/themeconf.inc.php

    r12948 r13015  
    124124function stripped_black_bloc_prefilter_index($content, &$smarty)
    125125{
    126   $search = '#Menu</span>#'
     126  $search = "#\{\'Menu\'\|@translate\}#"
    127127  $replacement = "{'Show/hide menu'|@translate}</span>";
    128128  $content = preg_replace($search, $replacement, $content);
Note: See TracChangeset for help on using the changeset viewer.