Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2006
    Location
    UK
    Posts
    56
    Plugin Contributions
    0

    Stylesheets in Admin

    Hi,
    Does anyone know how to set the stylesheets in the admin area to use the ones on the main site?
    I have created a stylesheet for my client that formats his text properly using the H and P etc tags to create a uniform style. However the style does not show within the admin area when he previews a product.
    How do i set the styles in there to the custom ones i have created so the preview works properly?

    Regards

  2. #2
    Join Date
    Feb 2006
    Location
    UK
    Posts
    56
    Plugin Contributions
    0

    Re: Stylesheets in Admin

    OK after looking for that for ages i made the post and then promptly found out how to do it...!

    Still, i can see the styles in the preview now, but it would be very nice to be able to see them actually in the html editor. Also does anyone know how to remove the ability to change the font (it always wants to be verdana 12pt) sorry if this is in the wrong group..

  3. #3
    Join Date
    Jun 2005
    Location
    Center of the Universe
    Posts
    265
    Plugin Contributions
    0

    Default Re: Stylesheets in Admin

    The main stylesheet for the admin is admin/includes/stylesheet.css.

    You will see:
    Code:
    a,body,html,table{
    font:normal normal 11px Verdana,sans-serif;
    }
    Towards the top of the sheet. Elements that are not specifically styled will likely be inheriting font styles from these selectors. You can either specify the alternate font for all the kinds of elements you want styled that way or you can change the default by adjusting the selector mentioned above.

    Hope that answers your question. Good Luck.
    shamusOmalley
    www.unforgottencards.com

 

 

Similar Threads

  1. stylesheets
    By jghogue in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 4 Nov 2011, 02:47 PM
  2. Combining Stylesheets
    By fsicody in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 25 Aug 2009, 05:17 PM
  3. Admin has lost Stylesheets
    By jami1955 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Apr 2009, 12:13 PM
  4. 2 Stylesheets
    By DanAllkins in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 20 Oct 2006, 02:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg