source: extensions/greydragon/css/custom.css @ 30210

Last change on this file since 30210 was 30210, checked in by SergeD, 10 years ago

version 1.0.13
+ New colorpack - GreyDragon
+ ADMIN: Added support for horizontal menu - "Static Menu - Header Bottom". When used with Additional Pages Plugin, pages except Root Page would be embeded

into menu bar instead of drop down menu.

+ ADMIN: Added option "Display navigation arrows" for Root page
+ ADMIN: Added option "Display navigation controls" for Root page
+ Added support for thumb shadow space - custom CSS is required (please refer to help section in admin area). Latest gdThumb is recomended.
+ CSS: cleanup

  • Removed hardcoded height for root page slideshow to accomodate navigation controls
  • Fixed issues with Categories List overlapping when Static menu is enabled
  • In Phote page, hide overflow photo when huge size is used
File size: 691 bytes
Line 
1/* Theme dynamic settings. Do not modify */
2html, body, input, select, textarea, file { text-transform: lowercase; }
3
4/* Custom CSS. Do not modify */
5.content .additional_info a, .imageComment a { background: url("/local/icon/e-link.gif") no-repeat right top; padding-right: 10px; color: #6392cf; }
6
7.fotorama__arr--prev { background: url("/local/icon/nav-prev-button.png") no-repeat left top; height: 51px; width: 51px; opacity: 0.4; margin-left: 10px; }
8.fotorama__arr--next { background: url("/local/icon/nav-next-button.png") no-repeat left top; height: 51px; width: 51px; opacity: 0.4; margin-right: 10px; }
9.fotorama__arr--prev:hover, .fotorama__arr--next:hover { opacity: 0.8; }
Note: See TracBrowser for help on using the repository browser.