123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260 |
- .header{
- position: relative;
- padding: 10px 0;
- color: #fff;
- text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
- background: #001373; /* Old browsers */
- background: -moz-linear-gradient(45deg, #001373 0%, #33536D 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#001373), color-stop(100%,#33536D)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(45deg, #001373 0%,#33536D 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(45deg, #001373 0%,#33536D 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(45deg, #001373 0%,#33536D 100%); /* IE10+ */
- background: linear-gradient(45deg, #001373 0%,#33536D 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001373', endColorstr='#33536D',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
- -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
- -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
- box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
- }
- /* Gradiente: #020031 -> #001373 e #6d3353 -> #33536D */
- .header .container {
- position: relative;
- z-index: 2;
- }
- .header:after {
- content: '';
- display: block;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- background: url(../img/bs-docs-masthead-pattern.png) repeat center center;
- opacity: .4;
- }
- .header h1{
- margin: 0 0 0 30px;
- }
- .header .i18n {
- position: absolute;
- top: 10px;
- right: 10px;
- margin-top: 0 !important;
- padding: 15px;
- height: auto !important;
- overflow: hidden; /* clearfix */
- font-size: 13px !important;
- line-height: 16px !important;
- background: #222 !important; /* reset image and color in one line */
- background: rgba(0,0,0,.5) !important;
- border: 0 !important;
- border-radius: 4px;
- box-shadow: inset 0 3px 5px rgba(0,0,0,.5), 0 1px 0 rgba(255,255,255,.1);
- z-index: 1000;
- }
- .instrs{
- list-style: none;
- margin: 0;
- padding: 0;
- }
- /* Inicio: apenas pagina */
- .indent1 {
- margin: 0 10px; /* margem esquerda e direita */
- }
- /* Duas colunas */
- .ladoalado {
- display: inline-block;
- vertical-align: top;
- }
- #ladoesquerdo { display: inline-block; float: left; width: 50%;}
- #ladodireito { display: inline-block; float: rigtht; width: 50%; }
- .bloco {
- border: 1px solid #666666; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
- margin: 10px 0; padding: 3px 10px 10px 3px;
- }
- .secao { color: #004884; font-size: 2em; }
- .subsecao { color: #004884; font-size: 1.5em; }
- .corDef { color: #0000C4; font-weight: bold; }
- .corEx { color: #008400; font-weight: bold; }
- /* Final: apenas pagina */
- .bloco_ivprog {
- border: 1px solid #868686;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- margin: 10px 30px;
- padding: 3px 10px 10px 3px;
- }
- foot {
- background: none repeat scroll 0 0 #FFFFFF;
- text-align: center;
- height: 100%;
- border-width: 2px 2px 0; border-style: solid; border-color: #ddd;
- color: #484848;
- font-family: Arial,Tahoma,Verdana,sans-serif;
- font-size: .8em;
- line-height: .8em;
- padding: 10px;
- margin: 10px;
- }
- .select-variable-value{
- display: inline-block;
- cursor: pointer;
- }
- .need-to-set > a{
- border: 1px dashed #000;
- }
- .select-variable-value > a{
- padding: 4px;
- }
- .select-variable-value > a:hover{
- background: yellow;
- }
- .select-variable-value a:hover{
- text-decoration: none;
- }
- .edit-in-place span span.editing {
- cursor: pointer;
- border: 1px dashed #000;
- padding: 4px;
- }
- .edit-in-place input, .edit-in-place select {
- display: none;
- }
- span.normal{
- font-weight: bold;
- color: blue;
- }
- a.normal{
- font-weight: bold;
- color: blue;
- }
- .edit-in-place.active span.normal {
- display: none;
- }
- .edit-in-place.active input, .edit-in-place.active select {
- display: inline-block;
- }
- .input-edit{
- display: inline;
- width: 80px;
- }
- .over{
- background: yellow;
- }
- .ivprog{
-
- }
- .ivprog h5{
- font-family: arial;
- font-size: 12px;
- text-transform: uppercase;
- padding: 0 10px 0 0;
- margin: 0 0 0 5px;
- }
- .ivprog .variables{
- background: #EFEFEF;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- margin: 10px 0;
- padding: 3px 10px 10px 3px;
- }
- .ivprog .variables .var{
- background: #FFFFFF;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- margin: 5px;
- padding: 3px 10px;
- display: block;
- float: left;
- }
- .ivprog .parameters{
- background: #EFEFEF;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- margin: 10px 0;
- padding: 3px 10px 10px 3px;
- }
- .ivprog .parameters .var{
- background: #FFFFFF;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- margin: 5px;
- padding: 3px 10px;
- display: block;
- float: left;
- }
- .source, .output{
- background: #6E6E6E;
- margin: 5px;
- font-family: "Lucida Console", Monaco, monospace;
- font-weight: normal;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- margin: 5px;
- padding: 6px 20px;
- color: #FFF;
- }
- .ivprog .btn-delete{
- position: absolute;
- top: 5px;
- right: 5px;
- }
- .ivprog .instr{
- position: relative;
- background: #EFEFEF;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- margin: 10px 0;
- padding: 10px;
- border: 1px solid #AEAEAE;
- }
- .ivprog .node-with-error{
- border: 2px solid red;
- padding: 4px 0;
- }
- .handle{
- height: 20px;
- width: 20px;
- margin: 0px 5px 20px -5px;
- float: left;
- text-align: center;
- background: #EFEFEF;
- cursor: move;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
|