aboutsummaryrefslogblamecommitdiffstats
path: root/app/assets/stylesheets/hmno_sidebars.scss
blob: 664ec5e10a0de978705d966b0a3a43478948ef2b (plain) (tree)
1
2
3
4


                        
                














                                                 
                           
                   


                                 
















                                             















                                 














                        
 
@import "color_scheme";

@mixin sidebar-headers {
    clear: both;
    padding: 2px;
    color: $link-fg;
    background: {
        color: $header-bg;
        image: image_url("module-header-bg.jpg");
        repeat: repeat;
    }
}

#left_sidebar, #right_sidebar {
    position: absolute;
    width: 200px;
    top: 0;
    bottom: $spacing;
    border: 1px groove $dark-border-fg;
    background-color: $bg2;
    overflow: auto;
    h2 {
        @include sidebar-headers;
    }
    #tags, #categories, #rss_feed_subscribe {
        margin-left: 5px;
    }
    #categories {
        padding-left: 0;
        li {
            list-style-type: none;
        }
    }
    #tags {
        .tag1 { font-size: 60%; }
        .tag2 { font-size: 80%; }
        .tag3 { font-size: 100%; }
        .tag4 { font-size: 120%; }
        .tag5 { font-size: 140%; }
        .tag6 { font-size: 160%; }
    }
}

#left_sidebar {
    left: $spacing;
}

#right_sidebar {
    right: $spacing;
}

.sidebar_module {
    padding-bottom: $spacing;
    h1 {
        font-size: 12pt;
        @include sidebar-headers;
    }

    p {
        margin-top: 0;
    }

    header {
        font: {
            weight: 600;
            size: 110%;
        }
    }

    .inner {
        padding: 5px;
    }
}