| 
            colorpicker.css           | 
                  
            colorpicker/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 {
	width: 150px;
	height:…           | 
              
          
                  | 
            README.txt           | 
                  
            README.txt           | 
                  
                       | 
                  
            INSTALL
=======
1. Extract module in /sites/all/modules/ directory
2. Enable module on /admin/build/modules page
3. Configure user name on /admin/settings/twitter_profile_widget page
CONFIGURE
=========
Visit configuration page to customize widget…           | 
              
          
                  | 
            twitter-profile-widget.tpl.php           | 
                  
            twitter-profile-widget.tpl.php           | 
                  
                       | 
                  
            Block content template for twitter widget           | 
              
          
                  | 
            twitter_profile_widget.admin.inc           | 
                  
            twitter_profile_widget.admin.inc           | 
                  
                       | 
                  
            Administative functions for the twitter profile widget module.           | 
              
          
                  | 
            twitter_profile_widget.css           | 
                  
            twitter_profile_widget.css           | 
                  
                       | 
                  
            /**
 * Override twitter profile widget default css
 */
#twitter_profile_widget .twtr-tweet-wrap {
  padding: 13px 8px 12px;
}
#twitter_profile_widget .twtr-tweet {
  border-bottom: 1px solid #DBE1E7;
}
#twitter_profile_widget .twtr-bd p {
 …           | 
              
          
                  | 
            twitter_profile_widget.info           | 
                  
            twitter_profile_widget.info           | 
                  
                       | 
                  
            name = Twitter Profile Widget
description = Helps to customize Twitter Profile Widget. Made by <a href = "http://drupalace.ru">SplasH</a>
package = Drupalace
core = 6.x           | 
              
          
                  | 
            twitter_profile_widget.install           | 
                  
            twitter_profile_widget.install           | 
                  
                       | 
                  
            Uninstall function for the twitter profile widget module.           | 
              
          
                  | 
            twitter_profile_widget.module           | 
                  
            twitter_profile_widget.module           | 
                  
                       | 
                  
                       |