Advertisement
Guest User

Untitled

a guest
Jun 6th, 2014
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.22 KB | None | 0 0
  1. /*
  2. Theme Name: Twenty Twelve Child
  3. Theme URI: http://travelmolecule.com/blog/twenty-twelve-child/
  4. Description: Twenty Twelve Child Theme
  5. Author: Travel Molecule
  6. Author URI: http://travelmolecule.com/blog
  7. Template: twentytwelve
  8. Version: 1.0.0
  9. Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
  10. Text Domain: twenty-twelve-child
  11. */
  12.  
  13. @import url("../twentytwelve/style.css");
  14.  
  15. /* =Theme customization starts here */
  16.  
  17. /* =Header h2 font size */
  18. .site-header h2 {
  19. font-weight: normal;
  20. font-size: 20px;
  21. font-size: 1.0rem;
  22. line-height: 1.714285714;
  23. color: #757575;
  24. }
  25.  
  26. /* =All pages except BLOG page main content font size */
  27. .entry-content p,
  28. .entry-summary p,
  29. .comment-content p,
  30. .mu_register p {
  31. margin: 0 0 24px;
  32. margin: 0 0 1.714285714rem;
  33. font-size: 20px;
  34. font-size: 1.0rem;
  35. line-height: 1.714285714;
  36. }
  37.  
  38. /* =BLOG page main content and bulleted text font size */
  39. article.format-aside p {
  40. font-size: 13px;
  41. font-size: 0.958571429rem;
  42. line-height: 1.846153846;
  43. color: #4a5466;
  44. }
  45.  
  46. .mu_register ul {
  47. margin: 0 0 24px;
  48. margin: 0 0 1.714285714rem;
  49. font-size: 13px;
  50. font-size: 0.958571429rem;
  51. line-height: 1.714285714;
  52. }
  53.  
  54. .mu_register li {
  55. margin: 0 0 0 36px;
  56. margin: 0 0 0 2.571428571rem;
  57. font-size: 13px;
  58. font-size: 0.958571429rem;
  59. }
  60.  
  61. /* =Link colors */
  62. a:link {
  63. color:#0000FF;
  64. }
  65. a:visited {
  66. color:#800080;
  67. }
  68. a:hover {
  69. color:#FF0000;
  70. }
  71.  
  72.  
  73. /* Introduce font size for blog post title */
  74. h1.entry-title {
  75. font-size: 16px;
  76. font-size: 1.108571429rem;
  77. }
  78.  
  79. /* Change font size and position of navigation menu */
  80. .main-navigation {
  81. margin-top: 12px;
  82. margin-top: 1.414285714rem;
  83. text-align: center;
  84. }
  85. .main-navigation li {
  86. margin-top: 0px;
  87. margin-top: 0.00001rem;
  88. font-size: 24px;
  89. font-size: 1.157142857rem;
  90. line-height: 0.00001;
  91. }
  92.  
  93. /* Adjust horizontal lines spacing with navigation menu */
  94. .main-navigation li a {
  95. line-height: 2.392307692;
  96. }
  97.  
  98. /* Introduce double horizontal lines for navigation menu */
  99. .main-navigation ul.nav-menu,
  100. .main-navigation div.nav-menu > ul {
  101. border-bottom: 3px double #ededed;
  102. border-top: 3px double #ededed;
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement