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