index.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. @import url("../static/vendor/codemirror/codemirror.css");
  2. @import url("../static/css/bootstrap.min.css");
  3. .mod-textarea {
  4. min-height: 200px;
  5. }
  6. .panel-title .x-xother {
  7. float: right;
  8. font-size: 12px;
  9. margin-top: 3px;
  10. color: blue;
  11. text-decoration: underline;
  12. }
  13. .panel-title .x-xother:hover {
  14. color:red;
  15. }
  16. .x-error {
  17. color:red;
  18. }
  19. [v-cloak] {
  20. display: none;
  21. }
  22. .box-infos {
  23. color:green;
  24. margin-right: 20px;
  25. }
  26. .x-right-info {
  27. margin-top:5px;
  28. }
  29. #fehelper_alertmsg {
  30. position: fixed;
  31. top: 0;
  32. left: 0;
  33. right: 0;
  34. z-index: 1000000;
  35. background: #000;
  36. display: inline-block;
  37. color: #fff;
  38. text-align: center;
  39. padding: 10px 10px;
  40. margin: 0 auto;
  41. font-size: 14px;
  42. border-bottom: 1px solid #aaa;
  43. }
  44. .example-links {
  45. display: inline-block;
  46. margin-left: 70px;
  47. }
  48. .example-links a {
  49. margin-right: 15px;
  50. color: #337ab7;
  51. text-decoration: none;
  52. font-size: 14px;
  53. }
  54. .example-links a:hover {
  55. color: #23527c;
  56. text-decoration: underline;
  57. }