Guest User

Untitled

a guest
Sep 25th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 13.91 KB | None | 0 0
  1. <!--
  2. body,td,th {
  3.     font-family: Tahoma;
  4.     font-size: 10px;
  5.    
  6.     color: #FFFFFF;
  7.     margin: 30px;
  8.     cursor: default;
  9. }
  10.  
  11. input:focus,
  12. select:focus,
  13. textarea:focus,
  14. button:focus {
  15.     outline: none;
  16. }
  17. /*
  18. #gui_objbox*/
  19. .objbox
  20. {
  21.     overflow:hidden;
  22.     background-color:#26354a;
  23.     height:100px;
  24.     overflow-y:scroll;
  25.     padding:2px;
  26.    
  27.     border-radius: 5px;
  28. }
  29.  
  30. #O0 {
  31. cursor: default;
  32. }
  33. #O0:active { cursor: default; }
  34.  
  35. html { overflow: hidden; }
  36. body { -webkit-user-select: none; overflow: hidden; }
  37.  
  38. .selline1
  39. {
  40.     background-color:#3c506e;
  41.     overflow: hidden;
  42.     height:16px;
  43. }
  44. .selline0
  45. {
  46.     background-color:transparent;
  47.     overflow: hidden;
  48.     height:16px;
  49. }
  50.  
  51. @keyframes blnk {
  52.     from {background-color:#759dd7;}
  53.     to {background-color:#5876a2;}
  54. }
  55. @-webkit-keyframes blnk
  56. {
  57.     from {background-color:#759dd7;}
  58.     to {background-color:#5876a2;}
  59. }
  60.  
  61. .selline0bl
  62. {
  63.     background-color:#5876a2;
  64.     overflow: hidden;
  65.     height:16px;
  66.    
  67.     -webkit-animation: blnk 0.5s linear 0s 1 alternate none;
  68.     animation: blnk 0.5s linear 0s 1 alternate none;
  69. }
  70.  
  71.  
  72.  
  73. .topui
  74. {
  75.     background-color: #3e587b;
  76.     background-image:  url(htile.gif);
  77.     background-repeat: repeat-x;
  78.     background-position: left bottom;
  79.     border: none;
  80.     text-align: left;
  81.     /*height: 50px;*/
  82.     height: 50px;
  83.     /*
  84.     display: inline-block;*/
  85.    
  86.     display:block;
  87.     position:fixed;
  88.     left:0px;
  89.     top:0px;
  90.     width:100%;
  91. }
  92.  
  93. .leftui
  94. {
  95.  
  96.     background-color: #2e405a;
  97.     border-right: 1px solid #152e4e;
  98.     background-image:  url(vti.gif);
  99.     background-repeat: repeat-x;
  100.     background-position: left top;
  101.    
  102.     width:91px;
  103.     display:block;
  104.     position:fixed;
  105.     left:0px;
  106.     top:50px;
  107.    
  108.     height: 100%;
  109. }
  110.  
  111. .rightui
  112. {
  113.  
  114.     background-color: #2e405a;
  115.     border-left: 1px solid #152e4e;
  116.     background-image:  url(vti.gif);
  117.     background-repeat: repeat-x;
  118.     background-position: left top;
  119.    
  120.     display:block;
  121.     position:fixed;
  122.     right:0px;
  123.     top:50px;
  124.     width:254px;
  125.    
  126.     height: 100%;
  127. }
  128. .rightui_cntnt
  129. {
  130.     text-align:left;
  131.     padding:14px;
  132.     box-sizing:border-box;
  133.     width:100%;
  134.    
  135.     white-space: nowrap;
  136. }
  137.  
  138. .field_dis_left
  139. {
  140.     border-top-left-radius: 5px;
  141.     border-bottom-left-radius: 5px;
  142.     background-color: #476082;
  143.     height: 20px;
  144.     color: #748fb5;
  145.     display: inline-block;
  146.     text-align: center;
  147.     line-height: 18px;
  148.     padding-left: 7px;
  149.     padding-right: 7px;
  150.     margin-top: 14px;
  151.     vertical-align: top;
  152.    
  153.     padding-top:0px;
  154.     padding-bottom:0px;
  155.    
  156.     -webkit-box-sizing:border-box;
  157.     -moz-box-sizing: border-box;
  158.     box-sizing:border-box;
  159.    
  160. }
  161. .field_dis_right
  162. {
  163.     vertical-align: top;
  164.     border-top-right-radius: 5px;
  165.     border-bottom-right-radius: 5px;
  166.     background-color: #526c90;
  167.     height: 20px;
  168.     color: #adc6e8;
  169.     display: inline-block;
  170.     text-align: left;
  171.     line-height: 18px;
  172.     border: none;
  173.     padding-left: 7px;
  174.     padding-right: 7px;
  175.    
  176.     margin-top: 14px;
  177.     margin-right: 0px;
  178.     margin-bottom: 0px;
  179.    
  180.     padding-top:0px;
  181.     padding-bottom:2px;
  182.    
  183.     font-family: Tahoma;
  184.     font-size: 10px;
  185.    
  186.     -webkit-box-sizing:border-box;
  187.     -moz-box-sizing: border-box;
  188.     box-sizing:border-box;
  189. }
  190. input.field_dis_right
  191. {
  192.     cursor:hand;
  193. }
  194. div.field_dis_right
  195. {
  196.     padding-bottom:0px;
  197. }
  198.  
  199. .field_btn
  200. {
  201.     cursor:hand;
  202.    
  203.     vertical-align: top;
  204.     border-radius: 5px;
  205.     background-color: #2e405a;
  206.     height: 20px;
  207.     color: #adc6e8;
  208.     display: inline-block;
  209.     text-align: center;
  210.     line-height: 18px;
  211.     border: none;
  212.     padding-left: 7px;
  213.     padding-right: 7px;
  214.     width: 80px;
  215.    
  216.     margin-top: 14px;
  217.     margin-right: 0px;
  218.     margin-bottom: 0px;
  219.     padding-top:0px;
  220.     padding-bottom:2px;
  221.    
  222.     font-family: Tahoma;
  223.     font-size: 10px;
  224.    
  225.     -webkit-box-sizing:border-box;
  226.     -moz-box-sizing: border-box;
  227.     box-sizing:border-box;
  228. }
  229. .field_btn:hover
  230. {
  231.     background-color: #26364d;
  232.     color: #ddebff;
  233. }
  234. .field_btn:active
  235. {
  236.     background-color: #151e2c;
  237.     color: #faf498;
  238. }
  239.  
  240.  
  241. .tool_sm
  242. {
  243.     height: 30px;
  244.     line-height: 30px;
  245.     padding-left: 1px;
  246.     padding-right: 1px;
  247.     padding-top: 6px;
  248.     padding-bottom: 6px;
  249.     width: 30px;
  250. }
  251.  
  252. .tool_btn
  253. {
  254.     cursor:hand;
  255.    
  256.     vertical-align: top;
  257.    
  258.     border-radius: 3px;
  259.     border: 1px solid #26354a;
  260.    
  261.     background-color: #26354a;
  262.    
  263.     color: #adc6e8;
  264.     display: inline-block;
  265.     text-align: center;
  266.    
  267.     margin-top: 0px;
  268.     margin-right: 1px;
  269.     margin-bottom: 1px;
  270.    
  271.    
  272.     font-family: Tahoma;
  273.     font-size: 10px;
  274.    
  275.     -webkit-box-sizing:border-box;
  276.     -moz-box-sizing: border-box;
  277.     box-sizing:border-box;
  278. }
  279. .tool_btn:hover
  280. {
  281.     background-color: #202d3f;
  282.     color: #ddebff;
  283.     border: 1px solid #202d3f;
  284. }
  285. .tool_btn:active
  286. {
  287.     background-color: #192330;
  288.     color: #faf498;
  289.     border: 1px solid #192330;
  290. }
  291.  
  292. .tool_btn2
  293. {
  294.     cursor:hand;
  295.    
  296.     vertical-align: top;
  297.    
  298.     border-radius: 3px;
  299.     border: 1px solid #6887b4;
  300.    
  301.     background-color: #415b80;
  302.    
  303.     color: #adc6e8;
  304.     display: inline-block;
  305.     text-align: center;
  306.    
  307.    
  308.     margin-top: 0px;
  309.     margin-right: 1px;
  310.     margin-bottom: 1px;
  311.    
  312.    
  313.     font-family: Tahoma;
  314.     font-size: 10px;
  315.    
  316.     -webkit-box-sizing:border-box;
  317.     -moz-box-sizing: border-box;
  318.     box-sizing:border-box;
  319. }
  320. .tool_btn2:hover
  321. {
  322.     background-color: #415b80;
  323.     color: #ddebff;
  324.     border: 1px solid #6887b4;
  325. }
  326. .tool_btn2:active
  327. {
  328.     background-color: #415b80;
  329.     color: #faf498;
  330.     border: 1px solid #6887b4;
  331. }
  332.  
  333.  
  334. .tool_wid
  335. {
  336.     height: 20px;
  337.     line-height: 16px;
  338.     padding-left: 1px;
  339.     padding-right: 1px;
  340.     padding-top: 0px;
  341.     padding-bottom: 0px;
  342.     width: 64px;
  343. }
  344. .wide_btn
  345. {
  346.     height: 20px;
  347.     line-height: 16px;
  348.     padding-left: 1px;
  349.     padding-right: 1px;
  350.     padding-top: 0px;
  351.     padding-bottom: 0px;
  352.     width: 100%;
  353. }
  354.  
  355. .c
  356. {
  357.     width:130px;
  358.     display: inline-block;
  359.     text-align: right;
  360.     /*color: #748fb5;*/
  361.     color: rgba(173,198,232,0.8);
  362.     margin-top: 11px;
  363. }
  364.  
  365. .q
  366. {
  367.     width: 14px;
  368.     height: 14px;
  369.     display: inline-block;
  370. }
  371. .q3
  372. {
  373.     width: 42px;
  374.     height: 14px;
  375.     display: inline-block;
  376. }
  377.  
  378.  
  379.  
  380.  
  381.  
  382. .p_i
  383. {
  384.     height:20px;
  385. }
  386. .p_u1
  387. {
  388.     border-bottom: 1px solid #344660;
  389.     border-left: 0px;
  390.     border-right: 0px;
  391.     border-top: 0px;
  392. }
  393. .p_u2
  394. {
  395.     border-bottom: 1px solid #40577a;
  396.     border-left: 0px;
  397.     border-right: 0px;
  398.     border-top: 0px;
  399. }
  400. .p_u0
  401. {
  402.     border:0px;
  403. }
  404.  
  405. .pa1
  406. {
  407.     height:20px;
  408.     color:#819cc0;
  409.     background-color:#3c506e;
  410.    
  411.     width:98px;
  412.     display:inline-block;
  413.     line-height: 20px;
  414.     text-align:right;
  415.    
  416.     -webkit-box-sizing:border-box;
  417.     -moz-box-sizing: border-box;
  418.     box-sizing:border-box;
  419.    
  420.     padding-right:6px;
  421.     padding-left:6px;
  422.     padding-top:0px;
  423.     padding-bottom:0px;
  424.    
  425.     margin:0px;
  426.    
  427.     vertical-align: top;
  428. }
  429. .pa2
  430. {
  431.     height:20px;
  432.     color:#adc6e8;
  433.     background-color:#4a6489;
  434.     /*width:134px;*/
  435.     width:123px;
  436.     display:inline-block;
  437.     line-height:20px;
  438.     text-align:left;
  439.    
  440.     -webkit-box-sizing:border-box;
  441.     -moz-box-sizing: border-box;
  442.     box-sizing:border-box;
  443.    
  444.     padding-right:6px;
  445.     padding-left:6px;
  446.     padding-top:0px;
  447.     padding-bottom:0px;
  448.    
  449.     margin:0px;
  450.    
  451.     font-family: Tahoma;
  452.     font-size: 10px;
  453.    
  454.     overflow: hidden;
  455.     vertical-align:top;
  456. }
  457. .pa2:hover
  458. {
  459.     background-color:#506d95;
  460. }
  461. .pa2edit
  462. {
  463.  
  464.     color:#FFF;
  465.  
  466.     display:inline-block;
  467.     line-height:20px;
  468.     text-align:left;
  469.    
  470.     -webkit-box-sizing:border-box;
  471.     -moz-box-sizing: border-box;
  472.     box-sizing:border-box;
  473.    
  474.     padding-right:5px;
  475.     padding-left:5px;
  476.     padding-top:0px;
  477.     padding-bottom:0px;
  478.    
  479.     margin:0px;
  480.    
  481.     font-family: Tahoma;
  482.     font-size: 10px;
  483.    
  484.     background-color:#4a7372;
  485.    
  486.    
  487.     border:1px solid #000;
  488.    
  489. }
  490. .opcode_field
  491. {
  492.  
  493.     color:#FFF;
  494.  
  495.     display:inline-block;
  496.     /*line-height:20px;*/
  497.     text-align:left;
  498.    
  499.     -webkit-box-sizing:border-box;
  500.     -moz-box-sizing: border-box;
  501.     box-sizing:border-box;
  502.    
  503.     padding:5px;
  504.    
  505.     margin:0px;
  506.    
  507.     font-family: Lucida Sans Typewriter, Lucida Console, monaco, Bitstream Vera Sans Mono, monospace;
  508.     font-size: 9px;
  509.    
  510.     background-color:#000000;
  511.    
  512.    
  513.     border:1px solid #000;
  514.    
  515. }
  516. .r_lt
  517. {
  518.     border-top-left-radius:5px;
  519. }
  520. .r_rt
  521. {
  522.     border-top-right-radius:5px;
  523. }
  524. .r_lb
  525. {
  526.     border-bottom-left-radius:5px;
  527. }
  528. .r_rb
  529. {
  530.     border-bottom-right-radius:5px;
  531. }
  532.  
  533. .gui_sel_info
  534. {
  535.     color: #5e7698;
  536.     height: 30px;
  537. }
  538.  
  539. .parambox
  540. {
  541.     background-color: rgba(0,0,0,0.8);
  542.     border: 1px solid rgba(0,0,0,1);
  543.    
  544.     -webkit-box-sizing:border-box;
  545.     -moz-box-sizing: border-box;
  546.     box-sizing:border-box;
  547.     padding:3px;
  548.    
  549.     outline: none;
  550. }
  551. .paramwide
  552. {
  553.     width:100%;
  554.     display:block;
  555. }
  556. .paramactive:link,.paramactive:visited
  557. {
  558.     display:inline-block;
  559.     padding:3px;
  560.     background-color: rgba(100,150,255,0.4);
  561.     text-decoration: none;
  562.    
  563.     -webkit-box-sizing:border-box;
  564.     -moz-box-sizing: border-box;
  565.     box-sizing:border-box;
  566.    
  567.     color:#FFFFFF;
  568. }
  569. .paramactive:hover
  570. {
  571.     text-decoration: none;
  572.     background-color: rgba(100,150,255,0.7);
  573. }
  574. .paramactive:active
  575. {
  576.     text-decoration: none;
  577.     background-color: rgba(100,150,255,0.7);
  578. }
  579.  
  580.  
  581. .paraminbox:link,.paraminbox:visited
  582. {
  583.     display:inline-block;
  584.     padding:3px;
  585.     background-color: rgba(144,255,0,0);
  586.     text-decoration: none;
  587.    
  588.     -webkit-box-sizing:border-box;
  589.     -moz-box-sizing: border-box;
  590.     box-sizing:border-box;
  591.    
  592.     color:#FFFFFF;
  593. }
  594. .paraminbox:hover
  595. {
  596.     text-decoration: none;
  597.     background-color: rgba(144,255,0,0.4);
  598. }
  599. .paraminbox:active
  600. {
  601.     text-decoration: none;
  602.     background-color: rgba(144,255,0,0.7);
  603. }
  604.  
  605. #rparams
  606. {
  607. /*
  608.     height:500px;
  609.     */
  610.     height: calc(100vh - 270px);
  611.     /*
  612.    
  613.     position:fixed;
  614.     top: inherit;
  615.     bottom: 0px;
  616.     */
  617.     overflow-x:hidden;
  618.     overflow-y:auto;
  619.     white-space: nowrap;
  620. }
  621.  
  622. ::-webkit-scrollbar {
  623.     width: 4px;
  624. }
  625.  
  626. ::-webkit-scrollbar-track {
  627.  
  628.     border-radius: 4px;
  629.     background-color: rgba(0,0,0,0.2);
  630. }
  631. ::-webkit-scrollbar-track:disabled {
  632.  
  633.     background-color: transparent;
  634. }
  635.  
  636.  
  637. ::-webkit-scrollbar-thumb {
  638.  
  639.     border-radius: 4px;
  640.    
  641.     background-color: #7088ac;
  642. }
  643.  
  644. @keyframes note_app
  645. {
  646.     0% {opacity:0; font-size:0em;padding:0px;margin:0px}
  647.     25% {opacity:0; font-size:inherit;padding:10px;margin:5px}
  648.     50% {opacity:0.9; font-size:inherit;padding:10px;margin:5px}
  649.     100% {opacity:1; font-size:inherit;padding:10px;margin:5px}
  650. }
  651. @-webkit-keyframes note_app
  652. {
  653.     0% {opacity:0; font-size:0em;padding:0px;margin:0px}
  654.     25% {opacity:0; font-size:inherit;padding:10px;margin:5px}
  655.     50% {opacity:0.9; font-size:inherit;padding:10px;margin:5px}
  656.     100% {opacity:1; font-size:inherit;padding:10px;margin:5px}
  657. }
  658.  
  659.  
  660. @keyframes notediv_terma
  661. {
  662.     0% {opacity:1;font-size: inherit; padding:10px;margin:5px}
  663.     50% {opacity:0;font-size: inherit; padding:10px;margin:5px}
  664.     100% {opacity:0; font-size: 0em; padding:0px;margin:0px}
  665. }
  666. @-webkit-keyframes notediv_terma
  667. {
  668.     0% {opacity:1;font-size: inherit; padding:10px;margin:5px}
  669.     50% {opacity:0;font-size: inherit; padding:10px;margin:5px}
  670.     100% {opacity:0;font-size: 0em; padding:0px;margin:0px}
  671. }
  672.  
  673.  
  674. .notediv
  675. {
  676.     box-sizing:border-box;
  677.     overflow:auto;
  678.    
  679.     animation: note_app 0.4s;
  680.     -moz-animation: note_app 0.4s; /* Firefox */
  681.     -webkit-animation: note_app 0.4s; /* Safari and Chrome */
  682.     -o-animation: note_app 0.4s; /* Opera */
  683.    
  684.     background: rgba(0,0,0,0.8);
  685.    
  686.     border-radius:5px;
  687.     margin:5px;
  688.     padding:10px;
  689. }
  690.  
  691. .notediv_term_strict
  692. {
  693.     background: rgba(150,0,0,0.8);
  694. }
  695. .notediv_term_nonstrict
  696. {
  697.     background: rgba(0,0,0,0.8);
  698. }
  699.  
  700. .notediv_term
  701. {
  702.     box-sizing:border-box;
  703.     overflow:auto;
  704.    
  705.     -webkit-animation-fill-mode:both;
  706.    
  707.     animation: note_terma 0.8s;
  708.     -moz-animation: note_terma 0.8s; /* Firefox */
  709.     -webkit-animation: note_terma 0.8s; /* Safari and Chrome */
  710.     -o-animation: note_terma 0.8s; /* Opera */
  711.    
  712.    
  713.     opacity:0;
  714.    
  715.     border-radius:5px;
  716.     margin:5px;
  717.     padding:10px;
  718. }
  719.  
  720. #note_place
  721. {
  722.     left:15px;
  723.     bottom:15px;
  724.     position:fixed;
  725.     width:300px;
  726.     clear: both;
  727.     font-size:12px;
  728. }
  729.  
  730. .error
  731. {
  732.     color:#F77;
  733.     text-shadow: #F00 0 0 5px;
  734. }
  735.  
  736. #mrdimlights
  737. {
  738.     display:none;
  739.     position:fixed;
  740.     width:100%;
  741.     height:100%;
  742.     left:0px;
  743.     top:0px;
  744.     background-color:rgba(0,0,0,0.8);
  745.    
  746. }
  747. .mrpopup
  748. {
  749.     width: 600px;
  750.     height: 300px;
  751.    
  752.     top:0;
  753.     bottom: 0;
  754.     left: 0;
  755.     right: 0;
  756.    
  757.     margin: auto;
  758.    
  759.     position:fixed;
  760.     /*
  761.     background-color:#F00;*/
  762.     display:none;
  763. }
  764. #mrtitle
  765. {
  766.     background-color: #617ca4;
  767.     height: 32px;
  768.     line-height:32px;
  769.     font-size:15px;
  770.    
  771.     padding-left:10px;
  772.     padding-right:10px;
  773.    
  774.     border-top-left-radius: 6px 6px;
  775.     border-top-right-radius: 6px 6px;
  776. }
  777. #mrbox
  778. {
  779.     background-color: #3e587b;
  780.     height: 300px;
  781.     display:block;
  782.    
  783.     padding-left:10px;
  784.     padding-right:10px;
  785.    
  786.     padding-top:10px;
  787.    
  788.    
  789.     line-height:18px;
  790.    
  791.     border-bottom-left-radius: 6px 6px;
  792.     border-bottom-right-radius: 6px 6px;
  793. }
  794.  
  795. .field_input
  796. {
  797.     vertical-align: top;
  798.     border-radius: 5px;
  799.     background-color: #2e405a;
  800.     height: 20px;
  801.     color: #adc6e8;
  802.     display: inline-block;
  803.     text-align: left;
  804.     line-height: 18px;
  805.     border: none;
  806.     padding-left: 7px;
  807.     padding-right: 7px;
  808.     width: 200px;
  809.    
  810.     margin:0px;
  811.    
  812.     padding-top:0px;
  813.     padding-bottom:2px;
  814.    
  815.     font-family: Tahoma;
  816.     font-size: 10px;
  817.    
  818.     -webkit-box-sizing:border-box;
  819.     -moz-box-sizing: border-box;
  820.     box-sizing:border-box;
  821. }
  822.  
  823.  
  824. .btn
  825. {
  826.     cursor:hand;
  827.    
  828.     vertical-align: top;
  829.     border-radius: 5px;
  830.     background-color: #2e405a;
  831.     height: 20px;
  832.     color: #adc6e8;
  833.     display: inline-block;
  834.     text-align: center;
  835.     line-height: 18px;
  836.     border: none;
  837.     padding-left: 7px;
  838.     padding-right: 7px;
  839.     width: 80px;
  840.    
  841.     margin:0px;
  842.    
  843.     padding-top:0px;
  844.     padding-bottom:2px;
  845.    
  846.     font-family: Tahoma;
  847.     font-size: 10px;
  848.    
  849.     -webkit-box-sizing:border-box;
  850.     -moz-box-sizing: border-box;
  851.     box-sizing:border-box;
  852. }
  853. .btn:hover
  854. {
  855.     background-color: #26364d;
  856.     color: #ddebff;
  857. }
  858. .btn:active
  859. {
  860.     background-color: #151e2c;
  861.     color: #faf498;
  862. }
  863.  
  864. #game_overlay
  865. {
  866.     background-color: rgba(0,0,0,0.8);
  867.     left:0px;
  868.     position:fixed;
  869.     top:0px;
  870.     width:100%;
  871.     height:100%;
  872.     display:block;
  873.     text-align:center;
  874.    
  875.     visibility:hidden;
  876. }
  877.  
  878. a.basic:link, a.basic:visited
  879. {
  880.     color: #75E3FF;
  881.     text-decoration: none;
  882.     font-weight: bold;
  883.     cursor: hand;
  884. }
  885. a.basic:hover
  886. {
  887.     color: #FFFFFF;
  888.     text-decoration: none;
  889.     font-weight: bold;
  890.     cursor: hand;
  891. }
  892. a.basic:active
  893. {
  894.     color: #FFFFFF;
  895.     text-decoration: none;
  896.     font-weight: bold;
  897.     cursor: hand;
  898. }
  899.  
  900. #tools_box
  901. {
  902.     overflow-y:auto;
  903.     overflow-x:hidden;
  904.     height: calc(100vh - 65px);
  905.     width: 70px;
  906. }
  907.  
  908. -->
Add Comment
Please, Sign In to add comment