__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
$standard-border: 1px solid $popover-standard-border-color;
$region-container-height: 500px;
$region-container-width: 380px;
$region-container-z-index: 1;
$region-header-height: 25px;
$region-footer-height: 30px;
$content-item-hover-colour-bg: $primary;
$content-item-hover-colour-text: $white;
$content-item-selected-colour-bg: #3279b3;
$content-item-unread-colour: #f4f4f4;
$content-header-footer-height: $region-header-height + $region-footer-height;
@mixin invisible() {
opacity: 0;
visibility: hidden;
}
@mixin visible() {
opacity: 1;
visibility: visible;
}
.popover-region {
position: relative;
&.collapsed {
.popover-region-toggle {
&:before,
&:after {
display: none;
}
}
.popover-region-container {
@include invisible();
height: 0;
overflow: hidden;
transition: height 0.25s, opacity 101ms 0.25s, visibility 101ms 0.25s;
}
}
}
.popover-region-toggle {
cursor: pointer;
&::before {
content: '';
display: inline-block;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid $popover-standard-border-color;
position: absolute;
bottom: 0;
right: 7px;
}
&::after {
content: '';
display: inline-block;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid $popover-region-toggle-border-bottom-color;
position: absolute;
bottom: -1px;
right: 8px;
z-index: $region-container-z-index + 1;
}
}
.count-container {
padding: 2px;
border-radius: 2px;
background-color: $danger;
color: $popover-count-color;
font-size: 11px;
line-height: 11px;
position: absolute;
top: 5px;
right: 0;
}
.popover-region-container {
@include visible();
position: absolute;
right: 0;
top: 0;
height: $region-container-height;
width: $region-container-width;
border: $standard-border;
transition: height 0.25s;
background-color: $popover-region-container-bg;
z-index: $region-container-z-index;
}
.popover-region-header-container {
height: $region-header-height;
line-height: $region-header-height;
padding-left: 5px;
padding-right: 5px;
border-bottom: $standard-border;
box-sizing: border-box;
}
.popover-region-footer-container {
height: $region-footer-height;
text-align: center;
border-top: $standard-border;
background-color: $popover-bg;
padding-top: 3px;
}
.popover-region-header-text {
float: left;
margin: 0;
font-size: 14px;
line-height: $region-header-height;
}
.popover-region-header-actions {
float: right;
> * {
margin-left: 10px;
min-width: 20px;
display: inline-block;
}
.loading-icon {
display: none;
height: 12px;
width: 12px;
}
.newmessage-link {
margin-right: 10px;
}
label {
display: inline-block;
text-align: center;
margin-bottom: 0;
}
}
.popover-region-content-container {
height: calc(100% - #{$content-header-footer-height});
width: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
> .loading-icon {
display: none;
text-align: center;
padding: 5px;
box-sizing: border-box;
}
.empty-message {
display: none;
text-align: center;
padding: 10px;
}
&.loading {
> .loading-icon {
display: block;
}
.empty-message {
display: none;
}
}
}
.navbar-nav {
.popover-region {
.icon {
font-weight: bolder;
}
}
}
.navbar {
.popover-region {
&.collapsed {
.popover-region-container {
@include invisible();
height: 0;
overflow: hidden;
transition: height 0.25s, opacity 101ms 0.25s, visibility 101ms 0.25s;
}
}
}
.count-container {
padding: 2px;
border-radius: 2px;
background-color: $danger;
color: $popover-count-color;
font-size: 11px;
line-height: 11px;
position: absolute;
top: $navbar-height * 0.25;
right: 0;
}
.popover-region-container {
top: $navbar-height;
}
}
.content-item-container {
width: 100%;
border-bottom: $standard-border;
box-sizing: border-box;
padding: 5px;
position: relative;
margin: 0;
display: block;
color: inherit;
text-decoration: none;
&:hover {
color: $content-item-hover-colour-text;
background-color: $content-item-hover-colour-bg;
.content-item-footer {
.timestamp {
color: $content-item-hover-colour-text;
}
}
.view-more {
color: inherit;
}
}
&.unread {
margin: 0;
background-color: $content-item-unread-colour;
&:hover {
color: $content-item-hover-colour-text;
background-color: $content-item-hover-colour-bg;
}
.content-item-body {
.notification-message {
font-weight: 600;
}
}
}
.context-link {
color: inherit;
text-decoration: none;
}
.content-item-body {
box-sizing: border-box;
margin-bottom: 5px;
}
.content-item-footer {
text-align: left;
box-sizing: border-box;
.timestamp {
font-size: 10px;
line-height: 10px;
margin: 0;
color: inherit;
margin-left: 24px;
}
}
.view-more {
&:hover {
color: inherit;
}
position: absolute;
bottom: 5px;
right: 5px;
font-size: 12px;
line-height: 12px;
}
&.notification {
.content-item-body {
.notification-image {
display: inline-block;
width: 24px;
height: 24px;
float: left;
img {
height: 75%;
}
}
.notification-message {
display: inline-block;
font-size: 12px;
width: calc(100% - 24px);
}
}
}
&.selected {
background-color: $content-item-selected-colour-bg;
color: $content-item-hover-colour-text;
border-color: $content-item-selected-colour-bg;
.content-item-footer {
.timestamp {
color: $content-item-hover-colour-text;
}
}
}
}
.popover-region-notifications {
.popover-region-header-container {
.mark-all-read-button {
.normal-icon {
display: inline-block;
}
&.loading {
.normal-icon {
display: none;
}
.loading-icon {
display: inline-block;
}
}
}
}
.all-notifications {
@include visible();
height: auto;
overflow: hidden;
&:empty + .empty-message {
display: block;
}
}
.notification-image {
display: inline-block;
width: 8%;
vertical-align: top;
img {
height: 75%;
}
}
.notification-message {
display: inline-block;
font-size: 12px;
}
.popover-region-content-container {
&.loading {
.all-notifications {
&:empty + .empty-message {
display: none;
}
}
}
}
}
.popover-region-messages {
.mark-all-read-button {
.normal-icon {
display: inline-block;
}
&.loading {
.normal-icon {
display: none;
}
.loading-icon {
display: inline-block;
}
}
}
.popover-region-content-container {
&.loading {
.popover-region-content {
.messages {
&:empty + .empty-message {
display: none;
}
}
}
}
}
.messages {
&:empty + .empty-message {
display: block;
}
}
.content-item-container {
&.unread {
.content-item-body {
font-weight: 600;
width: calc(90% - 30px);
}
.unread-count-container {
display: inline-block;
width: 10%;
text-align: center;
float: right;
}
}
}
.content-item {
height: 100%;
width: 100%;
box-sizing: border-box;
}
.profile-image-container {
width: 30px;
display: inline-block;
text-align: center;
float: left;
img {
width: 100%;
display: inline-block;
vertical-align: middle;
border-radius: 50%;
}
}
.content-item-body {
display: inline-block;
box-sizing: border-box;
width: calc(100% - 30px);
font-size: 12px;
padding-left: 10px;
overflow: hidden;
h3 {
font-size: 12px;
line-height: 12px;
margin: 0;
width: 100%;
}
p {
margin: 0;
}
}
.unread-count-container {
display: none;
}
}
@media (max-width: 767px) {
.navbar {
.popover-region {
.popover-region-container {
right: -70px;
}
}
}
}
@media (max-width: 480px) {
.navbar {
.popover-region {
.popover-region-container {
position: fixed;
top: 46px;
right: 0;
left: 0;
bottom: 0;
width: auto;
height: auto;
}
}
}
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| action-menu.scss | File | 2.43 KB | 0777 |
|
| admin.scss | File | 12.84 KB | 0777 |
|
| atto.scss | File | 4.99 KB | 0777 |
|
| backup-restore.scss | File | 4.83 KB | 0777 |
|
| blocks.scss | File | 8.11 KB | 0777 |
|
| bootstrap-rtl.scss | File | 1.76 KB | 0777 |
|
| bs5-bridge.scss | File | 3.44 KB | 0777 |
|
| buttons.scss | File | 2.02 KB | 0777 |
|
| calendar.scss | File | 18.75 KB | 0777 |
|
| chat.scss | File | 2.28 KB | 0777 |
|
| contentbank.scss | File | 3.75 KB | 0777 |
|
| core.scss | File | 62.36 KB | 0777 |
|
| course.scss | File | 43.36 KB | 0777 |
|
| courseindex.scss | File | 5.39 KB | 0777 |
|
| debug.scss | File | 2.6 KB | 0777 |
|
| deprecated.scss | File | 1.52 KB | 0777 |
|
| drawer.scss | File | 7.55 KB | 0777 |
|
| dropdown.scss | File | 1.19 KB | 0777 |
|
| filemanager.scss | File | 21 KB | 0777 |
|
| forms.scss | File | 11.98 KB | 0777 |
|
| grade.scss | File | 18.4 KB | 0777 |
|
| icons.scss | File | 5.64 KB | 0777 |
|
| layout.scss | File | 5.75 KB | 0777 |
|
| login.scss | File | 2.12 KB | 0777 |
|
| message.scss | File | 14.99 KB | 0777 |
|
| modal.scss | File | 1.58 KB | 0777 |
|
| modules.scss | File | 44.08 KB | 0777 |
|
| moodlenet.scss | File | 2.48 KB | 0777 |
|
| moremenu.scss | File | 2.71 KB | 0777 |
|
| navbar.scss | File | 4.87 KB | 0777 |
|
| popover-region.scss | File | 10.16 KB | 0777 |
|
| prefixes.scss | File | 1.21 KB | 0777 |
|
| primarynavigation.scss | File | 691 B | 0777 |
|
| print.scss | File | 312 B | 0777 |
|
| process-monitor.scss | File | 884 B | 0777 |
|
| question.scss | File | 13.53 KB | 0777 |
|
| reportbuilder.scss | File | 11.77 KB | 0777 |
|
| reports.scss | File | 1.66 KB | 0777 |
|
| search.scss | File | 1.77 KB | 0777 |
|
| secondarynavigation.scss | File | 558 B | 0777 |
|
| sticky-footer.scss | File | 2.42 KB | 0777 |
|
| tables.scss | File | 1.86 KB | 0777 |
|
| templates.scss | File | 238 B | 0777 |
|
| tertiarynavigation.scss | File | 1.69 KB | 0777 |
|
| toasts.scss | File | 1.16 KB | 0777 |
|
| tool_usertours.scss | File | 3.36 KB | 0777 |
|
| undo.scss | File | 7.05 KB | 0777 |
|
| user.scss | File | 5.28 KB | 0777 |
|
| variables.scss | File | 12.18 KB | 0777 |
|