style.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. @font-face {
  2. font-family: 'ffdn';
  3. src: url('../fonts/ffdn.eot');
  4. src: url('../fonts/ffdn.eot?#iefix') format('embedded-opentype'),
  5. url('../fonts/ffdn.woff') format('woff'),
  6. url('../fonts/ffdn.ttf') format('truetype');
  7. font-weight: normal;
  8. font-style: normal;
  9. }
  10. @font-face {
  11. font-family: 'inconsolata';
  12. src: url('../fonts/inconsolata.eot');
  13. src: url('../fonts/inconsolata.eot?#iefix') format('embedded-opentype'),
  14. url('../fonts/inconsolata.woff') format('woff'),
  15. url('../fonts/inconsolata.ttf') format('truetype');
  16. font-weight: normal;
  17. font-style: normal;
  18. }
  19. #main-container {
  20. margin-top: 25px;
  21. }
  22. #main-container .page-header {
  23. margin-top: 0;
  24. }
  25. #main-container .page-header h2 {
  26. margin: 0;
  27. display: inline;
  28. }
  29. #main-container .span3 {
  30. margin-left: 15px;
  31. }
  32. input#search-input {
  33. position: relative;
  34. padding-left: 23px;
  35. }
  36. .navbar-search:before {
  37. content:'';
  38. display: block;
  39. width: 14px;
  40. height: 14px;
  41. background-image: url(../img/glyphicons-halflings.png);
  42. background-position: -48px 0;
  43. position: absolute;
  44. top: 9px;
  45. left: 8px;
  46. z-index:99;
  47. opacity: 0.5;
  48. }
  49. #ffdn-header {
  50. font-family: ffdn;
  51. font-size: 24px;
  52. letter-spacing: 1px;
  53. display: inline-block;
  54. vertical-align: text-bottom;
  55. }
  56. #ffdn-header span {
  57. display: inline-block;
  58. }
  59. .brand:hover #ffdn-header {
  60. animation-duration: 0.6s;
  61. animation-name: lulz1;
  62. }
  63. @keyframes lulz1 {
  64. 0% {
  65. transform: scaleX(1);
  66. transform: scaleY(0.5);
  67. }
  68. 50% {
  69. transform: scaleX(1.5);
  70. }
  71. }
  72. #map {
  73. height: 600px;
  74. }
  75. .leaflet-popup-content {
  76. margin: 8px 10px 6px 10px;
  77. }
  78. @media (min-width: 768px) and (max-width: 979px) {
  79. #map {
  80. height: 500px;
  81. }
  82. }
  83. @media (max-width: 767px) {
  84. #map {
  85. height: 400px;
  86. }
  87. #main-container .span3 {
  88. margin: 15px 0 0;
  89. }
  90. }
  91. .project-list .btn-small {
  92. padding-right: 6px;
  93. padding-left: 6px;
  94. }
  95. .project-choice {
  96. padding: 30px;
  97. background-color: #dddddd;
  98. -webkit-border-radius: 6px;
  99. -moz-border-radius: 6px;
  100. border-radius: 6px;
  101. }
  102. .same-height-hack {
  103. margin-bottom: -99999px;
  104. padding-bottom: 99999px;
  105. }
  106. .same-height-borderfix {
  107. margin-top: -15px;
  108. padding: 0;
  109. }
  110. .project-choice h3 {
  111. text-align: center;
  112. }
  113. /*
  114. * Forms & stuff
  115. */
  116. .control-group.required label:before {
  117. content: '*';
  118. color: red;
  119. padding-right: 5px;
  120. }
  121. .fieldlist, .formfield {
  122. margin: 0;
  123. padding: 0;
  124. list-style-type: none;
  125. display: inline-block;
  126. }
  127. .fieldlist li {
  128. margin: 0 0 2px 0;
  129. padding: 0;
  130. }
  131. .formfield li {
  132. display: inline;
  133. margin-right: 3px;
  134. }
  135. .formfield li .bootstrap-select {
  136. width: 190px;
  137. }
  138. .formfield li .bootstrap-select .filter-option {
  139. font-size: 0.9em !important;
  140. }
  141. .formfield li .bootstrap-select .dropdown-menu li {
  142. display: list-item;
  143. }
  144. .input-middle input:first-of-type {
  145. border-top-left-radius: 4px;
  146. border-bottom-left-radius: 4px;
  147. }
  148. .input-middle input:last-of-type {
  149. border-top-right-radius: 4px;
  150. border-bottom-right-radius: 4px;
  151. }
  152. .form-horizontal .help-block {
  153. margin-top: 0 !important;
  154. }
  155. pre#validator {
  156. height: 500px;
  157. background-color: white;
  158. overflow-x: auto;
  159. font-family: inconsolata, monospace;
  160. font-size: 13px;
  161. background-color: #333333;
  162. color: #ffffff;
  163. }
  164. /**
  165. * Schema Spec / RST
  166. */
  167. #format_spec {
  168. margin-bottom: 30px;
  169. }
  170. .rst .docinfo-name {
  171. text-align: left;
  172. padding-right: 7px;
  173. }
  174. .rst .title {
  175. font-size: 2.2em;
  176. line-height: normal;
  177. margin: 0;
  178. }
  179. .rst .subtitle {
  180. font-size: 1.5em;
  181. line-height: normal;
  182. margin: 0 0 25px 0;
  183. }
  184. .rst .section > :first-child {
  185. margin-top: 15px;
  186. }