Ignore:
Timestamp:
Nov 5, 2021, 8:22:02 AM (2 years ago)
Author:
SergeD
Message:

Version 1.3.6 - see changelog for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/css/styles.css

    r32472 r32637  
    5050/* general rules */
    5151
    52 body         { margin-left: auto; margin-right: auto; width: 1270px; }
     52body.gd-no-fullscreen { margin-left: auto; margin-right: auto; width: 1270px; }
     53body.gd-fullscreen { amargin-left: auto; amargin-right: auto; width: 99.5%; }
     54aaaa#theHomePage .gdHomePagePhoto > div { width: auto !important; }
     55aaaa#theHomePage .content { margin-top: 0 !important; }
     56
    5357#theHeader   { height: 90px; padding: 0; font-size: 0.9em; text-align: left; padding: 8px 16px; }
    5458
     
    7478
    7579#gdHomeContent { position: relative; }
    76 .gdHomeQuote { float: left; width: 300px; font-size: 110%; }
    77 .gdHomePagePhoto {text-align: center; margin: 2em 0 20px 0;}
     80.gdHomeQuote { float: left; width: 300px; font-size: 110%; margin-left: 4%; }
     81.gdHomePagePhoto { text-align: center; margin: 0; }
    7882.gdHomeEnter { position: absolute; right: 6em; top: 1em; z-index: 20; padding: 0.3em 0.6em; }
    7983
     
    366370#Tags td.value { position: relative; vertical-align: top; min-height: 1.4em; display: block; }
    367371#Tags .tags-edit-marker { position: absolute; right: 0; bottom: 0; }
     372
     373.theme-default .nivo-controlNav { margin-top: -40px; }
     374.theme-default .nivo-controlNav a { box-sizing: content-box; width: 30px; height: 4px; background-image: none; background-color: #FFF; opacity: 0.5; color: transparent; z-index: 500; position: relative; }
     375.theme-default .nivo-controlNav a.active { opacity: 1; }
Note: See TracChangeset for help on using the changeset viewer.