Viewing CSS

brandofamilybrandofamily Registered Users Posts: 2,013 Major grins
edited November 28, 2013 in SmugMug Customization
If the CSS/ html is embedded directly into the page/ gallery instead of the site how can I view it using the FF WD tools? It seems I can only see the site wide CSS/html code.

Comments

  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 28, 2013
    You'll just have to look at all the CSS tabs in WebDev. I've found no pattern so far. I sometimes copy out one tab and paste in
    notepad and search for something in the CSS for a section. Sure wish they had each section in a separate tab and named for
    the section.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 28, 2013
    Someday might experiment with labeling each rule.

    .css all galleries,
    #breadcrumb {
    ...
    }

    .css just this folder,
    .classname {...}

    Just added .css homepage, to ever "homepage" CSS rule and the last combo tab had all these in it
    plus three widget rules. Widgets must be ones on homepage.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • brandofamilybrandofamily Registered Users Posts: 2,013 Major grins
    edited November 28, 2013
    Allen wrote: »
    You'll just have to look at all the CSS tabs in WebDev. I've found no pattern so far. I sometimes copy out one tab and paste in
    notepad and search for something in the CSS for a section. Sure wish they had each section in a separate tab and named for
    the section.

    So the "page only" CSS is there in one of the tabs?
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 28, 2013
    Added to the only one CSS rule in "just this page" and found ".css just this gallery," in last combo tab.

    Also found each html box CSS in this WD tab. This is 1 of 3 html boxes on page.

    .css public index widget1,
    .sm-page-widget.sm-page-widget-1516504 a :hover,
    .sm-page-widget.sm-page-widget-1516504 a:hover{color:#fff}
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • brandofamilybrandofamily Registered Users Posts: 2,013 Major grins
    edited November 28, 2013
    Allen wrote: »
    Added to the only one CSS rule in "just this page" and found ".css just this gallery," in last combo tab.

    Big problem in that tab is that it show ALL the css as one long line of code... what a PITA. So much for helping othersne_nau.gif
  • AllenAllen Registered Users Posts: 10,013 Major grins
    edited November 28, 2013
    Big problem in that tab is that it show ALL the css as one long line of code... what a PITA. So much for helping othersne_nau.gif
    Copy, paste into notepad.
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • brandofamilybrandofamily Registered Users Posts: 2,013 Major grins
    edited November 28, 2013
    Allen wrote: »
    Copy, paste into notepad.

    Nice idea but no line breaks still... PITA to decode
Sign In or Register to comment.