Файловый менеджер - Редактировать - /home/poliximo/public_html/da45a/betterpreview.tar
Назад
less/style.less 0000644 00000003557 15220004073 0007545 0 ustar 00 /** * @package Better Preview * @version 6.2.2 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2019 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ @import "../../regularlabs/less/init.less"; .betterpreview-dropdown { display: inline-block; .dropdown-menu > li { > .list-item { padding: 8px 20px; margin: 0; display: block; clear: both; font-weight: normal; line-height: @baseLineHeight; color: @dropdownLinkColor; white-space: nowrap; } > a.list-item { color: @dropdownLinkColor !important; &:hover { color: @white !important; .icon-url, .icon-urlinfo { color: @white; } .label { background-color: @white; color: @dropdownLinkBackgroundHover; text-shadow: none; } } } table { width: 100%; margin: 0; padding: 0; td { margin: 0; padding: 0; vertical-align: middle; &.rl_status_td_right { text-align: right; span { margin-left: 5px; } } } } &.divider { clear: both; margin: 2px 0 1px; } } } .betterpreview-alert { position: fixed; top: 10%; } .icon-url { color: #51a351; } .icon-url:before { content: "\e024"; } .icon-urlinfo { margin-top: 2px; color: #2f96b4; } .icon-urlinfo:before { content: "\45"; } #betterpreview_urlinfo { .icon-url { vertical-align: middle; } } @media (max-width: 738px) { .betterpreview-dropdown { .icon-arrow-down-3 { display: none; } } } /* Make status position show on mobile */ @media (max-width: 767px) { #status.hidden-phone { display: block !important; text-align: center; .pull-right { float: none; display: block; } } } less/preview.less 0000644 00000001631 15220004073 0010055 0 ustar 00 /** * @package Better Preview * @version 6.2.2 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2019 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ @import "../../regularlabs/less/init.less"; div.betterpreview_message, div.betterpreview_error { position: fixed; top: 0; right: 0; padding: 7px 20px; width: 100%; text-align: center; font-weight: bold; font-size: 13px; line-height: 18px; color: #ffffff; background-color: #666666; z-index: 2000; .opacity(70); cursor: pointer; &:before { display: 'block'; content: 'x'; float: right; } } div.betterpreview_error { top: 32px; background-color: #9d261d; } css/style.min.css 0000644 00000002774 15220004073 0007773 0 ustar 00 .betterpreview-dropdown{display:inline-block}.betterpreview-dropdown .dropdown-menu>li>.list-item{padding:8px 20px;margin:0;display:block;clear:both;font-weight:400;line-height:18px;color:#333;white-space:nowrap}.betterpreview-dropdown .dropdown-menu>li>a.list-item{color:#333!important}.betterpreview-dropdown .dropdown-menu>li>a.list-item:hover{color:#fff!important}.betterpreview-dropdown .dropdown-menu>li>a.list-item:hover .icon-url,.betterpreview-dropdown .dropdown-menu>li>a.list-item:hover .icon-urlinfo{color:#fff}.betterpreview-dropdown .dropdown-menu>li>a.list-item:hover .label{background-color:#fff;color:#3071a9;text-shadow:none}.betterpreview-dropdown .dropdown-menu>li table{width:100%;margin:0;padding:0}.betterpreview-dropdown .dropdown-menu>li table td{margin:0;padding:0;vertical-align:middle}.betterpreview-dropdown .dropdown-menu>li table td.rl_status_td_right{text-align:right}.betterpreview-dropdown .dropdown-menu>li table td.rl_status_td_right span{margin-left:5px}.betterpreview-dropdown .dropdown-menu>li.divider{clear:both;margin:2px 0 1px}.betterpreview-alert{position:fixed;top:10%}.icon-url{color:#51a351}.icon-url:before{content:"\e024"}.icon-urlinfo{margin-top:2px;color:#2f96b4}.icon-urlinfo:before{content:"\45"}#betterpreview_urlinfo .icon-url{vertical-align:middle}@media (max-width:738px){.betterpreview-dropdown .icon-arrow-down-3{display:none}}@media (max-width:767px){#status.hidden-phone{display:block!important;text-align:center}#status.hidden-phone .pull-right{float:none;display:block}} css/preview.css 0000644 00000001526 15220004073 0007524 0 ustar 00 /** * @package Better Preview * @version 6.2.2 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2019 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ div.betterpreview_message, div.betterpreview_error { position: fixed; top: 0; right: 0; padding: 7px 20px; width: 100%; text-align: center; font-weight: bold; font-size: 13px; line-height: 18px; color: #ffffff; background-color: #666666; z-index: 2000; opacity: 0.7; filter: alpha(opacity=70); cursor: pointer; } div.betterpreview_message:before, div.betterpreview_error:before { display: 'block'; content: 'x'; float: right; } div.betterpreview_error { top: 32px; background-color: #9d261d; } css/style.css 0000644 00000004225 15220004073 0007202 0 ustar 00 /** * @package Better Preview * @version 6.2.2 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2019 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ .betterpreview-dropdown { display: inline-block; } .betterpreview-dropdown .dropdown-menu > li > .list-item { padding: 8px 20px; margin: 0; display: block; clear: both; font-weight: normal; line-height: 18px; color: #333; white-space: nowrap; } .betterpreview-dropdown .dropdown-menu > li > a.list-item { color: #333 !important; } .betterpreview-dropdown .dropdown-menu > li > a.list-item:hover { color: #fff !important; } .betterpreview-dropdown .dropdown-menu > li > a.list-item:hover .icon-url, .betterpreview-dropdown .dropdown-menu > li > a.list-item:hover .icon-urlinfo { color: #fff; } .betterpreview-dropdown .dropdown-menu > li > a.list-item:hover .label { background-color: #fff; color: #3071a9; text-shadow: none; } .betterpreview-dropdown .dropdown-menu > li table { width: 100%; margin: 0; padding: 0; } .betterpreview-dropdown .dropdown-menu > li table td { margin: 0; padding: 0; vertical-align: middle; } .betterpreview-dropdown .dropdown-menu > li table td.rl_status_td_right { text-align: right; } .betterpreview-dropdown .dropdown-menu > li table td.rl_status_td_right span { margin-left: 5px; } .betterpreview-dropdown .dropdown-menu > li.divider { clear: both; margin: 2px 0 1px; } .betterpreview-alert { position: fixed; top: 10%; } .icon-url { color: #51a351; } .icon-url:before { content: "\e024"; } .icon-urlinfo { margin-top: 2px; color: #2f96b4; } .icon-urlinfo:before { content: "\45"; } #betterpreview_urlinfo .icon-url { vertical-align: middle; } @media (max-width: 738px) { .betterpreview-dropdown .icon-arrow-down-3 { display: none; } } /* Make status position show on mobile */ @media (max-width: 767px) { #status.hidden-phone { display: block !important; text-align: center; } #status.hidden-phone .pull-right { float: none; display: block; } } css/preview.min.css 0000644 00000000660 15220004073 0010304 0 ustar 00 div.betterpreview_error,div.betterpreview_message{position:fixed;top:0;right:0;padding:7px 20px;width:100%;text-align:center;font-weight:700;font-size:13px;line-height:18px;color:#fff;background-color:#666;z-index:2000;opacity:.7;filter:alpha(opacity=70);cursor:pointer}div.betterpreview_error:before,div.betterpreview_message:before{display:'block';content:'x';float:right}div.betterpreview_error{top:32px;background-color:#9d261d} js/preview.min.js 0000644 00000000603 15220004073 0007751 0 ustar 00 /* * Copyright © 2018 Regular Labs - All Rights Reserved * License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ (function($){$(document).ready(function(){$("div.betterpreview_message, div.betterpreview_error").click(function(e){$(this).fadeOut();e.stopPropagation()});$("html").click(function(){$("div.betterpreview_message, div.betterpreview_error").fadeOut()})})})(jQuery); js/preview.js 0000644 00000001176 15220004073 0007175 0 ustar 00 /** * @package Better Preview * @version 6.2.2 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2019 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ (function($) { "use strict"; $(document).ready(function() { $('div.betterpreview_message, div.betterpreview_error').click(function(e) { $(this).fadeOut(); e.stopPropagation(); }); $('html').click(function() { $('div.betterpreview_message, div.betterpreview_error').fadeOut(); }); }); })(jQuery); js/script.js 0000644 00000001550 15220004073 0007014 0 ustar 00 /** * @package Better Preview * @version 6.2.2 * * @author Peter van Westen <info@regularlabs.com> * @link http://www.regularlabs.com * @copyright Copyright © 2019 Regular Labs All Rights Reserved * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ (function($) { "use strict"; $(document).ready(function() { $('.betterpreview-dropdown .dropdown-toggle').hover(function() { var el = $(this).parent(); var menu = el.find('.dropdown-menu'); menu.stop(true, true).show(); el.addClass('open'); var hide = function() { menu.stop(true, true).hide(); el.removeClass('open'); }; $('html').click(function() { hide(); }); menu.hover(function() { }, function() { hide(); }); $('#menu').hover(function() { hide(); }); }); }); })(jQuery); js/script.min.js 0000644 00000001057 15220004073 0007600 0 ustar 00 /* * Copyright © 2018 Regular Labs - All Rights Reserved * License http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL */ (function($){"use strict";$(document).ready(function(){$('.betterpreview-dropdown .dropdown-toggle').hover(function(){var el=$(this).parent();var menu=el.find('.dropdown-menu');menu.stop(true,true).show();el.addClass('open');var hide=function(){menu.stop(true,true).hide();el.removeClass('open');};$('html').click(function(){hide();});menu.hover(function(){},function(){hide();});$('#menu').hover(function(){hide();});});});})(jQuery); images/preview.gif 0000644 00000052377 15220004073 0010170 0 ustar 00 GIF89ad � �� ������ν760ionq�����Ÿ((���ܷ��ļ������ҡ���k/(��籒�K.Cu�����˹��x#U�qo9:B���EE�űڪ����uk����DDM���8t|�����ܱ���ֵ����ƲNQST[�μ�ɵ������YZa���2K��sm���JJQ�����Ӛ��AZ����44<4���)C�;U�mTLҽ�}��Pd�ƻ����SK�YY���Ծ���Ƶ����������ԫ�����ɦ�������**1���ľ�����vy~������Ĕ����伿����d[٣�������хv��u:3֡���������Ѥ��%$+�����Xo���������ې��������i|�S50e'«����������ȱ߸�����''�ݘ�ᨧՆ�WFB[ �����}�����e�����������������ɘ�dfl�����������߲��K������9P��Ī����������==��$=|Ĭ���w�����������|�������OOV������b`b�ϸ��³�34�����������@?F0)'���%Ῡ���009���ơ�TOLua^2����Ķ�--5��"";3.�00 .=���#h�����@BF`��,G�������������ʯ����������U{H@�ȭ����ܲ�������Ck�а�1Qy�NN�����!�NETSCAPE2.0 !�XMP DataXMP<?xpacket begin="" id="W5M0MpCehiHzreSzNTczkc9d"?> <x:xmpmeta xmlns:x="adobe:ns:meta/" x:xmptk="Adobe XMP Core 5.6-c145 79.163499, 2018/08/13-16:40:22 "> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/" xmlns:stRef="http://ns.adobe.com/xap/1.0/sType/ResourceRef#" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmpMM:OriginalDocumentID="xmp.did:296c63df-1d62-4ab6-bf2b-c9ce56e47871" xmpMM:DocumentID="xmp.did:2ACE418EE38711E88AF1907F5A67F62A" xmpMM:InstanceID="xmp.iid:9B700860E38611E88AF1907F5A67F62A" xmp:CreatorTool="Adobe Photoshop CC 2019 (Macintosh)"> <xmpMM:DerivedFrom stRef:instanceID="xmp.iid:f901c70b-9f75-4364-a753-660818e2bcd8" stRef:documentID="adobe:docid:photoshop:02b513cc-a6ac-3444-9b2c-2d5c4275be1e"/> </rdf:Description> </rdf:RDF> </x:xmpmeta> <?xpacket end="r"?>�������������������������������������������������������������������������������������������������������������������������������~}|{zyxwvutsrqponmlkjihgfedcba`_^]\[ZYXWVUTSRQPONMLKJIHGFEDCBA@?>=<;:9876543210/.-,+*)('&%$#"! !� � � , d � � � H����*\Ȱ�Ç!� ��ŋ�r2*�Ǐ &�3�Dȓ(�b�n`!�Rʜ�jR&���L��_��R�z�Ik:�C�B�k6�CE�"ѫ�T3m҄$�&L�dA�x%�1݁�-ByI���:!�� ��Y 4)^ԣq�,�Ŵ5��M�IHlSc����[��^��Xq<B��Z��W'� ����|��b�Ӻ�&�3�$ж���ْ��@��ľ��6�ϟ')'�;��2�L�0:�m��]Wn[��$�A���.���C{"�,��>�Whg�aj �[Ae�0 �l�` %�����7�k���l@V�BP�G B�S�B� !� ҇'m��'~ԡI�l����ч@���D�ա��P�1'4�d��|QFa�$F ��@Öh0 m���n4a�3x��^���$A$���Mn�f��Z �% ]z9�g`�f��YT��?|d@�'`aC {&�O\v9(�f** M��_�H�����9Fs��1���i�����)��$�<��-�N���%�) _��B M��b�هW�+-�~P줽���4}"� M� �>D�F(�вƼQ��z��9@��l�^!y�S�p W4!~�O���<���� �}u�D���ǚN�r� g�������\t�q�e4!8������:QD��k̠�>g������,@�������lIC%�Q�X0�01 �4y�� �P�X0�PH k�&cllL�"Ts 2���R#@:進M��$шA����s����������-���"I� �& p�!R�!��L"ˀ Tl���Q ����X�!5�ZA(3-,R��ACĄ���a�1�TJ�����#�&x�H̐���xP,]J#X �q PX���>��2���&��S���V ��J�B� XaJ�B�(`�to @ >� �C�B(�� ���� mȄ �� ���7�`|�4`�h�[��N��h0��- �X���b� n� ���iE �|Ԇ(����D4 0C\4���$ �* #HB@�($���B�0X� ��(`��@ :�|� �*�����sr��A�BЀ�`0���'v�S��*~@�bT/ ՠ��ɄP�� ^�U ٟ,.���+�S�A�f D�%- ���>�`, >�]�<����)v��-�T�]�� �1�C�A0ש6�@�TR �}̀���( ���S"�(�d P�a�R ��3n�MxjP) ��-C]a7`�>��h��C��a za��� �`N)���a� ����t7@ ��H� I!X��`��%D�[ :�`�� ���l86h`�� ԣ�AQBM��)0E�W�M�Ӱ9�@i`�Ku�L�� Z�)e�6�j�v` ��7�̲��K)@+�����t���ju����0�Q Ai@��ns�%���R1�0Z�>� �X jS����@��.:�)6��`�����6� � jB���w���R{|����<��.v0�b��B����浼�Ւ��[��CŠ/p�X��V�A�Q��YX�ΰ��K�#XV�Dp�J����sq��ؿ��pN;�au��?!H zЂx ��^�W`x��!�0NqJY�X�!�o���,. �� Cl�6x�qE ��2."��M2%��E��k�a֠ҀvND ZP�X� ��$��6���GM�?3C�h5�Z��?�|W6"v���9Q � ��,�`KHA �C*2��C�"���*T��@�=:�X�:�X@�j�i���8FA�a�v�[1�E9fu�C �ȷ#�Љw " r��a� n<��nf���B羁�Qځ�� �x��a��gC @Џ~��� �І6� X�� � 7x�f��-��^f�70��HAƁ�8��xǗn�ld�G�������Ȇ8`qU´�Y3p�,m�����@8��g�P?z��~�c@�(��G~uX8���kv�Ӝ[zn6�� k��rh�܍~t�G]�P��rX ��;`u�w :&l$���V� ��50��t`�;v�y�o����y?�H@����6\��N�p7��W���;�3� ��!~��_uH�fdpp������� �H��د;�w��S���y�7zQ�y ��X�a i O`r� �����{��}�~!�@�*�1���� ڀ�� ؗ}��}��~�� �Ё���$�� 0� 0 ��{��w��}�������� `�.'t��0 �`�(2�qn��P���ޗ ِ � ��d� ��r��M�!� _�m.8�3��*ׁڐ �Ts�p���U7��`|H�D�,Hpc(yt������x�� � V��?Ϡ ?8rO�p��P�� ��u�xy+�p��Q��Q��_8dH�^8��@�K��X����>�,�����7�"�X�� %7���k�Ȅ�8��g �0>P&3�f.8�A���`��H��ׄڇ����`[�$Q@ Hs�8�������x�������Q�U&�}�� Y�` ����v�gwNh ��!�_�e[���8�!)��@��H��Ȅ) wN� ��pN�$Q!��jv����;Y��gt?Yw�o� >�O �� Ȕ�%Y���S�w�` Y�`� 6 ��0�dY�Qy��qO��&� �!r9�tY�HWwi���� �x�� ;0��rY��k�� �01p:%���'�`b�;�0�� �n�01��� ��[�;�4'(��� K .��Pl�` �@ � �P ��, ��� p t�Y��� z�iEp P��[�p���YmUМ�`m��M� P�`*`�@�I@ p J � � ��2b +� �@ zG@��j��@ �p ߠ��;+� *� +���*� 2ڟ:�P����>j�*���A*�`C�"J B*�`F`6zA�:�@�?ʤA�SJ䀡G�G�f��� 7�W =��D���Z��`I��tz�p��� �Bz�٢+ڢ-�� p��FP�7*WZ> �Bj��z �PJ�T�W��j�Oک�}�Sp� p�\��E�� ����p�+���Z��Ы�����7J������F�� ��*�Ap�:*�����!�L�7j���Z�F�� � *� * �T����Z��@��*�R�� p�A��D��.�E �FJ�+p��0���! *�튬T��:z ˤOz ���A W*��&���K�A�:��Z�k����z x�� 1��搣�{�6A��� o���*�:�m �C˲���Z��Pq q C��7l�YZ�G�&P��@�7J�����Z���P�L �F�:��0�:�B� 1:@�F �`��©�=���:�`J p(�(� ����P � 8�Ȱ C0�d��P�р��8���� ���[ ���2 �;C�wЀ a נ���ū�8p�=�C�!y8`�� ������wP ������+=��ڋ��&��ߛ��+������6P��sp���p��+�Ƞ�Π�H�V� ,��嫽C��~|�&�9@��C������;�Cp@�M2'�]�e���=���{����L?[`&@R���C��[�G,�Ȱ����P�>�t�� ��=��90cP��-��E��+�K�"�J����`�C�Z��u<����`��|�c�9`>�el'@>\�k\�\ P�|p�0�.L������˰�[�.� 5�^�ȦL�L���w���<