Advertisement
DrupalCustom

local

Mar 24th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.96 KB | None | 0 0
  1. /* $Id: local_sample.css,v 1.1 2010/04/08 17:16:16 danprobo Exp $ */
  2.  
  3. /****************************/
  4. /* LOCAL CSS                */
  5. /****************************/
  6.  
  7. /* Put your custom css and css overrides in this file and  */
  8. /* rename it local.css.  By restricting your css changes   */
  9. /* to local.css, your changes will not be overwritten when */
  10. /* upgrading to a new version of this theme.               */
  11.  
  12. /* Steps to activate local.css:                       */
  13. /* 1. Add your custom css to this file                */
  14. /* 2. Rename this file to local.css                   */
  15. /* 3. Uncomment (remove leading semicolon from ) the  */
  16. /*    following line in your theme's .info file:      */
  17. /*    ;stylesheets[all][] = local.css                 */
  18. /* 4. Clear cached data at admin/settings/performance */
  19. body {
  20. background:url(images/Backdrop.png);
  21. background-repeat: no-repeat;
  22. background-attachment:fixed;
  23. width:100%;
  24. min-width: 1002px;
  25.  
  26.  
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement