Advertisement
Guest User

Untitled

a guest
Jan 25th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. /*
  2. Theme Name: Spun Child 02
  3. Theme URI:
  4. Description: Child 02 theme for the Spun theme
  5. Author: <a href="http://carolinemoore.net/" title="Visitar la web del autor">Caroline Moore</a>
  6. Author URI:
  7. Template: spun
  8. Version: 2.0.2
  9. */
  10.  
  11. /* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Tue, 21 Jan 2014 23:36:03 +0000 */
  12.  
  13. @import url('../spun/style.css');
  14.  
  15. .blog .hentry {
  16. margin-bottom: 3em;
  17. }
  18.  
  19. .hentry .thumbnail-title {
  20. display: block;
  21. margin-top: 1.3em;
  22. color: #666;
  23. top: 100%;
  24. font-size: 1.5em;
  25. }
  26. .site-info {
  27. font-family: "Avenir";
  28.  
  29.  
  30. .blog .hentry a .attachment-post-thumbnail{
  31. border-radius: 220px;
  32. }
  33.  
  34. .blog .hentry a:hover img{
  35. border-radius: 220px;
  36. }
  37. /**
  38. * Change default custom header size
  39. */
  40. function spun_custom_header_args( $args ) {
  41.  
  42. $args = array(
  43. 'width' => 200,
  44. 'height' => 200,
  45. );
  46. return $args;
  47.  
  48. }
  49. add_filter( 'spun_custom_header_args', 'spun_custom_header_args', 999 );
  50. /* =Menu
  51. ----------------------------------------------- */
  52.  
  53. .main-navigation {
  54. color: #999;
  55. float: left;
  56. display: block;
  57. font-family: Helvetica, Arial, sans-serif;
  58. -webkit-text-stroke: .15px; /* Hack to fix thin text in Windows */
  59. font-size: 12px;
  60. font-size: 1.2rem;
  61. font-weight: 5;
  62. margin: 130px 0 0;
  63. position: relative;
  64. text-align: center;
  65. text-transform: uppercase;
  66. width: 75%;
  67. }
  68. .main-navigation ul {
  69. list-style: none;
  70. margin: 0;
  71. padding-left: 0;
  72. }
  73. .main-navigation li {
  74. float: right;
  75. text-align: center;
  76. margin: 0 0 5px 20px;
  77. position: relative;
  78. }
  79. .main-navigation {
  80. width: 100%;
  81. }
  82. .main-navigation li {
  83. float: none;
  84. text-align: center;
  85. margin: 0 10px 5px 10px;
  86. position: relative;
  87. display: inline-block;
  88. }
  89. @media screen and (max-width: 800px)
  90. #page {
  91. width: 100%;
  92. }
  93. /**
  94. * Change default custom header size
  95. */
  96. function spun_custom_header_args( $args ) {
  97.  
  98. $args = array(
  99. 'width' => 64,
  100. 'height' => 24,
  101. );
  102. return $args;
  103.  
  104. }
  105. add_filter( 'spun_custom_header_args', 'spun_custom_header_args', 999 );
  106. #masthead img,
  107. .main-navigation,
  108. #main {
  109. display: table;
  110. margin: 0 auto;
  111. float: none;
  112. width: auto;
  113. }
  114.  
  115. #colophon {
  116. text-align: center;
  117. }
  118. .site-navigation {
  119. margin-top: 10px;
  120. }
  121. .site-title {
  122. font-family: "Avenir";
  123. }
  124. <link rel="shortcut icon" href="favicon.png">
  125. .site-content #nav-below .nav-next a:before, .site-content #image-navigation .nav-next a:before {
  126. content: "";
  127. }
  128. #post-124 {
  129. width: 160px;
  130. height: 160px;
  131. }
  132. #post-139 {
  133. width: 160px;
  134. height: 160px;
  135. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement