Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Forum: Themes and Templates
    In reply to: drop caps

    Hello everybody!
    Printf has created a plugin for drops caps, you can get it at
    https://www.printfhelloworld.com/wordpress-plugin-big-first-character.html

    I added some more css to make it consistent in both firefox and explorer.
    P.BigFirst:first-letter {
    color: white;
    font-size: 4em;
    font-family:times;
    font-weight:bold;
    float:left;
    padding: 6px;
    margin:0 5px 0 0;
    display:block;
    border:2px solid #ffa729;
    line-height:1em;
    background-color:#ffa729;
    }

    See an example at my blog https://www.skauss.com

    Great work printf, I am already using your plugin and it works great! Thanks for your contribution!
    I figured how to make drops caps look the same in both firefox and explorer. I expanded the css that accompanies your plugin to this:

    P.BigFirst:first-letter {
    color: white;
    font-size: 4em;
    font-family:times;
    font-weight:bold;
    float:left;
    padding: 6px;
    margin:0 5px 0 0;
    display:block;
    border:2px solid #ffa729;
    line-height:1em;
    background-color:#ffa729;
    }

    Some of those attributes can be omitted e.g. color, background-color if you dont want them. I am using it this way in my blog https://www.skauss.com and it works fine in both explorer and firefox

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