Jump to content

Susie

Advanced Member
  • Posts

    680
  • Joined

  • Last visited

Posts posted by Susie

  1. Thanks, guys. :)

     

    I actually am starting to really dislike this one and all the variations. I think I don't want an AC for the icon. They came up with that - I didn't suggest it.

     

    I'm looking through logopond.com right now for some inspiration. I just don't love the way this one is going.....

  2. Thanks for your input, everyone. :) I agree that the 1st one seems a little distant/cold, but for some reason, I really like the general idea of how it looks. Maybe I'll ask for some more color and flair on that one - incorporate some of the colors from the 2nd one.

     

    I'll let you know what I come up with!

  3. Yes, to specify exact colors, you can use the hex number. It would look like this:

     

    body {

    color: #000000;

    }

     

    #000000 = black

     

    Also, when you have 6 digits that are the same, you can use just the first 3 in the code. #000 is the same as #000000.

  4. I've been asked by my kids' school to consider taking over the school newspaper next year. I would be responsible for designing the layout (among other things). But you know what? I have no idea how to design for print. I see some gorgeous looking PDFs out there, but I don't know how people make them.

     

    I would have no idea how to do it unless I were to create it in Photoshop, but I don't think there's a way to convert a PSD to a text PDF is there?

     

    I know about InDesign, but if there's a more affordable alternative, I'm all ears. :)

  5. I know this is easy, but for some reason, I can't get it. How can I override the font color in this menu for specific ID's? In other words, I have a #leftnav ul. I'm going to target some of the items by ID and change their colors. The new ID is in bold below. Nothing I do changes the color. I can make it bold, italicized, etc., but I can't change the color. :/

     

    #leftnav {

    list-style:none;

    font-family:Georgia, "Times New Roman", serif;

    font-size:1.4em;

    margin:0px 0 0 20px;

    padding-top:20px;

    }

    #leftnav li {

    display:block;

    padding:8px 0;

    background:url(images/left-dots.png) 0 30px no-repeat;

    }

    #leftnav li a, #leftnav li a:visited {

    text-decoration:none;

    color:#000;

    }

    #leftnav li a:focus, #leftnav li a:hover, #leftnav li a:active {

    text-decoration:none;

    color:#87277b;

    }

    #leftnav li#our-classes {

    color:#fff;

    }

×
×
  • Create New...