Advertisement
Guest User

Untitled

a guest
Jun 11th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. /**
  2. * Theme Name: Suffu-scion
  3. * Theme URI: godstruths.com/themes/suffu-scion/
  4. * Description: Childtheme
  5. * Version: 1.0.0
  6. * Author: Sayontan Sinha
  7. * Author URI: http://godstruths.com/
  8. * Template: suffusion
  9. * Tags: buddypress
  10. */
  11.  
  12. /**
  13. * No @import declarations are necessary if you go to Suffusion Options -> Back-end -> Child Themes -> Inherit styles, and Inherit all stylesheets.
  14. * Otherwise import as follows.
  15. */
  16.  
  17. /* Always include this first if you are not inheriting */
  18. /* @import url("../suffusion/style.css"); */
  19.  
  20. /* Include this if you are not inheriting and you wish to have rounded corners */
  21. /* @import url("../suffusion/rounded-corners.css"); */
  22.  
  23. /* Include this for your specific skin if you are not inheriting */
  24. /* @import url("../suffusion/skins/light-theme-royal-blue/skin.css"); */
  25.  
  26. /* Include this if you are using a dark theme and you are not inheriting. This is not needed for newer skins like Minima or Photonique */
  27. /* @import url("../suffusion/dark-style.css"); */
  28.  
  29. /* Include this for your specific skin if you are using a dark theme and you are not inheriting */
  30. /* @import url("../suffusion/skins/dark-theme-royal-blue/skin.css"); */
  31.  
  32. /**
  33. * Define additional styles here. Note that the styles defined through options will override these styles.
  34. * To override those styles you have to increase the CSS specificity here. For more on specificity see
  35. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement