add website
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
#main {
|
||||
display: flex;
|
||||
min-height: 100vh;
|
||||
padding-top: 24px;
|
||||
}
|
||||
|
||||
.status-icon {
|
||||
position: absolute;
|
||||
bottom: -6px;
|
||||
right: -6px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 50%;
|
||||
background-color: rgb(0,139,219);
|
||||
border: 2px solid #1a1a1a;
|
||||
}
|
||||
|
||||
.status-icon-green {
|
||||
background-color: #02b757 !important;
|
||||
}
|
||||
|
||||
.image-container {
|
||||
position: relative;
|
||||
display: table;
|
||||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.image-container-friend {
|
||||
position: relative;
|
||||
display: table;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.messagealerts {
|
||||
background: rgba(255,0,0,0.15);
|
||||
color: #e2e2e2;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.dark-container {
|
||||
background-color: #242424;
|
||||
box-shadow: 0 0 8px rgba(0,0,0,0.3);
|
||||
border-radius: 4px;
|
||||
min-height: 100px;
|
||||
overflow-x: scroll;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.dark-container::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-tabs {
|
||||
display: flex;
|
||||
border-bottom: 2px solid #393b3d;
|
||||
}
|
||||
|
||||
.page-tabs a {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
padding: 10px 0;
|
||||
color: #a0a0a0 !important;
|
||||
text-decoration: none !important;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 600;
|
||||
border-bottom: 2px solid transparent;
|
||||
margin-bottom: -2px;
|
||||
transition: color 0.15s, border-color 0.15s;
|
||||
}
|
||||
|
||||
.page-tabs a:hover {
|
||||
color: #e3e3e3 !important;
|
||||
}
|
||||
|
||||
.page-tabs a.active {
|
||||
color: #ffffff !important;
|
||||
border-bottom-color: #ffffff;
|
||||
}
|
||||
|
||||
.tab-content > .tab-pane {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab-content > .tab-pane.show.active {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.nav-underline {
|
||||
gap: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user