Zikula: A Flexible Open Source Content Management System
home | forum | contact us

Dizkus

Goto page: 1 - 2 - 3 [+1]

Bottom
Help with Seabreeze III
  • Posted: 12.05.2007, 02:23
     
    Bruggeman
    rank:
    Helper Helper
    registered:
     December 2005
    Status:
    offline
    last visit:
    24.11.07
    Posts:
    220
    First and foremost, I want to say thank you to all that are not only helping me, but in the same process teaching me. I thank you.

    My question is this. I have changed the color of the Top Menu, and Rightblocks, and now I want to change the color behind the Left Blocks, and then change the font colors, but cant seem to locate where to do this on the Stylecss page. Could anyone point me in the right direction? Thanks



    edited by: Bruggeman, May 11, 2007 - 09:26 PM
  • Posted: 12.05.2007, 08:27
     
    AmmoDump
    rank:
    Professional Professional
    registered:
     December 2003
    Status:
    offline
    last visit:
    21.11.08
    Posts:
    2975

    Code

    <td id="LeftCol" valign="top" ><!-- $color2 -->
    <!-- Left column start -->
    <!--[$leftblocks]-->
    <!-- Left column end -->


    huh, I cannot seem to paste the code correctly... but it is in that section.



    edited by: AmmoDump, May 11, 2007 - 10:36 PM

    --
    David Pahl
    Zikula Support Team
  • Posted: 12.05.2007, 08:32
     
    AmmoDump
    rank:
    Professional Professional
    registered:
     December 2003
    Status:
    offline
    last visit:
    21.11.08
    Posts:
    2975

    Code

    .pnLeftBlock {
        width: 144px; /* 150-6px */
        padding: 3px;
        margin-bottom: 15px;
    }


    Or you could use the parent Div id class. CSS style inherit from the higher class/id. So you can style the block or the float the block is in... icon_wink

    --
    David Pahl
    Zikula Support Team
  • Posted: 12.05.2007, 19:59
     
    Bruggeman
    rank:
    Helper Helper
    registered:
     December 2005
    Status:
    offline
    last visit:
    24.11.07
    Posts:
    220
    I dont see anything like this:







    anywhere on the Stylecss page. Not sure if I am looking in the right file, but I will keep searching.
  • Posted: 12.05.2007, 20:01
     
    Bruggeman
    rank:
    Helper Helper
    registered:
     December 2005
    Status:
    offline
    last visit:
    24.11.07
    Posts:
    220
    [quote=AmmoDump]

    Code

    <td id="LeftCol" valign="top" ><!-- $color2 -->
    <!-- Left column start -->
    <!--[$leftblocks]-->
    <!-- Left column end -->


    I dont see that anywhere on the Stylecss page. I will keep looking, maybe I am looking in the wrong place. I mean I see a spot there that says:



    #LeftCol,



    but nothing else, right under it is



    #RightCol {
    vertical-align: top;
    text-align: left;
    line-height: 1.2em;
    padding-top: 10px;



    edited by: Bruggeman, May 12, 2007 - 03:05 PM
  • Posted: 12.05.2007, 20:11
     
    AmmoDump
    rank:
    Professional Professional
    registered:
     December 2003
    Status:
    offline
    last visit:
    21.11.08
    Posts:
    2975
    LOL, that is html/smarty(PHP) so you would have to look at the templates... the background color is hard coded to the template, but you could (should) move it to your sytlesheet.

    (That code is the area where the BG color is coded.. for some reason I cannot copy and paste the hybrid css/html/smarty code??!!) But you will find it.

    --
    David Pahl
    Zikula Support Team
  • Posted: 12.05.2007, 20:15
     
    AmmoDump
    rank:
    Professional Professional
    registered:
     December 2003
    Status:
    offline
    last visit:
    21.11.08
    Posts:
    2975

    AmmoDump

    Code

    .pnLeftBlock {
        width: 144px; /* 150-6px */
        padding: 3px;
        margin-bottom: 15px;
    }


    Or you could use the parent Div id class. CSS style inherit from the higher class/id. So you can style the block or the float the block is in... icon_wink


    ~ Line 417


    --
    David Pahl
    Zikula Support Team
  • Posted: 12.05.2007, 20:27
     
    Bruggeman
    rank:
    Helper Helper
    registered:
     December 2005
    Status:
    offline
    last visit:
    24.11.07
    Posts:
    220
    Worked like a charm,Thanks!!!! Now to find out how the change the color of the fonts. lol
    I love this stuff!!!
  • Posted: 12.05.2007, 20:55
     
    AmmoDump
    rank:
    Professional Professional
    registered:
     December 2003
    Status:
    offline
    last visit:
    21.11.08
    Posts:
    2975
    There is no change... you have to add the code yourself... IRC.

    --
    David Pahl
    Zikula Support Team
  • Posted: 12.05.2007, 22:12
     
    Bruggeman
    rank:
    Helper Helper
    registered:
     December 2005
    Status:
    offline
    last visit:
    24.11.07
    Posts:
    220
    Oh, I thought for everything on the site, there was a code for what font type, size, color, etc. Guess I am going to have to learn how to add it myself.
  • Posted: 12.05.2007, 23:27
     
    AmmoDump
    rank:
    Professional Professional
    registered:
     December 2003
    Status:
    offline
    last visit:
    21.11.08
    Posts:
    2975
    Sorry, I misunderstood you, you can apply the font to the whole theme... CSS not in a class or IDed is applied generically.



    --
    David Pahl
    Zikula Support Team
  • Posted: 16.05.2007, 18:32
     
    Bruggeman
    rank:
    Helper Helper
    registered:
     December 2005
    Status:
    offline
    last visit:
    24.11.07
    Posts:
    220
    I have been looking and experimenting. What I am trying to do is change the background that is white into a Black star filled background. So I would need to change the font color in the main center part of the site where news postings and such go.
  • Posted: 19.05.2007, 04:55
     
    Bruggeman
    rank:
    Helper Helper
    registered:
     December 2005
    Status:
    offline
    last visit:
    24.11.07
    Posts:
    220
    Seems I am having no luck figuring out how to change the text color in the main area of the page. I think I might be looking in the wrong place. I am trying to change it in the CSS page.
  • Posted: 19.05.2007, 07:35
     
    nestormateo
    rank:
    Professional Professional
    registered:
     September 2006
    Status:
    offline
    last visit:
    22.11.08
    Posts:
    1451
    to this development issues
    use mozilla and try the Firebug extension...
    http://www.getfirebug.com

    this let you see where exactly is the origin of the style applied to the element, the exactly file:line or if its inline, so, you have to get into the code and see where is defined the style...

    is an excellent tool for modify all in the page...

    --
    - Mateo T. -
    Mis principios... son mis fines
  • Posted: 19.05.2007, 18:48
     
    AmmoDump
    rank:
    Professional Professional
    registered:
     December 2003
    Status:
    offline
    last visit:
    21.11.08
    Posts:
    2975

    nestormateo

    to this development issues
    use mozilla and try the Firebug extension...
    http://www.getfirebug.com

    this let you see where exactly is the origin of the style applied to the element, the exactly file:line or if its inline, so, you have to get into the code and see where is defined the style...

    is an excellent tool for modify all in the page...


    Nice, very nice.
    I only used the Web Developer Toolbar before, but this is one is very nice. Into the toolbag it goes icon_wink



    --
    David Pahl
    Zikula Support Team

Goto page: 1 - 2 - 3 [+1]

Main Menu

Extensions Database

Documentation

Development

Login

Donate to Zikula