theme.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  1. /*Standard Elements*/
  2. body {
  3. background: #eee;
  4. background-image: url(furley_min_bg.png);
  5. background-position: initial initial;
  6. background-repeat: initial initial;
  7. background-position: initial initial;
  8. background-repeat: initial initial;
  9. margin: 0px;
  10. padding: 0px;
  11. }
  12. a:hover {
  13. text-decoration: none;
  14. }
  15. h1 {
  16. margin-top: 0px;
  17. color: #eee;
  18. }
  19. h2 {
  20. font-size: 1.75em;
  21. }
  22. h3 {
  23. font-size: 1.25em;
  24. }
  25. hr {
  26. border-top: 1px solid #ddd;
  27. border-bottom: 1px solid #fff;
  28. }
  29. /*Navbar*/
  30. .navbar {
  31. position: relative;
  32. z-index: 20;
  33. margin: 0px;
  34. padding: 0px;
  35. -webkit-box-shadow: 0px 0px 3px #cccccc;
  36. -moz-box-shadow: 0px 0px 3px #cccccc;
  37. box-shadow: 0px 0px 3px #cccccc;
  38. }
  39. .navbar .brand {
  40. text-shadow: none;
  41. }
  42. .navbar .navbar-inner {
  43. background: #4d5b76;
  44. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4d5b76), color-stop(1, #6c7a95));
  45. background: -ms-linear-gradient(bottom, #4d5b76, #6c7a95);
  46. background: -moz-linear-gradient(center bottom, #4d5b76 0%, #6c7a95 100%);
  47. background: -o-linear-gradient(bottom, #4d5b76, #6c7a95);
  48. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  49. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6c7a95',EndColorStr='#4d5b76')";
  50. padding: 0em 1em;
  51. margin: 0px;
  52. -webkit-border-radius: 0px;
  53. -moz-border-radius: 0px;
  54. border-radius: 0px;
  55. -moz-background-clip: padding;
  56. -webkit-background-clip: padding-box;
  57. background-clip: padding-box;
  58. border: 0px;
  59. border-bottom: none;
  60. }
  61. .navbar .nav {
  62. margin: 0em;
  63. margin-right: -1em;
  64. }
  65. .navbar .nav > li > a {
  66. color: #fff;
  67. text-shadow: none;
  68. }
  69. .navbar .nav > li:hover {
  70. background-color: #444;
  71. }
  72. .navbar .nav > li > a:hover {
  73. color: #fff;
  74. }
  75. .navbar .dropdown-menu a:hover {
  76. background: none;
  77. color: #000;
  78. }
  79. .navbar .nav li.dropdown.open > .dropdown-toggle {
  80. background-color: #444;
  81. color: #fff;
  82. }
  83. .content {
  84. min-width: 400px;
  85. position: relative;
  86. min-height: 800px;
  87. background: #fff;
  88. margin-left: 240px;
  89. border-left: 1px solid #cccccc;
  90. border-left: 3px solid #999999;
  91. }
  92. .header {
  93. background: #ffffff;
  94. background: #ffffff;
  95. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e6), color-stop(1, #ffffff));
  96. background: -ms-linear-gradient(bottom, #e6e6e6, #ffffff);
  97. background: -moz-linear-gradient(center bottom, #e6e6e6 0%, #ffffff 100%);
  98. background: -o-linear-gradient(bottom, #e6e6e6, #ffffff);
  99. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  100. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#e6e6e6')";
  101. border-bottom: 1px solid #cccccc;
  102. border-top: 1px solid #ffffff;
  103. border-left: 1px solid #ffffff;
  104. padding: 0em 1.25em;
  105. }
  106. .header h1 {
  107. margin: 1em 0em;
  108. padding: 0em;
  109. line-height: 1em;
  110. font-size: 1.5em;
  111. color: #eee;
  112. color: #333;
  113. }
  114. .breadcrumb {
  115. -webkit-box-shadow: none;
  116. -moz-box-shadow: none;
  117. box-shadow: none;
  118. -webkit-border-radius: 0px;
  119. -moz-border-radius: 0px;
  120. border-radius: 0px;
  121. -moz-background-clip: padding;
  122. -webkit-background-clip: padding-box;
  123. background-clip: padding-box;
  124. background: #eee;
  125. border-bottom: 1px solid #aaa;
  126. border-top: 1px solid #fafafa;
  127. border-left: 1px solid #fff;
  128. margin-bottom: .5em;
  129. }
  130. .page-content {
  131. padding: 1em;
  132. }
  133. footer {
  134. padding: 1em;
  135. margin-top: 4em;
  136. color: #666;
  137. font-size: .85em;
  138. line-height: 1.3em;
  139. }
  140. footer hr {
  141. margin: 2em -2em;
  142. }
  143. /*Quick Toolbar*/
  144. .btn-toolbar.quick-toolbar {
  145. float: right;
  146. }
  147. .btn-toolbar.quick-toolbar .btn {
  148. width: 60px;
  149. height: 60px;
  150. display: inline-block;
  151. }
  152. .stats p.stat {
  153. margin: 1em 0em 0em 1em;
  154. }
  155. .stats .stat {
  156. margin-left: 1em;
  157. line-height: 2.5em;
  158. float: right;
  159. }
  160. .stats .stat .number {
  161. font-weight: bold;
  162. margin-right: .5em;
  163. padding: .5em;
  164. border: 1px solid #ccc;
  165. background: #eeeeee;
  166. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e3e3e3), color-stop(1, #ffffff));
  167. background: -ms-linear-gradient(bottom, #e3e3e3, #ffffff);
  168. background: -moz-linear-gradient(center bottom, #e3e3e3 0%, #ffffff 100%);
  169. background: -o-linear-gradient(bottom, #e3e3e3, #ffffff);
  170. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  171. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#e3e3e3')";
  172. -webkit-box-shadow: 1px 1px 0px #ffffff;
  173. -moz-box-shadow: 1px 1px 0px #ffffff;
  174. box-shadow: 1px 1px 0px #ffffff;
  175. text-shadow: 1px 1px 1px #fff;
  176. }
  177. /*Blocks*/
  178. .block {
  179. border: 1px solid #ccc;
  180. background: white;
  181. margin: 1em 0em;
  182. }
  183. .dialog .block {
  184. -webkit-box-shadow: 1px 1px 0px #ffffff;
  185. -moz-box-shadow: 1px 1px 0px #ffffff;
  186. box-shadow: 1px 1px 0px #ffffff;
  187. }
  188. .block-heading {
  189. border-bottom: 1px solid #a6a6a6;
  190. border-left: none;
  191. color: #505050;
  192. display: block;
  193. margin-bottom: 0px;
  194. text-shadow: none;
  195. text-transform: none;
  196. font-weight: bold;
  197. font-size: .85em;
  198. line-height: 3em;
  199. }
  200. .block-heading .block-icon {
  201. border-right: 1px solid #AAA;
  202. border-left: none;
  203. }
  204. .block-heading .block-icon a {
  205. padding: 0em;
  206. }
  207. .block-heading .block-icon [class*="icon-"] {
  208. padding: 0em 1em;
  209. line-height: 1em;
  210. }
  211. .block-heading .block-icon.pull-right {
  212. border-left: 1px solid #AAA;
  213. border-right: none;
  214. }
  215. .copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
  216. .block-heading .label {
  217. float: right;
  218. margin-top: .5em;
  219. margin-right: .75em;
  220. line-height: 1.5em;
  221. -webkit-box-shadow: 1px 1px 0px #ffffff;
  222. -moz-box-shadow: 1px 1px 0px #ffffff;
  223. box-shadow: 1px 1px 0px #ffffff;
  224. }
  225. p.block-heading,
  226. a.block-heading,
  227. .block-heading a {
  228. color: #505050;
  229. background: #dddddd;
  230. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fafafa));
  231. background: -ms-linear-gradient(bottom, #dddddd, #fafafa);
  232. background: -moz-linear-gradient(center bottom, #dddddd 0%, #fafafa 100%);
  233. background: -o-linear-gradient(bottom, #dddddd, #fafafa);
  234. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  235. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa',EndColorStr='#dddddd')";
  236. display: block;
  237. padding-left: 1em;
  238. border-top: 1px solid #fff;
  239. outline: none;
  240. }
  241. a.block-heading:hover,
  242. .block-heading a:hover {
  243. background: #dddddd;
  244. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #fdfdfd));
  245. background: -ms-linear-gradient(bottom, #dddddd, #fdfdfd);
  246. background: -moz-linear-gradient(center bottom, #dddddd 0%, #fdfdfd 100%);
  247. background: -o-linear-gradient(bottom, #dddddd, #fdfdfd);
  248. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  249. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fdfdfd',EndColorStr='#dddddd')";
  250. color: #505050;
  251. }
  252. .block-body {
  253. margin: 1em;
  254. min-height: .25em;
  255. }
  256. .block-body h1,
  257. .block-body h2,
  258. .block-body h3,
  259. .block-body h4,
  260. .block-body h5,
  261. .block-body h6,
  262. .block-body table {
  263. margin-top: 12px;
  264. }
  265. .block-body.collapse {
  266. margin-top: 0em;
  267. margin-bottom: 0em;
  268. }
  269. /*Navigation*/
  270. .sidebar-nav {
  271. width: 240px;
  272. position: absolute;
  273. float: left;
  274. border-top: none;
  275. border-left: none;
  276. margin: 0em;
  277. }
  278. .sidebar-nav .nav-header {
  279. border-top: 1px solid #ffffff;
  280. border-bottom: 1px solid #c8c8cb;
  281. border-left: none;
  282. color: #333;
  283. display: block;
  284. background: #efeff0;
  285. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #ffffff));
  286. background: -ms-linear-gradient(bottom, #efeff0, #ffffff);
  287. background: -moz-linear-gradient(center bottom, #efeff0 0%, #ffffff 100%);
  288. background: -o-linear-gradient(bottom, #efeff0, #ffffff);
  289. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  290. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#efeff0')";
  291. font-weight: normal;
  292. font-size: 1em;
  293. line-height: 2.5em;
  294. padding: 0em .25em;
  295. margin-bottom: 0px;
  296. text-shadow: none;
  297. text-transform: none;
  298. /*Change the arrow direction if the item is collapsed*/
  299. }
  300. .sidebar-nav .nav-header .label {
  301. float: right;
  302. margin-top: .5em;
  303. margin-right: .25em;
  304. line-height: 1.5em;
  305. }
  306. .sidebar-nav .nav-header:hover {
  307. background: #efeff0;
  308. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #efeff0), color-stop(1, #ffffff));
  309. background: -ms-linear-gradient(bottom, #efeff0, #ffffff);
  310. background: -moz-linear-gradient(center bottom, #efeff0 0%, #ffffff 100%);
  311. background: -o-linear-gradient(bottom, #efeff0, #ffffff);
  312. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  313. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#efeff0')";
  314. }
  315. .sidebar-nav .nav-header.collapsed .icon-chevron-up::before {
  316. content: "\f078";
  317. }
  318. .sidebar-nav .nav-header .icon-chevron-up {
  319. float: right;
  320. }
  321. .sidebar-nav .nav-header .label {
  322. float: right;
  323. margin-top: .7em;
  324. line-height: 1.5em;
  325. }
  326. .sidebar-nav .nav-header i[class^="icon-"] {
  327. margin-right: .75em;
  328. }
  329. .sidebar-nav .nav-list {
  330. margin: 0px;
  331. border: 0px;
  332. background: #f6f6f6;
  333. }
  334. .sidebar-nav .nav-list > li > a:hover {
  335. background: #e0e0e8;
  336. }
  337. .sidebar-nav .nav-list > .active > a,
  338. .sidebar-nav .nav-list > .active > a:hover {
  339. background: #d2d2dd;
  340. color: #555;
  341. text-shadow: none;
  342. }
  343. .sidebar-nav .nav-list > .active > a:hover {
  344. background: #c3c3d2;
  345. }
  346. .sidebar-nav .nav-list > li > a {
  347. color: #444;
  348. padding: .5em 1em;
  349. }
  350. .sidebar-nav .nav-list.collapse.in {
  351. border-bottom: 1px solid #ccc;
  352. }
  353. /*Buttons*/
  354. .btn {
  355. -webkit-border-radius: 0px;
  356. -moz-border-radius: 0px;
  357. border-radius: 0px;
  358. }
  359. .btn-primary {
  360. background-color: #414959;
  361. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6c7994), to(#414959));
  362. background-image: -webkit-linear-gradient(top, #6c7994, #414959);
  363. background-image: -o-linear-gradient(top, #6c7994, #414959);
  364. background-image: linear-gradient(to bottom, #6c7994, #414959);
  365. background-image: -moz-linear-gradient(top, #6c7994, #414959);
  366. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  367. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6c7994',EndColorStr='#414959')";
  368. border: 1px solid #363d4a;
  369. }
  370. .btn-primary:hover {
  371. background-color: #414959;
  372. *background-color: #414959;
  373. }
  374. .btn-danger {
  375. background-color: #553333;
  376. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#955959), to(#553333));
  377. background-image: -webkit-linear-gradient(top, #955959, #553333);
  378. background-image: -o-linear-gradient(top, #955959, #553333);
  379. background-image: linear-gradient(to bottom, #955959, #553333);
  380. background-image: -moz-linear-gradient(top, #955959, #553333);
  381. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  382. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#955959',EndColorStr='#553333')";
  383. border: 1px solid #452929;
  384. }
  385. .btn-danger:hover {
  386. background-color: #553333;
  387. *background-color: #553333;
  388. }
  389. .btn-success {
  390. background-color: #556665;
  391. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#869b99), to(#556665));
  392. background-image: -webkit-linear-gradient(top, #869b99, #556665);
  393. background-image: -o-linear-gradient(top, #869b99, #556665);
  394. background-image: linear-gradient(to bottom, #869b99, #556665);
  395. background-image: -moz-linear-gradient(top, #869b99, #556665);
  396. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  397. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#869b99',EndColorStr='#556665')";
  398. border: 1px solid #495857;
  399. }
  400. .btn-success:hover {
  401. background-color: #556665;
  402. *background-color: #556665;
  403. }
  404. .btn-warning {
  405. background-color: #aaaa55;
  406. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cccc99), to(#aaaa55));
  407. background-image: -webkit-linear-gradient(top, #cccc99, #aaaa55);
  408. background-image: -o-linear-gradient(top, #cccc99, #aaaa55);
  409. background-image: linear-gradient(to bottom, #cccc99, #aaaa55);
  410. background-image: -moz-linear-gradient(top, #cccc99, #aaaa55);
  411. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#6c7994', EndColorStr='#414959');
  412. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccc99',EndColorStr='#aaaa55')";
  413. border: 1px solid #99994d;
  414. }
  415. .btn-warning:hover {
  416. background-color: #aaaa55;
  417. *background-color: #aaaa55;
  418. }
  419. .well {
  420. background-color: #fff;
  421. border: 1px solid #ccc;
  422. -webkit-box-shadow: 1px 1px 0px #ffffff;
  423. -moz-box-shadow: 1px 1px 0px #ffffff;
  424. box-shadow: 1px 1px 0px #ffffff;
  425. -webkit-border-radius: 0px;
  426. -moz-border-radius: 0px;
  427. border-radius: 0px;
  428. -moz-background-clip: padding;
  429. -webkit-background-clip: padding-box;
  430. background-clip: padding-box;
  431. }
  432. /*Faq*/
  433. .faq-content ul,
  434. .faq-content ol {
  435. padding-left: 1em;
  436. }
  437. .faq-content ul .top,
  438. .faq-content ol .top {
  439. float: right;
  440. line-height: 1.25em;
  441. padding: .75em 0em;
  442. }
  443. /*Gallery*/
  444. .gallery {
  445. text-align: center;
  446. }
  447. .gallery > img {
  448. margin: .5em .5em .5em .5em;
  449. }
  450. .img-polaroid {
  451. -webkit-box-shadow: none;
  452. -moz-box-shadow: none;
  453. box-shadow: none;
  454. border: 1px solid #ddd;
  455. }
  456. .dialog,
  457. .row .dialog,
  458. .row-fluid .dialog,
  459. .row-fluid [class*="span"].dialog:first-child {
  460. margin: 0px auto;
  461. margin-top: 5em;
  462. float: none;
  463. width: 400px;
  464. }
  465. .dialog input[type="checkbox"],
  466. .row .dialog input[type="checkbox"],
  467. .row-fluid .dialog input[type="checkbox"],
  468. .row-fluid [class*="span"].dialog:first-child input[type="checkbox"] {
  469. margin: 0px;
  470. }
  471. .dialog .alert,
  472. .row .dialog .alert,
  473. .row-fluid .dialog .alert,
  474. .row-fluid [class*="span"].dialog:first-child .alert {
  475. margin-bottom: 1em;
  476. }
  477. .dialog form,
  478. .row .dialog form,
  479. .row-fluid .dialog form,
  480. .row-fluid [class*="span"].dialog:first-child form {
  481. margin-bottom: 0px;
  482. }
  483. .dialog .remember-me,
  484. .row .dialog .remember-me,
  485. .row-fluid .dialog .remember-me,
  486. .row-fluid [class*="span"].dialog:first-child .remember-me {
  487. padding: .5em 0em 0em 0em;
  488. }
  489. input[type="text"],
  490. input[type="password"] {
  491. -webkit-border-radius: 0px;
  492. -moz-border-radius: 0px;
  493. border-radius: 0px;
  494. -moz-background-clip: padding;
  495. -webkit-background-clip: padding-box;
  496. background-clip: padding-box;
  497. }
  498. /*Alerts*/
  499. /*.alert {
  500. -webkit-border-radius: 0px;
  501. -moz-border-radius: 0px;
  502. border-radius: 0px;
  503. -moz-background-clip: padding;
  504. -webkit-background-clip: padding-box;
  505. background-clip: padding-box;
  506. padding: .5em 1em;
  507. margin-top: 1em;
  508. border: 1px solid #f2e187;
  509. background: #f7ecb5;
  510. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7ecb5), color-stop(1, #fcf8e3));
  511. background: -ms-linear-gradient(bottom, #f7ecb5, #fcf8e3);
  512. background: -moz-linear-gradient(center bottom, #f7ecb5 0%, #fcf8e3 100%);
  513. background: -o-linear-gradient(bottom, #f7ecb5, #fcf8e3);
  514. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  515. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fcf8e3',EndColorStr='#f7ecb5')";
  516. }*/
  517. .alert .close {
  518. right: -0.25em;
  519. }
  520. .alert.alert-error {
  521. border: 1px solid #712d2d;
  522. background: #963b3b;
  523. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #963b3b), color-stop(1, #b84c4c));
  524. background: -ms-linear-gradient(bottom, #963b3b, #b84c4c);
  525. background: -moz-linear-gradient(center bottom, #963b3b 0%, #b84c4c 100%);
  526. background: -o-linear-gradient(bottom, #963b3b, #b84c4c);
  527. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  528. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b84c4c',EndColorStr='#963b3b')";
  529. color: white;
  530. text-shadow: none;
  531. }
  532. .alert.alert-info {
  533. border: 1px solid #85c5e5;
  534. background: #afd9ee;
  535. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #afd9ee), color-stop(1, #d9edf7));
  536. background: -ms-linear-gradient(bottom, #afd9ee, #d9edf7);
  537. background: -moz-linear-gradient(center bottom, #afd9ee 0%, #d9edf7 100%);
  538. background: -o-linear-gradient(bottom, #afd9ee, #d9edf7);
  539. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  540. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#d9edf7',EndColorStr='#afd9ee')";
  541. }
  542. .alert.alert-success {
  543. border: 1px solid #a3d48e;
  544. background: #c1e2b3;
  545. background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c1e2b3), color-stop(1, #dff0d8));
  546. background: -ms-linear-gradient(bottom, #c1e2b3, #dff0d8);
  547. background: -moz-linear-gradient(center bottom, #c1e2b3 0%, #dff0d8 100%);
  548. background: -o-linear-gradient(bottom, #c1e2b3, #dff0d8);
  549. filter: progid:dximagetransform.microsoft.gradient(startColorStr='#4d5b76', EndColorStr='#6c7a95');
  550. -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dff0d8',EndColorStr='#c1e2b3')";
  551. }
  552. /*Error Pages*/
  553. .http-error {
  554. margin-top: 5em;
  555. text-align: center;
  556. color: #444;
  557. }
  558. .http-error h1 {
  559. font-size: 5em;
  560. line-height: 1em;
  561. text-shadow: 1px 1px 0px #fff;
  562. color: #444;
  563. }
  564. .http-error p {
  565. margin: 0px;
  566. }
  567. .http-error .info {
  568. font-size: 2em;
  569. line-height: 1.5em;
  570. margin-bottom: 1em;
  571. }
  572. .http-error i {
  573. font-size: 3em;
  574. line-height: .75em;
  575. text-shadow: 1px 1px 0px #fff;
  576. }
  577. /*Tabs*/
  578. .nav-tabs > li {
  579. margin-left: .5em;
  580. }
  581. .nav-tabs > li > a {
  582. -webkit-border-top-right-radius: 0px;
  583. -webkit-border-bottom-right-radius: 0;
  584. -webkit-border-bottom-left-radius: 0;
  585. -webkit-border-top-left-radius: 0;
  586. -moz-border-radius-topright: 0px;
  587. -moz-border-radius-bottomright: 0;
  588. -moz-border-radius-bottomleft: 0;
  589. -moz-border-radius-topleft: 0;
  590. border-top-right-radius: 0px;
  591. border-bottom-right-radius: 0;
  592. border-bottom-left-radius: 0;
  593. border-top-left-radius: 0;
  594. -moz-background-clip: padding;
  595. -webkit-background-clip: padding-box;
  596. background-clip: padding-box;
  597. }
  598. /*Model*/
  599. .modal {
  600. -webkit-border-top-right-radius: 0px;
  601. -webkit-border-bottom-right-radius: 0px;
  602. -webkit-border-bottom-left-radius: 0px;
  603. -webkit-border-top-left-radius: 0px;
  604. -moz-border-radius-topright: 0px;
  605. -moz-border-radius-bottomright: 0px;
  606. -moz-border-radius-bottomleft: 0px;
  607. -moz-border-radius-topleft: 0px;
  608. border-top-right-radius: 0px;
  609. border-bottom-right-radius: 0px;
  610. border-bottom-left-radius: 0px;
  611. border-top-left-radius: 0px;
  612. -moz-background-clip: padding;
  613. -webkit-background-clip: padding-box;
  614. background-clip: padding-box;
  615. }
  616. .modal.small {
  617. width: 400px;
  618. margin: -170px 0 0 -200px;
  619. }
  620. .modal .modal-icon {
  621. vertical-align: middle;
  622. font-size: 4em;
  623. float: left;
  624. margin-right: .25em;
  625. }
  626. .modal:focus {
  627. outline: none;
  628. }
  629. .modal .modal-header h3 {
  630. font-size: .95em;
  631. }
  632. .modal .modal-footer {
  633. padding: .5em;
  634. }
  635. .modal .modal-body {
  636. padding: 2em;
  637. }
  638. .modal p {
  639. margin: 0em;
  640. line-height: 1.5em;
  641. }
  642. /*Search*/
  643. .search-well form {
  644. margin: 1em 0em 1.5em 0em;
  645. }
  646. .search-well label {
  647. margin-bottom: 0px;
  648. vertical-align: middle;
  649. }
  650. /*Table of Contents*/
  651. .toc {
  652. margin-bottom: 2em;
  653. }
  654. .toc h3 {
  655. font-size: 1em;
  656. margin-top: 0em;
  657. padding-top: 0em;
  658. line-height: 1.4em;
  659. }
  660. .toc h4 {
  661. color: #555;
  662. font-size: 1em;
  663. margin-top: 0em;
  664. padding-top: 0em;
  665. line-height: 1.4em;
  666. margin-bottom: 0em;
  667. padding-bottom: 0em;
  668. }
  669. /*Dashboard Stats*/
  670. .stat-widget-container {
  671. text-align: center;
  672. }
  673. .stat-widget-container .stat-widget {
  674. width: 25%;
  675. float: left;
  676. }
  677. .stat-widget-container .stat-widget .stat-button {
  678. margin-top: 1em;
  679. margin: 2em 1em;
  680. position: relative;
  681. }
  682. .stat-widget-container .stat-widget .stat-button .title {
  683. font-size: 2em;
  684. font-weight: bold;
  685. color: #999;
  686. }
  687. .stat-widget-container .stat-widget .stat-button .detail {
  688. font-size: 1.5em;
  689. color: #555;
  690. }
  691. table.table.list tr:first-child td {
  692. border-top: 0px;
  693. }
  694. /* Tweaks for mobile */
  695. @media (max-width: 641px) {
  696. .content {
  697. margin: 0em;
  698. }
  699. .sidebar-nav {
  700. float: none;
  701. width: auto;
  702. position: relative;
  703. }
  704. h1 {
  705. text-align: center;
  706. }
  707. .stats {
  708. text-align: center;
  709. margin-top: 1em;
  710. }
  711. .stats .stat {
  712. float: none;
  713. display: inline;
  714. }
  715. .stat-widget-container .stat-widget {
  716. font-size: .5em;
  717. }
  718. }
  719. @media (max-width: 900px) {
  720. body.http-error {
  721. font-size: .75em;
  722. }
  723. body.http-error .error-message {
  724. padding: 0em 1em;
  725. }
  726. }
  727. @media (max-width: 851px) {
  728. .stat-widget-container .stat-widget {
  729. font-size: .75em;
  730. }
  731. }
  732. @media (max-width: 767px) {
  733. footer hr {
  734. margin-left: 0em;
  735. margin-right: 0em;
  736. }
  737. }
  738. @media (max-width: 604px) {
  739. body.http-error {
  740. font-size: .5em;
  741. }
  742. }