|
|
@@ -957,60 +957,50 @@ opacity: 1;
|
|
|
|
|
|
/*=== GLOBAL VIEW */
|
|
|
/*================*/
|
|
|
-#stream.global{
|
|
|
- background:#222;
|
|
|
+#stream.global {
|
|
|
+ background: #222;
|
|
|
padding: 24px 0;
|
|
|
box-shadow: 0 1px #fff, 0 -2px 2px #171717 inset, 0 2px 2px #171717 inset;
|
|
|
}
|
|
|
-#stream.global .box-category {
|
|
|
- background: #fff;
|
|
|
- border-radius: 4px 4px 0 0;
|
|
|
- text-align: left;
|
|
|
- box-shadow: 0 0 4px #171717;
|
|
|
- overflow:hidden;
|
|
|
-}
|
|
|
-#stream.global .btn {
|
|
|
- width: auto;
|
|
|
- height: 2em;
|
|
|
- margin: 0;
|
|
|
- padding: 0 10px;
|
|
|
+
|
|
|
+.box.category .box-title {
|
|
|
background: linear-gradient(0deg, #EDE7DE 0%, #fff 100%) #171717;
|
|
|
background: -webkit-linear-gradient(bottom, #EDE7DE 0%, #fff 100%);
|
|
|
- border: none;
|
|
|
box-shadow: 0px -1px #fff inset,0 -2px #ccc inset;
|
|
|
border-radius: none;
|
|
|
line-height: 2em;
|
|
|
font-size: 1.2rem;
|
|
|
- color:#888;
|
|
|
text-shadow:0 1px #ccc;
|
|
|
}
|
|
|
-#stream.global .btn:not([data-unread="0"]) {
|
|
|
+.box.category .box-title .title {
|
|
|
+ font-weight: normal;
|
|
|
+ text-decoration: none;
|
|
|
+ text-align: left;
|
|
|
+ color: #888;
|
|
|
+}
|
|
|
+.box.category:not([data-unread="0"]) .box-title {
|
|
|
+}
|
|
|
+.box.category:not([data-unread="0"]) .box-title:active {
|
|
|
+}
|
|
|
+.box.category:not([data-unread="0"]) .box-title .title {
|
|
|
color: #222;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
-#stream.global .btn:first-child:not([data-unread="0"]):after {
|
|
|
- top: 0;
|
|
|
- right: 5px;
|
|
|
+.box.category .title:not([data-unread="0"]):after {
|
|
|
+ position: absolute;
|
|
|
+ top: 5px; right: 10px;
|
|
|
border: 0;
|
|
|
background: none;
|
|
|
- color: #222;
|
|
|
font-weight: bold;
|
|
|
- box-shadow: none;
|
|
|
- text-shadow: none;
|
|
|
-}
|
|
|
-#stream.global .box-category .feeds {
|
|
|
- max-height: 250px;
|
|
|
- color:#222;
|
|
|
- background:#EDE7DE;
|
|
|
}
|
|
|
-#stream.global .box-category .feeds .item {
|
|
|
+.box.category .item.feed {
|
|
|
padding: 2px 10px;
|
|
|
- font-size: 0.9rem;
|
|
|
- overflow:hidden;
|
|
|
+ font-size: 0.8rem;
|
|
|
}
|
|
|
-#stream.global .box-category .feed {
|
|
|
- color:#222;
|
|
|
+.box.category .item.feed .item-title {
|
|
|
+ color: #222;
|
|
|
}
|
|
|
+
|
|
|
/*=== PANEL */
|
|
|
/*===========*/
|
|
|
#panel {
|