src/SiteBundle/Resources/views/Base/sabitCSS.html.twig line 1

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