Advertisement
Guest User

Untitled

a guest
Jan 28th, 2013
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. /*
  2. Theme Name: Twenty Eleven Child
  3. Theme URI: http://wordpress.org/extend/themes/twentyeleven
  4. Template: twentyeleven
  5. */
  6.  
  7. /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
  8. -------------------------------------------------------------- */
  9. @import url("../twentyeleven/style.css");
  10. body {
  11. background: #b1c9dc;
  12. }
  13. #branding {
  14. border-top: none;
  15. }
  16. #page {
  17. background-color:#f3f1e0;
  18. }
  19. #main {
  20. background-image:url(http://somatichealingnetwork.com/wp-content/uploads/2013/01/mainBack.png);
  21. background-repeat:repeat-y;
  22. position:absolute;
  23. }
  24.  
  25. /*.left-sidebar #primary {
  26. margin-left:-7.6%;
  27. }*/
  28. .left-sidebar #content {
  29. margin: 3% 20% 0 30%;
  30. width: 46%;
  31. }
  32. .left-sidebar #secondary {
  33. margin-left: 0;
  34. width: 26.4%;
  35. float:left:
  36. }
  37. /* =Menu
  38.  
  39.  
  40. -------------------------------------------------------------- */
  41. #access {
  42.  
  43. background: #96b951; /* Show a solid color for older browsers */
  44. background: -moz-linear-gradient(#96b951, #96b951);
  45. background: -o-linear-gradient(#96b951, #96b951);
  46. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#96b951), to(#96b951)); /* older webkit syntax */
  47. background: -webkit-linear-gradient(#96b951, #96b951);
  48. -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 4px;
  49. -moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 4px;
  50. box-shadow: rgba(0, 0, 0, 0) 0px 0px 4px;
  51. border-bottom:#000;
  52. clear: both;
  53. display: block;
  54. float: left;
  55. margin: 0 auto 6px;
  56. width: 100%;
  57.  
  58. }
  59.  
  60. #access ul {
  61. font-size: 14px;
  62. }
  63.  
  64. #access a {
  65. color: #000;
  66. }
  67.  
  68. #access ul ul a {
  69. background: #96b951;
  70. border-bottom: 1px dotted #ddd;
  71. color: #000;
  72. }
  73.  
  74. #access li:hover > a,
  75. #access ul ul :hover > a,
  76. #access a:focus {
  77. background: #96b951;
  78. }
  79. #access li:hover > a,
  80. #access a:focus {
  81. background: #96b951; /* Show a solid color for older browsers */
  82. background: -moz-linear-gradient(#96b951, #96b951);
  83. background: -o-linear-gradient(#96b951, #96b951);
  84. background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#96b951), to(#96b951)); /* Older webkit syntax */
  85. background: -webkit-linear-gradient(#96b951, #96b951);
  86. color: #373737;
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement