163 lines
2.4 KiB
CSS
163 lines
2.4 KiB
CSS
.item {
|
|
border-style: none;
|
|
border-width: 1px;
|
|
background-color: #F6F6FF;
|
|
margin: 1em;
|
|
hyphens: auto;
|
|
-moz-hyphens: auto;
|
|
}
|
|
|
|
.item:after {
|
|
display: block;
|
|
clear: both;
|
|
content: "";
|
|
background-color: #00F;
|
|
height: 6px;
|
|
background: linear-gradient(#F6F6FF, #EEEEFF);
|
|
}
|
|
|
|
.op {
|
|
float: right;
|
|
padding: 6px;
|
|
}
|
|
|
|
.op a {
|
|
border-style: none;
|
|
border-radius: 3px;
|
|
padding: 3px;
|
|
background: linear-gradient(#88F, #008);
|
|
color: #FFF;
|
|
}
|
|
|
|
h2 a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
h2 {
|
|
font-family: "Quercus", sans-serif;
|
|
font-variant: small-caps;
|
|
}
|
|
|
|
.itemno {
|
|
font-size: 0.5em;
|
|
}
|
|
|
|
.itemno:before {
|
|
content: " (";
|
|
color: #F00;
|
|
}
|
|
|
|
.itemno:after {
|
|
content: ") ";
|
|
color: #F00;
|
|
}
|
|
|
|
.feed_info {
|
|
display: table-row;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
margin: .1em;
|
|
}
|
|
|
|
.feed_id {
|
|
font-size: 0.7em;
|
|
display: table-cell;
|
|
text-align: right;
|
|
padding-right: 0.5em;
|
|
}
|
|
|
|
.feed_title {
|
|
padding-right: 0.2em;
|
|
}
|
|
|
|
.feed_items {
|
|
background-color: #CCF;
|
|
color: #888;
|
|
display: table-cell;
|
|
text-align: right;
|
|
padding-left: 0.2em;
|
|
padding-right: 0.2em;
|
|
}
|
|
|
|
.feed_unread {
|
|
background-color: #DDF;
|
|
color: #080;
|
|
display: table-cell;
|
|
text-align: right;
|
|
padding-left: 0.2em;
|
|
padding-right: 0.2em;
|
|
}
|
|
|
|
.feed_lastissued {
|
|
background-color: #CCF;
|
|
color: #000;
|
|
display: table-cell;
|
|
padding-left: 0.2em;
|
|
padding-right: 0.2em;
|
|
text-align: right;
|
|
}
|
|
|
|
.feed_lastseen {
|
|
background-color: #DDF;
|
|
color: #000;
|
|
display: table-cell;
|
|
padding-left: 0.2em;
|
|
padding-right: 0.2em;
|
|
text-align: right;
|
|
}
|
|
|
|
.feedlist {
|
|
background-color: #BBF;
|
|
float: left;
|
|
display: table;
|
|
margin-right: 0.5em;
|
|
padding: 0.2em;
|
|
}
|
|
|
|
.feedlist a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.op a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.itemlist {
|
|
background-color: #EEF;
|
|
max-width: 40em;
|
|
float: left;
|
|
font-family: "Quercus", sans-serif;
|
|
}
|
|
|
|
@media screen and (min-width: 60em) and (max-width: 80em) {
|
|
.itemlist {
|
|
max-width: 48%;
|
|
}
|
|
.feedlist {
|
|
max-width: 48%;
|
|
}
|
|
}
|
|
|
|
.item.read {
|
|
background-color: #EEE;
|
|
}
|
|
|
|
.lastupdate {
|
|
position: absolute;
|
|
top: 0em;
|
|
right: 0em;
|
|
}
|
|
|
|
h1 {
|
|
background: linear-gradient(to right, #008, #CCF);
|
|
margin: 0em;
|
|
color: #FFF;
|
|
}
|
|
body {
|
|
margin: 0em;
|
|
}
|
|
|
|
img {
|
|
max-width: 99%;
|
|
}
|