main.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. body {
  2. overflow-y: scroll;
  3. }
  4. /*-----------------------------------------------------------------------------
  5. * Bootstrap overrides
  6. */
  7. .table.borderless > tbody > tr > td {
  8. padding-top: 1em;
  9. }
  10. .table.borderless > tbody > tr,
  11. .table.borderless > tbody > tr > td {
  12. border: none;
  13. border-bottom: 1px solid #ddd;
  14. }
  15. .table.borderless > tbody > tr:last-child,
  16. .table.borderless > tbody > tr:last-child > td {
  17. border: none;
  18. }
  19. .contact td:first-child {
  20. padding-right: 1em;
  21. text-align: right;
  22. }
  23. .container {
  24. max-width: 760px!important;
  25. }
  26. .site .navbar-default {
  27. background-color: white;
  28. }
  29. .site p {
  30. margin-top: 10px;
  31. text-align: justify;
  32. }
  33. .commit p {
  34. text-align: left;
  35. }
  36. .site .media:first-child {
  37. margin-top: 15px;
  38. }
  39. .site .carousel-control.right,
  40. .site .carousel-control.left {
  41. background: none;
  42. background-image: none;
  43. opacity: 1.0;
  44. text-shadow: none;
  45. }
  46. .site .carousel-indicators {
  47. bottom: -40px;
  48. }
  49. .carousel-inner a {
  50. color: white;
  51. }
  52. .site .carousel-indicators li {
  53. border-radius: 3px;
  54. }
  55. .site .carousel-inner .item {
  56. width: 80%;
  57. margin-left: 10%;
  58. }
  59. .link-muted {
  60. color: #999 !important;
  61. }
  62. /*-----------------------------------------------------------------------------
  63. * Site
  64. */
  65. #torque-logo {
  66. width: 140px;
  67. }
  68. @media (max-width: 768px) {
  69. .jumbotron.banner .row,
  70. .jumbotron.banner .row p {
  71. text-align: center;
  72. }
  73. }
  74. span.post-title {
  75. font-weight: bold;
  76. }
  77. span.date {
  78. color: gray;
  79. margin-right: 1em;
  80. }
  81. h4 a,
  82. h4 a:hover {
  83. color: rgb(51, 51, 51);
  84. }
  85. a.media-subheading,
  86. a.media-subheading:hover {
  87. color: #666;
  88. font-style: italic;
  89. font-size: 90%;
  90. }
  91. .dropdown-toggle i {
  92. margin-left: 0.3em;
  93. }
  94. .site {
  95. margin: 51px auto 2em;
  96. line-height: 1.5em;
  97. }
  98. .site .banner {
  99. background: #990000;
  100. color: white;
  101. }
  102. .break {
  103. height: 144px;
  104. width: 760px;
  105. left: 50%;
  106. margin-left: -380px;
  107. text-align: center;
  108. margin-top: 2em;
  109. }
  110. .break img {
  111. border-radius: 3px;
  112. }
  113. .site .banner .col-sm-4 {
  114. text-align: center;
  115. }
  116. .site .carousel-control i {
  117. position: absolute;
  118. top: 50%;
  119. }
  120. .footer {
  121. font-size: 80%;
  122. color: #666;
  123. margin-top: 2em;
  124. overflow: hidden;
  125. }
  126. .footer .rss img {
  127. border: 0;
  128. }
  129. .site ol ol {
  130. list-style-type: lower-alpha;
  131. }
  132. .site .timeago {
  133. font-size: smaller;
  134. color: gray;
  135. margin-top: 0;
  136. }
  137. pre.inline {
  138. display: inline;
  139. padding: 3px;
  140. margin: 0 5px;
  141. }
  142. .commit {
  143. margin-bottom: 10px;
  144. }
  145. .commit p {
  146. margin: 0;
  147. }
  148. .fa-external-link {
  149. font-size: 75%;
  150. }
  151. /*-----------------------------------------------------------------------------
  152. * Static pages
  153. */
  154. .page h3 {
  155. color: #555;
  156. }
  157. .page .banner {
  158. margin-top: 1em;
  159. }
  160. .banner h2 {
  161. /* Fixes scrolling to anchors with the fixed navbar. */
  162. margin-top: -60px;
  163. padding-top: 70px;
  164. display: inline-block;
  165. }
  166. img.feature,
  167. img.made-with-torque {
  168. width: 128px;
  169. border-radius: 3px;
  170. }
  171. @media (max-width: 360px) {
  172. img.feature,
  173. img.made-with-torque {
  174. width: 96px;
  175. }
  176. }
  177. img.history {
  178. margin: 1em;
  179. }
  180. table.history > tbody > tr > td:first-child {
  181. font-weight: bold;
  182. width: 4em;
  183. display: inline-block;
  184. }
  185. table.download > tbody > tr > td:first-child {
  186. min-width: 10em;
  187. font-weight: bold;
  188. }
  189. table.versioning > tbody > tr > td:first-child {
  190. min-width: 8em;
  191. }
  192. /*-----------------------------------------------------------------------------
  193. * Posts
  194. */
  195. .meta {
  196. margin-top: 10px;
  197. }