Advertisement
Guest User

Untitled

a guest
Jan 26th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 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. /* =Menu
  39. ----------------------------------------------- */
  40.  
  41. .main-navigation {
  42. color: #999;
  43. float: left;
  44. display: block;
  45. font-family: Helvetica, Arial, sans-serif;
  46. -webkit-text-stroke: .15px; /* Hack to fix thin text in Windows */
  47. font-size: 12px;
  48. font-size: 1.2rem;
  49. font-weight: 5;
  50. margin: 130px 0 0;
  51. position: relative;
  52. text-align: center;
  53. text-transform: uppercase;
  54. width: 75%;
  55. }
  56. .main-navigation ul {
  57. list-style: none;
  58. margin: 0;
  59. padding-left: 0;
  60. }
  61. .main-navigation li {
  62. float: right;
  63. text-align: center;
  64. margin: 0 0 5px 20px;
  65. position: relative;
  66. }
  67. .main-navigation {
  68. width: 100%;
  69. }
  70. .main-navigation li {
  71. float: none;
  72. text-align: center;
  73. margin: 0 10px 5px 10px;
  74. position: relative;
  75. display: inline-block;
  76. }
  77. @media screen and (max-width: 800px){}
  78. #page {
  79. width: 100%;
  80. }
  81.  
  82. #masthead img,
  83. .main-navigation,
  84. #main {
  85. display: table;
  86. margin: 0 auto;
  87. float: none;
  88. width: auto;
  89. }
  90.  
  91. #colophon {
  92. text-align: center;
  93. }
  94. .site-navigation {
  95. margin-top: 10px;
  96. }
  97. .site-title {
  98. font-family: "Avenir";
  99. }
  100.  
  101. .hentry .thumbnail-title {
  102. /* Changes the font family */
  103. font-family: 'Nunito';
  104.  
  105. /* Changes the italic */
  106. font-style: normal;
  107.  
  108. /* Changes the font size */
  109. font-size: 18px;
  110. }
  111. .single-post-thumbnail img {
  112. display: none;
  113. }
  114. .home #post-139 {
  115. width: 130px;
  116. height: 130px;
  117. }
  118. .home #post-124 {
  119. width: 130px;
  120. height: 130px;
  121. }
  122. #post-124,
  123. #post-139 {
  124. margin-top: 35px;
  125. }
  126. .entry-title, .entry-title a {
  127. font-family: 'Nunito';
  128.  
  129. /* Changes the italic */
  130. font-style: normal;
  131.  
  132. /* Changes the font size */
  133. font-size: 22px;
  134. }
  135. .site-info {
  136. width: 100%;
  137. }
  138.  
  139. .home #post-124 .thumbnail-title,
  140. .home #post-139 .thumbnail-title {
  141. margin-top: 33px;
  142. }
  143. .hentry .thumbnail-title {
  144. -webkit-transform: translate(-50%, 0);
  145. -moz-transform: translate(-50%, 0);
  146. transform: translate(-50%, 0);
  147. margin-top: 0;
  148. }
  149.  
  150. #post-124 .thumbnail-title,
  151. #post-139 .thumbnail-title {
  152. -webkit-transform: translate(-50%, -50%);
  153. -moz-transform: translate(-50%, -50%);
  154. transform: translate(-50%, -50%);
  155. margin-top: 1.3em;
  156. }
  157. #nav-below {
  158. display: none;
  159. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement