Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • id31 Friend
    #135277

    Hallo

    I use in Edenite Template…but the fontsize is to big for me???

    How can i change the font size…?

    In template.css i found the font-size with 10px…take a looh, but ive i change from 10 to 8px the font is not smaller! Why?

    [PHP]/* Tooltips */
    .tool-tip {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    float: left;
    max-width: 200px;
    padding: 5px;
    z-index: 999;
    color: #333333;
    }

    .tool-title {
    background: url(../../system/images/selector-arrow.png) no-repeat;
    font-size: 90&;
    font-weight: normal;
    margin: 0;
    margin-top: -15px;
    padding: 0;
    padding-bottom: 5px;
    padding-top: 15px;
    }

    .tool-text {
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    }

    #system-message dd.message ul,
    #system-message dd.error ul,
    #system-message dd.notice ul {
    margin: 0;
    padding: 0;
    }

    #system-message dd.message ul li,
    #system-message dd.error ul li,
    #system-message dd.notice ul li {
    background: none;
    color: #FFFFFF;
    margin: 0;
    padding: 5px;
    }[/PHP]

    scotty Friend
    #278889

    Hi id31,

    The ‘tooltip’ css that you show above is different to the tooltip feature in Trona.

    The tooltip feature in Trona uses /plugins/content/ja_tooltips/themes/trona/style.css for it’s styling but there is no font-size styling in it therefor it is taken from line 172 of the the main template.css which is….

    td, th, div {
    font-size:100%;
    }

    to have a style set just for the tooltips try going to line 49 of the style.css above and add…

    .trona .mid3 {
    background:#FFFFFF none repeat scroll 0 0;
    font-size: 90%; <<< Add this line.
    margin:0 7px;
    padding:10px;
    }

    DO always use % instead of px
    DO always have main text at 100%

    Why???

    Visitors to your site will use different screen resolutions and will have their own preference set in their browser. An 8px font on a 800×600 screen will look very different compared to someone using 1600×1200.

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  scotty 16 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum