style.css 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. /*
  2. * Fonts
  3. */
  4. @font-face {
  5. font-family: 'ffdn';
  6. src: url('../fonts/ffdn.eot');
  7. src: url('../fonts/ffdn.eot?#iefix') format('embedded-opentype'),
  8. url('../fonts/ffdn.woff') format('woff'),
  9. url('../fonts/ffdn.ttf') format('truetype');
  10. font-weight: normal;
  11. font-style: normal;
  12. }
  13. @font-face {
  14. font-family: 'Inconsolata';
  15. src: local('Inconsolata');
  16. src: url('../fonts/inconsolata.eot');
  17. src: url('../fonts/inconsolata.eot?#iefix') format('embedded-opentype'),
  18. url('../fonts/inconsolata.woff') format('woff'),
  19. url('../fonts/inconsolata.ttf') format('truetype');
  20. font-weight: normal;
  21. font-style: normal;
  22. }
  23. @font-face {
  24. font-family: 'DejaVu Sans';
  25. src: local('DejaVu Sans');
  26. src: url('../fonts/dejavusans.eot');
  27. src: url('../fonts/dejavusans.eot?#iefix') format('embedded-opentype'),
  28. url('../fonts/dejavusans.woff') format('woff'),
  29. url('../fonts/dejavusans.ttf') format('truetype');
  30. font-weight: normal;
  31. font-style: normal;
  32. }
  33. @font-face {
  34. font-family: 'DejaVu Sans';
  35. src: local('DejaVu Sans Bold');
  36. src: url('../fonts/dejavusans-bold.eot');
  37. src: url('../fonts/dejavusans-bold.eot?#iefix') format('embedded-opentype'),
  38. url('../fonts/dejavusans-bold.woff') format('woff'),
  39. url('../fonts/dejavusans-bold.ttf') format('truetype');
  40. font-weight: bold;
  41. font-style: normal;
  42. }
  43. @font-face {
  44. font-family: 'DejaVu Sans';
  45. src: local('DejaVu Sans Oblique');
  46. src: url('../fonts/dejavusans-oblique.eot');
  47. src: url('../fonts/dejavusans-oblique.eot?#iefix') format('embedded-opentype'),
  48. url('../fonts/dejavusans-oblique.woff') format('woff'),
  49. url('../fonts/dejavusans-oblique.ttf') format('truetype');
  50. font-weight: normal;
  51. font-style: oblique;
  52. }
  53. @font-face {
  54. font-family: 'DejaVu Sans';
  55. src: local('DejaVu Sans Bold Oblique');
  56. src: url('../fonts/dejavusans-boldoblique.eot');
  57. src: url('../fonts/dejavusans-boldoblique.eot?#iefix') format('embedded-opentype'),
  58. url('../fonts/dejavusans-boldoblique.woff') format('woff'),
  59. url('../fonts/dejavusans-boldoblique.ttf') format('truetype');
  60. font-weight: bold;
  61. font-style: oblique;
  62. }
  63. /*
  64. * Global
  65. */
  66. html, body {
  67. height: 100%;
  68. font-family: 'DejaVu Sans';
  69. font-size: 13px;
  70. font-weight: normal;
  71. font-style: normal;
  72. }
  73. h1 {
  74. font-size: 34px;
  75. }
  76. h2 {
  77. font-size: 28px;
  78. }
  79. h3 {
  80. font-size: 22px;
  81. }
  82. h4 {
  83. font-size: 17px;
  84. }
  85. h5 {
  86. font-size: 14px;
  87. }
  88. h6 {
  89. font-size: 11.9px;
  90. }
  91. h1 small {
  92. font-size: 22px;
  93. }
  94. h2 small {
  95. font-size: 17px;
  96. }
  97. h3 small {
  98. font-size: 14px;
  99. }
  100. h4 small {
  101. font-size: 14px;
  102. }
  103. /*
  104. * Navbar
  105. */
  106. input#search-input {
  107. position: relative;
  108. padding-left: 23px;
  109. }
  110. .navbar-search:before {
  111. content:'';
  112. display: block;
  113. width: 14px;
  114. height: 14px;
  115. background-image: url(../img/glyphicons-halflings.png);
  116. background-position: -48px 0;
  117. position: absolute;
  118. top: 9px;
  119. left: 8px;
  120. z-index:99;
  121. opacity: 0.5;
  122. }
  123. .navbar .brand {
  124. font-weight: normal !important;
  125. padding: 10px 20px 0 20px;
  126. line-height: 22px;
  127. }
  128. #ffdn-header {
  129. font-family: ffdn;
  130. font-size: 24px;
  131. letter-spacing: 1px;
  132. display: inline-block;
  133. vertical-align: text-bottom;
  134. }
  135. #ffdn-header span {
  136. display: inline-block;
  137. }
  138. .brand:hover #ffdn-header {
  139. animation-duration: 0.6s;
  140. animation-name: lulz1;
  141. }
  142. @keyframes lulz1 {
  143. 0% {
  144. transform: scaleX(1);
  145. transform: scaleY(0.5);
  146. }
  147. 50% {
  148. transform: scaleX(1.5);
  149. }
  150. }
  151. /*
  152. * Main
  153. */
  154. #main-container {
  155. margin-top: 25px;
  156. }
  157. #main-container .page-header {
  158. margin-top: 0;
  159. padding-bottom: 4px;
  160. }
  161. #main-container .page-header h3 {
  162. margin: 0;
  163. display: inline;
  164. }
  165. #main-container #homepage .span3 {
  166. margin-left: 15px;
  167. }
  168. #map {
  169. height: 600px;
  170. }
  171. .leaflet-popup-content {
  172. margin: 8px 10px 6px 10px;
  173. }
  174. @media (min-width: 768px) and (max-width: 979px) {
  175. #map {
  176. height: 500px;
  177. }
  178. }
  179. @media (max-width: 767px) {
  180. #map {
  181. height: 400px;
  182. }
  183. #main-container .span3 {
  184. margin: 15px 0 0;
  185. }
  186. }
  187. .project-list .btn-small {
  188. padding-right: 6px;
  189. padding-left: 6px;
  190. }
  191. .project-choice {
  192. padding: 30px;
  193. background-color: #dddddd;
  194. -webkit-border-radius: 6px;
  195. -moz-border-radius: 6px;
  196. border-radius: 6px;
  197. }
  198. .same-height-hack {
  199. margin-bottom: -99999px;
  200. padding-bottom: 99999px;
  201. }
  202. .same-height-borderfix {
  203. margin-top: -15px;
  204. padding: 0;
  205. }
  206. .project-choice h3 {
  207. text-align: center;
  208. }
  209. /*
  210. * Forms & stuff
  211. */
  212. .control-group.required label:before {
  213. content: '*';
  214. color: red;
  215. padding-right: 5px;
  216. }
  217. .fieldlist, .formfield {
  218. margin: 0;
  219. padding: 0;
  220. list-style-type: none;
  221. display: inline-block;
  222. }
  223. .fieldlist li {
  224. margin: 0 0 2px 0;
  225. padding: 0;
  226. }
  227. .formfield li {
  228. display: inline;
  229. margin-right: 3px;
  230. }
  231. .formfield li .bootstrap-select {
  232. width: 190px;
  233. }
  234. .formfield li .bootstrap-select .filter-option {
  235. font-size: 0.9em !important;
  236. }
  237. .formfield li .bootstrap-select .dropdown-menu li {
  238. display: list-item;
  239. }
  240. .input-middle input:first-of-type {
  241. border-top-left-radius: 4px;
  242. border-bottom-left-radius: 4px;
  243. }
  244. .input-middle input:last-of-type {
  245. border-top-right-radius: 4px;
  246. border-bottom-right-radius: 4px;
  247. }
  248. .form-horizontal .help-block {
  249. margin-top: 0 !important;
  250. }
  251. pre#validator {
  252. height: 500px;
  253. background-color: white;
  254. overflow-x: auto;
  255. font-family: inconsolata, monospace;
  256. font-size: 13px;
  257. background-color: #333333;
  258. color: #ffffff;
  259. }
  260. /**
  261. * Schema Spec / RST
  262. */
  263. #format_spec {
  264. margin-bottom: 30px;
  265. }
  266. .rst .docinfo-name {
  267. text-align: left;
  268. padding-right: 7px;
  269. }
  270. .rst .title {
  271. font-size: 2.2em;
  272. line-height: normal;
  273. margin: 0;
  274. }
  275. .rst .subtitle {
  276. font-size: 1.5em;
  277. line-height: normal;
  278. margin: 0 0 25px 0;
  279. }
  280. .rst .section > :first-child {
  281. margin-top: 15px;
  282. }