esp. the

  • seem to be too left

    I pretty much forgot what I once knew about CSS and have no time really to learn it again, so I depend more or less on using themes out-of-the-box.

    Marinelli looks great. Otherwise I wouldn't bother to write at all.

    (I also have my problems with blockquote, but I try to solve this with configuring the wyiswyg editor right)

  • CommentFileSizeAuthor
    marinelli.png213.96 KBmokko

    Comments

    mokko’s picture

    I decided that this is an marinelli issue since with the other drupal template it works fine. This is the solution i found so far. (I try to make primary text behave very similar to bluemarine, but to keep the good looks of marinelli)

    in typography.css

    #primary .singlepage .content blockquote {
    margin-left:30px;
    background-color:white;
    border-style:none;
    border-width:0px;
    padding:0em;
    font-size:1.0em;
    line-height:1.0em;
    }

    /*lists in content Maurice*/

    #primary .singlepage .node .content li{ /*lists in node content*/
    font-size:1.1em;
    line-height:1.45em;
    margin-left:30px;
    }

    #primary .singlepage .node .content li li { /*lists in node content*/
    font-size:1.0em;
    line-height:1.45em;
    margin-left:30px;
    }

    #primary .singlepage .node .content ol li{ /*ordered lists in node content*/
    font-size:1.1em;
    line-height:1.45em;
    margin-left:30px;
    }

    #primary .singlepage .node .content ol li li{ /*ordered lists in node content*/
    font-size:1.0em;
    line-height:1.45em;
    margin-left:30px;
    }

    denisgre’s picture

    Hello Maurice,

    Thank you very much for this - this has corrected the problem for me. I am running Drupal 6.6 and the most recent version of Marinelli so I think this needs to be included in the core version.

    Best regards,

    Denis Grey.

    n4rky’s picture

    It hasn't solved the issue for me. Blockquote doesn't work and I rely on it a lot. Something is suppressing whatever I try to do to modify the appearance.

    n4rky’s picture

    RESOLVED: It looks like the blockquote module worked for me. Though I did a bunch of things--this is a panic issue for me--at a very early hour of the morning (as in I should have been in bed hours ago). After waking back up, I noticed that 1) I had to configure the blockquote module, and 2) though I would swear I had added blockquote to the list of allowed tags, it was absent.

    Need. Coffee. Now.

    I am wondering though, about the design decision that has to be overridden to get acceptable behavior.

    oadaeh’s picture

    Issue summary: View changes
    Status: Active » Closed (won't fix)

    This issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
    If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
    Thank you.