colorpicker.css |
css/colorpicker.css |
|
.colorpicker {
width: 356px;
height: 176px;
overflow: hidden;
position: absolute;
background: url(../images/colorpicker_background.png);
font-family: Arial, Helvetica, sans-serif;
display: none;
}
.colorpicker_color {
… |
README.txt |
README.txt |
|
DESCRIPTION
-----------
The Drupal Sharebar module lets you easily add a "floating" social media
submission bar on your website (like that found on Mashable) that includes
share buttons for the most popular social media websites online such… |
sharebar.admin.inc |
sharebar.admin.inc |
|
Admin page callbacks for the block module. |
sharebar.css |
css/sharebar.css |
|
body ul#sharebar {
display:none;
position:absolute;
width:65px;
float:left;
background:#fff;
text-align:center;
border:1px solid #ccc;
list-style:none;
list-style-image:none;
list-style-type:none;
z-index:99;
margin:0;
… |
sharebar.info |
sharebar.info |
|
name = ShareBar
description = Provides the ability to add social media sharing icons to pages within your website
core = 6.x |
sharebar.install |
sharebar.install |
|
Requirements, install, uninstall functions for sharebar module. |
sharebar.module |
sharebar.module |
|
Various module information. |