Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1.  
  2. /* bootstrap.min.css | https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css */
  3.  
  4. @media (min-width: 1200px) {
  5. .container {
  6. /* width: 1170px; */
  7. }
  8. }
  9.  
  10. @media (min-width: 992px) {
  11. .container {
  12. /* width: 970px; */
  13. }
  14. }
  15.  
  16. @media (min-width: 768px) {
  17. .container {
  18. /* width: 750px; */
  19. }
  20. }
  21.  
  22. .btn-group-vertical > .btn-group::after, .btn-group-vertical > .btn-group::before, .btn-toolbar::after, .btn-toolbar::before, .clearfix::after, .clearfix::before, .container-fluid::after, .container-fluid::before, .container::after, .container::before, .dl-horizontal dd::after, .dl-horizontal dd::before, .form-horizontal .form-group::after, .form-horizontal .form-group::before, .modal-footer::after, .modal-footer::before, .modal-header::after, .modal-header::before, .nav::after, .nav::before, .navbar-collapse::after, .navbar-collapse::before, .navbar-header::after, .navbar-header::before, .navbar::after, .navbar::before, .pager::after, .pager::before, .panel-body::after, .panel-body::before, .row::after, .row::before {
  23. /* content: " "; */
  24. /* display: table; */
  25. }
  26.  
  27. /* skeleton.css | https://audiobookreviews.com/css/skeleton.css */
  28.  
  29. .container {
  30. /* max-width: 960px; */
  31. }
  32.  
  33. @media (min-width: 550px) {
  34. .column, .columns {
  35. /* margin-right: 2%; */
  36. }
  37. .three.columns {
  38. /* width: 22%; */
  39. width: 20%;
  40. }
  41. }
  42.  
  43. /* In Webseite enthaltenes Stil-Dokument #11 | https://audiobookreviews.com/ */
  44.  
  45. .container.entry {
  46. box-shadow: 0 13px 27px -5px rgba(50,50,93,.25),0 8px 16px -8px rgba(0,0,0,.3),0 -6px 16px -6px rgba(0,0,0,.025);
  47. padding: 1em 4em;
  48. border-radius: 4px;
  49. }
  50.  
  51. .rating {
  52. display: inline-block;
  53. width: 60%;
  54. }
  55.  
  56. .rating span {
  57. display: block;
  58. }
  59.  
  60. .rating {
  61. /* width: 60%; */
  62. width: 42%;
  63. vertical-align: middle;
  64. margin-left: 4%;
  65. color: #1f6a99;
  66. font-weight: bold;
  67. text-transform: uppercase;
  68. font-size: 12px;
  69. }
  70.  
  71. /* styles.css | https://audiobookreviews.com/css/styles.css */
  72.  
  73. .book-wrapper {
  74. /* box-sizing: border-box; */
  75. /* border: 1px solid #bbb; */
  76. /* border-radius: 5px; */
  77. /* background-color: transparent; */
  78. /* white-space: normal; */
  79. /* padding: 5px; */
  80. /* width: 100%; */
  81. /* display: inline-block; */
  82. }
  83.  
  84. /* Element | https://audiobookreviews.com/ */
  85.  
  86. .entry > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(1) {
  87. /* font-size: 28px; */
  88. /* height: 46px; */
  89. /* margin-top: 13px; */
  90. /* text-align: center; */
  91. font-size: 23px;
  92. font-weight: bold;
  93. display: inline-block;
  94. width: 79%;
  95. }
  96.  
  97. /* Element | https://audiobookreviews.com/ */
  98.  
  99. .entry > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2) {
  100. /* font-size: 22px; */
  101. /* height: 42px; */
  102. /* margin-top: 13px; */
  103. font-size: 19px;
  104. display: inline-block;
  105. width: 79%;
  106. }
  107.  
  108. /* Element | https://audiobookreviews.com/ */
  109.  
  110. div.book-image:nth-child(3) {
  111. max-width: 20%;
  112. display: inline-block;
  113. }
  114.  
  115. /* Element | https://audiobookreviews.com/ */
  116.  
  117. .entry > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h1:nth-child(2) {
  118. /* width: 79%; */
  119. /* float: right; */
  120. /* display: inline-block; */
  121. }
  122.  
  123. /* Element | https://audiobookreviews.com/ */
  124.  
  125. .entry > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > h2:nth-child(2) {
  126. /* display: inline-block; */
  127. /* width: 79%; */
  128. }
  129.  
  130. /* Element | https://audiobookreviews.com/ */
  131.  
  132. div.book-image:nth-child(3) {
  133. /* max-width: 20%; */
  134. max-width: 35%;
  135. border-radius: 4px;
  136. overflow: hidden;
  137. }
  138.  
  139. /* Element | https://audiobookreviews.com/ */
  140.  
  141. div.book-image:nth-child(3) {
  142. /* max-width: 35%; */
  143. max-width: 43%;
  144. display: inline-block;
  145. vertical-align: middle;
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement