Sha256: 609448bd6a837e9439a7c886a0a66f8fffaec23434968f35d0a24390977a252a

Contents?: true

Size: 1.75 KB

Versions: 8

Compression:

Stored size: 1.75 KB

Contents

/* common styles */
.michael_hintbuble_bubble_frame {
    position: absolute;
    border: none;
    z-index: 1;
    filter: alpha(opacity=0);                           /* really only needed if ie6 suport is enabled */
}
.michael_hintbuble_bubble {                   
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    filter: alpha(opacity=100);                         /* really only needed if ie6 suport is enabled */
    width: 240px;
}
.michael_hintbuble_bubble .container {
    margin: 2px;
    padding: 8px;
    font-size: .85em;
}
.michael_hintbuble_bubble .container .content {
    padding:                8px;
    background:             #333;
    color:                  #FFF;
    border-radius:          2px;
    -moz-border-radius:     2px;
    -webkit-border-radius:  2px;
}
.michael_hintbuble_bubble .bottom,
.michael_hintbuble_bubble .left,
.michael_hintbuble_bubble .right,
.michael_hintbuble_bubble .top {
    background-position: top;
    background-repeat: no-repeat;
}
.michael_hintbuble_bubble .left {
    background-position: right;
}
.michael_hintbuble_bubble .right {
    background-position: left;
}
.michael_hintbuble_bubble .top {
    background-position: bottom;
}


/* error override styles */
.error_bubble {
    width: 250px;
}
.error_bubble .container .content {
    background: #d00;
    color: #fff;
}
.error_bubble .bottom,
.error_bubble .left,
.error_bubble .right,
.error_bubble .top {
    background-image: url('../images/error_bubble_pointer.png');
}


/* help override styles */
.help_bubble {
    width: 300px;
}
.help_bubble .container .content {
    background: #333;
    color: #fff;
}
.help_bubble .bottom,
.help_bubble .left,
.help_bubble .right,
.help_bubble .top {
    background-image: url('../images/help_bubble_pointer.png');
}

Version data entries

8 entries across 4 versions & 1 rubygems

Version Path
michael_hintbuble-1.0.5 generators/michael_hintbuble/templates/michael_hintbuble.css
michael_hintbuble-1.0.5 lib/generators/michael_hintbuble/templates/michael_hintbuble.css
michael_hintbuble-1.0.4 generators/michael_hintbuble/templates/michael_hintbuble.css
michael_hintbuble-1.0.4 lib/generators/michael_hintbuble/templates/michael_hintbuble.css
michael_hintbuble-1.0.3 generators/michael_hintbuble/templates/michael_hintbuble.css
michael_hintbuble-1.0.3 lib/generators/michael_hintbuble/templates/michael_hintbuble.css
michael_hintbuble-1.0.2 generators/michael_hintbuble/templates/michael_hintbuble.css
michael_hintbuble-1.0.2 lib/generators/michael_hintbuble/templates/michael_hintbuble.css