fl-builder-admin-posts.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. /* General
  2. ------------------------------------------------------ */
  3. .fl-builder-admin {
  4. position: relative;
  5. padding: 10px 0 0;
  6. }
  7. /* Enabled/Disabled States
  8. ------------------------------------------------------ */
  9. .fl-builder-admin-ui {
  10. display: none;
  11. }
  12. .fl-builder-enabled .fl-builder-admin-ui {
  13. display: block;
  14. }
  15. .fl-builder-enabled .fl-builder-admin-tabs {
  16. border: none;
  17. margin: 0;
  18. }
  19. .fl-builder-enabled #postdivrich {
  20. display: none;
  21. }
  22. /* Tabs
  23. ------------------------------------------------------ */
  24. .fl-builder-admin-tabs {
  25. border-bottom: 1px solid #ccc;
  26. margin: 10px 0;
  27. }
  28. .fl-builder-admin-tabs a {
  29. border-color: #dfdfdf #dfdfdf #f0f0f0;
  30. border-style: solid;
  31. border-width: 1px 1px 0;
  32. color: #aaa;
  33. font-size: 12px;
  34. font-weight: bold;
  35. line-height: 16px;
  36. display: inline-block;
  37. padding: 8px 14px;
  38. text-decoration: none;
  39. margin: 0 4px -1px 0;
  40. border-top-left-radius: 3px;
  41. border-top-right-radius: 3px;
  42. -moz-border-top-left-radius: 3px;
  43. -moz-border-top-right-radius: 3px;
  44. -webkit-border-top-left-radius: 3px;
  45. -webkit-border-top-right-radius: 3px;
  46. }
  47. .fl-builder-admin-tabs a:hover,
  48. .fl-builder-admin-tabs a.fl-active {
  49. border-color: #ccc #ccc #f0f0f0;
  50. }
  51. .fl-builder-admin-tabs a:hover {
  52. color: #333;
  53. }
  54. .fl-builder-admin-tabs a.fl-active {
  55. border-width: 1px;
  56. color: #464646;
  57. }
  58. /* UI
  59. ------------------------------------------------------ */
  60. .fl-builder-admin-ui {
  61. border: 1px solid #ccc;
  62. border-top-right-radius: 3px;
  63. border-bottom-right-radius: 3px;
  64. border-bottom-left-radius: 3px;
  65. -moz-border-top-right-radius: 3px;
  66. -moz-border-bottom-right-radius: 3px;
  67. -moz-border-bottom-left-radius: 3px;
  68. -webkit-border-top-right-radius: 3px;
  69. -webkit-border-bottom-right-radius: 3px;
  70. -webkit-border-bottom-left-radius: 3px;
  71. margin-bottom: 20px;
  72. padding: 45px 0 50px;
  73. text-align: center;
  74. }
  75. .fl-builder-admin-ui h3 {
  76. font-family: Helvetica, sans-serif !important;
  77. font-size: 18px !important;
  78. font-weight: 300 !important;
  79. margin: 0 0 30px 0 !important;
  80. padding: 0 !important;
  81. }
  82. /* Loading
  83. ------------------------------------------------------ */
  84. .fl-builder-loading {
  85. background: rgba(240,240,240,0.8) url(../img/ajax-loader.svg) center center no-repeat;
  86. bottom: 0;
  87. display: none;
  88. left: 0;
  89. position: absolute;
  90. right: 0;
  91. text-align: center;
  92. top: 0;
  93. z-index: 1;
  94. }
  95. /* Templates
  96. ------------------------------------------------------ */
  97. .post-type-fl-builder-template .fl-builder-admin-tabs {
  98. display: none;
  99. }
  100. .post-type-fl-builder-template .fl-builder-admin-ui {
  101. border-radius: 3px;
  102. -moz-border-radius: 3px;
  103. -webkit-border-radius: 3px;
  104. display: block;
  105. margin-top: 30px;
  106. }
  107. #fl-builder-template-category-tabs {
  108. display: none;
  109. }
  110. #fl-builder-template-category-all {
  111. margin: 13px 0 0;
  112. }
  113. #newfl-builder-template-category_parent {
  114. display: none;
  115. }