Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
LOL Code 10.14 KB | None | 0 0
  1. .ico{
  2.     padding: 6px 12px 6px 30px !important;
  3.     background-repeat: no-repeat;
  4.     background-position: 7px center;
  5. }
  6.  
  7. .kylticket_logo{
  8.     width: 30px;
  9.     margin-right: 5px;
  10. }
  11.  
  12. .IM{
  13.     padding: 0 23px 0 0 !important;
  14.     background-repeat: no-repeat;
  15. }
  16.  
  17. .ico_home{
  18.     background: url("../img/home.png") no-repeat 0 bottom;
  19. }
  20.  
  21. .ico_home_page{
  22.     background: url("../img/page.png") no-repeat 0 bottom;
  23. }
  24.  
  25. .ico_users{
  26.     background: url("../img/users.png") no-repeat 0 bottom;
  27. }
  28.  
  29. .ico_faq{
  30.     background: url("../img/faq.png") no-repeat 0 bottom;
  31. }
  32.  
  33. .ico_category{
  34.     background: url("../img/category.png") no-repeat 0 bottom;
  35. }
  36.  
  37. .ico_qa{
  38.     background: url("../img/qa.png") no-repeat 0 bottom;
  39. }
  40.  
  41. .ico_role{
  42.     background: url("../img/role.png") no-repeat 0 bottom;
  43. }
  44.  
  45. .ico_settings{
  46.     background: url("../img/settings.png") no-repeat 0 bottom;
  47. }
  48.  
  49. .ico_modules{
  50.     background: url("../img/modules.png") no-repeat 0 bottom;
  51. }
  52.  
  53. .ico_sms{
  54.     background: url("../img/sms.png") no-repeat 0 bottom;
  55. }
  56.  
  57. .ico_template_messages{
  58.     background: url("../img/messages.png") no-repeat 0 bottom;
  59. }
  60.  
  61. .ico_template_display{
  62.     background: url("../img/display.png") no-repeat 0 bottom;
  63. }
  64.  
  65. .new_menu a:hover{
  66.     background: #3F8217;
  67. }
  68.  
  69. .ticket_link{
  70.     font-weight: bold;
  71.     display: block;
  72. }
  73.  
  74. .ticket_link:hover{
  75.     text-decoration: none;
  76. }
  77.  
  78. .topic_1{ background: #FFDCC7; }
  79. .topic_1 td{
  80.     border-top: 1px #F5A06E solid !important;
  81.     border-bottom: 1px #F5A06E solid !important;
  82. }
  83.  
  84. .topic_2{ background: #CBFDCD; }
  85. .topic_2 td{
  86.     border-top: 1px #78D67C solid !important;
  87.     border-bottom: 1px #78D67C solid !important;
  88. }
  89.  
  90. .topic_3, .topic_4{ opacity: 0.5; }
  91.  
  92. .c_red{
  93.     color: #f04040 !important;
  94. }
  95.  
  96. .table_hover tr{
  97.     transition: 0.2s;
  98. }
  99.  
  100. .table_hover tr:hover{
  101.     background: #fff !important;
  102.     opacity: 1;
  103. }
  104.  
  105. .actions{
  106.     margin: 0;
  107. }
  108.  
  109. .actions li{
  110.     display: inline-block;
  111. }
  112.  
  113. .actions li a{
  114.     width: 24px;
  115.     height: 24px;
  116.     display: block;
  117.     opacity: 0.5;
  118.     transition: 0.2s;
  119. }
  120.  
  121. .actions li a:hover{
  122.     opacity: 1;
  123. }
  124.  
  125. .close_ticket{
  126.     background: url("../img/close.png") no-repeat;
  127. }
  128.  
  129. .delete_ticket{
  130.     background: url("../img/remove.png") no-repeat center center;
  131. }
  132.  
  133. .no_tickets{
  134.     background: #5FB359;
  135.     color: #fff;
  136.     text-transform: uppercase;
  137.     text-align: center;
  138.     padding: 20px;
  139. }
  140.  
  141. .filter_links{
  142.     float: right;
  143. }
  144.  
  145. .filter_links li{
  146.     list-style: none;
  147.     display: inline-block;
  148.     margin-top: 10px;
  149. }
  150.  
  151. .filter_links li a{
  152.     background: #7399B5;
  153.     padding: 2px 3px;
  154.     border-radius: 3px;
  155.     color: #fff;
  156.     transition: 0.2s;
  157. }
  158.  
  159. .filter_links li a:hover{
  160.     background: #3A617D;
  161.     text-decoration: none;
  162. }
  163.  
  164. .block_message .author{
  165.     float: left;
  166.     margin: 0 15px 5px 0;
  167. }
  168.  
  169. .message{
  170.     background: #fff;
  171.     padding: 10px;
  172.     float: left;
  173.     margin: 0 0 20px 0;
  174.     border-radius: 3px;
  175.     /*box-shadow: 1px 3px 0 #EBEFF1, 0 5px 4px rgb(198, 209, 214);*/
  176. }
  177.  
  178. .message:after{
  179.     content: "";
  180.     position: absolute;
  181.     top: 25%;
  182.     left: -20px;
  183.     border: 10px solid transparent;
  184.     border-right: 10px solid #fff;
  185. }
  186.  
  187. .this_author_message{
  188.     background: #E3E8EC;
  189.     float: right;
  190.     box-shadow: none;
  191. }
  192.  
  193. .this_author_message:after{
  194.     content: "";
  195.     position: absolute;
  196.     top: 25%;
  197.     left: inherit;
  198.     right: -20px !important;
  199.     border: 10px solid transparent;
  200.     border-left: 10px solid #E3E8EC;
  201. }
  202.  
  203. .amin_actions{
  204.     background: rgba(198, 218, 232, 0.3);
  205.     width: 100%;
  206.     height: 0;
  207.     padding: 0;
  208.     border-radius: 3px 3px 0 0;
  209.     position: absolute;
  210.     bottom: 100%;
  211.     left: 0;
  212.     color: #fff;
  213.     display: block;
  214.     margin: 0;
  215.     overflow: hidden;
  216.     z-index: 100;
  217.     transition: 0.2s;
  218. }
  219.  
  220. .message:hover .amin_actions{
  221.     height: auto;
  222.     padding: 7px 10px;
  223. }
  224.  
  225. .amin_actions:hover{
  226.     background: #fff;
  227. }
  228.  
  229. .amin_actions li{
  230.     border-radius: 50px;
  231.     list-style: none;
  232.     display: inline-block;
  233.     opacity: 0.5;
  234. }
  235.  
  236. .amin_actions li:hover{
  237.     opacity: 1;
  238. }
  239.  
  240. .remove_message, .remove{
  241.     background: url("../img/remove.png") no-repeat;
  242.     width: 16px;
  243.     height: 16px;
  244.     display: block;
  245. }
  246.  
  247. .remove:hover{
  248.     opacity: 0.7;
  249. }
  250.  
  251. .block_message .author{
  252.     color: #268AE2;
  253. }
  254.  
  255. .block_message .this_author{
  256.     color: #98A4AE;
  257.     float: right;
  258.     margin: 0 0 0 15px;
  259. }
  260.  
  261. .block_message .admin{
  262.     color: #DA6B0A;
  263. }
  264.  
  265. .block_message .time{
  266.     font-size: 11px;
  267.     display: block;
  268.     color: #BDC4C7;
  269.     font-weight: 400;
  270. }
  271.  
  272. .panel_hidden{
  273.     background: none;
  274.     box-shadow: none;
  275. }
  276.  
  277. /* Editor */
  278. .ticket_send{
  279.     margin-top: 20px;
  280. }
  281.  
  282. .ticket_send .btn-default, .ticket_send .btn-success{
  283.     width: 100%;
  284.     font-size: 21px;
  285.     font-weight: 300;
  286.     padding: 10px 0;
  287. }
  288.  
  289. .ticket_send .send{
  290.     background-image: url("../img/send_white.png");
  291.     background-repeat: no-repeat;
  292.     background-position: 20px center;
  293. }
  294.  
  295. .ticket_send .agreed{
  296.     background-image: url("../img/check_white.png");
  297.     background-repeat: no-repeat;
  298.     background-position: 20px center;
  299. }
  300.  
  301. #agreed{
  302.     background: url("../img/check_green.png") no-repeat;
  303.     width: 32px;
  304.     height: 32px;
  305.     display: block;
  306.     float: right;
  307.     margin: 0 5px 0 0;
  308. }
  309.  
  310. #content blockquote {
  311.     background: #EAF8FF;
  312.     border-left: 5px #159EEA solid;
  313.     border-top: 1px #B4D5E8 solid;
  314.     border-right: 1px #B4D5E8 solid;
  315.     border-bottom: 1px #B4D5E8 solid;
  316.     margin: 0;
  317.     font-size: 14px;
  318.     padding: 7px 10px;
  319. }
  320.  
  321. /* btn */
  322. #content .btn-default{
  323.     width: 100%;
  324.     color: #FFF;
  325.     text-transform: uppercase;
  326.     padding: 10px 12px;
  327.     background-color: #0F8BD0;
  328.     border-color: #0F8BD0;
  329. }
  330.  
  331. #content .btn-default:hover{
  332.     color: #FFF;
  333.     background-color: #009DF5;
  334.     border-color: #009DF5;
  335. }
  336.  
  337. #content .btn-default:active:hover, #content .btn-default.active:hover, #content .open>.dropdown-toggle.btn-default:hover, #content .btn-default:active:focus, #content .btn-default.active:focus, #content .open>.dropdown-toggle.btn-default:focus, #content .btn-default:active.focus, #content .btn-default.active.focus, #content .open>.dropdown-toggle.btn-default.focus{
  338.     color: #FFF;
  339.     background-color: #0088D4;
  340.     border-color: #0088D4;
  341. }
  342.  
  343. .ticket_title{
  344.     margin: 0 0 30px 0 !important;
  345.     color: #22A203;
  346. }
  347.  
  348. .ticket_title span{
  349.     float: right;
  350.     color: #D05959;
  351.     font-size: 15px;
  352.     font-weight: 600;
  353.     font-style: italic;
  354. }
  355.  
  356. .jq-checkbox{
  357.     margin-top: 10px;
  358. }
  359.  
  360. .table_a a{
  361.     font-weight: bold;
  362.     display: block;
  363. }
  364.  
  365. .table_a a:hover{
  366.     text-decoration: none;
  367. }
  368.  
  369. .ban{
  370.     background: url("../img/ban.png") no-repeat;
  371.     width: 24px;
  372.     height: 24px;
  373.     display: inline-block;
  374. }
  375.  
  376. .unban{
  377.     background: url("../img/unban.png") no-repeat;
  378.     width: 24px;
  379.     height: 24px;
  380.     display: inline-block;
  381. }
  382.  
  383. .ban_title{
  384.     font-style: italic;
  385.     color: #fff;
  386.     font-weight: 400;
  387.     font-size: 12px;
  388.     background: #ef4661;
  389.     padding: 3px 5px;
  390.     border-radius: 3px;
  391. }
  392.  
  393. .status_ban{
  394.     background: #ffecef;
  395. }
  396.  
  397. .bg_tick{
  398.     background: #CEDEF6;
  399.     border-radius: 5px 0 0 5px;
  400. }
  401.  
  402. .ticket_bar{
  403.     float: left;
  404.     width: 250px;
  405.     height: 100%;
  406.     padding: 10px;
  407. }
  408.  
  409. .content_ticket{
  410.     background: #F1F9FF;
  411.     margin-left: 250px;
  412.     padding: 7px 0 0 20px;
  413. }
  414.  
  415. #message_color{
  416.     background: none;
  417.     border: 0px !important;
  418.     width: 25px;
  419.     height: 25px;
  420.     cursor: pointer;
  421. }
  422.  
  423. .message_comment{
  424.     margin: 0;
  425. }
  426.  
  427. .edit{
  428.     background: url("../img/edit.png") no-repeat;
  429.     width: 16px;
  430.     height: 16px;
  431.     display: inline-block;
  432.     float: right;
  433.     opacity: 0.5;
  434.     cursor: pointer;
  435. }
  436.  
  437. .edit:hover{
  438.     opacity: 1;
  439. }
  440.  
  441. #message_comment{
  442.     padding: 3px 5px;
  443.     font-style: italic;
  444.     border: 1px #96ADD1 solid;
  445.     width: 100%;
  446.     min-height: 110px;
  447.     outline: none;
  448. }
  449.  
  450. .btn-min{
  451.     border: none;
  452.     padding: 0 5px;
  453.     border-radius: 3px;
  454. }
  455.  
  456. .add_comment{
  457.     display: none;
  458. }
  459.  
  460. .comment_result{
  461.     margin: 10px 0;
  462.     color: #fff;
  463.     border-radius: 3px;
  464.     padding: 3px 5px;
  465. }
  466.  
  467. .files_ticket img{
  468.     max-width: 50%;
  469.     max-height: 100%;
  470.     margin-bottom: 3px;
  471.     vertical-align: top;
  472.     transition: 0.2s;
  473. }
  474.  
  475. .files_ticket img:hover{
  476.     transform: scale(1.3);
  477. }
  478.  
  479. .apps_file_x, .attachment_files_message a{
  480.     background: #3C6D91;
  481.     color: #fff;
  482.     font-size: 13px;
  483.     border-radius: 3px;
  484.     padding: 1px 3px;
  485.     margin-bottom: 3px;
  486.     display: inline-block;
  487.     margin-right: 5px;
  488. }
  489.  
  490. .apps_file_x:hover, .attachment_files_message a:hover{
  491.     text-decoration: none;
  492.     color: #fff;
  493.     background: #000;
  494. }
  495.  
  496. .attachment_files_message{
  497.     background: #F4F4F4;
  498.     padding: 5px;
  499.     margin-top: 5px;
  500.     border-radius: 3px;
  501.     border: 1px #DCDFE4 solid;
  502. }
  503.  
  504. .attachment_files_message p{
  505.     color: #8D98A0;
  506.     font-weight: 600;
  507.     margin-bottom: 3px;
  508. }
  509.  
  510. .upload_files{
  511.     width: 50px;
  512.     height: 52px;
  513.     background: #FA754E url("../img/clip.png") no-repeat center center;
  514.     border-radius: 3px;
  515.     overflow: hidden;
  516.     margin-bottom: 0;
  517.     cursor: pointer;
  518.     transition: 0.3s;
  519.     box-shadow: 5px 0 0 #F1F9FF;
  520.     position: absolute;
  521.     top: 0;
  522.     transition: 0.2s;
  523. }
  524.  
  525. .upload_files:hover{
  526.     background: #EE3802 url("../img/clip.png") no-repeat center center;
  527. }
  528.  
  529. #upload_files{
  530.     position: fixed;
  531.     top: -100%;
  532. }
  533.  
  534. .new_attach .upload_files{
  535.     position: static;
  536.     margin-top: 23px;
  537. }
  538.  
  539. .t_c{
  540.     text-align: center;
  541. }
  542.  
  543. .files a{
  544.     display: inline-block;
  545.     margin: 0 10px 10px 0;
  546.     vertical-align: top;
  547.     width: 100px;
  548.     height: 100px;
  549.     border: 1px #6e9fc5 solid;
  550.     overflow: hidden;
  551. }
  552.  
  553. .files img{
  554.     max-width: 100px;
  555.     max-height: 100px;
  556.     vertical-align: top;
  557. }
  558.  
  559. .tags{
  560.     background: #1c2b3a;
  561.     padding: 10px;
  562.     color: #c3cbd2;
  563.     font-weight: 300;
  564.     letter-spacing: 0.5px;
  565.     font-size: 13px;
  566.     display: none;
  567. }
  568.  
  569. .tags b{
  570.     color: #00ff61;
  571.     font-weight: 300;
  572.     font-size: 15px;
  573.     display: inline-block;
  574.     margin-right: 10px;
  575. }
  576.  
  577. .number_emplate{
  578.     color: #c3c3c3;
  579. }
  580.  
  581. .avatar_min{
  582.     width: 60px;
  583.     height: 60px;
  584.     background-size: cover !important;
  585.     border-radius: 100px;
  586. }
  587.  
  588. .super_vizor{
  589.     background: #ef3333;
  590.     color: #fff;
  591.     font-weight: 400;
  592.     display: inline-block;
  593.     padding: 2px 5px;
  594.     border-radius: 3px;
  595. }
  596.  
  597. .window_static .description{
  598.     position: relative;
  599.     color: #3992d2 !important;
  600.     font-size: 13px !important;
  601.     padding: 0 0 0 23px;
  602. }
  603.  
  604. .window_static .description:before{
  605.     content: "";
  606.     background: url("../img/info.svg") no-repeat left center !important;
  607.     background-size: 100% 100% !important;
  608.     width: 16px;
  609.     height: 16px;
  610.     position: absolute;
  611.     top: 0;
  612.     left: 0;
  613. }
  614.  
  615. #templates_message input[type="checkbox"]:NOT(checked) + label{
  616.     float: left;
  617. }
  618.  
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626. /*=== MEDIA ===*/
  627. @media screen AND (max-width: 1150px){
  628.     .ticket_bar{
  629.         display: none;
  630.     }
  631.     .content_ticket{
  632.         margin: 0;
  633.     }
  634. }
  635. @media screen AND (max-width: 1110px){
  636.     .author{
  637.         float: none;
  638.         margin: 0;
  639.     }
  640.     .message{
  641.         background: #fff;
  642.         margin: 5px 0 20px 0;
  643.         width: 100%;
  644.     }
  645. }
  646. @media screen AND (max-width: 768px){
  647.     .pad_no_media{
  648.         padding: inherit !important;
  649.         margin-top: 10px;
  650.     }
  651. }
  652.  
  653. @media screen AND (max-width: 768px){
  654.     .filter_links{
  655.         float: none;
  656.     }
  657. }
  658.  
  659. @media screen AND (max-width: 830px){
  660.     .dntd{
  661.         display: none;
  662.     }
  663. }
  664.  
  665. @media screen AND (max-width: 400px){
  666.     .dntd_mobile{
  667.         display: none;
  668.     }
  669. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement