templates/siteBase/sabitCSS.html.twig line 1

Open in your IDE?
  1. <link href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.min.css" rel="stylesheet">
  2. <noscript><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.min.css"></noscript>
  3. <link href="{{ asset('assets/animate.css') }}" rel="stylesheet">
  4. <noscript><link rel="stylesheet" href="{{ asset('assets/animate.css') }}"></noscript>
  5. <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" rel="stylesheet">
  6. <noscript><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"></noscript>
  7. <style>
  8.     .preloader{
  9.         position:fixed;
  10.         left:0px;
  11.         top:0px;
  12.         width:100%;
  13.         height:100%;
  14.         z-index:999999;
  15.         background-color:#ffffff;
  16.         background-position:center center;
  17.         background-repeat:no-repeat;
  18.         background-image:url("{{ path('panel_storage',{'file':'logo.webp'}) }}");
  19.         background-size: 150px auto;
  20.     }
  21.     .pre_load{
  22.         position:fixed;
  23.         left:0px;
  24.         top:0px;
  25.         width:100%;
  26.         height:100%;
  27.         z-index:999999;
  28.         background-position:center 15%;
  29.         background-repeat:no-repeat;
  30.         background-image:url();
  31.         background-size: 80px auto;
  32.     }
  33.     .rv_language{
  34.         width: 252px;
  35.         height: auto;
  36.         top: 16%;
  37.         z-index: 9999999;
  38.         position: fixed;
  39.         right: -200px;
  40.         transition:0.5s all;
  41.     }
  42.     .rv_language:hover{
  43.         right: 0;
  44.     }
  45.     .rv_lang{
  46.         float: left;
  47.         width: 200px;
  48.         background: #323232;
  49.         padding: 10px;
  50.         padding-left: 20px;
  51.         border-radius:0 0 0 10px;
  52.         -webkit-box-shadow: 10px 10px 21px -14px rgba(0,0,0,0.75);
  53.         -moz-box-shadow: 10px 10px 21px -14px rgba(0,0,0,0.75);
  54.         box-shadow: 10px 10px 21px -14px rgba(0,0,0,0.75);
  55.         position: relative;
  56.         z-index: 2;
  57.         margin-left: 52px;
  58.     }
  59.     .rv_lang .lang_text{
  60.         font-size: 16px;
  61.         font-weight: bold;
  62.         color: #fff;
  63.     }
  64.     .rv_lang img{}
  65.     .rv_lang-icon{
  66.         position: absolute;
  67.         left: 0;
  68.         padding: 10px;
  69.         background: #323232;
  70.         border-radius:10px 0 0 10px;
  71.         -webkit-box-shadow: 10px 10px 33px -9px rgba(0,0,0,0.75);
  72.         -moz-box-shadow: 10px 10px 33px -9px rgba(0,0,0,0.75);
  73.         box-shadow: 10px 10px 33px -9px rgba(0,0,0,0.75);
  74.         animation-duration: 5s;
  75.         animation-delay: 5s;
  76.         animation-iteration-count: infinite;
  77.         width: 50%;
  78.         text-align: left;
  79.         z-index: 1;
  80.         /*! float: left; */
  81.     }
  82.     .rv_lang h4{
  83.         margin-top: 5px!important;
  84.         margin-bottom: 12px!important;
  85.     }
  86.     .rv_lang ul{
  87.         width:100%;
  88.         padding-left: 0!important;
  89.         margin-bottom: 0!important;
  90.     }
  91.     .rv_lang ul li{
  92.         width:100%;
  93.         padding:5px;
  94.         border-top:1px solid #3a3a3a;
  95.         color:#fff;
  96.         border-radius:5px;
  97.         list-style-type: none!important;
  98.     }
  99.     .rv_lang ul li a img{
  100.         margin-right: 5px;
  101.     }
  102.     .rv_lang ul li a{
  103.         color:#fff;
  104.         font-size: 14px;
  105.         text-decoration: none!important;
  106.     }
  107.     .rv_lang ul li:hover{
  108.         background:#585858;
  109.     }
  110.     iframe{
  111.         width: 100%;
  112.     }
  113.     input:focus{
  114.         outline: none!important;
  115.         box-shadow: none!important;
  116.     }
  117.     textarea:focus{
  118.         outline: none!important;
  119.         box-shadow: none!important;
  120.     }
  121.     .formBtn{
  122.         padding: 10px 20px;
  123.         float: right;
  124.         border: 2px solid #323232;
  125.         font-size: 15px;
  126.         color: #fff;
  127.         background-color: #323232;
  128.         cursor: pointer;
  129.         margin-top: 10px;
  130.         border-radius: 10px;
  131.     }
  132.     .formBtn:hover{
  133.         background-color: #fff;
  134.         color: #323232;
  135.     }
  136.     .formBtn:focus{
  137.         outline: none!important;
  138.     }
  139.     .alert{
  140.         position: relative;
  141.         padding: .75rem 1.25rem;
  142.         margin-bottom: 1rem;
  143.         border: 1px solid transparent;
  144.         border-radius: .25rem;
  145.     }
  146.     .alert-danger{
  147.         color: #721c24;
  148.         background-color: #f8d7da;
  149.         border-color: #f5c6cb;
  150.     }
  151.     .whatsapp{
  152.         transition:0.5s all;
  153.         position: fixed;
  154.         bottom: 60px;
  155.         left: 30px;
  156.         z-index: 999;
  157.     }
  158.     .whatsapp-content{
  159.         box-shadow: 0px 0px 4px 6px #cccccc4f;
  160.         border-radius: 10px;
  161.         animation-duration: 2s;
  162.         animation-delay: 5s;
  163.         animation-iteration-count: infinite;
  164.     }
  165. </style>