Guest User

Style.css

a guest
Jan 8th, 2018
1,213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. /*
  2. CTC Separate Stylesheet
  3. Updated: 2018-01-05 02:19:47
  4. Theme Name: Libretto Child
  5. Theme URI: https://wordpress.com/themes/libretto/
  6. Template: libretto
  7. Author: Automattic
  8. Author URI: http://wordpress.com/themes/
  9. Description: Libretto is a responsive one-column theme with classic styling and careful typographic details. It’s ideally suited to showcasing longform writing interspersed with beautiful images and inspiring quotes.
  10. Tags: blog,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,microformats,one-column,photography,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready
  11. Version: 1.0.8.1515098987
  12. */
  13.  
  14. /*--------------------------------------------------------------
  15. * 5.0 Overall Site Structure
  16. --------------------------------------------------------------*/
  17. body {
  18. background: #f2f1ed;
  19. }
  20.  
  21. #content {
  22. margin: 4rem auto;
  23. max-width: 680px;
  24. padding: 0;
  25. width: auto;
  26. }
  27.  
  28. /*--------------------------------------------------------------
  29. 5.1 Header
  30. --------------------------------------------------------------*/
  31. .nav-bar {
  32. background: #fAf9f5;
  33. border-bottom: 1px solid #d9d6d0;
  34. position: relative;
  35. width: 100%;
  36. }
  37.  
  38. .nav-bar:after {
  39. clear: both;
  40. content: "";
  41. display: block;
  42. }
  43.  
  44. .site-branding h1 {
  45. color: #a09a92;
  46. font-family: "Playfair Display";
  47. font-size: 36px;
  48. font-size: 3.6rem;
  49. font-style: normal;
  50. font-weight: 700;
  51. line-height: 1;
  52. margin: 0;
  53. }
  54.  
  55. /* Style page title blocks */
  56. .title-block {
  57. text-align: center;
  58. }
  59.  
  60. .title-block h1 {
  61. font-style: normal;
  62. line-height: 1.2;
  63. margin: 0;
  64. }
  65.  
  66. .title-block h3,
  67. .title-block .entry-meta {
  68. margin: 0;
  69. }
  70.  
  71. /*--------------------------------------------------------------
  72. 5.2 Footer
  73. ---------------------------------------------------------------*/
  74. #colophon .site-info {
  75. color: #a09a92;
  76. font-size: 14px;
  77. font-size: 1.4rem;
  78. line-height: 1.6;
  79. }
  80.  
  81. #colophon .site-info { float: none; text-align: center; }
  82.  
  83. #colophon a {
  84. color: #787065;
  85. }
  86.  
  87.  
  88. .site-info a[rel="generator"] {
  89. display: block;
  90. }
Add Comment
Please, Sign In to add comment