etcd-widgets.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. body {
  2. margin: 0px;
  3. }
  4. .etcd-container {
  5. background-color: #fff;
  6. border: 1px solid #ddd;
  7. border-radius: 5px;
  8. box-shadow: rgba(0, 0, 0, 0.14902) 0px 1px 3px;
  9. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  10. overflow: hidden;
  11. box-sizing: border-box;
  12. -moz-box-sizing: border-box;
  13. position: relative;
  14. user-select: none;
  15. -webkit-user-select: none;
  16. -moz-user-select: none;
  17. -ms-user-select: none;
  18. margin: 20px 0;
  19. height: 100%;
  20. }
  21. a {
  22. color: #2176AC;
  23. text-decoration: none;
  24. }
  25. a:hover, a:active {
  26. text-decoration: underline;
  27. }
  28. input[type=text] {
  29. box-shadow: inset 0 1px 2px rgba(0,0,0,.5);
  30. border: none;
  31. border-radius: 3px;
  32. font-size: 13px;
  33. padding-left: 5px;
  34. padding-right: 5px;
  35. height: 25px;
  36. }
  37. input[type=text]:focus {
  38. }
  39. h2 {
  40. font-size: 22px;
  41. font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  42. font-weight: 500;
  43. margin: 0 0 20px 0;
  44. padding: 0;
  45. }
  46. .etcd-button {
  47. display:inline-block;
  48. padding:6px 12px;
  49. margin-bottom:0;
  50. font-size:14px;
  51. font-weight:normal;
  52. line-height:1.428571429;
  53. text-align:center;
  54. white-space:nowrap;
  55. vertical-align:middle;
  56. cursor:pointer;
  57. border:1px solid transparent;
  58. border-radius:4px;
  59. -webkit-user-select:none;
  60. -moz-user-select:none;
  61. -ms-user-select:none;
  62. -o-user-select:none;
  63. user-select:none;
  64. margin: 0px;
  65. border: none;
  66. box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.25);
  67. }
  68. .etcd-button.etcd-button-small {
  69. height: 25px;
  70. padding: 0 10px;
  71. font-size: 13px;
  72. }
  73. .etcd-button-primary {
  74. background-color: #428BCA;
  75. color: #fff;
  76. text-shadow: 0 0 3px rgba(0,0,0,0.25);
  77. }
  78. .etcd-button-primary:active {
  79. background-color: #2276ad;
  80. }
  81. .etcd-popover {
  82. background: #333;
  83. border-radius: 3px;
  84. padding: 15px;
  85. position: absolute;
  86. top: 39px;
  87. z-index: 9999;
  88. color: #fff;
  89. font-size: 13px;
  90. box-shadow: 0px 2px 10px rgba(0,0,0,.5);
  91. display: none;
  92. }
  93. .etcd-popover-error .etcd-popover-content {
  94. color: #FF3C43;
  95. font-weight: bold;
  96. user-select: text;
  97. -webkit-user-select: text;
  98. -moz-user-select: text;
  99. -ms-user-select: text;
  100. }
  101. .etcd-popover-notch {
  102. width: 14px;
  103. height: 14px;
  104. -webkit-transform: rotate(45deg);
  105. -moz-transform: rotate(45deg);
  106. -ms-transform: rotate(45deg);
  107. position: absolute;
  108. margin-top: -5px;
  109. margin-left: 3px;
  110. background: #333;
  111. top: 0px;
  112. right: 15px;
  113. }
  114. .etcd-popover.etcd-popover-right {
  115. left: 77px;
  116. }
  117. .etcd-popover-right .etcd-popover-notch {
  118. left: 15px;
  119. }
  120. .etcd-popover.etcd-popover-left {
  121. right: 10px;
  122. }
  123. .etcd-popover-left .etcd-popover-notch {
  124. right: 15px;
  125. }
  126. .etcd-popover-confirm {
  127. margin-top: 10px;
  128. }
  129. .etcd-popover-confirm button {
  130. }
  131. .etcd-header {
  132. width: 100%;
  133. position: relative;
  134. box-sizing: border-box;
  135. -moz-box-sizing: border-box;
  136. }
  137. .etcd-header.solid {
  138. background: #eeeeee;
  139. background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%);
  140. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd));
  141. background: -webkit-linear-gradient(top, #eeeeee 0%,#dddddd 100%);
  142. background: -o-linear-gradient(top, #eeeeee 0%,#dddddd 100%);
  143. background: -ms-linear-gradient(top, #eeeeee 0%,#dddddd 100%);
  144. background: linear-gradient(to bottom, #eeeeee 0%,#dddddd 100%);
  145. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
  146. }
  147. .etcd-body {
  148. top: 0px;
  149. left: 0px;
  150. position: relative;
  151. overflow: hidden;
  152. height: 100%;
  153. width: 100%;
  154. box-sizing: border-box;
  155. -moz-box-sizing: border-box;
  156. }
  157. .etcd-body table {
  158. width: 100%;
  159. box-sizing: border-box;
  160. -moz-box-sizing: border-box;
  161. }
  162. .etcd-body table thead td {
  163. text-transform: uppercase;
  164. font-size: 11px;
  165. line-height: 20px;
  166. border-bottom: 1px solid #ddd;
  167. padding-top: 0px;
  168. padding-right: 10px;
  169. padding-bottom: 0px;
  170. padding-left: 0px;
  171. color: #666;
  172. }
  173. .etcd-body table tbody td {
  174. line-height: 18px;
  175. border-bottom: 1px solid #ddd;
  176. padding-top: 6px;
  177. padding-right: 10px;
  178. padding-bottom: 6px;
  179. padding-left: 0px;
  180. vertical-align: text-top;
  181. user-select: text;
  182. -webkit-user-select: text;
  183. -moz-user-select: text;
  184. -ms-user-select: text;
  185. }
  186. .etcd-body table .etcd-ttl-header {
  187. width: 33%;
  188. }
  189. .etcd-body table tbody .etcd-ttl {
  190. font-size: 13px;
  191. }
  192. .etcd-body table tbody .etcd-ttl .etcd-ttl-none {
  193. color: #999;
  194. font-weight: 100;
  195. }
  196. .etcd-body table .etcd-actions-header {
  197. width: 30px;
  198. }
  199. .etcd-body table thead td:first-child, .etcd-body table tbody td:first-child {
  200. padding-left: 10px;
  201. }
  202. .etcd-body table thead td:last-child, .etcd-body table tbody td:last-child {
  203. padding-right: 10px;
  204. }
  205. .etcd-container .etcd-preview .etcd-dialog {
  206. background: #333;
  207. position: absolute;
  208. right: 0px;
  209. left: 0px;
  210. padding: 20px;
  211. color: #fff;
  212. font-size: 14px;
  213. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  214. bottom: 0px;
  215. opacity: 0;
  216. min-height: 110px; /* REMOVE ME! */
  217. transition-property: all;
  218. transition-duration: 150ms;
  219. transition-timing-function: ease-in-out;
  220. }
  221. .etcd-container .etcd-preview .etcd-dialog .etcd-dialog-message {
  222. margin-bottom: 20px;
  223. }
  224. .etcd-container .etcd-preview .etcd-dialog .etcd-dialog-buttons a {
  225. line-height: 34px;
  226. color: #fff;
  227. vertical-align: middle;
  228. margin-left: 10px;
  229. }
  230. .etcd-body .etcd-list {
  231. padding: 20px;
  232. box-sizing: border-box;
  233. -moz-box-sizing: border-box;
  234. overflow: auto;
  235. height: 100%;
  236. position: absolute;
  237. }
  238. .etcd-body .etcd-list .etcd-selected {
  239. background-color: #EAF3FF;
  240. }
  241. .etcd-body .etcd-list a.directory {
  242. font-weight: bold;
  243. }
  244. .etcd-list tr:hover .etcd-delete {
  245. visibility: visible;
  246. fill: #ff0000;
  247. }
  248. .etcd-delete {
  249. height: 20px;
  250. width: 25px;
  251. vertical-align: middle;
  252. margin: 0px;
  253. display: inline-block;
  254. }
  255. .etcd-delete {
  256. height: 20px;
  257. fill: #eee;
  258. }
  259. .etcd-selected .etcd-delete {
  260. height: 20px;
  261. fill: #ddd;
  262. }
  263. .etcd-delete:hover {
  264. cursor: pointer;
  265. fill: #ff0000;
  266. }
  267. .etcd-back {
  268. height: 37px;
  269. width: 37px;
  270. vertical-align: middle;
  271. margin: 0px;
  272. position: absolute;
  273. top: 0px;
  274. left: 3px;
  275. display: none;
  276. }
  277. .etcd-back svg {
  278. height: 20px;
  279. padding: 8px 6px;
  280. }
  281. .etcd-back:hover svg {
  282. cursor: pointer;
  283. fill: #428bca;
  284. }
  285. .etcd-back.etcd-disabled svg {
  286. fill: #bbb;
  287. }
  288. .etcd-add {
  289. height: 37px;
  290. width: 37px;
  291. vertical-align: middle;
  292. margin: 0px;
  293. position: absolute;
  294. top: 0px;
  295. left: 36px;
  296. }
  297. .etcd-add svg {
  298. height: 22px;
  299. padding: 7px 6px;
  300. }
  301. .etcd-add:hover svg {
  302. cursor: pointer;
  303. fill: #428bca;
  304. }
  305. .etcd-add.etcd-disabled svg {
  306. fill: #bbb;
  307. }
  308. .etcd-format-selector {
  309. position: absolute;
  310. top: 12px;
  311. right: 16px;
  312. z-index: 999;
  313. }
  314. .etcd-format-selector .etcd-selector-item {
  315. display: inline-block;
  316. height: 12px;
  317. width: 12px;
  318. padding: 8px 4px;
  319. }
  320. .etcd-format-selector .etcd-selector-item:hover {
  321. cursor: pointer;
  322. }
  323. .etcd-format-selector .etcd-selector-item svg {
  324. fill: #333;
  325. }