Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Feb 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: beginner asking layout about changes - how to

    Hi,

    I know this is gonna sound stupid but i've gone to the stylesheet.css and the coding appears completely different. For example:

    stylesheet.css
    File Type: ASCII C program text, with very long lines, with CRLF line terminators

    --------------------------------------------------------------------------------

    /**
    * Main CSS Stylesheet
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: stylesheet.css 5347 2006-12-22 20:26:09Z birdbrain $
    */

    body {
    margin: 0;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 62.5%;
    color: #000000;
    background-color: #e5edf5;
    }

    a img {border: none; }

    a:link, #navEZPagesTOC ul li a {
    color: #3300FF;
    text-decoration: none;
    }

    a:visited {
    color: #3300FF;
    text-decoration: none;
    }

    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    color: #FF0000;
    }

    a:active {
    color: #0000FF;
    }

    h1 {
    font-size: 1.5em;
    }

    h2 {
    font-size: 1.4em;
    }

    h3 {
    font-size: 1.3em;
    }

    h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
    font-size: 1.1em;
    }

    Is em the sizing? Everything else on the forums are in px.

    Help this stupid person......please!

  2. #2
    Join Date
    Nov 2007
    Posts
    260
    Plugin Contributions
    0

    Default Re: beginner asking layout about changes - how to

    Now you are talking about font size. Not quit what my thread is about but..

    em is a font size that can be used instead of px.
    Em is a relative fonts size.
    If you use em to set font users can change the font size on page directrly from browser menu.

    Using px the font size is always fixed.

    Next time better to start own thread.
    If you still are confused I would succest to google "font size em".

    marksu

  3. #3
    Join Date
    Feb 2006
    Posts
    52
    Plugin Contributions
    0

    Default Re: beginner asking layout about changes - how to

    Sorry :-(

 

 

Similar Threads

  1. How do I make these layout changes?
    By kevin_a in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 31 Jul 2011, 04:15 PM
  2. Layout Changes
    By annettes in forum Templates, Stylesheets, Page Layout
    Replies: 37
    Last Post: 3 Mar 2011, 11:48 PM
  3. how do i remove the field asking for age
    By advarntek in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Jun 2007, 08:07 PM
  4. Layout changes
    By bgroup99 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Dec 2006, 05:47 PM
  5. this post IS NOT asking about attribute/stock module
    By slantedworldwide in forum General Questions
    Replies: 19
    Last Post: 5 Jun 2006, 04:38 AM

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