Changeset 29451


Ignore:
Timestamp:
Sep 9, 2014, 4:57:51 PM (10 years ago)
Author:
JanisV
Message:

Updated style

Location:
extensions/stripped_responsive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/theme.css

    r29450 r29451  
    173173
    174174.thumbnailCategories {
    175         max-width:870px;
     175        max-width:900px;
    176176        padding:0 20px;
    177177        margin:auto;
     
    390390.at2 ul.thumbnailCategories li { width: 440px; height: 170px;}
    391391.at1 ul.thumbnailCategories li { width: 890px; height: 170px;}
    392 .atr ul.thumbnailCategories li { width: 290px; height: 290px;}
     392.atr ul.thumbnailCategories li { width: 300px; height: 300px;}
    393393@media (min-width: 778px) {
    394394  .atr ul.thumbnailCategories li { width: 270px; height: 270px;}
     
    398398}
    399399@media (min-width: 1200px) {
    400   .atr ul.thumbnailCategories li { width: 290px; height: 290px;}
     400  .atr ul.thumbnailCategories li { width: 300px; height: 300px;}
    401401}
    402402
     
    449449        margin:auto;
    450450/*      max-width:160px;*/
    451         max-width:276px;
     451        max-width:286px;
    452452}
    453453
     
    456456.at2 .thumbnailCategory .illustration img { max-height:160px;}
    457457.at1 .thumbnailCategory .illustration img { max-height:160px;}
    458 .atr .thumbnailCategory .illustration img { max-height:276px;}
     458.atr .thumbnailCategory .illustration img { max-height:286px;}
    459459@media (min-width: 778px) {
    460460  .atr .thumbnailCategory .illustration img {
     
    471471@media (min-width: 1200px) {
    472472  .atr .thumbnailCategory .illustration img {
    473         max-width:276px;
    474     max-height:276px;
     473        max-width:286px;
     474    max-height:286px;
    475475  }
    476476}
     
    520520        overflow: hidden;
    521521        display: inline-block;
    522         width: 266px;
     522        width: 276px;
    523523/*      height: 150px;*/
    524524        height: 75px;
     
    539539@media (min-width: 1200px) {
    540540  .atr .thumbnailCategory .description {
    541         width:266px;
     541        width:276px;
    542542  }
    543543}
  • extensions/stripped_responsive/themeconf.inc.php

    r29449 r29451  
    1717{
    1818  global $template, $pwg_loaded_plugins, $stripped_responsive;
    19   $stripped_responsive['albumSize'] = ImageStdParams::get_custom(276, 276, 1, 276, 276);
     19  $stripped_responsive['albumSize'] = ImageStdParams::get_custom(286, 286, 1, 286, 286);
    2020  $template->assign(array(
    2121                          'automatic_size_enabled'=> isset($pwg_loaded_plugins['automatic_size']),
Note: See TracChangeset for help on using the changeset viewer.