ivprog.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. .header{
  2. position: relative;
  3. padding: 10px 0;
  4. color: #fff;
  5. text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  6. background: #002031; /* Old browsers */
  7. background: -moz-linear-gradient(45deg, #001373 0%, #33536d 100%); /* FF3.6+ */
  8. background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#001373), color-stop(100%,#33536d)); /* Chrome,Safari4+ */
  9. background: -webkit-linear-gradient(45deg, #001373 0%,#33536d 100%); /* Chrome10+,Safari5.1+ */
  10. background: -o-linear-gradient(45deg, #001373 0%,#33536d 100%); /* Opera 11.10+ */
  11. background: -ms-linear-gradient(45deg, #001373 0%,#33536d 100%); /* IE10+ */
  12. background: linear-gradient(45deg, #001373 0%,#33536d 100%); /* W3C */
  13. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001373', endColorstr='#33536d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  14. -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
  15. -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
  16. box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
  17. }
  18. .header .container {
  19. position: relative;
  20. z-index: 2;
  21. }
  22. .header:after {
  23. content: '';
  24. display: block;
  25. position: absolute;
  26. top: 0;
  27. right: 0;
  28. bottom: 0;
  29. left: 0;
  30. background: url(../img/bs-docs-masthead-pattern.png) repeat center center;
  31. opacity: .4;
  32. }
  33. .header h1{
  34. margin: 0 0 0 30px;
  35. }
  36. .header .i18n {
  37. position: absolute;
  38. top: 10px;
  39. right: 10px;
  40. margin-top: 0 !important;
  41. padding: 15px;
  42. height: auto !important;
  43. overflow: hidden; /* clearfix */
  44. font-size: 13px !important;
  45. line-height: 16px !important;
  46. background: #222 !important; /* reset image and color in one line */
  47. background: rgba(0,0,0,.5) !important;
  48. border: 0 !important;
  49. border-radius: 4px;
  50. box-shadow: inset 0 3px 5px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.1);
  51. z-index: 1000;
  52. }
  53. .instrs{
  54. list-style: none;
  55. margin: 0;
  56. padding: 0;
  57. }
  58. .bloco {
  59. border: 1px solid #666666;
  60. -webkit-border-radius: 5px;
  61. -moz-border-radius: 5px;
  62. border-radius: 5px;
  63. margin: 10px 0;
  64. padding: 3px 10px 10px 3px;
  65. }
  66. .bloco_ivprog {
  67. border: 1px solid #868686;
  68. -webkit-border-radius: 5px;
  69. -moz-border-radius: 5px;
  70. border-radius: 5px;
  71. margin: 10px 30px;
  72. padding: 3px 10px 10px 3px;
  73. }
  74. foot {
  75. background: none repeat scroll 0 0 #FFFFFF;
  76. text-align: center;
  77. height: 100%;
  78. border-width: 2px 2px 0; border-style: solid; border-color: #ddd;
  79. color: #484848;
  80. font-family: Arial,Tahoma,Verdana,sans-serif;
  81. font-size: .8em;
  82. line-height: .8em;
  83. padding: 10px;
  84. margin: 10px;
  85. }
  86. .select-variable-value{
  87. display: inline-block;
  88. cursor: pointer;
  89. }
  90. .need-to-set > a{
  91. border: 1px dashed #000;
  92. }
  93. .select-variable-value > a{
  94. padding: 4px;
  95. }
  96. .select-variable-value > a:hover{
  97. background: yellow;
  98. }
  99. .select-variable-value a:hover{
  100. text-decoration: none;
  101. }
  102. .edit-in-place span span.editing {
  103. cursor: pointer;
  104. border: 1px dashed #000;
  105. padding: 4px;
  106. }
  107. .edit-in-place input, .edit-in-place select {
  108. display: none;
  109. }
  110. span.normal{
  111. font-weight: bold;
  112. color: blue;
  113. }
  114. a.normal{
  115. font-weight: bold;
  116. color: blue;
  117. }
  118. .edit-in-place.active span.normal {
  119. display: none;
  120. }
  121. .edit-in-place.active input, .edit-in-place.active select {
  122. display: inline-block;
  123. }
  124. .input-edit{
  125. display: inline;
  126. width: 80px;
  127. }
  128. .over{
  129. background: yellow;
  130. }
  131. .ivprog{
  132. }
  133. .ivprog h5{
  134. font-family: arial;
  135. font-size: 12px;
  136. text-transform: uppercase;
  137. padding: 0 10px 0 0;
  138. margin: 0 0 0 5px;
  139. }
  140. .ivprog .variables{
  141. background: #EFEFEF;
  142. -webkit-border-radius: 5px;
  143. -moz-border-radius: 5px;
  144. border-radius: 5px;
  145. margin: 10px 0;
  146. padding: 3px 10px 10px 3px;
  147. }
  148. .ivprog .variables .var{
  149. background: #FFFFFF;
  150. -webkit-border-radius: 5px;
  151. -moz-border-radius: 5px;
  152. border-radius: 5px;
  153. margin: 5px;
  154. padding: 3px 10px;
  155. display: block;
  156. float: left;
  157. }
  158. .ivprog .parameters{
  159. background: #EFEFEF;
  160. -webkit-border-radius: 5px;
  161. -moz-border-radius: 5px;
  162. border-radius: 5px;
  163. margin: 10px 0;
  164. padding: 3px 10px 10px 3px;
  165. }
  166. .ivprog .parameters .var{
  167. background: #FFFFFF;
  168. -webkit-border-radius: 5px;
  169. -moz-border-radius: 5px;
  170. border-radius: 5px;
  171. margin: 5px;
  172. padding: 3px 10px;
  173. display: block;
  174. float: left;
  175. }
  176. .source, .output{
  177. background: #6E6E6E;
  178. margin: 5px;
  179. font-family: "Lucida Console", Monaco, monospace;
  180. font-weight: normal;
  181. -webkit-border-radius: 5px;
  182. -moz-border-radius: 5px;
  183. border-radius: 5px;
  184. margin: 5px;
  185. padding: 6px 20px;
  186. color: #FFF;
  187. }
  188. .ivprog .btn-delete{
  189. position: absolute;
  190. top: 5px;
  191. right: 5px;
  192. }
  193. .ivprog .instr{
  194. position: relative;
  195. background: #EFEFEF;
  196. -webkit-border-radius: 5px;
  197. -moz-border-radius: 5px;
  198. border-radius: 5px;
  199. margin: 10px 0;
  200. padding: 10px;
  201. border: 1px solid #AEAEAE;
  202. }
  203. .ivprog .node-with-error{
  204. border: 2px solid red;
  205. padding: 4px 0;
  206. }
  207. .handle{
  208. height: 20px;
  209. width: 20px;
  210. margin: 0px 5px 20px -5px;
  211. float: left;
  212. text-align: center;
  213. background: #EFEFEF;
  214. cursor: move;
  215. -webkit-border-radius: 5px;
  216. -moz-border-radius: 5px;
  217. border-radius: 5px;
  218. }