style.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224
  1. body {
  2. padding-top: 70px;
  3. }
  4. #sidebar .list-group, #sidebar .list-group-item {
  5. background-color: transparent;
  6. }
  7. /* for list-groups nested within a list-group-item, reset the bottom margin */
  8. .list-group-item > .list-group {
  9. margin-bottom: 0px;
  10. }
  11. /* for list-group-items nested within a list-group-item, reset the bottom
  12. padding of the last item, b/c the containing item has paddimg already
  13. */
  14. .list-group-item .list-group-item:last-child {
  15. padding-bottom: 0px;
  16. }
  17. .list-group-item {
  18. border: none;
  19. }
  20. .tag-0 {
  21. font-size: 16pt;
  22. }
  23. .tag-1 {
  24. font-size: 13pt;
  25. }
  26. .tag-2 {
  27. font-size: 10pt;
  28. }
  29. .tag-3 {
  30. font-size: 8pt;
  31. }
  32. .tag-4 {
  33. font-size: 6pt;
  34. }
  35. #aboutme {
  36. padding-top: 0px;
  37. padding-bottom: 5px;
  38. -ms-word-break: normal;
  39. word-break: normal;
  40. }
  41. #sidebar {
  42. padding-top: 0px;
  43. -ms-word-break: break-all;
  44. word-break: break-all;
  45. word-break: break-word;
  46. -webkit-hyphens: auto;
  47. -moz-hyphens: auto;
  48. -ms-hyphens: auto;
  49. hyphens: auto;
  50. }
  51. #sidebar a {
  52. color: inherit;
  53. }
  54. .icon-label {
  55. margin-left: 10px;
  56. }
  57. /* Example for how to control spacing between icon and label in specific
  58. lists in the sidebar. To change, override in your CUSTOM_CSS */
  59. #sidebar #social i {
  60. margin-right: 3px;
  61. }
  62. a, a:hover {
  63. color: inherit;
  64. }
  65. .entry-content a {
  66. text-decoration: none;
  67. border-bottom: 1px dotted;
  68. }
  69. .entry-content a:hover {
  70. text-decoration: none;
  71. border-bottom: 1px solid;
  72. }
  73. .entry-content img {
  74. max-width: 100%;
  75. height: auto;
  76. }
  77. .entry-content figcaption, .caption {
  78. font-size: small;
  79. margin-bottom: 2px;
  80. }
  81. .summary img {
  82. max-width: 100%;
  83. height: auto;
  84. }
  85. .floatright, .align-right {
  86. float: right;
  87. }
  88. .floatleft, .align-left {
  89. float: left;
  90. }
  91. .floatcenter, .align-center {
  92. display: block;
  93. margin-left: auto;
  94. margin-right: auto;
  95. }
  96. figure.floatright, .align-right {
  97. margin-left: 4px;
  98. }
  99. figure.floatleft, .align-left {
  100. margin-right: 4px;
  101. }
  102. figure.floatcenter, .align-center {
  103. margin-bottom: 11px;
  104. }
  105. .highlighttable pre {
  106. /* Removes bootstrap default margin-bottom */
  107. margin-bottom: 0px;
  108. }
  109. .highlighttable {
  110. /* Adds them margin-bottom to highlightable instead of <pre> */
  111. margin-bottom: 11px;
  112. }
  113. .highlighttable {
  114. width: 100%;
  115. }
  116. #categories ul, #tags ul {
  117. list-style: none;
  118. padding: 0;
  119. margin-left: 0;
  120. }
  121. .docutils.footnote td.label {
  122. display: table-cell;
  123. font-size: inherit;
  124. font-weight: inherit;
  125. line-height: inherit;
  126. color: inherit;
  127. text-align: inherit;
  128. white-space: inherit;
  129. border-radius: inherit;
  130. }
  131. .categories-timestamp {
  132. color: #AAAAAA;
  133. font-size: 0.9em;
  134. margin-right: 10px;
  135. }
  136. .tagcloud li {
  137. padding: 0px;
  138. }
  139. #banner {
  140. background-repeat: no-repeat;
  141. background-position: top center;
  142. background-attachment: scroll;
  143. background-size: cover;
  144. background-color: #C4C4C4;
  145. margin: 0 0 20px;
  146. padding: 70px 0; /*controls padding around inner text*/
  147. position: relative;
  148. }
  149. #banner .copy {
  150. background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  151. display: inline;
  152. float: left;
  153. max-width: 600px;
  154. padding: 20px;
  155. position: relative;
  156. z-index: 1;
  157. }
  158. #banner h1 {
  159. color: #fff;
  160. font-family: "HelveticaNeue-CondensedBold","Helvetica Neue CE 600 Condensed","Helvetica Neue LT Condensed","Helvetica Neue 600 Condensed","HelveticaNeue-BoldCondensed","Helvetica Neue BoldCondensed","Helvetica Neue",Helvetica,Arial,sans-serif;
  161. font-size: 60px;
  162. font-stretch: condensed;
  163. font-weight: 700;
  164. line-height: 0.9;
  165. margin: 0;
  166. text-transform: uppercase;
  167. }
  168. #banner .intro {
  169. color: #fff;
  170. font-size: 21px;
  171. line-height: 1.33;
  172. opacity: 0.75;
  173. }
  174. #banner .btn, #banner .intro {
  175. margin-left: 4px;
  176. }
  177. /* Solutions for mobile and small screens */
  178. @media (max-width: 650px) {
  179. #banner h1{
  180. font-size: 30px; /* !important;*/
  181. }
  182. #banner .intro{
  183. font-size: 16px;
  184. }
  185. }