aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Origine/origine.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-10-31 18:15:47 +0100
committerGravatar GitHub <noreply@github.com> 2019-10-31 18:15:47 +0100
commit3aa66f317b496ccd9a2df914bbc747c52081a7ad (patch)
tree6a3f3f74899801abdca00546e213dfdc141c53cf /p/themes/Origine/origine.css
parent82611c9622ed23b0e9fcf5f9f651ddffa1fd7706 (diff)
parentfcae48f313d399050cb15f37a8a73ae52fc67796 (diff)
Merge pull request #2599 from FreshRSS/dev1.15.0
FreshRSS 1.15
Diffstat (limited to 'p/themes/Origine/origine.css')
-rw-r--r--p/themes/Origine/origine.css368
1 files changed, 237 insertions, 131 deletions
diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css
index 11dec90ac..7e826dd5f 100644
--- a/p/themes/Origine/origine.css
+++ b/p/themes/Origine/origine.css
@@ -3,9 +3,9 @@
/*=== GENERAL */
/*============*/
html, body {
+ background: #fafafa;
height: 100%;
font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif;
- background: #fafafa;
}
/*=== Links */
@@ -18,50 +18,54 @@ a, button.as-link {
legend {
margin: 20px 0 5px;
padding: 5px 0;
- border-bottom: 1px solid #ddd;
font-size: 1.4em;
+ border-bottom: 1px solid #ddd;
}
+
label {
min-height: 25px;
padding: 5px 0;
cursor: pointer;
}
+
textarea {
width: 360px;
height: 100px;
}
+
input, select, textarea {
- min-height: 25px;
padding: 5px;
background: #fdfdfd;
+ color: #666;
border: 1px solid #bbb;
border-radius: 3px;
- color: #666;
+ box-shadow: 0 2px 2px #eee inset;
+ min-height: 25px;
line-height: 25px;
vertical-align: middle;
- box-shadow: 0 2px 2px #eee inset;
}
+
option {
padding: 0 .5em;
}
+
input:focus, select:focus, textarea:focus {
color: #0062be;
- border-color: #33bbff;
- box-shadow: 0 2px 2px #ddddff inset;
+ border-color: #3bf;
+ box-shadow: 0 2px 2px #ddf inset;
}
+
input:invalid, select:invalid {
border-color: #f00;
box-shadow: 0 0 2px 2px #fdd inset;
}
+
input:disabled, select:disabled {
background: #eee;
}
+
input.extend {
transition: width 200ms linear;
- -moz-transition: width 200ms linear;
- -webkit-transition: width 200ms linear;
- -o-transition: width 200ms linear;
- -ms-transition: width 200ms linear;
}
/*=== Tables */
@@ -73,9 +77,11 @@ tr, th, td {
padding: 0.5em;
border: 1px solid #ddd;
}
+
th {
background: #f6f6f6;
}
+
form td,
form th {
font-weight: normal;
@@ -90,17 +96,21 @@ form th {
background: #f4f4f4;
border-top: 1px solid #ddd;
}
+
.form-group.form-actions .btn {
margin: 0 10px;
}
+
.form-group .group-name {
padding: 10px 0;
text-align: right;
}
+
.form-group .group-controls {
min-height: 25px;
padding: 5px 0;
}
+
.form-group table {
margin: 10px 0 0 220px;
}
@@ -110,21 +120,26 @@ form th {
vertical-align: middle;
font-size: 0;
}
+
.stick input,
.stick .btn {
border-radius: 0;
}
+
.stick .btn:first-child,
.stick input:first-child {
border-radius: 3px 0 0 3px;
}
+
.stick .btn-important:first-child {
border-right: 1px solid #06f;
}
+
.stick .btn:last-child,
.stick input:last-child {
border-radius: 0 3px 3px 0;
}
+
.stick .btn + .btn,
.stick .btn + input,
.stick .btn + .dropdown > .btn,
@@ -136,102 +151,87 @@ form th {
.stick .dropdown + .dropdown > .btn {
border-left: none;
}
+
.stick input + .btn {
border-top: 1px solid #bbb;
}
+
.stick .btn + .dropdown > .btn {
border-left: none;
border-radius: 0 3px 3px 0;
}
.btn {
- display: inline-block;
- min-height: 37px;
- min-width: 15px;
- line-height: 25px;
margin: 0;
padding: 5px 10px;
background: #fff;
background: linear-gradient(to bottom, #fff 0%, #eee 100%);
- background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
- background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
- background: -o-linear-gradient(top, #fff 0%, #eee 100%);
- background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
- border-radius: 3px;
+ display: inline-block;
+ color: #666;
+ font-size: 0.9rem;
border: 1px solid #ddd;
- border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
- color: #666;
+ border-bottom: 1px solid #aaa;
+ border-radius: 3px;
+ min-height: 37px;
+ min-width: 15px;
+ line-height: 25px;
text-shadow: 0px -1px 0 #ddd;
- font-size: 0.9rem;
vertical-align: middle;
cursor: pointer;
overflow: hidden;
}
+
a.btn {
min-height: 25px;
line-height: 25px;
}
+
.btn:hover {
background: #f0f0f0;
background: linear-gradient(to bottom, #f8f8f8, #f0f0f0);
- background: -moz-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
- background: -webkit-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
- background: -o-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
- background: -ms-linear-gradient(top, #f8f8f8 0%, #f0f0f0 100%);
text-decoration: none;
}
+
.btn.active,
.btn:active,
.dropdown-target:target ~ .btn.dropdown-toggle {
- box-shadow: 0px 2px 4px #e0e0e0 inset, 0px 1px 2px #fafafa;
background: #eee;
+ box-shadow: 0px 2px 4px #e0e0e0 inset, 0px 1px 2px #fafafa;
}
.btn-important {
- background: #0084CC;
- background: linear-gradient(to bottom, #0084CC, #0045CC);
- background: -moz-linear-gradient(top, #0084CC 0%, #0045CC 100%);
- background: -webkit-linear-gradient(top, #0084CC 0%, #0045CC 100%);
- background: -o-linear-gradient(top, #0084CC 0%, #0045CC 100%);
- background: -ms-linear-gradient(top, #0084CC 0%, #0045CC 100%);
+ background: #0084cc;
+ background: linear-gradient(to bottom, #0084cc, #0045cc);
color: #fff;
- border: 1px solid #0062B7;
+ border: 1px solid #0062b7;
text-shadow: 0px -1px 0 #aaa;
font-weight: normal;
}
+
.btn-important:hover {
- background: linear-gradient(to bottom, #0066CC, #0045CC);
- background: -moz-linear-gradient(top, #0066CC 0%, #0045CC 100%);
- background: -webkit-linear-gradient(top, #0066CC 0%, #0045CC 100%);
- background: -o-linear-gradient(top, #0066CC 0%, #0045CC 100%);
- background: -ms-linear-gradient(top, #0066CC 0%, #0045CC 100%);
+ background: linear-gradient(to bottom, #06c, #0045cc);
}
+
.btn-important:active {
- background: #0044CB;
+ background: #0044cb;
box-shadow: none;
}
.btn-attention {
- background: #E95B57;
- background: linear-gradient(to bottom, #E95B57, #BD362F);
- background: -moz-linear-gradient(top, #E95B57 0%, #BD362F 100%);
- background: -webkit-linear-gradient(top, #E95B57 0%, #BD362F 100%);
- background: -o-linear-gradient(top, #E95B57 0%, #BD362F 100%);
- background: -ms-linear-gradient(top, #E95B57 0%, #BD362F 100%);
+ background: #e95b57;
+ background: linear-gradient(to bottom, #e95b57, #bd362f);
color: #fff;
- border: 1px solid #C44742;
+ border: 1px solid #c44742;
text-shadow: 0px -1px 0px #666;
}
+
.btn-attention:hover {
- background: linear-gradient(to bottom, #D14641, #BD362F);
- background: -moz-linear-gradient(top, #D14641 0%, #BD362F 100%);
- background: -webkit-linear-gradient(top, #D14641 0%, #BD362F 100%);
- background: -o-linear-gradient(top, #D14641 0%, #BD362F 100%);
- background: -ms-linear-gradient(top, #D14641 0%, #BD362F 100%);
+ background: linear-gradient(to bottom, #d14641, #bd362f);
}
+
.btn-attention:active {
- background: #BD362F;
+ background: #bd362f;
box-shadow: none;
}
@@ -242,49 +242,60 @@ a.btn {
line-height: 2.5em;
font-size: 0.9rem;
}
+
.nav-list .item:hover {
background: #fafafa;
}
+
.nav-list .item:hover a {
- color: #003388;
+ color: #038;
}
+
.nav-list .item.active {
- background: #0062BE;
+ background: #0062be;
color: #fff;
}
+
.nav-list .item.active a {
color: #fff;
}
+
.nav-list .disable {
- color: #aaa;
background: #fafafa;
+ color: #aaa;
text-align: center;
}
+
.nav-list .item > a {
padding: 0 10px;
}
+
.nav-list a:hover {
text-decoration: none;
}
+
.nav-list .item.empty a {
color: #f39c12;
}
+
.nav-list .item.active.empty a {
- color: #fff;
background: #f39c12;
+ color: #fff;
}
+
.nav-list .item.error a {
- color: #BD362F;
+ color: #bd362f;
}
+
.nav-list .item.active.error a {
+ background: #bd362f;
color: #fff;
- background: #BD362F;
}
.nav-list .nav-header {
padding: 0 10px;
- color: #888;
background: #f4f4f4;
+ color: #888;
border-bottom: 1px solid #ddd;
font-weight: bold;
text-shadow: 0 0 1px #ddd;
@@ -299,13 +310,10 @@ a.btn {
margin: 0;
background: #fff;
background: linear-gradient(to bottom, #fff, #f0f0f0);
- background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: -o-linear-gradient(top, #fff 0%, #f0f0f0 100%);
- background: -ms-linear-gradient(top, #fff 0%, #f0f0f0 100%);
border-bottom: 1px solid #ddd;
text-align: right;
}
+
.nav-head .item {
padding: 5px 10px;
font-size: 0.9rem;
@@ -317,6 +325,7 @@ a.btn {
margin: 0;
padding: 0;
}
+
.horizontal-list .item {
vertical-align: middle;
}
@@ -325,34 +334,34 @@ a.btn {
.dropdown-menu {
margin: 5px 0 0;
padding: 5px 0;
+ font-size: 0.8rem;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 3px 3px 3px #ddd;
- font-size: 0.8rem;
text-align: left;
}
+
.dropdown-menu::after {
- content: "";
- position: absolute;
- top: -6px;
- right: 13px;
+ background: #fff;
width: 10px;
height: 10px;
- background: #fff;
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
+ content: "";
+ position: absolute;
+ top: -6px;
+ right: 13px;
z-index: -10;
transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -webkit-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
}
+
.dropdown-header {
padding: 0 5px 5px;
color: #888;
font-weight: bold;
text-align: left;
}
+
.dropdown-menu > .item > a,
.dropdown-menu > .item > span,
.dropdown-menu > .item > .as-link {
@@ -360,18 +369,22 @@ a.btn {
line-height: 2.5em;
font-size: 0.8rem;
}
+
.dropdown-menu > .item:hover {
- background: #0062BE;
+ background: #0062be;
color: #fff;
}
+
.dropdown-menu > .item[aria-checked="true"] > a::before {
font-weight: bold;
margin: 0 0 0 -14px;
}
+
.dropdown-menu > .item:hover > a {
color: #fff;
text-decoration: none;
}
+
.dropdown-menu .input select,
.dropdown-menu .input input {
margin: 0 auto 5px;
@@ -389,35 +402,40 @@ a.btn {
margin: 15px auto;
padding: 10px 15px;
background: #f4f4f4;
+ color: #aaa;
+ font-size: 0.9em;
border: 1px solid #ccc;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
border-radius: 5px;
- color: #aaa;
text-shadow: 0 0 1px #eee;
- font-size: 0.9em;
}
+
.alert-head {
font-size: 1.15em;
}
+
.alert > a {
color: inherit;
text-decoration: underline;
}
+
.alert-warn {
background: #ffe;
- border: 1px solid #eeb;
color: #c95;
+ border: 1px solid #eeb;
}
+
.alert-success {
background: #dfd;
- border: 1px solid #cec;
color: #484;
+ border: 1px solid #cec;
}
+
.alert-error {
background: #fdd;
- border: 1px solid #ecc;
color: #844;
+ border: 1px solid #ecc;
}
/*=== Pagination */
@@ -427,14 +445,17 @@ a.btn {
color: #333;
font-size: 0.8em;
}
+
.content .pagination {
margin: 0;
padding: 0;
}
+
.pagination .item.pager-current {
font-weight: bold;
font-size: 1.5em;
}
+
.pagination .item a {
display: block;
color: #333;
@@ -442,12 +463,15 @@ a.btn {
line-height: 3em;
text-decoration: none;
}
+
.pagination .item a:hover {
background: #ddd;
}
+
.pagination:first-child .item {
border-bottom: 1px solid #aaa;
}
+
.pagination:last-child .item {
border-top: 1px solid #aaa;
}
@@ -464,6 +488,7 @@ a.btn {
border-radius: 5px;
box-shadow: 0 0 3px #bbb;
}
+
.box .box-title {
margin: 0;
padding: 5px 10px;
@@ -471,6 +496,7 @@ a.btn {
border-bottom: 1px solid #ddd;
border-radius: 5px 5px 0 0;
}
+
.box .box-content {
min-height: 2.5em;
max-height: 260px;
@@ -486,6 +512,7 @@ a.btn {
.box .box-content .item .configure {
visibility: hidden;
}
+
.box .box-title:hover .configure,
.box .box-content .item:hover .configure {
visibility: visible;
@@ -495,6 +522,7 @@ a.btn {
.tree {
margin: 10px 0;
}
+
.tree-folder-title {
position: relative;
padding: 0 10px;
@@ -502,36 +530,45 @@ a.btn {
line-height: 2.5rem;
font-size: 1rem;
}
+
.tree-folder-title .title {
background: inherit;
color: #444;
}
+
.tree-folder-title .title:hover {
text-decoration: none;
}
+
.tree-folder.active .tree-folder-title {
background: #f0f0f0;
font-weight: bold;
}
+
.tree-folder.active .tree-folder-title .title {
- color: #0062BE;
+ color: #0062be;
}
+
.tree-folder-items {
+ background: #f6f6f6;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
- background: #f6f6f6;
}
+
.tree-folder-items > .item {
padding: 0 10px;
line-height: 2.5rem;
font-size: 0.8rem;
}
+
.tree-folder-items > .item.active {
background: #0062be;
}
+
.tree-folder-items > .item > a {
text-decoration: none;
}
+
.tree-folder-items > .item.active > a {
color: #fff;
}
@@ -540,28 +577,34 @@ a.btn {
/*===============*/
/*=== Header */
.header {
- height: 85px;
background: #f4f4f4;
+ height: 85px;
}
+
.header > .item {
padding: 10px;
border-bottom: 1px solid #aaa;
vertical-align: middle;
text-align: center;
}
-.header > .item.title{
+
+.header > .item.title {
width: 230px;
}
+
.header > .item.title h1 {
margin: 0.5em 0;
text-shadow: 1px -1px 0 #ccc;
}
+
.header > .item.title h1 a {
text-decoration: none;
}
+
.header > .item.search input {
width: 230px;
}
+
.header .item.search input:focus {
width: 350px;
}
@@ -570,54 +613,63 @@ a.btn {
#global {
height: calc(100% - 85px);
}
+
.aside {
- border-right: 1px solid #aaa;
background: #fff;
+ border-right: 1px solid #aaa;
}
+
.aside.aside_feed {
padding: 10px 0;
text-align: center;
background: #fff;
}
+
.aside.aside_feed .tree {
margin: 10px 0 50px;
}
/*=== Aside main page (categories) */
.aside_feed .category .title:not([data-unread="0"])::after {
- position: absolute;
- right: 0;
margin: 10px 0;
padding: 0 10px;
+ background: inherit;
font-size: 0.9rem;
+ position: absolute;
+ right: 0;
line-height: 1.5rem;
- background: inherit;
}
/*=== Aside main page (feeds) */
.feed.item.empty.active {
background: #e67e22;
}
+
.feed.item.error.active {
background: #bd362f;
}
+
.feed.item.empty,
.feed.item.empty > a {
color: #e67e22;
}
+
.feed.item.error,
.feed.item.error > a {
color: #bd362f;
}
+
.feed.item.empty.active,
.feed.item.error.active,
.feed.item.empty.active > a,
.feed.item.error.active > a {
color: #fff;
}
+
.aside_feed .tree-folder-items .dropdown-menu::after {
left: 2px;
}
+
.aside_feed .tree-folder-items .item .dropdown-target:target ~ .dropdown-toggle > .icon,
.aside_feed .tree-folder-items .item.active .dropdown-toggle > .icon {
background-color: #fff;
@@ -629,9 +681,11 @@ a.btn {
padding: 10px 50px;
font-size: 0.9em;
}
+
.post form {
margin: 10px 0;
}
+
.post.content {
max-width: 550px;
}
@@ -640,35 +694,42 @@ a.btn {
.prompt {
text-align: center;
}
+
.prompt label {
text-align: left;
}
+
.prompt form {
margin: 10px auto 20px auto;
width: 200px;
}
+
.prompt input {
margin: 5px auto;
width: 100%;
}
+
.prompt p {
margin: 20px 0;
}
/*=== New article notification */
#new-article {
- background: #0084CC;
+ background: #0084cc;
text-align: center;
font-size: 0.9em;
}
+
#new-article:hover {
- background: #0066CC;
+ background: #06c;
}
+
#new-article > a {
line-height: 3em;
color: #fff;
font-weight: bold;
}
+
#new-article > a:hover {
text-decoration: none;
}
@@ -682,9 +743,11 @@ a.btn {
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
+
#new-article + .day {
border-top: none;
}
+
.day .name {
padding: 0 10px 0 0;
color: #aab;
@@ -697,53 +760,62 @@ a.btn {
/*=== Index menu */
.nav_menu {
+ padding: 5px 0;
background: #fafafa;
border-bottom: 1px solid #aaa;
text-align: center;
- padding: 5px 0;
}
/*=== Feed articles */
.flux {
- border-left: 2px solid #aaa;
background: #fafafa;
+ border-left: 2px solid #aaa;
}
+
.flux:hover {
background: #fff;
}
+
.flux.current {
- border-left: 2px solid #0062BE;
+ background: #fff;
+ border-left: 2px solid #0062be;
}
+
.flux.not_read {
- border-left: 2px solid #FF5300;
- background: #FFF3ED;
+ border-left: 2px solid #ff5300;
}
+
+.flux.not_read:not(.current) {
+ background: #fff3ed;
+}
+
.flux.not_read:not(.current):hover .item.title {
- background: #FFF3ED;
+ background: inherit;
}
+
.flux.favorite {
- border-left: 2px solid #FFC300;
- background: #FFF6DA;
+ background: #fff6da;
+ border-left: 2px solid #ffc300;
}
+
.flux.favorite:not(.current):hover .item.title {
- background: #FFF6DA;
-}
-.flux.current {
- background: #fff;
+ background: #fff6da;
}
-
.flux_header {
- border-top: 1px solid #ddd;
font-size: 0.8rem;
+ border-top: 1px solid #ddd;
cursor: pointer;
}
+
.flux_header .title {
font-size: 0.9rem;
}
+
.flux .website .favicon {
padding: 5px;
}
+
.flux .date {
color: #666;
font-size: 0.7rem;
@@ -758,14 +830,15 @@ a.btn {
.content {
padding: 20px 10px;
}
+
.content > h1.title > a {
color: #000;
}
.content hr {
margin: 30px 10px;
- height: 1px;
background: #ddd;
+ height: 1px;
border: 0;
box-shadow: 0 2px 5px #ccc;
}
@@ -779,13 +852,15 @@ a.btn {
font-size: 0.9rem;
border-radius: 3px;
}
+
.content code {
padding: 2px 5px;
- color: #dd1144;
background: #fafafa;
+ color: #d14;
border: 1px solid #eee;
border-radius: 3px;
}
+
.content pre code {
background: transparent;
color: #fff;
@@ -793,14 +868,15 @@ a.btn {
}
.content blockquote {
- display: block;
margin: 0;
padding: 5px 20px;
- border-top: 1px solid #ddd;
- border-bottom: 1px solid #ddd;
background: #fafafa;
+ display: block;
color: #333;
+ border-top: 1px solid #ddd;
+ border-bottom: 1px solid #ddd;
}
+
.content blockquote p {
margin: 0;
}
@@ -808,33 +884,38 @@ a.btn {
/*=== Notification and actualize notification */
.notification {
padding: 0 0 0 5px;
- text-align: center;
+ font-size: 0.9em;
border: 1px solid #eeb;
border-radius: 3px;
box-shadow: 0 0 5px #ddd;
+ text-align: center;
font-weight: bold;
- font-size: 0.9em;
line-height: 3em;
z-index: 10;
vertical-align: middle;
}
+
.notification.good {
background: #ffe;
- border: 1px solid #eeb;
color: #c95;
+ border: 1px solid #eeb;
}
+
.notification.bad {
background: #fdd;
- border: 1px solid #ecc;
color: #844;
+ border: 1px solid #ecc;
}
+
.notification a.close {
padding: 0 15px;
line-height: 3em;
}
+
.notification.good a.close:hover {
background: #eeb;
}
+
.notification.bad a.close:hover {
background: #ecc;
}
@@ -845,17 +926,19 @@ a.btn {
/*=== "Load more" part */
#bigMarkAsRead {
+ background: #fafafa;
+ color: #666;
text-align: center;
text-decoration: none;
text-shadow: 0 -1px 0 #aaa;
- color: #666;
- background: #fafafa;
}
+
#bigMarkAsRead:hover {
- color: #0062be;
background: #fff;
+ color: #0062be;
box-shadow: 0 -5px 10px #eee inset;
}
+
#bigMarkAsRead:hover .bigTick {
text-shadow: 0 0 5px #0062be;
}
@@ -874,14 +957,15 @@ a.btn {
/*================*/
#stream.reader .flux {
padding: 0 0 50px;
- border: none;
background: #f0f0f0;
color: #333;
+ border: none;
}
+
#stream.reader .flux .author {
margin: 0 0 10px;
- font-size: 90%;
color: #666;
+ font-size: 90%;
}
/*=== GLOBAL VIEW */
@@ -891,26 +975,31 @@ a.btn {
text-decoration: none;
text-align: left;
}
+
.box.category:not([data-unread="0"]) .box-title {
- background: #0084CC;
+ background: #0084cc;
}
+
.box.category:not([data-unread="0"]) .box-title:active {
background: #3498db;
}
+
.box.category:not([data-unread="0"]) .box-title .title {
color: #fff;
font-weight: bold;
}
+
.box.category .title:not([data-unread="0"])::after {
- position: absolute;
- top: 5px; right: 10px;
- border: 0;
background: none;
color: #fff;
- font-weight: bold;
+ border: 0;
box-shadow: none;
+ position: absolute;
+ top: 5px; right: 10px;
+ font-weight: bold;
text-shadow: none;
}
+
.box.category .item.feed {
padding: 2px 10px;
font-size: 0.8rem;
@@ -922,9 +1011,11 @@ a.btn {
.aside.aside_feed .nav-form select {
width: 140px;
}
+
.aside.aside_feed .nav-form .dropdown .dropdown-menu {
right: -20px;
}
+
.aside.aside_feed .nav-form .dropdown .dropdown-menu::after {
right: 33px;
}
@@ -940,6 +1031,7 @@ a.btn {
.stat tr {
border: none;
}
+
.stat > table td,
.stat > table th {
border-bottom: 1px solid #ddd;
@@ -948,11 +1040,13 @@ a.btn {
.stat > .horizontal-list {
margin: 0 0 5px;
}
+
.stat > .horizontal-list .item {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
+
.stat > .horizontal-list .item:first-child {
width: 270px;
}
@@ -964,31 +1058,38 @@ a.btn {
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;
@@ -996,24 +1097,22 @@ a.btn {
/*=== MOBILE */
/*===========*/
-@media(max-width: 840px) {
+
+@media (max-width: 840px) {
.aside {
box-shadow: 3px 0 3px #aaa;
transition: width 200ms linear;
- -moz-transition: width 200ms linear;
- -webkit-transition: width 200ms linear;
- -o-transition: width 200ms linear;
- -ms-transition: width 200ms linear;
}
+
.aside .toggle_aside,
#panel .close {
+ background: #f6f6f6;
display: block;
width: 100%;
height: 50px;
+ border-bottom: 1px solid #ddd;
line-height: 50px;
text-align: center;
- background: #f6f6f6;
- border-bottom: 1px solid #ddd;
}
.aside.aside_feed {
@@ -1023,20 +1122,25 @@ a.btn {
.nav_menu .btn {
margin: 5px 10px;
}
+
.nav_menu .stick {
margin: 0 10px;
}
+
.nav_menu .stick .btn {
margin: 5px 0;
}
+
.nav_menu .search {
display: inline-block;
max-width: 97%;
}
+
.nav_menu .search input {
max-width: 97%;
width: 90px;
}
+
.nav_menu .search input:focus {
width: 400px;
}
@@ -1051,13 +1155,15 @@ a.btn {
}
.notification a.close {
+ background: transparent;
display: block;
left: 0;
- background: transparent;
}
+
.notification a.close:hover {
opacity: 0.5;
}
+
.notification a.close .icon {
display: none;
}