Beautify- Form & buttons



    
    What better way to make your website more appealing but to add a little beauty to your forms and buttons. Make the Forms and buttons match your site with css.
 

How It Works – CSS
--------------------------------------------------------------------------------------------------------------------------------------------------------------

  1  input, .faux-field, textbox, select, button, .button1, .content a.button1 {

        This will target all the forms and buttons in your website.
-------------------------------------------------------------------------------------------------------------------

  2    background-color: #F4f4f4;
3    border: 1px solid #eee;
4    border-radius: 5px 5px 5px 5px;
5    color: #565656;
6    cursor: pointer;
7    font-family: Helvetica,Arial,sans-serif;
8    font-size: 12px;
9    font-weight: normal;
10  margin-bottom: 0.5em;
11  padding: 3px;
}
 


---------------------------------------------------------------------------------------------------------------------------------------------------------------


change the values as you please then add this to your custom modifiers sheet or your css sheet, both work. Have fun and happy editing.css.

 


 

Blue

							1
2
3
4
							/* CssfromMassThemes.Net-------edit Management mode----------- */
	.yui-skin-sam .SKYUI-Window.yui-panel .ft {background:none repeat scroll 0 0 #EEE;}
	.yui-skin-sam .yui-panel .hd {color:#eee !important; background:url(http://massthemes.net/gfile/75r4!-!GIKGFH!-!Zn0ntrzr06/blue_management_edit_makeover.png) !important;}
	.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {background-color:#eee !important;}

 

Green

							1
2
3
4
							/* CssfromMassThemes.Net-------edit Management mode----------- */
	.yui-skin-sam .SKYUI-Window.yui-panel .ft {background:none repeat scroll 0 0 #EEE;}
	.yui-skin-sam .yui-panel .hd {color:#eee !important; background:url(http://massthemes.net/gfile/75r4!-!GIKGFH!-!Zn0ntrzr06/green_management_edit_makeover.png) !important;}
	.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {background-color:#eee !important;}

 

 

How to MT

Info
-----------------------------------------------------------------------------------


  Publisher: Mass Themes
  Date:
8-25-11

-----------------------------------------------------------------------------------

 

 

 

Please Sign In to Add a Comment
or

This website is powered by Spruz

HTML Codes