Advertisement
Guest User

Pinblue Child

a guest
Nov 21st, 2012
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. /*
  2. Theme Name: Custom Child Theme for TucsonCrystalAndChinaRepair.com
  3. Theme URI: http://wpthemes.co.nz/
  4. Description: Child Theme for PinBlue
  5. Author: Kyle Wilson
  6. Author URI: http://www.artistsync.org
  7. Template: pinblue
  8. Version: 1.0
  9. */
  10.  
  11. @import url("../pinblue/style.css");
  12.  
  13. /* header background */
  14. #inner-header {
  15. background: white !important;
  16.  
  17. }
  18.  
  19. /* header text */
  20. #site-title {
  21. font-family: "Times New Roman", Futura, "Apple Gothic", "URW Gothic L", Verdana, serif !important;
  22. font-weight: 200;
  23. }
  24.  
  25. #site-title a {
  26. color: #395EAB !important;
  27. }
  28.  
  29. /* tagline text */
  30. #site-description {
  31. color: #395EAB !important;
  32. }
  33.  
  34. /* background color */
  35. body {
  36. background: #CCF !important;
  37. }
  38.  
  39. /* nav menu background */
  40. nav[role="navigation"] .menu ul {
  41. background: #03C !important;
  42. }
  43.  
  44. /* thumbnail img border */
  45. .thumb img {
  46. border: 1px solid #395EAB !important;
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement