/* tree*/ .sidebar-nav-fixed { overflow: hidden; } .css-treeview { font-size: inherit; white-space: nowrap; } .css-treeview .selected { color: #d14836; } .css-treeview .unread { font-weight: bold; } .css-treeview a { cursor: pointer; color: black; } .css-treeview a:hover { cursor: pointer; color: black; } /* entry list*/ #feed-accordion .entry { border-bottom: 1px solid #CCCCCC; } .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 { background-color: #EBEBEB; padding: 6px 0px; } .entry a { color: black; display: block; } .entry a:hover { text-decoration: none; } .entry-heading .unread { font-weight: bold; }