aboutsummaryrefslogblamecommitdiffstats
path: root/app/assets/stylesheets/hmno_sidebars.scss
blob: 8791ef97b1f83be0f6dc7134201abfe1ccfc604e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                 
                           
                   


















                                 














                        
 
@import "color_scheme";

@mixin sidebar-headers {
    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;
    }
}

#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;
    }
}