Server IP : 51.89.169.208 / Your IP : 216.73.216.9 Web Server : Apache System : Linux ns3209505.ip-198-244-202.eu 4.18.0-553.27.1.el8_10.x86_64 #1 SMP Tue Nov 5 04:50:16 EST 2024 x86_64 User : yellowleaf ( 1019) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/yellowleaf/public_html/cookie_policy/ |
Upload File : |
/* start: Global */ body { color: var(--gray-500); } .section-subtitle { font-size: 1.25rem; font-weight: 600; color: var(--black); } .section-title { font-size: calc(1.5rem + 1vw); font-weight: 600; color: var(--black); } .section-description { margin-bottom: 2rem; } label { color: var(--black); font-size: .875rem; font-weight: 500; margin-bottom: .25rem; display: inline-block; } /* end: Global */ /* start: Search */ .search { background-color: var(--yellow); padding: 3rem 0; } .search-form { display: flex; align-items: center; } .search-form-group { position: relative; margin-right: 1rem; width: 100%; } .search-form-group svg { position: absolute; top: 50%; transform: translateY(-50%); left: 1rem; } .search-form-group .form-control { padding-left: 3rem; } /* end: Search */ /* start: About */ .about-wrapper { display: flex; flex-wrap: wrap; } .about-side { width: 30%; } .about-side-menu { border-radius: 6px; border: 1px solid var(--gray-100); overflow: hidden; } .about-side-menu > * { padding: 12px 16px; display: block; } .about-side-menu > :last-child { border-bottom: none; } .about-side-menu-header { font-size: 1.125rem; font-weight: 600; color: var(--black); background-color: var(--yellow); } .about-side-menu-link { text-decoration: none; color: var(--black); } .about-side-menu-link.active { color: #e7b100; background-color: #fff8e3; } .about-side-menu-link:not(.active):hover { background-color: var(--gray); } .about-main { width: 70%; padding-left: 2rem; } .about-main-title { font-size: 1.5rem; font-weight: 600; margin-bottom: 2rem; color: var(--black); } .about-main-wrapper p { margin-bottom: 1rem; } .about-main-wrapper a { color: #197AC4; text-decoration: none; } .about-main-wrapper a:hover { text-decoration: underline; } .about-main-subtitle { font-weight: 600; color: var(--black); } .cookie-accordion { margin-bottom: 1rem; } .cookie-accordion-body { padding: .5rem; border-radius: 0 0 .25rem .25rem; border-bottom: 1px solid var(--gray-200); border-left: 1px solid var(--gray-200); border-right: 1px solid var(--gray-200); display: none; } .cookie-accordion-body.active { display: block; } .cookie-accordion-body table { border-collapse: collapse; min-width: 540px; width: 100%; } .cookie-accordion-body th { font-weight: 600; color: var(--black); background-color: var(--gray); } .cookie-accordion-body td, .cookie-accordion-body th { text-align: left; border: 1px solid var(--gray-200); padding: .25rem .5rem; } .cookie-accordion-toggle { padding: .5rem 1rem; border-radius: .25rem; border: 1px solid var(--gray-200); display: flex; align-items: center; color: var(--black); background-color: var(--gray); cursor: pointer; } .cookie-accordion-toggle.active { border-radius: .25rem .25rem 0 0; } .cookie-accordion-toggle-icon { margin-left: auto; } .cookie-accordion-toggle-text { margin-right: .25rem; } .table-responsive { overflow-x: auto; } /* end: About */ /* start: Breakpoints */ @media screen and (max-width: 767px) { /* start: Search */ .search-form { flex-direction: column; } .search-form-group { margin-bottom: 1rem; margin-right: 0; } .search-form > * { width: 100%; } /* end: Search */ /* start: About */ .about-main, .about-side { width: 100%; } .about-side { margin-bottom: 2rem; } .about-main { padding-left: 0; } .about-main-wrapper img { width: 100%; margin-right: 0; float: none; } /* end: About */ } /* end: Breakpoints */