LittleDemon WebShell


Linux in-mum-web1499.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
Path : /home/u901718425/public_html/css/
File Upload :
Command :
Current File : /home/u901718425/public_html/css/profile_v2.css

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Kalam:wght@300;400;700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Mukta:wght@200;300;400;500;600;700;800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Lobster&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');


body{
    padding: 0;
    margin: 0;
    background: #fff;
}


:root {
    --background: #ebebeb;
    --of-white: #fff8f7;
    --white: #fff;
    --black: #000000;
    --silver:silver;
    --log_color:#3488c8;
    --subheader:#999999;
    --view: #17a2b8;
    --delete: #dc3545;
    --submit: #28a745;
    --edit: #6c757d;
    --done: #007bff;
    --warning: #ffc107;
    --online:#28a745;
    --break: orange;
    --offline: rgb(233, 233, 233);
    --blue: #354052;
    --darkblue:#2b3443;
    --update: #ff9800;
    --house-color: #D81212;
    --house-dark: #a40404;
    --dark: #929292;
    --mid: #b6b6b6;
    --mid-light: #e8e8e8;
    --light: #ffffff;
    --text-light: #efe5e4;
    --light-text:#484848;
    --text-dark: #37272a;
    --text-mid: #585252;
    --dark-transprant: #00000065;
  }
  
  
  ::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.main-wrap {
    display: flex;
}
.main-wrap aside {
    height: calc(100vh - 30px);
    width: 300px;
    padding: 15px 20px;
    background: #fff;
    border-right: 2px solid #f6f6f6;
}
.main-wrap aside img {
    width: 120px;
    margin-bottom: 20px;
}
.main-body {
    width: 100%;
    height: 100vh;
    overflow: auto;
    display: flex;
}
.main-wrap aside .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

/*.card-slider {*/
/*    height: 60vh;*/
/*    overflow: auto;*/
/*}*/
.col.profile-background {
    background: url(/images/4880206.jpg) fixed center;
    height: 150px;
    width: 100%;
    background-size: contain;
}
.wrap {
    display: flex;
}
.wrap-flex {
   flex-wrap: wrap;
}
.column{
    flex-direction: column;
}
.row{
    flex-direction: row;
}
.width-100 {
    width: 100%;
}
.width-90 {
    width: 90%;
}
.width-80 {
    width: 80%;
}
.width-70 {
    width: 70%;
}
.width-60 {
    width: 60%;
}
.width-50 {
    width: 50%;
}
.width-40 {
    width: 40%;
}
.width-30 {
    width: 30%;
}
.width-20 {
    width: 20%;
}
.width-10 {
    width: 10%;
}
.section-1 {
    width: 100%;
    height: fit-content;
}
.profile {
    height: 130px;
    padding: 20px;
    background: #fff;
    position: relative;

}
.profile .name {
    display: flex;
    height: max-content;
    align-items: center;
}
.profile .online {
    width: 8px;
    height: 8px;
    background: #4CAF50;
    border-radius: 50%;
    margin: 5px;
}
.profile h3 {
    text-transform: capitalize;
}
img#profile {
    height: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 2px 2px 10px -6px black;
    position: relative;
    margin-top: -100px;
}
.justify-center{
    justify-content: center;
}
.align-center{
    align-items: center;
}

.tab {
    height: 40px;
}
.header {
    width: 148px;
    background: #a0a0a0;
    cursor: pointer;
}
.header.active {
    background: #ffffff;
    color: var(--house-color);
}
.display {
    background: #fff;
    height: auto;
}
.main-title{
    display: none;
}
button#btn-click {
    border: none;
    color: #fff;
}

.card {
    box-shadow: 0 0 16px -6px #afafaf;
}
.load-more-btn {
    display: none;
}
.menu-list {
    gap: 10px;
    height: 40px;
    padding-inline-start: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.menu-list span.material-icons-outlined {
    font-size: 20px;
}
.menu-list:hover {
    background: #fff;
    color: var(--house-color);
}

.menu-list.active {
    background: #eaeaea;
    border-radius: 8px;
}

.section-2 {
    width: 40%;
}

LittleDemon - FACEBOOK
[ KELUAR ]