main

  • Unknown's avatar

    /* Visual rules */
    .decoration{
    background: rgba(0,0,0,0.5);
    color: white;
    }
    h1,h2,h3{
    font-weight: bold;
    margin: 20px 0;
    }
    h1{font-size: 1.5em}
    h2{font-size: 1em}
    h3{font-size: 0.5em}

    /* Cover rules */
    #cover{
    height: 297px;
    background: url(../src/banner.jpg);
    position: relative;
    }

    /* Header rules */
    #header{
    margin-bottom: 20px;
    }
    #header img.logo{
    float: left;
    margin: 20px 0;
    }
    #header p.attr{
    float: right;
    margin-top: 5px;
    }
    #header ul.main-menu{
    clear: both;
    background: #006da8;
    color: white;
    height: 32px;
    margin: center;
    }
    p.attr{
    margin: 2px;
    margin-right: 15px;
    }
    ul.main-menu li{
    float: left;
    width: 145px;
    border-right: 2px solid white;
    margin-top: 8px;
    margin-left: 71px;
    margin-right: 4px;
    }
    ul.main-menu li a{
    color: white;
    text-decoration: none;
    }
    ul.main-menu li a.hover{
    text-decoration: underline;;
    }

    /* Headings */
    #features{
    margin-top: 2px;
    }

    /* Paragraphs */

    p.cover-text{
    float: right;
    margin-top: 5px;
    margin-right: 32px;
    }

    iframe.frame{
    margin-left: 4px;
    position: absolute;
    }

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there, I see this is marked as resolved, but do not see a question here. If you need help with things on your site here at WordPress.com, please provide details when posting.

  • The topic ‘main’ is closed to new replies.