Sha256: ba83d824966579465cab76f353023364fd6d8b6de59b5c73ebfcbdbcd4340c00
Contents?: true
Size: 1.85 KB
Versions: 82
Compression:
Stored size: 1.85 KB
Contents
ul.outline { &.navigatable li a:first-child { @include right-open-icon; @include background-icon-right($color: #888); } li { position: relative; background-color: #fff; > div:first-child, > a:first-child { display: block; padding: 10px 10px 10px 70px; background-color: #efefef; } &.creating > a:first-child { @include arrows-ccw-icon; @include background-icon-animation(blink); } &.destroying > a:first-child{ @include trash-icon; @include background-icon-animation(blink); } &.active > a { background-color: #D2E5FA; } &.draggable { .type_pictogram, .page_thumbnail { cursor: move; } } .type_pictogram { content: ' '; position: absolute; top: 0; left: 37px; height: 100%; width: 35px; background-repeat: no-repeat; background-position: 3px 45%; opacity: 0.2; } .page_thumbnail { position: absolute; top: 0; left: 0; height: 100%; width: 35px; .thumbnail { height: 100%; } .pictogram:before { font-size: 20px; } } &.display_in_navigation .type_pictogram { opacity: 0.5; } } } ul.chapters { > li { margin-bottom: 10px; padding: 0 10px 10px 30px; > a > .pictogram { background-image: image-url("pageflow/chapter_pictogram_small.png"); } > a:first-child { margin: 0 -10px 0 -30px; padding-left: 30px; } .number { font-weight: bold; } } } ul.pages { margin: 20px 0 10px 0; > li { margin-bottom: 2px; &.disabled { opacity: 0.5; pointer-events: none; } } } ul.dragged { margin: 0; padding: 0; } .sortable-placeholder { outline: 1px dotted #aaa; background-color: inherit !important; }
Version data entries
82 entries across 82 versions & 1 rubygems