quickbar_help.css in Quickbar 7.2
#quickbar-help .help-icon {
background: url('../images/help.png') no-repeat scroll 0 0 transparent;
cursor: pointer;
height: 20px;
position: absolute;
right: 10px;
width: 20px;
}
#quickbar-help.not-active .help-icon {
background-position: 0 bottom;
cursor: default;
}
#quickbar-help-box {
background: none repeat scroll 0 0 #333;
border: 1px solid #222;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
color: #FFF;
display: none;
font-size: 12px;
left: 50%;
margin-left: -270px; /* Half of width + padding */
padding: 10px 20px;
position: fixed;
top: 50px;
width: 500px;
z-index: 1000000;
}
#quickbar-help-box .close-button {
background: url('../images/close.png') no-repeat scroll 0 0 transparent;
cursor: pointer;
height: 20px;
position: absolute;
right: -10px;
top: -10px;
width: 20px;
}
#quickbar-help-box p {
margin: 0 0 1em 0;
}
#quickbar-help-box p:last-child {
margin-bottom: 0;
}
/* Compatibility with quickbar_organize module */
#quickbar #quickbar-right {
margin-right: 25px;
}
File
modules/quickbar_help/css/quickbar_help.css
View source
- #quickbar-help .help-icon {
- background: url('../images/help.png') no-repeat scroll 0 0 transparent;
- cursor: pointer;
- height: 20px;
- position: absolute;
- right: 10px;
- width: 20px;
- }
-
- #quickbar-help.not-active .help-icon {
- background-position: 0 bottom;
- cursor: default;
- }
-
- #quickbar-help-box {
- background: none repeat scroll 0 0 #333;
- border: 1px solid #222;
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- border-radius: 6px;
- color: #FFF;
- display: none;
- font-size: 12px;
- left: 50%;
- margin-left: -270px; /* Half of width + padding */
- padding: 10px 20px;
- position: fixed;
- top: 50px;
- width: 500px;
- z-index: 1000000;
- }
-
- #quickbar-help-box .close-button {
- background: url('../images/close.png') no-repeat scroll 0 0 transparent;
- cursor: pointer;
- height: 20px;
- position: absolute;
- right: -10px;
- top: -10px;
- width: 20px;
- }
-
- #quickbar-help-box p {
- margin: 0 0 1em 0;
- }
-
- #quickbar-help-box p:last-child {
- margin-bottom: 0;
- }
-
- /* Compatibility with quickbar_organize module */
- #quickbar #quickbar-right {
- margin-right: 25px;
- }