Sha256: 7fa0208e4fa648840dbfcbef2ae88827a3c962b880f13ec9b2d0b634d3fd6fdf

Contents?: true

Size: 1.42 KB

Versions: 57

Compression:

Stored size: 1.42 KB

Contents

/*
 * jquery.tocify.css 1.9.0
 * Author: @gregfranko
 */

/* The Table of Contents container element */
.tocify {
    width: 20%;
    max-height: 90%;
    overflow: auto;
    margin-left: 2%;
    position: fixed;
    border: 1px solid #ccc;
    webkit-border-radius: 6px;
    moz-border-radius: 6px;
    border-radius: 6px;
}

/* The Table of Contents is composed of multiple nested unordered lists.  These styles remove the default styling of an unordered list because it is ugly. */
.tocify ul, .tocify li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 30px;
}

/* Top level header elements */
.tocify-header {
    text-indent: 10px;
}

/* Top level subheader elements.  These are the first nested items underneath a header element. */
.tocify-subheader {
    text-indent: 20px;
    display: none;
}

/* Makes the font smaller for all subheader elements. */
.tocify-subheader li {
    font-size: 12px;
}

/* Further indents second level subheader elements. */
.tocify-subheader .tocify-subheader {
    text-indent: 30px;
}

/* Further indents third level subheader elements. You can continue this pattern if you have more nested elements. */
.tocify-subheader .tocify-subheader .tocify-subheader {
    text-indent: 40px;
}

/* Twitter Bootstrap Override Style */
.nav-list > li > a, .nav-list .nav-header {
    margin: 0px;
}

/* Twitter Bootstrap Override Style */
.nav-list > li > a {
    padding: 5px;
}

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
kuppayam-0.2.12.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.11.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.10.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.9.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.8.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.7.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.6.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.5.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.4.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.3.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.2.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.1.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.2.0.pre.materialize vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.1.39 vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.1.38 vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.1.37 vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.1.36 vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.1.35 vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.1.34 vendor/assets/javascripts/tocify/jquery.tocify.css
kuppayam-0.1.33 vendor/assets/javascripts/tocify/jquery.tocify.css