main.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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. .site .media:first-child {
  34. margin-top: 15px;
  35. }
  36. .site .carousel-control.right,
  37. .site .carousel-control.left {
  38. background: none;
  39. background-image: none;
  40. opacity: 1.0;
  41. text-shadow: none;
  42. }
  43. .site .carousel-indicators {
  44. bottom: -40px;
  45. }
  46. .carousel-inner a {
  47. color: white;
  48. }
  49. .site .carousel-indicators li {
  50. border-radius: 3px;
  51. }
  52. .site .carousel-inner .item {
  53. width: 80%;
  54. margin-left: 10%;
  55. }
  56. /*-----------------------------------------------------------------------------
  57. * Site
  58. */
  59. #torque-logo {
  60. width: 140px;
  61. }
  62. @media (max-width: 768px) {
  63. .jumbotron.banner .row,
  64. .jumbotron.banner .row p {
  65. text-align: center;
  66. }
  67. }
  68. span.post-title {
  69. font-weight: bold;
  70. }
  71. span.date {
  72. color: gray;
  73. margin-right: 1em;
  74. }
  75. h4 a,
  76. h4 a:hover {
  77. color: rgb(51, 51, 51);
  78. }
  79. a.media-subheading,
  80. a.media-subheading:hover {
  81. color: #666;
  82. font-style: italic;
  83. font-size: 90%;
  84. }
  85. .dropdown-toggle i {
  86. margin-left: 0.3em;
  87. }
  88. .site {
  89. margin: 51px auto 2em;
  90. line-height: 1.5em;
  91. }
  92. .site .banner {
  93. background-color: #a00;
  94. color: white;
  95. }
  96. .break {
  97. height: 144px;
  98. width: 760px;
  99. left: 50%;
  100. margin-left: -380px;
  101. text-align: center;
  102. margin-top: 2em;
  103. }
  104. .break img {
  105. border-radius: 3px;
  106. }
  107. .site .banner .col-sm-4 {
  108. text-align: center;
  109. }
  110. .site .carousel-control i {
  111. position: absolute;
  112. top: 50%;
  113. }
  114. .footer {
  115. font-size: 80%;
  116. color: #666;
  117. margin-top: 2em;
  118. overflow: hidden;
  119. }
  120. .footer .rss img {
  121. border: 0;
  122. }
  123. .site ol ol {
  124. list-style-type: lower-alpha;
  125. }
  126. /*-----------------------------------------------------------------------------
  127. * Static pages
  128. */
  129. .page h3 {
  130. color: #555;
  131. }
  132. .page .banner {
  133. margin-top: 1em;
  134. }
  135. .banner h2 {
  136. /* Fixes scrolling to anchors with the fixed navbar. */
  137. margin-top: -60px;
  138. padding-top: 70px;
  139. display: inline-block;
  140. }
  141. img.feature,
  142. img.made-with-torque {
  143. width: 128px;
  144. border-radius: 3px;
  145. }
  146. @media (max-width: 360px) {
  147. img.feature,
  148. img.made-with-torque {
  149. width: 96px;
  150. }
  151. }
  152. img.history {
  153. margin: 1em;
  154. }
  155. table.history > tbody > tr > td:first-child {
  156. font-weight: bold;
  157. width: 4em;
  158. display: inline-block;
  159. }
  160. table.download > tbody > tr > td:first-child {
  161. min-width: 10em;
  162. font-weight: bold;
  163. }
  164. table.versioning > tbody > tr > td:first-child {
  165. min-width: 8em;
  166. }
  167. /*-----------------------------------------------------------------------------
  168. * Posts
  169. */
  170. .meta {
  171. margin-top: 10px;
  172. }