templates/style.html.twig line 1

Open in your IDE?
  1. <style>
  2.     .btn.btn-primary{
  3.         color: white;
  4.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  5.     }
  6.     .btn.btn-light-primary{
  7.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  8.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}1f;
  9.     }
  10.     .btn-check:active + .btn.btn-primary, .btn-check:checked + .btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show > .btn.btn-primary{
  11.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  12.     }
  13.     .btn-check:active + .btn.btn-light-primary, .btn-check:checked + .btn.btn-light-primary, .btn.btn-light-primary.active, .btn.btn-light-primary.show, .btn.btn-light-primary:active:not(.btn-active), .btn.btn-light-primary:focus:not(.btn-active), .btn.btn-light-primary:hover:not(.btn-active), .show > .btn.btn-light-primary{
  14.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  15.     }
  16.     .link-primary{
  17.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  18.     }
  19.     .menu-hover-primary .menu-item .menu-link:hover:not(.disabled):not(.active), .menu-hover-primary .menu-item.hover > .menu-link:not(.disabled):not(.active){
  20.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  21.     }
  22.     .menu-item .menu-link:hover {
  23.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  24.     }
  25.     .btn-check:active + .btn.btn-active-light-primary, .btn-check:checked + .btn.btn-active-light-primary, .btn.btn-active-light-primary.active, .btn.btn-active-light-primary.show, .btn.btn-active-light-primary:active:not(.btn-active), .btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .show > .btn.btn-active-light-primary{
  26.         color: #e5e5e5;
  27.     }
  28.     .menu-state-bg-light-primary .menu-item .menu-link:hover:not(.disabled):not(.active), .menu-state-bg-light-primary .menu-item.hover > .menu-link:not(.disabled):not(.active){
  29.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}24;
  30.     }
  31.     .form-check.form-check-solid .form-check-input:checked{
  32.        background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  33.     }
  34.     .scrolltop{
  35.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  36.     }
  37.     .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected{
  38.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  39.     }
  40.     .select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--highlighted{
  41.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  42.     }
  43.     .page-item.active .page-link {
  44.         z-index: 3;
  45.         color: #fff;
  46.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  47.         border-color: transparent;
  48.     }
  49.     .page-link:hover {
  50.         z-index: 2;
  51.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  52.         text-decoration: none;
  53.         background-color: #ddf8fc;
  54.         border-color: transparent;
  55.     }
  56.     .page-link:hover {
  57.         z-index: 2;
  58.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  59.         text-decoration: none;
  60.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}33;
  61.         border-color: transparent;
  62.     }
  63.     .next:last-child:hover{
  64.         color: #fff;
  65.     }
  66.     .educati-background-school{
  67.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}08
  68.     }
  69.     #main-nav {
  70.         min-height: 60px;
  71.         background-color: #fff !important;
  72.         border-bottom-style: solid;
  73.         border-bottom-color: #d3d3d3;
  74.         border-bottom-width: 1px;
  75.         /*box-shadow: 2px 2px 1px 1px #ebebeb;*/
  76.     }
  77.     .profil-image{
  78.         height: 45px;
  79.         width: 45px;
  80.     }
  81.     a {
  82.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  83.         text-decoration: none
  84.     }
  85.     a:hover {
  86.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  87.         text-decoration: underline
  88.     }
  89.     .badge-light-primary {
  90.         color: #ffffffe3;
  91.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %};
  92.     }
  93.     .bottom-div-school{
  94.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}30!important;
  95.     }
  96.     .link-primary:focus, .link-primary:hover{
  97.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}30;
  98.     }
  99.     .btn-check:active + .btn.btn-active-light-primary, .btn-check:checked + .btn.btn-active-light-primary, .btn.btn-active-light-primary.active, .btn.btn-active-light-primary.show, .btn.btn-active-light-primary:active:not(.btn-active), .btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .show > .btn.btn-active-light-primary{
  100.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %} !important;
  101.     }
  102.     .main-body{
  103.         margin-top: 130px;
  104.     }
  105.     @media only screen and (max-width: 425px){
  106.         .main-body{
  107.             margin-top: 140px;
  108.         }
  109.         .home-title{
  110.             font-size: 14px!important;
  111.         }
  112.         img.demo{
  113.             max-height: 300px!important;
  114.         }
  115.         .minimalist_item{
  116.             font-weight: bold;
  117.             font-size: 11px!important;
  118.         }
  119.     }
  120.     .btn-check:active + .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:checked + .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary.show .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-color-primary .svg-icon svg [fill]:not(.permanent):not(g){
  121.         fill:{% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %} !important;
  122.     }
  123.     .text-hover-primary:hover{
  124.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  125.     }
  126.     .aside-menu .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-title, .aside-menu .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-title{
  127.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  128.     }
  129.     .aside-menu .menu .menu-item .menu-link:hover:not(.disabled):not(.active), .aside-menu .menu .menu-item.hover > .menu-link:not(.disabled):not(.active){
  130.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  131.     }
  132.     .aside-menu .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet, .aside-menu .menu .menu-item.hover > .menu-link:not(.disabled):not(.active) .menu-bullet .bullet{
  133.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %} !important;
  134.     }
  135.     .aside-menu .menu .menu-item .menu-link.active{
  136.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  137.         color: #fff!important;
  138.     }
  139.     .ck-content.ck-focused{
  140.         border-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  141.     }
  142.     .form-check.form-check-solid .form-check-input:checked{
  143.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  144.     }
  145.     @media (min-width: 992px){
  146.         .wrapper{
  147.             /*padding-left: 250px;*/
  148.         }
  149.     }
  150.     .btn.btn-primary{
  151.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  152.     }
  153.     a {
  154.         color: #585652 !important;
  155.     }
  156.     .item-admin-home{
  157.         min-height: 50px;
  158.         padding-right: 15px;
  159.     }
  160.     .scrolltop{
  161.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  162.     }
  163.     .btn-check:active + .btn.btn-primary, .btn-check:checked + .btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show > .btn.btn-primary{
  164.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}30!important;
  165.         color: white!important;
  166.     }
  167.     .accordion-button:not(.collapsed){
  168.         color: #fff!important;
  169.     }
  170.     .badge-primary{
  171.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  172.     }
  173.     @media (min-width: 992px){
  174.         .school-name{
  175.             font-size: 22px;
  176.         }
  177.     }
  178.         .aside {
  179.             top: 0px!important;
  180.         }
  181.     .scrolltop{
  182.         bottom: 65px;
  183.     }
  184.     .div-main-background-login{
  185.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  186.     }
  187.     .symbol.symbol-circle, .symbol.symbol-circle .symbol-label, .symbol.symbol-circle > img{
  188.         border-radius: 10px;
  189.     }
  190.     /*.select2-dropdown--below {
  191.         position: fixed;!important;
  192.     }*/
  193.     .minimalist_item{
  194.         font-weight: bold;
  195.         font-size: 16px;
  196.     }
  197.     .text-primary{
  198.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %} !important;
  199.     }
  200.     .richText img{
  201.         max-width: 100%!important;
  202.     }
  203.     .accordion-button:not(.collapsed) {
  204.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %} !important;
  205.     }
  206.     .breadcrumb-item.active {
  207.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %} !important;
  208.     }
  209.     .nav-aside-menu{
  210.         max-height: 90%!important;
  211.         overflow: auto!important;
  212.     }
  213.     .scrollItem::-webkit-scrollbar {
  214.         width: 1px;               /* width of the entire scrollbar */
  215.         height: 2px;               /* width of the entire scrollbar */
  216.     }
  217.     .scrollItem::-webkit-scrollbar-thumb {
  218.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}30;    /* color of the scroll thumb */
  219.     }
  220.     .o-hidden {
  221.         overflow:hidden;
  222.     }
  223.     .div-ul-link{
  224.         overflow-x: auto;
  225.     }
  226.     /* width */
  227.     .div-ul-link::-webkit-scrollbar {
  228.         height: 2px;
  229.     }
  230.     /* Track */
  231.     .div-ul-link::-webkit-scrollbar-track {
  232.         background: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}30;
  233.     }
  234.     /* Handle */
  235.     .div-ul-link::-webkit-scrollbar-thumb {
  236.         background: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}30;
  237.     }
  238.     .nav {
  239.         transition: transform 0.4s;
  240.         transform: translateX(50%);
  241.         left: -50%;
  242.     }
  243.     .nav.justify-content-end {
  244.         transform: translateX(0);
  245.         left: 0;
  246.     }
  247.     .header-nav-link{
  248.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  249.         margin-left: 4px;margin-right: 4px;font-weight: bold;
  250.         white-space: nowrap;
  251.         font-size: 14px!important;
  252.     }
  253.     .alert-event{
  254.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  255.     }
  256.     .btn-check:active + .btn.btn-active-light-primary, .btn-check:checked + .btn.btn-active-light-primary, .btn.btn-active-light-primary.active, .btn.btn-active-light-primary.show, .btn.btn-active-light-primary:active:not(.btn-active), .btn.btn-active-light-primary:focus:not(.btn-active), .btn.btn-active-light-primary:hover:not(.btn-active), .show > .btn.btn-active-light-primary{
  257.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}30!important;
  258.     }
  259.     #kt_footer{
  260.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  261.     }
  262.     .footer-text {
  263.         color:white!important;
  264.     }
  265.     .menu-item .footer-text:hover{
  266.         color:white!important;
  267.     }
  268.     .logo-nav{
  269.         max-height: 75px;
  270.     }
  271.     .logo-nav2{
  272.         max-height: 105px;
  273.     }
  274.     .clients .clients-wrap {
  275.         /*border-top: 1px solid #ececec;
  276.         border-left: 1px solid #ececec;*/
  277.     }
  278.     .client-logo{
  279.         height: 200px;
  280.     }
  281.     .clients .client-logo {
  282.         /*padding: 20px;*/
  283.         display: flex;
  284.         justify-content: center;
  285.         align-items: center;
  286.         /*border-right: 1px solid #ececec;
  287.         border-bottom: 1px solid #ececec;*/
  288.         overflow: hidden;
  289.         background: #fff;
  290.         height: 200px;
  291.     }
  292.     .clients .client-logo img {
  293.         transition: all 0.3s ease-in-out;
  294.         height: 36px;
  295.         /*filter: grayscale(100%);*/
  296.     }
  297.     .clients .client-logo:hover img {
  298.         filter: none;
  299.         transform: scale(1.1);
  300.     }
  301.     .separator{
  302.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}30!important;
  303.     }
  304.     footer {
  305.         padding:40px 0px 20px 0px;
  306.         /*background-color:{% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}e8!important;*/
  307.         background-image: url("{{ asset('assets/educatii-bg.png') }}");
  308.         background-repeat: repeat;
  309.         color:#fff;
  310.     }
  311.     .bottomBar{
  312.         background-image: url("{{ asset('assets/educatii-bg.png') }}");
  313.         background-repeat: repeat;
  314.     }
  315.     footer .col-lg-3.col-md-3 { margin-bottom:30px; }
  316.     .footerLogo img { margin-right:15px; }
  317.     footer h4 { color:white; margin-bottom:20px; }
  318.     footer span {
  319.         font-size:11px;
  320.     }
  321.     .contactList li {
  322.         margin-bottom:17px;
  323.     }
  324.     footer .icon { padding-top:3px; }
  325.     footer input {
  326.         width:61%;
  327.         float:left;
  328.         margin-right:8px;
  329.     }
  330.     footer .buttonColor {
  331.         margin-top:-1px;
  332.         padding:10px 9px 10px 9px !important;
  333.     }
  334.     .bottomBar {
  335.         font-family:Open Sans;
  336.         padding-top:15px;
  337.         padding-bottom:7px;
  338.         font-size:11px;
  339.         background-color:{% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}9c!important;
  340.     }
  341.     .bottomBar p { float:left; margin-top:6px; }
  342.     .bottomBar .socialIcons { margin-top:5px; }
  343.     #footer2 { text-align:center; }
  344.     .socialIcons.footer2 {float:none; }
  345.     .socialIcons.footer2 li {display:inline;  border:none; }
  346.     .socialIcons.footer2 li a {
  347.         width:50px;
  348.         height:50px;
  349.         padding-top:10px;
  350.         display:inline-block;
  351.         border-radius:75px;
  352.     }
  353.     ol, ul {
  354.         padding-left: 1rem!important;
  355.     }
  356.     .contact .info-wrap{
  357.         background-color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}24!important;
  358.     }
  359.     .categorie-div{
  360.         min-height: 40px;
  361.         padding-top:15px;
  362.     }
  363.     .calendar-date{
  364.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  365.     }
  366.     .scrool-div{
  367.         scroll-margin-top: 140px;
  368.     }
  369.     .pad-login{
  370.         margin-top: 200px;
  371.     }
  372.     @media only screen and (max-width: 425px){
  373.         .header-nav-link{
  374.             font-size: 10px!important;
  375.         }
  376.         .logo-nav2{
  377.             max-height: 75px;
  378.         }
  379.         .pad-login{
  380.             margin-top: 100px;
  381.         }
  382.     }
  383.     @media only screen and (max-width: 425px){
  384.         .ck-content .image-style-side {
  385.             min-width: 150px!important;
  386.         }
  387.         .ck-content .image-style-align-left{
  388.             min-width: 150px!important;
  389.         }
  390.         .ck-content .image-style-align-right{
  391.             min-width: 150px!important;
  392.         }
  393.         .ck-content .image_resized{
  394.             min-width: 170px!important;
  395.         }
  396.     }
  397.     .ck-content .image-style-side  {
  398.         max-width: 400px!important;
  399.     }
  400.     .ck-content .image-style-align-left{
  401.         max-width: 400px!important;
  402.     }
  403.     .ck-content .image-style-align-right{
  404.         max-width: 400px!important;
  405.     }
  406.     .ck-body-wrapper{
  407.         z-index: 20060;
  408.     }
  409.     .firstColor{
  410.         color: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  411.     }
  412.     .lang{
  413.         font-weight: bold;
  414.     }
  415.     .bgMainColor{
  416.         background: {% if first_color != ''%}{{first_color}}{% else %}#7f3e98{% endif %}!important;
  417.     }
  418.     .pt-head{
  419.         padding-top: 60px;
  420.     }
  421. </style>