ivprog.css 5.9 KB

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