Sha256: 8b29a9da6b55de20439e6079dcf46097d8118809fd1efee654b4654b721cb98d

Contents?: true

Size: 1.82 KB

Versions: 62

Compression:

Stored size: 1.82 KB

Contents

/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

/*
elementspath.css (part of editor.css)
=======================================

This file styles the "Elements Path", whith is the list of element names
present at the the bottom bar of the CKEditor interface.

The following is a visual representation of its main elements:

+-- .cke_path ---------------------------------------------------------------+
| +-- .cke_path_item ----+ +-- .cke_path_item ----+ +-- .cke_path_empty ---+ |
| |                      | |                      | |                      | |
| +----------------------+ +----------------------+ +----------------------+ |
+----------------------------------------------------------------------------+
*/

/* The box that holds the entire elements path. */
.cke_path {
    float: left;
    margin: -2px 0 2px;
}

/* Each item of the elements path. */
.cke_path_item,
/* Empty element available at the end of the elements path, to help us keeping
   the proper box size when the elements path is empty. */
.cke_path_empty {
    display: inline-block;
    float: left;
    padding: 3px 4px;
    margin-right: 2px;
    cursor: default;
    text-decoration: none;
    outline: 0;
    border: 0;
    color: #4c4c4c;
    font-weight: bold;
    font-size: 11px;
}

.cke_rtl {
    .cke_path, .cke_path_item, .cke_path_empty {
        float: right;
    }
}

/* The items are <a> elements, so we define its hover states here. */
a.cke_path_item {
    &:hover, &:focus, &:active {
        background-color: #bfbfbf;
        color: #333;
        border-radius: 2px;
    }
}

.cke_hc a.cke_path_item {
    &:hover, &:focus, &:active {
        border: 2px solid;
        padding: 1px 2px;
    }
}

Version data entries

62 entries across 62 versions & 2 rubygems

Version Path
kuppayam-0.1.12 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.11 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.10 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.8 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.7 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.6dev2 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.5dev4 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.5dev3 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.5dev2 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.5dev vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.5 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.4dev vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.4 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.3 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.2 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.1 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
kuppayam-0.1.0 vendor/assets/javascripts/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
geri-0.1.4 app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
geri-0.1.3 app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss
geri-0.1.1 app/assets/vendor/ckeditor/skins/bootstrapck/scss/components/_elementspath.scss