forked from Archives/Athou_commafeed
199 lines
3.0 KiB
CSS
199 lines
3.0 KiB
CSS
.pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.main .spinner {
|
|
display: inline-block;
|
|
margin-left: 11px;
|
|
top: -4px;
|
|
}
|
|
|
|
.main .dropdown-menu a {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.favicon {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|
|
|
|
.toolbar {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px;
|
|
width: 100%;
|
|
z-index: 10;
|
|
position: fixed;
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.entryList {
|
|
padding-top: 50px;
|
|
}
|
|
|
|
/* tree*/
|
|
.sidebar-nav-fixed {
|
|
margin-top: 10px;
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 16%;
|
|
overflow: auto;
|
|
}
|
|
|
|
.css-treeview {
|
|
margin-top: 15px;
|
|
font-family: inherit;
|
|
font-size: 11px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.css-treeview .indent {
|
|
margin-left: 22px;
|
|
}
|
|
|
|
.css-treeview ul {
|
|
list-style: none;
|
|
margin-left: 0px;
|
|
}
|
|
|
|
.css-treeview li {
|
|
line-height: 18px;
|
|
}
|
|
|
|
.css-treeview .icon-fldr {
|
|
background: url("../images/tree_icons.png") no-repeat;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.css-treeview .icon-fldr-open {
|
|
background-position: 0 -16px;
|
|
}
|
|
|
|
.css-treeview .icon-fldr-closed {
|
|
background-position: 0 -32px;
|
|
}
|
|
|
|
.css-treeview .error {
|
|
color: red;
|
|
font-style: italic;
|
|
}
|
|
|
|
.css-treeview label {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: block;
|
|
margin: 3px 0px 3px;
|
|
}
|
|
|
|
.css-treeview label,.css-treeview a,.css-treeview label::before {
|
|
font-family: inherit;
|
|
font-size: 11px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.css-treeview .selected {
|
|
color: #d14836;
|
|
}
|
|
|
|
.css-treeview .unread {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.css-treeview a {
|
|
cursor: pointer;
|
|
color: black;
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
/* entry list*/
|
|
.entrylist-header {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
|
|
.entrylist-header h3 {
|
|
margin: 0;
|
|
}
|
|
|
|
#feed-accordion .entry {
|
|
border-bottom: 1px solid #CCCCCC;
|
|
}
|
|
|
|
#feed-accordion .no-entries {
|
|
text-align: center;
|
|
font-weight: bold;
|
|
margin-top: 80px;
|
|
}
|
|
|
|
#feed-accordion .entry-heading {
|
|
height: 20px;
|
|
display: block;
|
|
color: black;
|
|
cursor: pointer;
|
|
padding: 6px 0px;
|
|
}
|
|
|
|
#feed-accordion .entry-heading .feed-name {
|
|
color: #555;
|
|
display: block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
position: absolute;
|
|
width: 145px;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
#feed-accordion .entry-heading .entry-name {
|
|
display: block;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-right: 100px;
|
|
}
|
|
|
|
#feed-accordion .entry-heading .shrink {
|
|
margin-left: 150px;
|
|
}
|
|
|
|
#feed-accordion .entry-heading .entry-date {
|
|
display: block;
|
|
position: absolute;
|
|
right: 20px;
|
|
}
|
|
|
|
#feed-accordion a.entry-heading:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
#feed-accordion .open {
|
|
background-color: #EBEBEB;
|
|
}
|
|
|
|
#feed-accordion .closed:hover {
|
|
background-color: #EBEBEB;
|
|
}
|
|
|
|
#feed-accordion .entry-heading .unread {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#feed-accordion .entry-body h4 {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#feed-accordion .entry-buttons {
|
|
background-color: #fafafa;
|
|
padding: 3px 0px;
|
|
border-top: 1px solid #ebebeb;
|
|
}
|
|
|
|
#feed-accordion .entry-buttons label {
|
|
margin-bottom: 0px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
/* admin */
|
|
.admin .users-table {
|
|
height: 400px;
|
|
} |