2013-03-25 18:04:21 +01:00
|
|
|
/* tree*/
|
2013-03-25 14:58:15 +01:00
|
|
|
.sidebar-nav-fixed {
|
2013-03-25 18:04:21 +01:00
|
|
|
overflow: hidden;
|
2013-03-25 14:58:15 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.css-treeview {
|
|
|
|
|
font-size: inherit;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-21 16:22:58 +01:00
|
|
|
.css-treeview .selected {
|
2013-03-25 14:58:15 +01:00
|
|
|
color: #d14836;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.css-treeview .unread {
|
2013-03-21 16:22:58 +01:00
|
|
|
font-weight: bold;
|
2013-03-21 19:51:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.css-treeview a {
|
|
|
|
|
cursor: pointer;
|
2013-03-25 14:58:15 +01:00
|
|
|
color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.css-treeview a:hover {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: black;
|
2013-03-21 19:51:00 +01:00
|
|
|
}
|
|
|
|
|
|
2013-03-25 18:04:21 +01:00
|
|
|
/* entry list*/
|
2013-03-25 21:01:29 +01:00
|
|
|
#feed-accordion .entry {
|
2013-03-25 18:04:21 +01:00
|
|
|
border-bottom: 1px solid #CCCCCC;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-25 21:01:29 +01:00
|
|
|
.no-entries {
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-top: 80px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entry .entry-heading a {
|
|
|
|
|
padding: 6px 0px;
|
|
|
|
|
background-color: #EBEBEB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entry .entry-heading a.collapsed {
|
|
|
|
|
background-color: #FFF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entry .entry-heading a.collapsed:hover {
|
|
|
|
|
background-color: #EBEBEB;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entry .entry-heading a ~.collapsed {
|
2013-03-25 18:04:21 +01:00
|
|
|
background-color: #EBEBEB;
|
2013-03-25 21:01:29 +01:00
|
|
|
padding: 6px 0px;
|
2013-03-25 18:04:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entry a {
|
|
|
|
|
color: black;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.entry a:hover {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
2013-03-25 14:58:15 +01:00
|
|
|
.entry-heading .unread {
|
2013-03-21 19:51:00 +01:00
|
|
|
font-weight: bold;
|
2013-03-21 16:22:58 +01:00
|
|
|
}
|