GRAYBYTE WORDPRESS FILE MANAGER4897

Server IP : 198.54.121.189 / Your IP : 216.73.216.224
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/giriqfky/public_html/Barga/assets/web/css/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/giriqfky/public_html/Barga/assets/web/css//styles.css
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
    background-color: #8EC5FC;
background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);




}

header {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.logo {
    font-size: 1.5rem;
    width: 100%;
}
 .logo-1{
    width: 300px;
    height: 300px; object-fit: contain;
}
.logo-2{
    width: 400px;
    height: 278px; 
    object-fit: contain;
}


nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}

nav a {
    color: white;
    text-decoration: none;
}

.search-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.search-bar form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    max-width: 700px;
}

.form-group {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 0.5rem;
    font-size: 20px;
    font-weight: bold;
    font-weight: 400;
    font-family: montserrate;
    




}

.form-group select,
.form-group input {
    padding: 0.5rem;
    font-size: 1rem;
    color: rgb(0, 0, 0);
    border-bottom: 1px solid #1D003E;
    /* border-radius: 5px; */
    border-radius: 10px;
    /* background: #f6cbff; */
    box-shadow: #ffffff 0px 30px 60px -12px, #ffffff 0px 18px 36px -18px;
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
    /* background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%); */
    background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%);
    background-image: linear-gradient(to top, #d700fc52 0%, #85b7ffe0 100%);
    border: 1px solid white;
   
    







}


.button{
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
    color: white;
    border: none;
    cursor: pointer;
    width: 25%;
    padding: 10px 20px;
    height: 45px;
    margin-top: 4%;
    border-radius: 5px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.button a{
    text-decoration: none;
    color: white;
}


.search-bar button {
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
    color: white;
    border: none;
    cursor: pointer;
    width: 25%;
    padding: 10px 20px;
    height: 45px;
    margin-top: 4%;
    border-radius: 5px;
    

    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.room-boxes {
    padding: 2rem;
    text-align: center;
    
}

.room-boxes h2 {
    margin-bottom: 2rem;
}

.room {
    background-color: white;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 2rem;
    width: 50%;
}

.room-container{
    display: flex;
    flex-direction: row;
    gap: 2rem;

}
.room p{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}
.room h4{
    font-size: 17px;
    font-weight: 400;
    font-family: montserrate;
}

.room h3 {
    margin-top: 1rem;
    font-family: montserrate;
    font-size: 30px;
    font-weight: 500;
}

.slider {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.slider img {
    width: 100%;
    transition: transform 0.5s ease;
}

.room:hover .slider img {
    transform: scale(1.1);
}

footer {
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);
    color: white;
    text-align: center;
    padding: 1rem;
}
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f4f4f4;
    background-color: #DCD9D4;
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}

header {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.logo {
    font-size: 1.5rem;
    width: 100%;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
}

nav a {
    color: white;
    text-decoration: none;
}


.sub-container {
    display: flex;
    flex-direction: row;
}



.room-detail {
    
    max-width: 96rem;
    margin: 2rem auto;
    padding: 1rem;
    /* margin-top: -4%; */
    /* margin-left: 3rem; */
    /* background-color: white; */
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
}

.room-detail h1 {
    font-size: 53px;
    margin-bottom: 3rem;
    text-align: center;
    color: black;
    font-weight: 700;
    font-family: montserrte;
}

.room-image {
    text-align: center;
    margin-bottom: 1rem;
}

.room-image img {
    /* width: 100%; */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 15px;
    margin: 0 1rem;
    color: #3a0ca3;

}


.room-description {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    margin-left: 4%;
    margin-right: 4%;
    line-height: 2rem;
    font-size: 17px;
    font-family: montserrate;
}

.room-detail h2 {
    font-size: 39px;
    margin-bottom: 2rem;
    margin-top: -1%;
    color: #000000;
    text-align: center;
    font-family: montserrate;
    font-weight: 500;
}

.amenities-list {
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.amenities-list li {
    background-color: #ecf0f1;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
    padding: 0.7rem;
    border-radius: 5px;
    box-shadow: rgb(255 255 255 / 25%) 0px 54px 55px, rgb(125 119 119 / 12%) 0px -12px 30px, rgb(41 39 39 / 12%) 0px 4px 6px, rgb(248 246 246 / 17%) 0px 12px 13px, rgb(255 255 255 / 9%) 0px -3px 5px;
}

.room-price {
    text-align: center;
    font-size: 1.25rem;
    color: #e74c3c;
    margin-bottom: 2rem;
}

.back-button {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0.75rem 1.5rem;
    background-color: #2980b9;
    background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);

    color: white;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    
}

.back-button:hover {
    background-color: #3498db;
}

footer {
    background-color: #2c3e50;
    color: white;
    text-align: center;
    padding: 1rem;
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}


@media (max-width: 768px) {
    .form-group {
        flex: 1 1 100%;
    }

    .search-bar form {
        /* flex-direction: column; */
        width: 93%;
        align-items: center;
    }

    .search-bar button {
        width: 100%;
    }

    .room-container {
        flex-direction: column;
        align-items: center;
    }

    .room {
        margin-bottom: 1rem;
        width: 100%;
    }
   header{
    width: 100%;
   }

    .logo-1{
        width: 30%;
        height: auto;
    }
    .logo-2{
        width: 50%;
        height: auto;
    }
    .button{
        width: 35%;
    }
    .sub-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .room-description {
        margin: 0 1rem;
    }

    .amenities-list {
        grid-template-columns: 1fr;
    }
    .room-image img {
        width: 100%;
        height: auto;
    }
    .room-detail{
        margin-top: -44px;
    }
}

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 27 2024 00:19:25
giriqfky / giriqfky
0755
styles.css
7.812 KB
July 27 2024 00:19:25
giriqfky / giriqfky
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF