Keikat

Tänne kerään live-esiintymiseni. Olet sydämellisesti tervetullut. Toivottavasti näen sinut keikalla!

Event Information:

  • safecss

    /*
    Welcome to Custom CSS!

    CSS (Cascading Style Sheets) is a kind of code that tells the browser how
    to render a web page. You may delete these comments and get started with
    your customizations.

    By default, your stylesheet will be loaded after the theme stylesheets,
    which means that your rules can take precedence and override the theme CSS
    rules. Just write here what you want to change, you don't need to copy all
    your theme's stylesheet content.
    */
    #home-blog {
    display: none;
    }

    #wrap {
    margin: 0 auto 20px;
    }

    .nav-arrows .left {
    display: none;
    }

    .nav-arrows .right {
    display: none;
    }

    .meta {
    display: none;
    }

    img {
    padding: 5px 15px 0 5px;
    }

    #site-navigation .dropdown-menu a:hover {
    color: #444;
    font-size: 16px;
    }

    #site-navigation .dropdown-menu > li > a {
    color: #549caf;
    font-size: 16px;
    }

    h1, h2, h3, h4, h5, h6 {
    color: #225894;
    }

    #home-slider-wrap {
    background: url("http://37.61.233.106/~velho/wp-content/themes/att-mission/images/main-bg.png") no-repeat;
    border-bottom: 0 solid #e5e5e5;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
    min-height: auto;
    padding: 25px 0 30px;
    text-align: center;
    }

    #home-callout {
    margin-top: 13px;
    }

    #page-header-wrap {
    background: url("./images/main-bg.png") no-repeat scroll center top #549caf;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
    padding: 20px 0;
    }

    #page-header h1, #page-header .title {
    color: #fff;
    }

    #footer {
    padding: 14px 0 0;
    position: relative;
    }

    #footer-wrap {
    background: #393939;
    border-top: 0 solid #eee;
    color: #bbb;
    line-height: 24px;
    }