summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-18 23:32:54 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-18 23:32:54 +0200
commitfa3b8c8e541d03af0eace146e3dc9bfd6f5566d4 (patch)
tree09e77486056d85b98cfabf7aa385e78d55c06dba /css
parent5ac1c9feaccc8ff811e081d45c4d6d730a6fac45 (diff)
add additional html heading tag for plugins
Diffstat (limited to 'css')
-rw-r--r--css/items.css25
1 files changed, 16 insertions, 9 deletions
diff --git a/css/items.css b/css/items.css
index a94f0aa76..b99d07789 100644
--- a/css/items.css
+++ b/css/items.css
@@ -117,19 +117,26 @@
}
/**
+ * Heading which is used for plugins only
+ */
+ .feed_item .item_heading {
+ display: none;
+ }
+
+ /**
* Feed title
*/
- .feed_item h1.item_title {
+ .feed_item .item_title {
font-size: 19px;
margin: 0 182px 0 42px;
font-weight: bold;
word-wrap: break-word;
}
- .feed_item h1.item_title a {
+ .feed_item .item_title a {
color: #222;
}
- .feed_item h1.item_title a:hover {
+ .feed_item .item_title a:hover {
color: #222;
text-decoration: underline;
}
@@ -137,18 +144,18 @@
/**
* Feed title when read
*/
- .feed_item.read h1.item_title {
+ .feed_item.read .item_title {
font-weight: normal;
}
- .feed_item.read h1.item_title a {
+ .feed_item.read .item_title a {
color: #888;
}
/**
* Title of the feed to which the item belongs
*/
- .feed_item h2.item_feed_title {
+ .feed_item .item_feed_title {
color: #aaa;
font-size: 15px;
margin-left: 42px;
@@ -157,17 +164,17 @@
/**
* Author of the item
*/
- .feed_item h2.item_author {
+ .feed_item .item_author {
color: #aaa;
font-size: 15px;
margin: 3px 0 0 42px;
}
- .feed_item h2.item_author a {
+ .feed_item .item_author a {
color: inherit;
}
- .feed_item h2.item_author a:hover {
+ .feed_item .item_author a:hover {
text-decoration: underline;
}