Letlabo Nature Reserve
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377
  1. .widget h4,.widget h5 {
  2. font-weight:700;
  3. margin-bottom:20px;
  4. }
  5. /* === Bootstrap style === */
  6. .img-polaroid {
  7. padding: 4px;
  8. background-color: #fff;
  9. border: 1px solid #e9e9e9;
  10. -webkit-box-shadow: none;
  11. -moz-box-shadow: none;
  12. box-shadow: none;
  13. }
  14. .img-rounded {
  15. -webkit-border-radius: 2px;
  16. -moz-border-radius: 2px;
  17. border-radius: 2px;
  18. }
  19. .img-circle.bordered {
  20. -webkit-border-radius: 500px;
  21. -moz-border-radius: 500px;
  22. border-radius: 500px;
  23. background-color: #fff;
  24. border: 1px solid #e9e9e9;
  25. }
  26. code,
  27. pre {
  28. -webkit-border-radius: 2px;
  29. -moz-border-radius: 2px;
  30. border-radius: 2px;
  31. }
  32. pre {
  33. -webkit-border-radius: 2px;
  34. -moz-border-radius: 2px;
  35. border-radius: 2px;
  36. }
  37. blockquote{
  38. margin: 0 0 20px;
  39. }
  40. label,
  41. input,
  42. button,
  43. select,
  44. textarea {
  45. font-size: 13px;
  46. font-weight: normal;
  47. }
  48. label{
  49. font-weight: bold;
  50. color:#353535;
  51. }
  52. input,
  53. button,
  54. select,
  55. textarea {
  56. font-family:'Open Sans', Arial, sans-serif;
  57. font-size: 13px;
  58. }
  59. select{
  60. font-size: 13px;
  61. line-height: 20px;
  62. background:#fbfbfb;
  63. border-color: #919191 #919191 #b3b3b3;
  64. color: #999999;
  65. -webkit-box-shadow: inset 0 1px 3px #cacaca;
  66. -moz-box-shadow: inset 0 1px 3px #cacaca;
  67. box-shadow: inset 0 1px 3px #cacaca;
  68. -webkit-border-radius: 2px;
  69. -moz-border-radius: 2px;
  70. border-radius: 2px;
  71. }
  72. select,
  73. textarea,
  74. input[type="text"],
  75. input[type="password"],
  76. input[type="datetime"],
  77. input[type="datetime-local"],
  78. input[type="date"],
  79. input[type="month"],
  80. input[type="time"],
  81. input[type="week"],
  82. input[type="number"],
  83. input[type="email"],
  84. input[type="url"],
  85. input[type="search"],
  86. input[type="tel"],
  87. input[type="color"],
  88. .uneditable-input {
  89. -webkit-border-radius: 0;
  90. -moz-border-radius: 0;
  91. border-radius: 0;
  92. }
  93. input.input-block-level{
  94. padding:20px;
  95. }
  96. .input-append input,
  97. .input-prepend input,
  98. .input-append select,
  99. .input-prepend select,
  100. .input-append .uneditable-input,
  101. .input-prepend .uneditable-input {
  102. -webkit-border-radius: 0 0 0 0;
  103. -moz-border-radius: 0 0 0 0;
  104. border-radius: 0 0 0 0;
  105. }
  106. .input-prepend .add-on:first-child,
  107. .input-prepend .btn:first-child {
  108. -webkit-border-radius: 0 0 0 0;
  109. -moz-border-radius: 0 0 0 0;
  110. border-radius: 0 0 0 0;
  111. }
  112. .input-append input,
  113. .input-append select,
  114. .input-append .uneditable-input {
  115. -webkit-border-radius: 0 0 0 0;
  116. -moz-border-radius: 0 0 0 0;
  117. border-radius: 0 0 0 0;
  118. }
  119. .input-append input + .btn-group .btn:last-child,
  120. .input-append select + .btn-group .btn:last-child,
  121. .input-append .uneditable-input + .btn-group .btn:last-child {
  122. -webkit-border-radius: 0 0 0 0;
  123. -moz-border-radius: 0 0 0 0;
  124. border-radius: 0 0 0 0;
  125. }
  126. .input-append .add-on:last-child,
  127. .input-append .btn:last-child,
  128. .input-append .btn-group:last-child > .dropdown-toggle {
  129. -webkit-border-radius: 0 0 0 0;
  130. -moz-border-radius: 0 0 0 0;
  131. border-radius: 0 0 0 0;
  132. }
  133. .input-prepend.input-append input,
  134. .input-prepend.input-append select,
  135. .input-prepend.input-append .uneditable-input {
  136. -webkit-border-radius: 0;
  137. -moz-border-radius: 0;
  138. border-radius: 0;
  139. }
  140. .input-prepend.input-append input + .btn-group .btn,
  141. .input-prepend.input-append select + .btn-group .btn,
  142. .input-prepend.input-append .uneditable-input + .btn-group .btn {
  143. -webkit-border-radius: 0 0 0 0;
  144. -moz-border-radius: 0 0 0 0;
  145. border-radius: 0 0 0 0;
  146. }
  147. .input-prepend.input-append .add-on:first-child,
  148. .input-prepend.input-append .btn:first-child {
  149. margin-right: -1px;
  150. -webkit-border-radius: 0 0 0 0;
  151. -moz-border-radius: 0 0 0 0;
  152. border-radius: 0 0 0 0;
  153. }
  154. .input-prepend.input-append .add-on:last-child,
  155. .input-prepend.input-append .btn:last-child {
  156. margin-left: -1px;
  157. -webkit-border-radius: 0 0 0 0;
  158. -moz-border-radius: 0 0 0 0;
  159. border-radius: 0 0 0 0;
  160. }
  161. textarea:focus,
  162. input[type="text"]:focus,
  163. input[type="password"]:focus,
  164. input[type="datetime"]:focus,
  165. input[type="datetime-local"]:focus,
  166. input[type="date"]:focus,
  167. input[type="month"]:focus,
  168. input[type="time"]:focus,
  169. input[type="week"]:focus,
  170. input[type="number"]:focus,
  171. input[type="email"]:focus,
  172. input[type="url"]:focus,
  173. input[type="search"]:focus,
  174. input[type="tel"]:focus,
  175. input[type="color"]:focus,
  176. .uneditable-input:focus {
  177. outline: 0;
  178. outline: thin dotted \9;
  179. /* IE6-9 */
  180. }
  181. input.search-query {
  182. margin-bottom: 0;
  183. -webkit-border-radius: 0 0 0 0;
  184. -moz-border-radius: 0 0 0 0;
  185. border-radius: 0 0 0 0;
  186. }
  187. .form-search .input-append .search-query {
  188. -webkit-border-radius: 0 0 0 0;
  189. -moz-border-radius: 0 0 0 0;
  190. border-radius: 0 0 0 0;
  191. }
  192. .form-search .input-append .btn {
  193. -webkit-border-radius: 0 0 0 0;
  194. -moz-border-radius: 0 0 0 0;
  195. border-radius: 0 0 0 0;
  196. }
  197. .form-search .input-prepend .search-query {
  198. -webkit-border-radius: 0 0 0 0;
  199. -moz-border-radius: 0 0 0 0;
  200. border-radius: 0 0 0 0;
  201. }
  202. .form-search .input-prepend .btn {
  203. -webkit-border-radius: 0 0 0 0;
  204. -moz-border-radius: 0 0 0 0;
  205. border-radius: 0 0 0 0;
  206. }
  207. .table-bordered {
  208. -webkit-border-radius: 0 0 0 0;
  209. -moz-border-radius: 0 0 0 0;
  210. border-radius: 0 0 0 0;
  211. }
  212. .table-bordered thead:first-child tr:first-child > th:first-child,
  213. .table-bordered tbody:first-child tr:first-child > td:first-child {
  214. -webkit-border-top-left-radius: 2px;
  215. border-top-left-radius: 2px;
  216. -moz-border-radius-topleft: 2px;
  217. }
  218. .table-bordered thead:first-child tr:first-child > th:last-child,
  219. .table-bordered tbody:first-child tr:first-child > td:last-child {
  220. -webkit-border-top-right-radius: 2px;
  221. border-top-right-radius: 2px;
  222. -moz-border-radius-topright: 2px;
  223. }
  224. .table-bordered thead:last-child tr:last-child > th:first-child,
  225. .table-bordered tbody:last-child tr:last-child > td:first-child,
  226. .table-bordered tfoot:last-child tr:last-child > td:first-child {
  227. -webkit-border-bottom-left-radius: 2px;
  228. border-bottom-left-radius: 2px;
  229. -moz-border-radius-bottomleft: 2px;
  230. }
  231. .table-bordered thead:last-child tr:last-child > th:last-child,
  232. .table-bordered tbody:last-child tr:last-child > td:last-child,
  233. .table-bordered tfoot:last-child tr:last-child > td:last-child {
  234. -webkit-border-bottom-right-radius: 2px;
  235. border-bottom-right-radius: 2px;
  236. -moz-border-radius-bottomright: 2px;
  237. }
  238. .table-bordered caption + thead tr:first-child th:first-child,
  239. .table-bordered caption + tbody tr:first-child td:first-child,
  240. .table-bordered colgroup + thead tr:first-child th:first-child,
  241. .table-bordered colgroup + tbody tr:first-child td:first-child {
  242. -webkit-border-top-left-radius: 2px;
  243. border-top-left-radius: 2px;
  244. -moz-border-radius-topleft: 2px;
  245. }
  246. .table-bordered caption + thead tr:first-child th:last-child,
  247. .table-bordered caption + tbody tr:first-child td:last-child,
  248. .table-bordered colgroup + thead tr:first-child th:last-child,
  249. .table-bordered colgroup + tbody tr:first-child td:last-child {
  250. -webkit-border-top-right-radius: 2px;
  251. border-top-right-radius: 2px;
  252. -moz-border-radius-topright: 2px;
  253. }
  254. .dropdown-menu {
  255. *border-right-width: 0;
  256. *border-bottom-width: 0;
  257. -webkit-border-radius: 0;
  258. -moz-border-radius: 0;
  259. border-radius: 0;
  260. }
  261. .dropdown-submenu > .dropdown-menu {
  262. -webkit-border-radius: 0 0 0 0;
  263. -moz-border-radius: 0 0 0 0;
  264. border-radius: 0 0 0 0;
  265. }
  266. .dropup .dropdown-submenu > .dropdown-menu {
  267. -webkit-border-radius: 0 0 0 0;
  268. -moz-border-radius: 0 0 0 0;
  269. border-radius: 0 0 0 0;
  270. }
  271. .dropdown-submenu.pull-left > .dropdown-menu {
  272. left: -100%;
  273. margin-left: 10px;
  274. -webkit-border-radius: 0 0 0 0;
  275. -moz-border-radius: 0 0 0 0;
  276. border-radius: 0 0 0 0;
  277. }
  278. .typeahead {
  279. z-index: 1051;
  280. margin-top: 2px;
  281. -webkit-border-radius: 2px;
  282. -moz-border-radius: 2px;
  283. border-radius: 2px;
  284. }
  285. /* --- lists --- */
  286. ul,
  287. ol {
  288. padding: 0;
  289. margin: 0 0 10px 25px;
  290. }
  291. ul ul,
  292. ul ol,
  293. ol ol,
  294. ol ul {
  295. margin-bottom: 0;
  296. }
  297. li {
  298. line-height: 1.6em;
  299. }
  300. ul.unstyled,
  301. ol.unstyled {
  302. margin-left: 0;
  303. list-style: none;
  304. }
  305. ul.inline,
  306. ol.inline {
  307. margin-left: 0;
  308. list-style: none;
  309. }
  310. ul.inline > li,
  311. ol.inline > li {
  312. display: inline-block;
  313. *display: inline;
  314. padding-right: 5px;
  315. padding-left: 5px;
  316. *zoom: 1;
  317. }
  318. dl {
  319. margin-bottom: 20px;
  320. }
  321. dt,
  322. dd {
  323. line-height: 1.6em;
  324. }
  325. dt {
  326. font-weight: 700;
  327. }
  328. dd {
  329. margin-left: 20px;
  330. }
  331. .dl-horizontal {
  332. *zoom: 1;
  333. }
  334. .dl-horizontal:before,
  335. .dl-horizontal:after {
  336. display: table;
  337. line-height: 0;
  338. content: "";
  339. }
  340. .dl-horizontal:after {
  341. clear: both;
  342. }
  343. .dl-horizontal dt {
  344. float: left;
  345. width: 160px;
  346. overflow: hidden;
  347. clear: left;
  348. text-align: right;
  349. text-overflow: ellipsis;
  350. white-space: nowrap;
  351. }
  352. .dl-horizontal dd {
  353. margin-left: 180px;
  354. }
  355. .media{
  356. margin-top: 0;
  357. margin-bottom: 30px;
  358. }
  359. .media .media {
  360. margin-top: 30px;
  361. margin-bottom: 0;
  362. }
  363. .media-body{
  364. position:relative;
  365. }
  366. .well {
  367. -webkit-border-radius: 2px;
  368. -moz-border-radius: 2px;
  369. border-radius: 2px;
  370. }
  371. .well-large {
  372. -webkit-border-radius: 2px;
  373. -moz-border-radius: 2px;
  374. border-radius: 2px;
  375. }
  376. .well-small {
  377. -webkit-border-radius: 2px;
  378. -moz-border-radius: 2px;
  379. border-radius: 2px;
  380. }
  381. /* === bootstrap button === */
  382. .btn {
  383. font-size: 12px;
  384. text-transform:uppercase;
  385. text-shadow: none;
  386. background-image:none;
  387. border-color: none;
  388. border-bottom-color: none;
  389. -webkit-box-shadow: none;
  390. -moz-box-shadow: none;
  391. box-shadow: none;
  392. }
  393. .btn {
  394. outline:0;
  395. -webkit-border-radius: 2px;
  396. -moz-border-radius: 2px;
  397. border-radius: 2px;
  398. }
  399. a.btn,.btn:focus {
  400. outline:0;
  401. }
  402. .btn-medium {
  403. padding: 6px 15px;
  404. font-size: 13px;
  405. -webkit-border-radius: 2px;
  406. -moz-border-radius: 2px;
  407. border-radius: 2px;
  408. }
  409. .btn-large {
  410. font-size: 14px;
  411. -webkit-border-radius: 2px;
  412. -moz-border-radius: 2px;
  413. border-radius: 2px;
  414. }
  415. .btn-small {
  416. font-size: 11px;
  417. -webkit-border-radius: 2px;
  418. -moz-border-radius: 2px;
  419. border-radius: 2px;
  420. }
  421. .btn-mini {
  422. font-size: 10px;
  423. -webkit-border-radius: 2px;
  424. -moz-border-radius: 2px;
  425. border-radius: 2px;
  426. }
  427. /* edges */
  428. .btn-square {
  429. -webkit-border-radius: 0;
  430. -moz-border-radius: 0;
  431. border-radius: 0;
  432. }
  433. .btn-medium.btn-mini {
  434. -webkit-border-radius: 10px;
  435. -moz-border-radius: 10px;
  436. border-radius: 10px;
  437. }
  438. .btn-medium.btn-small {
  439. -webkit-border-radius: 11px;
  440. -moz-border-radius: 11px;
  441. border-radius: 11px;
  442. }
  443. .btn-rounded {
  444. -webkit-border-radius: 12px;
  445. -moz-border-radius: 12px;
  446. border-radius: 12px;
  447. }
  448. .btn-medium.btn-rounded {
  449. -webkit-border-radius: 16px;
  450. -moz-border-radius: 16px;
  451. border-radius: 16px;
  452. }
  453. .btn-large.btn-rounded {
  454. -webkit-border-radius: 24px;
  455. -moz-border-radius: 24px;
  456. border-radius: 24px;
  457. }
  458. .btn-group > .btn:first-child {
  459. -webkit-border-bottom-left-radius: 2px;
  460. border-bottom-left-radius: 2px;
  461. -webkit-border-top-left-radius: 2px;
  462. border-top-left-radius: 2px;
  463. -moz-border-radius-bottomleft: 2px;
  464. -moz-border-radius-topleft: 2px;
  465. }
  466. .btn-group > .btn:last-child,
  467. .btn-group > .dropdown-toggle {
  468. -webkit-border-top-right-radius: 2px;
  469. border-top-right-radius: 2px;
  470. -webkit-border-bottom-right-radius: 2px;
  471. border-bottom-right-radius: 2px;
  472. -moz-border-radius-topright: 2px;
  473. -moz-border-radius-bottomright: 2px;
  474. }
  475. .btn-group > .btn.large:first-child {
  476. margin-left: 0;
  477. -webkit-border-bottom-left-radius: 2px;
  478. border-bottom-left-radius: 2px;
  479. -webkit-border-top-left-radius: 2px;
  480. border-top-left-radius: 2px;
  481. -moz-border-radius-bottomleft: 2px;
  482. -moz-border-radius-topleft: 2px;
  483. }
  484. .btn-group > .btn.large:last-child,
  485. .btn-group > .large.dropdown-toggle {
  486. -webkit-border-top-right-radius: 2px;
  487. border-top-right-radius: 2px;
  488. -webkit-border-bottom-right-radius: 2px;
  489. border-bottom-right-radius: 2px;
  490. -moz-border-radius-topright: 2px;
  491. -moz-border-radius-bottomright: 2px;
  492. }
  493. .btn-group-vertical > .btn:first-child {
  494. -webkit-border-radius: 2px 2px 0 0;
  495. -moz-border-radius: 2px 2px 0 0;
  496. border-radius: 2px 2px 0 0;
  497. }
  498. .btn-group-vertical > .btn:last-child {
  499. -webkit-border-radius: 0 0 2px 2px;
  500. -moz-border-radius: 0 0 2px 2px;
  501. border-radius: 0 0 2px 2px;
  502. }
  503. .btn-group-vertical > .btn-large:first-child {
  504. -webkit-border-radius: 2px 2px 0 0;
  505. -moz-border-radius: 2px 2px 0 0;
  506. border-radius: 2px 2px 0 0;
  507. }
  508. .btn-group-vertical > .btn-large:last-child {
  509. -webkit-border-radius: 0 0 2px 2px;
  510. -moz-border-radius: 0 0 2px 2px;
  511. border-radius: 0 0 2px 2px;
  512. }
  513. .btn-primary {
  514. outline:0;
  515. background: #1C0113;
  516. }
  517. .btn-primary:hover {
  518. background: #170110;
  519. }
  520. .btn-info {
  521. background: #5E9FA3;
  522. }
  523. .btn-info:hover {
  524. background: #569498;
  525. }
  526. .btn-success {
  527. background: #11766D;
  528. }
  529. .btn-success:hover {
  530. background: #0e6a62;
  531. }
  532. .btn-warning {
  533. background: #F0B300;
  534. }
  535. .btn-warning:hover {
  536. background: #e2a900;
  537. }
  538. .btn-danger {
  539. background: #a40b0b;
  540. }
  541. .btn-danger:hover {
  542. background: #990909;
  543. }
  544. .btn-inverse {
  545. background: #363636;
  546. }
  547. .btn-inverse:hover {
  548. background: #505050;
  549. }
  550. .btn-blue {
  551. border:1px solid #0a6d9b;
  552. color:#fff;
  553. background: #0a6d9b;
  554. }
  555. .btn-blue:hover,.btn-blue:focus,.btn-blue:active {
  556. background: #085e86;
  557. color:#fff;
  558. }
  559. .btn-yellow {
  560. border:1px solid #efd70c;
  561. color:#fff;
  562. background: #efd70c;
  563. }
  564. .btn-yellow:hover,.btn-yellow:focus,.btn-yellow:active {
  565. background: #e4ce11;
  566. color:#fff;
  567. }
  568. .btn-red {
  569. border:1px solid #cf1a07;
  570. color:#fff;
  571. background: #cf1a07;
  572. }
  573. .btn-red:hover,.btn-red:focus,.btn-red:active {
  574. background: #c41a08;
  575. color:#fff;
  576. }
  577. .btn-orange {
  578. border:1px solid #ef5523;
  579. color:#fff;
  580. background: #ef5523;
  581. }
  582. .btn-orange:hover,.btn-orange:focus,.btn-orange:active {
  583. background: #e45121;
  584. color:#fff;
  585. }
  586. .btn-purple {
  587. border:1px solid #c81dbe;
  588. color:#fff;
  589. background: #c81dbe;
  590. }
  591. .btn-purple:hover,.btn-purple:focus,.btn-purple:active {
  592. background: #be1ab4;
  593. color:#fff;
  594. }
  595. .btn-green {
  596. border:1px solid #479c18;
  597. color:#fff;
  598. background: #479c18;
  599. }
  600. .btn-green:hover,.btn-green:focus,.btn-green:active {
  601. background: #3f8d15;
  602. color:#fff;
  603. }
  604. .btn-brown {
  605. border:1px solid #5c2009;
  606. color:#fff;
  607. background: #5c2009;
  608. }
  609. .btn-brown:hover,.btn-brown:focus,.btn-brown:active {
  610. background: #531d08;
  611. color:#fff;
  612. }
  613. .btn-pink {
  614. border:1px solid #f8127f;
  615. color:#fff;
  616. background: #f8127f;
  617. }
  618. .btn-pink:hover,.btn-pink:focus,.btn-pink:active {
  619. background: #ef1179;
  620. color:#fff;
  621. }
  622. .btn-dark {
  623. border:1px solid #18191a;
  624. color:#fff;
  625. background: #18191a;
  626. }
  627. .btn-dark:hover,#content a.btn-dark:hover {
  628. color:#fff;
  629. }
  630. .btn-theme {
  631. color:#fff;
  632. }
  633. .btn-theme:hover,.btn-theme:focus,.btn-theme:active{
  634. background: #18191a;
  635. color:#fff;
  636. border:1px solid #18191a;
  637. }
  638. /* ==== More buttons === */
  639. /* plain buttons */
  640. .btn.plain {
  641. display: inline-block;
  642. *display: inline;
  643. padding: 4px 12px;
  644. margin-bottom: 0;
  645. *margin-left: .3em;
  646. font-size: 13px;
  647. line-height: 20px;
  648. color: #333333;
  649. text-align: center;
  650. text-shadow: none;
  651. vertical-align: middle;
  652. cursor: pointer;
  653. background-color: #f5f5f5;
  654. *background-color: #e6e6e6;
  655. background-image: none;
  656. border: none;
  657. *border: 0;
  658. border-color: none;
  659. -webkit-border-radius: 2px;
  660. -moz-border-radius: 2px;
  661. border-radius: 2px;
  662. -webkit-box-shadow: none;
  663. -moz-box-shadow: none;
  664. box-shadow: none;
  665. }
  666. /* ==================================== */
  667. .alert {
  668. -webkit-border-radius: 2px;
  669. -moz-border-radius: 2px;
  670. border-radius: 2px;
  671. }
  672. .nav-tabs > li > a {
  673. -webkit-border-radius: 2px 2px 0 0;
  674. -moz-border-radius: 2px 2px 0 0;
  675. border-radius: 2px 2px 0 0;
  676. }
  677. .nav-pills > li > a {
  678. -webkit-border-radius: 2px;
  679. -moz-border-radius: 2px;
  680. border-radius: 2px;
  681. }
  682. .nav-tabs.nav-stacked > li:first-child > a {
  683. -webkit-border-top-right-radius: 2px;
  684. border-top-right-radius: 2px;
  685. -webkit-border-top-left-radius: 2px;
  686. border-top-left-radius: 2px;
  687. -moz-border-radius-topright: 2px;
  688. -moz-border-radius-topleft: 2px;
  689. }
  690. .nav-tabs.nav-stacked > li:last-child > a {
  691. -webkit-border-bottom-right-radius: 2px;
  692. border-bottom-right-radius: 2px;
  693. -webkit-border-bottom-left-radius: 2px;
  694. border-bottom-left-radius: 2px;
  695. -moz-border-radius-bottomright: 2px;
  696. -moz-border-radius-bottomleft: 2px;
  697. }
  698. .nav-tabs .dropdown-menu {
  699. -webkit-border-radius: 0 0 2px 2px;
  700. -moz-border-radius: 0 0 2px 2px;
  701. border-radius: 0 0 2px 2px;
  702. }
  703. .nav-pills .dropdown-menu {
  704. -webkit-border-radius: 2px;
  705. -moz-border-radius: 2px;
  706. border-radius: 2px;
  707. }
  708. .tabs-below > .nav-tabs > li > a {
  709. -webkit-border-radius: 0 0 2px 2px;
  710. -moz-border-radius: 0 0 2px 2px;
  711. border-radius: 0 0 2px 2px;
  712. }
  713. .tabs-left > .nav-tabs > li > a {
  714. -webkit-border-radius: 2px 0 0 2px;
  715. -moz-border-radius: 2px 0 0 2px;
  716. border-radius: 2px 0 0 2px;
  717. }
  718. .tabs-right > .nav-tabs > li > a {
  719. margin-left: -1px;
  720. -webkit-border-radius: 0 2px 2px 0;
  721. -moz-border-radius: 0 2px 2px 0;
  722. border-radius: 0 2px 2px 0;
  723. }
  724. .navbar-inner {
  725. position:relative;
  726. padding-right: 20px;
  727. padding-left: 20px;
  728. background-color:none;
  729. background-image: none;
  730. background-repeat: none;
  731. border: none;
  732. border-top:1px solid #2d2d2d;
  733. -webkit-border-radius: 2px;
  734. -moz-border-radius: 2px;
  735. border-radius: 2px;
  736. filter: none;
  737. *zoom: 1;
  738. -webkit-box-shadow: none;
  739. -moz-box-shadow: none;
  740. box-shadow: none;
  741. }
  742. .navbar-inverse .navbar-inner, .navbar-inner{
  743. position:relative;
  744. background-color: #0e0f0f;
  745. background-image: none;
  746. background-repeat: none;
  747. border: none;
  748. border-top:1px solid #2d2d2d;
  749. border-bottom:1px solid #060606;
  750. filter: none;
  751. *zoom: 1;
  752. -webkit-box-shadow: none;
  753. -moz-box-shadow: none;
  754. box-shadow: none;
  755. }
  756. .navbar .nav {
  757. border-right:none;
  758. border-left:none;
  759. }
  760. .navbar .nav > li > a {
  761. float: none;
  762. font-size:13px;
  763. padding: 10px 0 10px;
  764. margin-left:20px;
  765. margin-right:0;
  766. color: #999999;
  767. text-decoration: none;
  768. text-shadow: none;
  769. border-right:none;
  770. border-left:none;
  771. }
  772. .navbar .nav > li > a:hover,
  773. .navbar .nav > li > a:focus {
  774. color: #dddddd;
  775. background-color: none;
  776. background-image: none;
  777. background-repeat: repeat-x;
  778. filter: none;
  779. text-decoration: none;
  780. -webkit-box-shadow: none;
  781. -moz-box-shadow: none;
  782. box-shadow: none;
  783. }
  784. .navbar .nav > .active > a,
  785. .navbar .nav > .active > a:hover,
  786. .navbar .nav > .active > a:focus {
  787. color: #fff;
  788. background-image: none;
  789. background-image: none;
  790. filter: none;
  791. text-decoration: none;
  792. -webkit-box-shadow: none;
  793. -moz-box-shadow: none;
  794. box-shadow: none;
  795. }
  796. .navbar-search .search-query {
  797. -webkit-border-radius: 2px;
  798. -moz-border-radius: 2px;
  799. border-radius: 2px;
  800. }
  801. .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
  802. .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  803. -webkit-border-radius: 2px 0 2px 2px;
  804. -moz-border-radius: 2px 0 2px 2px;
  805. border-radius: 2px 0 2px 2px;
  806. }
  807. .navbar .btn-navbar {
  808. position:absolute;
  809. z-index:99999;
  810. left:0;
  811. }
  812. .dropdown-menu li {
  813. margin:0;
  814. padding:0;
  815. }
  816. .dropdown-menu li a {
  817. font-size:12px;
  818. padding:10px 15px 10px 15px;
  819. margin:0;
  820. text-shadow:none;
  821. border-bottom:1px solid #303030;
  822. }
  823. .dropdown-menu li > a:hover,
  824. .dropdown-menu li > a:focus,
  825. .dropdown-submenu:hover > a,
  826. .dropdown-menu .active > a,
  827. .dropdown-menu .active > a:hover {
  828. color: #ffffff;
  829. text-decoration: none;
  830. background-image: none;
  831. background-image: none;
  832. background-image: none;
  833. background-image: none;
  834. background-image: none;
  835. background-repeat: none;
  836. filter:none;
  837. }
  838. .dropdown-menu .sub-menu-level1, .dropdown-menu .sub-menu-level2 {left:100%;position:absolute;top:0;visibility:hidden;margin-top: 0;}
  839. .dropdown-menu li:hover .sub-menu-level1 {visibility:visible;}
  840. .dropdown-menu li li:hover .sub-menu-level2 {visibility:visible;}
  841. .nav-header {
  842. display: block;
  843. padding: 5px 10px;
  844. font-size:12px;
  845. font-weight: normal;
  846. line-height: 20px;
  847. color: #fff;
  848. text-shadow: none;
  849. text-transform: uppercase;
  850. }
  851. .dropdown-menu .divider {
  852. *width: 100%;
  853. height: 1px;
  854. margin: 9px 1px;
  855. *margin: -5px 0 5px;
  856. overflow: hidden;
  857. background-color: #0b0b0b;
  858. border-bottom: 1px solid #303030;
  859. }
  860. .nav-collapse .nav > li > .dropdown-menu:before,
  861. .nav-collapse .nav > li > .dropdown-menu:after {
  862. display: none;
  863. }
  864. .breadcrumb {
  865. float:left;
  866. padding:10px 20px;
  867. margin:0;
  868. list-style: none;
  869. background: none;
  870. -webkit-border-radius: 0;
  871. -moz-border-radius: 0;
  872. border-radius: 0;
  873. }
  874. .breadcrumb > li {
  875. display: inline-block;
  876. *display: inline;
  877. text-shadow: none;
  878. font-size:12px;
  879. *zoom: 1;
  880. margin:0;
  881. }
  882. .breadcrumb > .active {
  883. color: #797979;
  884. }
  885. .pagination ul {
  886. -webkit-border-radius: 0;
  887. -moz-border-radius: 0;
  888. border-radius: 0;
  889. -webkit-box-shadow: none;
  890. -moz-box-shadow: none;
  891. box-shadow: none;
  892. }
  893. .pagination ul > li > a,
  894. .pagination ul > li > span {
  895. float: left;
  896. padding: 4px 12px;
  897. line-height: 20px;
  898. text-decoration: none;
  899. background-color: #f4f4f4;
  900. border: 1px solid #cacaca;
  901. border-left-width: 0;
  902. }
  903. .pagination ul > li > a:hover{
  904. background:#ececec;
  905. }
  906. .pagination ul > .active > a,
  907. .pagination ul > .active > span {
  908. color: #fff;
  909. cursor: default;
  910. }
  911. .pagination ul > li:first-child > a,
  912. .pagination ul > li:first-child > span {
  913. -webkit-border-bottom-left-radius: 2px;
  914. border-bottom-left-radius: 2px;
  915. -webkit-border-top-left-radius: 2px;
  916. border-top-left-radius: 2px;
  917. -moz-border-radius-bottomleft: 2px;
  918. -moz-border-radius-topleft: 2px;
  919. }
  920. .pagination ul > li:last-child > a,
  921. .pagination ul > li:last-child > span {
  922. -webkit-border-top-right-radius: 2px;
  923. border-top-right-radius: 2px;
  924. -webkit-border-bottom-right-radius: 2px;
  925. border-bottom-right-radius: 2px;
  926. -moz-border-radius-topright: 2px;
  927. -moz-border-radius-bottomright: 2px;
  928. }
  929. .pagination-large ul > li:first-child > a,
  930. .pagination-large ul > li:first-child > span {
  931. -webkit-border-bottom-left-radius: 2px;
  932. border-bottom-left-radius: 2px;
  933. -webkit-border-top-left-radius: 2px;
  934. border-top-left-radius: 2px;
  935. -moz-border-radius-bottomleft: 2px;
  936. -moz-border-radius-topleft: 2px;
  937. }
  938. .pagination-large ul > li:last-child > a,
  939. .pagination-large ul > li:last-child > span {
  940. -webkit-border-top-right-radius: 2px;
  941. border-top-right-radius: 2px;
  942. -webkit-border-bottom-right-radius: 2px;
  943. border-bottom-right-radius: 2px;
  944. -moz-border-radius-topright: 2px;
  945. -moz-border-radius-bottomright: 2px;
  946. }
  947. .pagination-mini ul > li:first-child > a,
  948. .pagination-small ul > li:first-child > a,
  949. .pagination-mini ul > li:first-child > span,
  950. .pagination-small ul > li:first-child > span {
  951. -webkit-border-bottom-left-radius: 2px;
  952. border-bottom-left-radius: 2px;
  953. -webkit-border-top-left-radius: 2px;
  954. border-top-left-radius: 2px;
  955. -moz-border-radius-bottomleft: 2px;
  956. -moz-border-radius-topleft: 2px;
  957. }
  958. .pagination-mini ul > li:last-child > a,
  959. .pagination-small ul > li:last-child > a,
  960. .pagination-mini ul > li:last-child > span,
  961. .pagination-small ul > li:last-child > span {
  962. -webkit-border-top-right-radius: 2px;
  963. border-top-right-radius: 2px;
  964. -webkit-border-bottom-right-radius: 2px;
  965. border-bottom-right-radius: 2px;
  966. -moz-border-radius-topright: 2px;
  967. -moz-border-radius-bottomright: 2px;
  968. }
  969. .pagination-right {
  970. float: right;
  971. }
  972. .pager li > a,
  973. .pager li > span {
  974. -webkit-border-radius: 2px;
  975. -moz-border-radius: 2px;
  976. border-radius: 2px;
  977. }
  978. .modal {
  979. -webkit-border-radius: 2px;
  980. -moz-border-radius: 2px;
  981. border-radius: 2px;
  982. }
  983. .modal-footer {
  984. -webkit-border-radius: 0 0 2px 2px;
  985. -moz-border-radius: 0 0 2px 2px;
  986. border-radius: 0 0 2px 2px;
  987. }
  988. .tooltip-inner {
  989. -webkit-border-radius: 2px;
  990. -moz-border-radius: 2px;
  991. border-radius: 2px;
  992. }
  993. .popover {
  994. -webkit-border-radius: 2px;
  995. -moz-border-radius: 2px;
  996. border-radius: 2px;
  997. }
  998. .popover-title {
  999. -webkit-border-radius: 2px 2px 0 0;
  1000. -moz-border-radius: 2px 2px 0 0;
  1001. border-radius: 2px 2px 0 0;
  1002. }
  1003. .thumbnail {
  1004. background:#fbfbfb;
  1005. border: 1px solid #d5d5d5;
  1006. -webkit-border-radius: 2px;
  1007. -moz-border-radius: 2px;
  1008. border-radius: 2px;
  1009. -webkit-box-shadow: none;
  1010. -moz-box-shadow: none;
  1011. box-shadow: none;
  1012. }
  1013. .thumbnail p{
  1014. padding:0 10px 0 10px;
  1015. }
  1016. .thumbnail h1, .thumbnail h2, .thumbnail h3, .thumbnail h4, .thumbnail h5, .thumbnail h6{
  1017. padding:0 10px 0 10px;
  1018. margin:10px 0 10px 0;
  1019. }
  1020. .label,
  1021. .badge {
  1022. padding: 5px 10px;
  1023. }
  1024. .label {
  1025. -webkit-border-radius: 2px;
  1026. -moz-border-radius: 2px;
  1027. border-radius: 2px;
  1028. }
  1029. .badge {
  1030. -webkit-border-radius: 2px;
  1031. -moz-border-radius: 2px;
  1032. border-radius: 2px;
  1033. }
  1034. .progress {
  1035. -webkit-border-radius: 2px;
  1036. -moz-border-radius: 2px;
  1037. border-radius: 2px;
  1038. }
  1039. /* progress bar */
  1040. .bar.bar90 {
  1041. width:90%;
  1042. }
  1043. .bar.bar85 {
  1044. width:85%;
  1045. }
  1046. .bar.bar80 {
  1047. width:80%;
  1048. }
  1049. .bar.bar75 {
  1050. width:75%;
  1051. }
  1052. .bar.bar70 {
  1053. width:70%;
  1054. }
  1055. .bar.bar65 {
  1056. width:65%;
  1057. }
  1058. .bar.bar60 {
  1059. width:60%;
  1060. }
  1061. .bar.bar55 {
  1062. width:55%;
  1063. }
  1064. .bar.bar50 {
  1065. width:50%;
  1066. }
  1067. .bar.bar45 {
  1068. width:45%;
  1069. }
  1070. .bar.bar40 {
  1071. width:40%;
  1072. }
  1073. .bar.bar40 {
  1074. width:40%;
  1075. }
  1076. .bar.bar35 {
  1077. width:35%;
  1078. }
  1079. .bar.bar30 {
  1080. width:30%;
  1081. }
  1082. .bar.bar25 {
  1083. width:25%;
  1084. }
  1085. .bar.bar20 {
  1086. width:20%;
  1087. }
  1088. .bar.bar15 {
  1089. width:15%;
  1090. }
  1091. .bar.bar10 {
  1092. width:10%;
  1093. }
  1094. .accordion-group {
  1095. background:none;
  1096. border:none;
  1097. -webkit-border-radius: 0;
  1098. -moz-border-radius: 0;
  1099. border-radius: 0;
  1100. margin-bottom:5px;
  1101. }
  1102. .accordion-heading{
  1103. font-size:13px;
  1104. color:#333333;
  1105. text-shadow: none;
  1106. background-color: #fbfbfb;
  1107. *background-color: #fbfbfb;
  1108. background-image: none;
  1109. background-repeat: repeat-x;
  1110. border: 1px solid #e9e9e9;
  1111. *border: 0;
  1112. border-color: none;
  1113. }
  1114. .accordion-heading a{
  1115. color:#333333;
  1116. font-weight:600;
  1117. outline:0;
  1118. }
  1119. .accordion-heading a:hover,.accordion-heading a.active:hover,.accordion-heading a.active{
  1120. text-decoration:none;
  1121. }
  1122. .accordion-inner{
  1123. margin-top:1px;
  1124. background:#fff;
  1125. border: 1px solid #e9e9e9;
  1126. border-bottom:1px solid #e9e9e9;
  1127. }
  1128. .nav-tabs {
  1129. border-bottom:none;
  1130. margin:0;
  1131. }
  1132. .nav-tabs > li > a {
  1133. margin-right: -1px;
  1134. outline:0;
  1135. font-size:13px;
  1136. font-weight:600;
  1137. }
  1138. .tabs-left .nav-tabs {
  1139. margin-right:0;
  1140. border:none;
  1141. }
  1142. .tabs-right .nav-tabs {
  1143. margin-left:0;
  1144. border:none;
  1145. }
  1146. .tabs-right .nav-tabs li a {
  1147. display:block;
  1148. margin:0;
  1149. padding:15px 0 15px 20px;
  1150. margin-left: -1px;
  1151. }
  1152. .nav-tabs > .active > a,
  1153. .nav-tabs > .active > a:hover,
  1154. .nav-tabs > .active > a:focus {
  1155. background:#fff;
  1156. }
  1157. .tab-content > .tab-pane{
  1158. background:#fff;
  1159. border: 1px solid #e9e9e9;
  1160. padding:20px;
  1161. overflow:hidden;
  1162. }
  1163. .onsidebar > .tab-pane{
  1164. background:none;
  1165. border: none;
  1166. border-bottom:none;
  1167. padding:0;
  1168. }
  1169. .carousel-control {
  1170. -webkit-border-radius: 2px;
  1171. -moz-border-radius: 2px;
  1172. border-radius: 2px;
  1173. }
  1174. .hero-unit {
  1175. -moz-border-radius: 2px;
  1176. border-radius: 2px;
  1177. }