codered-admin.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. @import "codered-shared.css";
  2. /* Font sizes and inputs */
  3. html, body {
  4. color: #000;
  5. background-color:#fff;
  6. font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol",sans-serif !important;
  7. }
  8. code, pre,
  9. .monospace textarea {
  10. font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  11. }
  12. .content-wrapper {
  13. background-color:unset;
  14. border:unset;
  15. }
  16. .summary ul.stats,
  17. .summary ul.stats span {
  18. font-family:inherit !important;
  19. font-weight:600 !important;
  20. }
  21. h1, h2, h3, h4, h5, h6,
  22. .button, .halloeditor, .tagit, input, select, textarea {
  23. font-family:inherit;
  24. }
  25. body.ready input[type='checkbox'], body.ready input[type='radio'] {
  26. background-color:unset;
  27. border:none;
  28. }
  29. .halloeditor, .tagit, input, select, textarea {
  30. border:1.5px solid #ddd;
  31. padding-top:0.5em;
  32. padding-bottom:0.5em;
  33. font-weight:normal;
  34. }
  35. .halloeditor:hover, .tagit:hover, input:hover, select:hover, textarea:hover {
  36. border:1.5px solid #ddd;
  37. }
  38. .nav-search input:hover {
  39. border-width: 1px;
  40. }
  41. input[type='checkbox'], input[type='radio'] {
  42. height:unset;
  43. margin-right: 0.5em;
  44. }
  45. input[type='checkbox']::before, input[type='radio']::before {
  46. border:1.5px solid #ccc;
  47. position: relative;
  48. top:unset;
  49. }
  50. .date_field .input::after, .date_field .input::before, .date_time_field .input::after, .date_time_field .input::before, .iconfield .input::after, .iconfield .input::before, .time_field .input::after, .time_field .input::before, .url_field .input::after, .url_field .input::before {
  51. font-size:1.7em;
  52. top:0.35em;
  53. }
  54. .full input {
  55. background-color:white;
  56. }
  57. .full input:focus, .halloeditor:focus, .tagit:focus, input:focus, select:focus, textarea:focus,
  58. .tag_field.focused .tagit {
  59. border-color:#00b0b1;
  60. background-color:#f2fcfc;
  61. }
  62. .choice_field .input select,
  63. .model_choice_field .input select,
  64. .typed_choice_field .input select {
  65. margin-right:-3em;
  66. padding-right: 3em;
  67. }
  68. .choice_field .input select ~ span:after,
  69. .model_choice_field .input select ~ span:after,
  70. .typed_choice_field .input select ~ span:after {
  71. font-size:2.2em !important;
  72. right:unset;
  73. }
  74. .field-content {
  75. width:100%;
  76. }
  77. .field-row {
  78. margin-bottom: 0;
  79. }
  80. /* Display labels and fields horizontally, except .label-above */
  81. @media screen and (min-width:50em) {
  82. body:not(.login) li.sequence-member .fields > li,
  83. body:not(.login) ul.fields > li:not(.label-above) .field {
  84. display: flex;
  85. flex-direction: row;
  86. flex-wrap: nowrap;
  87. align-items: flex-start;
  88. justify-content: flex-start;
  89. }
  90. body:not(.login) ul.fields > li:not(.label-above) ul.fields > li > label,
  91. body:not(.login) ul.fields > li:not(.label-above) .field > label,
  92. body:not(.login) .field-content ul > li:not(.label-above) > label {
  93. color:inherit;
  94. font-weight:normal;
  95. display:block;
  96. float:none;
  97. margin: 0;
  98. width: auto;
  99. }
  100. body:not(.login) ul.fields > li:not(.label-above) .field > label {
  101. width:100%;
  102. max-width:15em;
  103. }
  104. body:not(.login) ul.fields > li:not(.label-above) ul.fields > li > label,
  105. body:not(.login) ul.fields > li:not(.label-above) ul.fields > li > .label,
  106. body:not(.login) .struct-block ul.fields > li:not(.label-above) .field > label,
  107. body:not(.login) .multiple ul.fields > li:not(.label-above) .field > label {
  108. width:20%;
  109. max-width:10em;
  110. }
  111. .object.full .field-content {
  112. flex-grow: 1;
  113. margin: 0 auto;
  114. }
  115. li.sequence-member .struct-block .sequence-container {
  116. display:block;
  117. flex-grow: 1;
  118. margin: 0 auto;
  119. }
  120. li.codered-collapsible label+.field,
  121. body:not(.login) ul.fields > li:not(.label-above) > label+.field-content,
  122. body:not(.login) ul.fields > li:not(.label-above) > label+.field {
  123. display:block;
  124. flex-grow: 1;
  125. float:none;
  126. margin: 0 auto;
  127. }
  128. .input {
  129. width:100%;
  130. }
  131. label, .boolean_field, .widget-checkbox_input {
  132. padding-top: 0.5em;
  133. }
  134. }
  135. /* General layout */
  136. .content {
  137. padding-bottom:100px;
  138. background-color:unset;
  139. }
  140. .responsive-img {
  141. width: 100%;
  142. height: auto;
  143. margin-left: auto;
  144. margin-right: auto;
  145. }
  146. .tab-nav a {
  147. font-size: 1em;
  148. }
  149. .tab-nav li.seo a::before,
  150. .tab-nav li.integrations a::before {
  151. -webkit-font-smoothing: antialiased;
  152. -moz-osx-font-smoothing: grayscale;
  153. font-family: "FontAwesome";
  154. vertical-align: middle;
  155. text-transform: none;
  156. content: "\f201";
  157. margin-right: .5em;
  158. font-weight: 400;
  159. }
  160. .tab-nav li.integrations a::before {
  161. content: "\f12e";
  162. }
  163. .logo {
  164. margin: 0 auto;
  165. padding: 15px;
  166. }
  167. .logo img {
  168. width:auto;
  169. height:auto;
  170. max-height:80px;
  171. max-width:100%;
  172. }
  173. /* Fix side menu to be able to fit more links without breaking */
  174. .nav-main a {
  175. padding: 0.6em 0.8em;
  176. font-size: 1.1em;
  177. }
  178. .nav-submenu .menu-item a {
  179. padding: 0.6em 0 0.6em 2em;
  180. }
  181. .nav-submenu .menu-item a::before {
  182. margin-left:0;
  183. }
  184. .nav-main .account:hover, .nav-main .account:focus {
  185. outline: none;
  186. background-color: #0a0a0a;
  187. color: #fff;
  188. }
  189. .submenu-active * {
  190. box-sizing: border-box;
  191. }
  192. .nav-submenu .footer {
  193. color:#666;
  194. position:relative;
  195. width:100%;
  196. }
  197. @media screen and (min-width:50em) {
  198. li.submenu-active .nav-submenu {
  199. width: 220px;
  200. }
  201. li.submenu-active .nav-submenu a {
  202. padding-left:1em;
  203. width:100%;
  204. }
  205. .nav-submenu {
  206. display:none;
  207. }
  208. .nav-submenu h2, .nav-submenu ul {
  209. width:100%;
  210. }
  211. .nav-main {
  212. margin-bottom: 70px;
  213. }
  214. .nav-main .account em {
  215. margin-top:0.9em;
  216. font-size: 0.9em;
  217. }
  218. .footer .avatar {
  219. width: 40px;
  220. height: 40px;
  221. }
  222. .submenu-active .nav-submenu {
  223. display:block;
  224. }
  225. }
  226. /* Custom */
  227. .button-advanced-settings {
  228. display:block;
  229. background-color:#aaa;
  230. font-size:0.8em;
  231. font-weight:600;
  232. }
  233. .button-advanced-settings:hover {
  234. background-color:#999;
  235. }
  236. .power-by {
  237. background-color:#1a1a1a;
  238. border-top:1px solid #333;
  239. font-size:12px;
  240. text-align: center;
  241. }
  242. .power-by a {
  243. color:#fff;
  244. padding: 5px;
  245. }
  246. .power-by a:hover {
  247. background-color:#f00;
  248. }
  249. .power-by img {
  250. width:85px;
  251. height:auto;
  252. padding-left:2px;
  253. }