Changeset 29451 for extensions
- Timestamp:
- Sep 9, 2014, 4:57:51 PM (10 years ago)
- Location:
- extensions/stripped_responsive
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/stripped_responsive/theme.css
r29450 r29451 173 173 174 174 .thumbnailCategories { 175 max-width: 870px;175 max-width:900px; 176 176 padding:0 20px; 177 177 margin:auto; … … 390 390 .at2 ul.thumbnailCategories li { width: 440px; height: 170px;} 391 391 .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;} 393 393 @media (min-width: 778px) { 394 394 .atr ul.thumbnailCategories li { width: 270px; height: 270px;} … … 398 398 } 399 399 @media (min-width: 1200px) { 400 .atr ul.thumbnailCategories li { width: 290px; height: 290px;}400 .atr ul.thumbnailCategories li { width: 300px; height: 300px;} 401 401 } 402 402 … … 449 449 margin:auto; 450 450 /* max-width:160px;*/ 451 max-width:2 76px;451 max-width:286px; 452 452 } 453 453 … … 456 456 .at2 .thumbnailCategory .illustration img { max-height:160px;} 457 457 .at1 .thumbnailCategory .illustration img { max-height:160px;} 458 .atr .thumbnailCategory .illustration img { max-height:2 76px;}458 .atr .thumbnailCategory .illustration img { max-height:286px;} 459 459 @media (min-width: 778px) { 460 460 .atr .thumbnailCategory .illustration img { … … 471 471 @media (min-width: 1200px) { 472 472 .atr .thumbnailCategory .illustration img { 473 max-width:2 76px;474 max-height:2 76px;473 max-width:286px; 474 max-height:286px; 475 475 } 476 476 } … … 520 520 overflow: hidden; 521 521 display: inline-block; 522 width: 2 66px;522 width: 276px; 523 523 /* height: 150px;*/ 524 524 height: 75px; … … 539 539 @media (min-width: 1200px) { 540 540 .atr .thumbnailCategory .description { 541 width:2 66px;541 width:276px; 542 542 } 543 543 } -
extensions/stripped_responsive/themeconf.inc.php
r29449 r29451 17 17 { 18 18 global $template, $pwg_loaded_plugins, $stripped_responsive; 19 $stripped_responsive['albumSize'] = ImageStdParams::get_custom(2 76, 276, 1, 276, 276);19 $stripped_responsive['albumSize'] = ImageStdParams::get_custom(286, 286, 1, 286, 286); 20 20 $template->assign(array( 21 21 'automatic_size_enabled'=> isset($pwg_loaded_plugins['automatic_size']),
Note: See TracChangeset
for help on using the changeset viewer.