reader.css 669 Bytes
.ui-widget-content, .slick-column-name, .ui-state-active a:link { /* ostatnie potrzebne do zakładek */
    color: black;
}

.slick-column-name {
    font-weight: normal;
}

#header {
    height: 80px;
    background-color: black;
    position: relative;
}

#header div {
    display: inline-block;
}

#branding {
    height: 100%;
    width: 250px;
    background: url("/static/images/sgjp.png") no-repeat 25px 15px;
    padding-left: 95px;
    padding-top: 15px;
    cursor: pointer;
    color: #eee;
    font-style: italic;
    font-weight: bold;
    font-size: 20px;
}

#branding.active {
    background-color: #888;
}

#branding img {
    vertical-align: middle;
}