Advertisement
Guest User

Untitled

a guest
Feb 15th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.06 KB | None | 0 0
  1. /*
  2. Theme Name:     Childtheme
  3. Description:    Child theme for the TwentyTwelve theme
  4. Theme URI:      http://www.wordpress.org
  5. Author:         Riley Betka
  6. Author URI:     http://www.daily-mash.com/
  7. Template:       twentytwelve
  8. version:        .1
  9. */
  10. @import url("../twentytwelve/style.css");
  11. div.entry-content{
  12. background:#000;
  13. -webkit-border-radius: 12px;
  14. -moz-border-radius: 12px;
  15. border-radius: 12px;
  16. padding:4px 12px;
  17. }
  18. div#page.hfeed.site{
  19.   background-color: transparent;
  20.   background-image: url('http://www.daily-mash.com/wordpress2/wp-content/uploads/opaqueblack.png');
  21.   background-repeat: repeat;
  22. }
  23. div.entry-content{
  24. background-color: transparent;
  25.   background-image: url('http://www.daily-mash.com/wordpress2/wp-content/uploads/opaqueblack3.png');
  26.   background-repeat: repeat;
  27. }
  28. /* Post Thumbnail Grid */
  29. .gridcontainer h2 a{color: #333; font-size: 13px;}
  30. .gridcontainer .griditemleft{float: left; width: 150px; margin: 0 30px 20px 0;}
  31. .gridcontainer .griditemright{float: left; width: 150px;}
  32. .gridcontainer .postimage{margin: 0 0 5px 0;}
  33. .gridcontainer .postimage-title {text-align: center;}
  34. .main-navigation li a:hover {
  35. color: rgb(70, 171, 250);
  36. }
  37. .main-navigation li a {
  38. border-bottom: 0;
  39. color: rgb(197, 91, 7);
  40. line-height: 3.692307692;
  41. text-transform: uppercase;
  42. white-space: nowrap;
  43. font-size: 150%;
  44. font-family: impact;
  45. }
  46. .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
  47. border-bottom: 2px solid rgb(197, 91, 7);
  48. border-top: 2px solid rgb(197, 91, 7);
  49. display: inline-block !important;
  50. text-align: left;
  51. width: 100%;
  52. }
  53. .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
  54. color: rgb(70, 171, 250);
  55. font-weight: bold;
  56. }
  57. #gallery-1 img {
  58. border: none!important;
  59. }
  60. #header img {
  61. border-bottom: medium none;
  62. float: left;
  63. height: 88px;
  64. position: relative;
  65. top: -130px;
  66. width: 775px;
  67. }
  68. #header {
  69. float: left;
  70. font-family: Helvetica Neue;
  71. height: 150px;
  72. margin-bottom:0;
  73. width: 100%;
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement