Файловый менеджер - Редактировать - /home/lmsyaran/public_html/pusher/com_rsticketspro.tar
Назад
css/admin/dashboard.css 0000644 00000004220 15116722346 0011072 0 ustar 00 /* dashboard about box */ #dashboard-left { float: left; width: 63%; padding-right: 1%; overflow: hidden; } #dashboard-left h3 { margin-top: 1%; } #dashboard-right { float: left; width: 36%; } .dashboard-container { width: 100%; overflow: hidden; } .dashboard-container:before, .dashboard-container:after { display: table; content: ""; } .dashboard-container:after { clear: both; } .dashboard-button { min-width: 19%; float: left; margin: 1% 1% 0 0; } .dashboard-button > a { display: block; width: 100%; height: 100%; } .dashboard-button:hover { background-color: #2d6ca2; } .dashboard-button:hover a { color: #fff; text-decoration: none; } .dashboard-info { color: #333; display:block; padding:10px; background-color: #f0f0f0; border:#d8d8d8 1px solid; text-align: center; } .dashboard-icon { font-size: 3rem; } .dashboard-title { display: block; } .dashboard-info img { margin: 0 auto 10px auto; } .dashboard-table { width: 100%; border-top: solid 1px #ddd; margin-top: 5px; } .dashboard-info td { padding: 2px; } .correct-code { background: #008000; color: #fff; } .incorrect-code { background: #ff0000; color: #fff; } .missing-code { background: #ffa500; } .missing-code a, .incorrect-code a { color: #fff !important; } /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 979px) { .dashboard-button { float: none; width: 90%; margin: 1%; } #dashboard-left { float: none; width: 100%; } #dashboard-right { float: none; width: 100%; } } /* Landscape phone to portrait tablet */ @media (max-width: 767px) { .dashboard-button { float: none; width: 90%; margin: 1%; } #dashboard-left { float: none; width: 100%; } #dashboard-right { float: none; width: 100%; } } /* Landscape phones and down */ @media (max-width: 480px) { .dashboard-button { float: none; width: 90%; margin: 1%; } #dashboard-left { float: none; width: 100%; } #dashboard-right { float: none; width: 100%; } } css/awesomplete.css 0000644 00000003755 15116722346 0010414 0 ustar 00 .awesomplete [hidden] { display: none; } .awesomplete .visually-hidden { position: absolute; clip: rect(0, 0, 0, 0); } .awesomplete { display: inline-block; position: relative; } .awesomplete > input { display: block; } .awesomplete > ul { position: absolute; left: 0; z-index: 1; min-width: 100%; box-sizing: border-box; list-style: none; padding: 0; margin: 0; background: #fff; } .awesomplete > ul:empty { display: none; } .awesomplete > ul { border-radius: .3em; margin: .2em 0 0; background: hsla(0,0%,100%,.9); background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8)); border: 1px solid rgba(0,0,0,.3); box-shadow: .05em .2em .6em rgba(0,0,0,.2); text-shadow: none; } @supports (transform: scale(0)) { .awesomplete > ul { transition: .3s cubic-bezier(.4,.2,.5,1.4); transform-origin: 1.43em -.43em; } .awesomplete > ul[hidden], .awesomplete > ul:empty { opacity: 0; transform: scale(0); display: block; transition-timing-function: ease; } } /* Pointer */ .awesomplete > ul:before { content: ""; position: absolute; top: -.43em; left: 1em; width: 0; height: 0; padding: .4em; background: white; border: inherit; border-right: 0; border-bottom: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .awesomplete > ul > li { position: relative; padding: .2em .5em; cursor: pointer; } .awesomplete > ul > li:hover { background: hsl(200, 40%, 80%); color: black; } .awesomplete > ul > li[aria-selected="true"] { background: hsl(205, 40%, 40%); color: white; } .awesomplete mark { background: hsl(65, 100%, 50%); } .awesomplete li:hover mark { background: hsl(68, 100%, 41%); } .awesomplete li[aria-selected="true"] mark { background: hsl(86, 100%, 21%); color: inherit; } /*# sourceMappingURL=awesomplete.css.map */ css/dashboard.css 0000644 00000005771 15116722346 0010016 0 ustar 00 /* dashboard about box */ #dashboard-left { float: left; width: 63%; padding-right: 1%; overflow: hidden; } #dashboard-right { float: left; width: 36%; } .dashboard-container { width: 100%; overflow: hidden; } .dashboard-container:before, .dashboard-container:after { display: table; content: ""; } .dashboard-container:after { clear: both; } .dashboard-button { width: 18%; float: left; margin: 1%; height: 75px; } .dashboard-title { display: block; } .dashboard-info { font-size: 12px; color: #333; display:block; padding:10px; background: rgb(255,255,255); /* Old browsers */ background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 ); /* IE6-9 */ border:#d8d8d8 1px solid; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 0 4px rgba(000, 000, 000, 0.1) inset; -webkit-box-shadow:0 0 4px rgba(000, 000, 000, 0.1) inset; box-shadow: 0 0 3px rgba(000, 000, 000, 0.1) inset; text-align: center; } .dashboard-info img { margin: 0 auto; } .dashboard-table { width: 100%; border-top: solid 1px #ddd; margin-top: 5px; } .dashboard-info td { padding: 2px; } .correct-code { background: green; color: white; } .incorrect-code { background: red; color: white; } .missing-code { background: orange; } .missing-code a { color: white !important; } /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 979px) { #dashboard-left { float: none; width: 100%; } #dashboard-right { float: none; width: 100%; } } /* Landscape phone to portrait tablet */ @media (max-width: 767px) { #dashboard-left { float: none; width: 100%; } #dashboard-right { float: none; width: 100%; } } /* Landscape phones and down */ @media (max-width: 480px) { .dashboard-button { float: none; width: 90%; margin: 1%; } #dashboard-left { float: none; width: 100%; } #dashboard-right { float: none; width: 100%; } } css/font/rsticketsproicon.eot 0000644 00000026224 15116722346 0012435 0 ustar 00 �, �+ � LP �./ r s t i c k e t s p r o i c o n R e g u l a r V e r s i o n 1 . 0 r s t i c k e t s p r o i c o n � pGSUB �%z � TOS/2>!S� P Vcmap�� N � �cvt fpgmb.�z $ gasp glyf�>�� X �headEu\ � 6hhea�� $hmtxRg�� 4 Xloca71� � .maxp�; � name&�z� � -post&+O �prep~�;� +0 � 0 >