* themes css * Log Level CSS class improved * SCSS * RTL CSS
@@ -24,8 +24,8 @@
</thead>
<tbody>
<?php foreach ($items as $log) { ?>
- <tr class="log-item">
- <td class="log-<?= $log->level() ?>">
+ <tr class="log-item log-<?= $log->level() ?>">
+ <td class="log-level">
<?= _i($log->level()) ?>
</td>
<td class="log-date">
@@ -944,50 +944,6 @@ a.btn {
border-bottom: 1px solid #ddd;
}
-/*=== LOGS */
-/*=========*/
-.loglist {
- border: 1px solid #aaa;
- border-radius: 5px;
- overflow: hidden;
-}
-
-.log {
- padding: 5px 10px;
- background: #fafafa;
- color: #333;
- font-size: 0.8rem;
-.log+.log {
- border-top: 1px solid #aaa;
-.log .date {
- display: block;
- font-weight: bold;
-.log.error {
- background: #fdd;
- color: #844;
-.log.warning {
- background: #ffe;
- color: #c95;
-.log.notice {
- background: #f4f4f4;
- color: #aaa;
-.log.debug {
- background: #333;
- color: #eee;
/*=== MOBILE */
/*===========*/
@@ -2,40 +2,6 @@
/*=== LOGS */
/*=========*/
- border: 1px solid variables.$grey-medium-dark;
- margin: 10px 0;
- padding: 5px 2%;
- background: variables.$grey-lighter;
- color: variables.$grey-dark;
- overflow: auto;
-.log > .date {
- margin: 0 10px 0 0;
- border-radius: 20px;
-.log.error > .date {
- background: variables.$alert-bg;
- color: #fff;
-.log.warning > .date {
- background: variables.$warning-bg;
-.log.notice > .date {
- background: variables.$grey-light;
-.log.debug > .date {
- background: variables.$main-first-darker;
- color: variables.$white;
+.log-item.log-error {
+ background-color: rgba(variables.$main-first, 0.2);
@@ -1181,42 +1181,8 @@ main.prompt {
- border: 1px solid #ba9;
- background: #fcfaf8;
- color: #766556;
- background: #f5633e;
- background: #f4f762;
- background: #f5f0ec;
- background: #221f1d;
+ background-color: rgba(202, 114, 39, 0.2);
/*=== STATISTICS */
- margin: 0 0 0 10px;
@@ -1124,50 +1124,6 @@ a.btn {
box-shadow: 0 1px #fff;
#slider.active {
background: #f8f8f8;
box-shadow: -4px 0 4px rgba(15, 15, 15, 0.55);
box-shadow: 4px 0 4px rgba(15, 15, 15, 0.55);
@@ -1002,49 +1002,6 @@ a.btn {
border-bottom: 1px solid #333;
- border: 1px solid #333;
- background: #111;
- color: #888;
- border-top: 1px solid #333;
- background: #a44;
- background: #c95;
- background: #ec9;
- color: #000;
@@ -1009,46 +1009,6 @@ a.btn {
- color: #666;
- background: #e74c3c;
- background: #f39c12;
- background: #ecf0f1;
@@ -1210,42 +1210,8 @@ main.prompt {
- border: 1px solid #a6a7ae;
- background: #f9fafb;
- color: #5b6871;
- background: #eff0f2;
- background: #1d1e22;
+ background-color: rgba(51, 102, 204, 0.2);
@@ -1100,22 +1100,6 @@ input.extend {
background-color: var(--bg);
@@ -1072,50 +1072,6 @@ a.btn,
@@ -998,49 +998,6 @@ a.btn {
font-family: monospace;
-/****old******/
@@ -986,50 +986,6 @@ a.signin {
text-align: center;
- color: #41444f;
- background: #41444f;
@@ -1101,50 +1101,6 @@ a.btn {
@@ -967,36 +967,16 @@ a.signin {
font-size: 70%;
- border: 1px solid #969696;
- background: #fcfcfc;
background: #c46178;
color: #fcfcfc;
+.log-item.log-warning {
background: #fa8052;
- background: #e3e3e3;
- color: #fcfcfc;
+.log-item.log-debug {
background: #181621;
@media (max-width: 840px) {
@@ -1225,40 +1225,19 @@ a.signin {
- border: 1px solid color.adjust( $color_light, $lightness: -40% );
- background: $color_light;
- > .date {
- }
- &.error > .date {
+.log-item {
+ &.log-error {
background: color.adjust( $color_bad, $lightness: 10%);
color: $color_light;
- &.warning > .date {
+ &.log-warning {
background: $color_alert;
- &.notice > .date {
- background: color.adjust( $color_light, $lightness: -10%);
- color: $color_light;
- &.debug > .date {
+ &.log-debug {
background: $color_text;
@@ -800,37 +800,6 @@ a.btn {
@@ -710,7 +710,7 @@ input[type="checkbox"]:focus-visible {
.pagination {
- margin: 0;
+ margin: 0 auto;
padding: 0;
display: table;
table-layout: fixed;
@@ -1698,13 +1698,14 @@ input:checked + .slide-container .properties {
/*=== DIVERS */
-.log-error,
-.log-warning,
-.log-notice,
-.log-debug {
+.log-level {
+ background-color: #bd362f44;
+}
+
.item.share.error a::after,
.category .title.error::before,
.item.feed.error .item-title::before {