Advertisement
Guest User

Untitled

a guest
Sep 6th, 2011
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. /*
  2. Theme Name: BP Child Theme
  3. Theme URI: http://www.willowbilliards.com
  4. Description: This is the child of the bd-default theme
  5. Author: Jake
  6. Author URI: http://www.sbmwebsitedesign.com
  7. Template: bp-default
  8. Tags: buddypress
  9. Version: V1.1.1
  10. */
  11.  
  12.  
  13. /* GENERAL STUFF */
  14. body {color:#FFF !important; font-family:georgia !important; background: url(/wp-content/uploads/site-elements/bg.jpg) repeat left top !important; width:100% !important; min-width:non !important; max-width:none !important;}
  15. #header, #container, #footer {width:1050px !important; margin:0 auto !important;}
  16. div#container {background:none !important;}
  17. #content {background: url(/wp-content/uploads/site-elements/sidebar-bg.png) repeat left top !important;}
  18. div.post p, .entry p {font-size:16px !important;}
  19.  
  20.  
  21.  
  22. /* HEADER STUFF */
  23. #headerImage {background: url(/wp-content/uploads/site-elements/banner-bg.jpg) repeat-x left top !important;}
  24. #header {background: url(/wp-content/uploads/site-elements/banner.jpg) no-repeat left top !important; height:130px !important; padding-top:105px !important;}
  25.  
  26. /* SIDEBAR STUFF*/
  27. div#sidebar {background:none !important;}
  28.  
  29. /* top nav stuff */
  30. .menu {}
  31. .menu li {background:yellow !important; font-size:16px !important; float:left !important; margin-right:10px !important;}
  32. .sub-menu {width:280px !important;}
  33. .sub-menu li {background:red !important; float:left !important; clear:left !important;}
  34.  
  35.  
  36.  
  37.  
  38. /**************************************** PAGE SPECIFIC STUFF ****************************/
  39.  
  40. /* HOMEPAGE SPECIFIC STUFF */
  41. .home .pagetitle {display:none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement