Advertisement
jan_dembowski

Coraline Child Theme style.css

Feb 7th, 2012
758
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. /*
  2. Theme Name: Coraline Child Theme
  3. Author: Self-Help WordPress User
  4. Template: coraline
  5. */
  6.  
  7. @import url("../coraline/style.css");
  8.  
  9. /* Start child theme CSS here */
  10.  
  11. #header {
  12. position: fixed;
  13. top: 0;
  14. background: rgb(255, 255, 255); /* The Fallback */
  15. background: rgba(255, 255, 255, 1);
  16. z-index: 10;
  17. height: 300px;
  18. width: 770px;
  19. }
  20. #content-box {
  21. margin-top: 300px;
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement