@@ -2,40 +2,35 @@

# Form implementation generated from reading ui file 'feedIO.ui'
#
# Created: Wed Aug 10 01:11:58 2011
# by: PyQt4 UI code generator 4.8.3
# Created: Thu Aug 25 14:07:51 2011
# by: PyQt4 UI code generator 4.7.4
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
_fromUtf8 = lambda s: s

class Ui_feedIO(object):
def setupUi(self, feedIO):
feedIO.setObjectName(_fromUtf8("feedIO"))
feedIO.setObjectName("feedIO")
feedIO.resize(952, 600)
feedIO.setMinimumSize(QtCore.QSize(400, 300))
icon = QtGui.QIcon()
icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/feedIO.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon.addPixmap(QtGui.QPixmap(":/images/feedIO.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
feedIO.setWindowIcon(icon)
self.centralwidget = QtGui.QWidget(feedIO)
font = QtGui.QFont()
self.centralwidget.setFont(font)
self.centralwidget.setObjectName(_fromUtf8("centralwidget"))
self.centralwidget.setObjectName("centralwidget")
self.gridLayout = QtGui.QGridLayout(self.centralwidget)
self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
self.gridLayout.setObjectName("gridLayout")
self.horizontalLayout_5 = QtGui.QHBoxLayout()
self.horizontalLayout_5.setObjectName(_fromUtf8("horizontalLayout_5"))
self.horizontalLayout_5.setObjectName("horizontalLayout_5")
self.horizontalLayout_4 = QtGui.QHBoxLayout()
self.horizontalLayout_4.setSpacing(1)
self.horizontalLayout_4.setObjectName(_fromUtf8("horizontalLayout_4"))
self.horizontalLayout_4.setObjectName("horizontalLayout_4")
self.horizontalLayout_2 = QtGui.QHBoxLayout()
self.horizontalLayout_2.setSpacing(1)
self.horizontalLayout_2.setObjectName(_fromUtf8("horizontalLayout_2"))
self.horizontalLayout_2.setObjectName("horizontalLayout_2")
self.label_3 = QtGui.QLabel(self.centralwidget)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
sizePolicy.setHorizontalStretch(0)
@@ -48,7 +43,7 @@ def setupUi(self, feedIO):
font = QtGui.QFont()
font.setPointSize(10)
self.label_3.setFont(font)
self.label_3.setObjectName(_fromUtf8("label_3"))
self.label_3.setObjectName("label_3")
self.horizontalLayout_2.addWidget(self.label_3)
self.comboFeed = QtGui.QComboBox(self.centralwidget)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed)
@@ -60,12 +55,12 @@ def setupUi(self, feedIO):
self.comboFeed.setMaximumSize(QtCore.QSize(16777215, 28))
self.comboFeed.setBaseSize(QtCore.QSize(250, 36))
self.comboFeed.setMaxVisibleItems(100)
self.comboFeed.setObjectName(_fromUtf8("comboFeed"))
self.comboFeed.setObjectName("comboFeed")
self.horizontalLayout_2.addWidget(self.comboFeed)
self.horizontalLayout_4.addLayout(self.horizontalLayout_2)
self.horizontalLayout = QtGui.QHBoxLayout()
self.horizontalLayout.setSpacing(1)
self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
self.horizontalLayout.setObjectName("horizontalLayout")
spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
self.horizontalLayout.addItem(spacerItem)
self.label_4 = QtGui.QLabel(self.centralwidget)
@@ -80,7 +75,7 @@ def setupUi(self, feedIO):
font = QtGui.QFont()
font.setPointSize(10)
self.label_4.setFont(font)
self.label_4.setObjectName(_fromUtf8("label_4"))
self.label_4.setObjectName("label_4")
self.horizontalLayout.addWidget(self.label_4)
self.comboTopic = QtGui.QComboBox(self.centralwidget)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed)
@@ -92,12 +87,12 @@ def setupUi(self, feedIO):
self.comboTopic.setMaximumSize(QtCore.QSize(16777215, 28))
self.comboTopic.setBaseSize(QtCore.QSize(250, 36))
self.comboTopic.setMaxVisibleItems(100)
self.comboTopic.setObjectName(_fromUtf8("comboTopic"))
self.comboTopic.setObjectName("comboTopic")
self.horizontalLayout.addWidget(self.comboTopic)
self.horizontalLayout_4.addLayout(self.horizontalLayout)
self.horizontalLayout_5.addLayout(self.horizontalLayout_4)
self.horizontalLayout_3 = QtGui.QHBoxLayout()
self.horizontalLayout_3.setObjectName(_fromUtf8("horizontalLayout_3"))
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
self.btnUp = QtGui.QCommandLinkButton(self.centralwidget)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed)
sizePolicy.setHorizontalStretch(0)
@@ -107,9 +102,9 @@ def setupUi(self, feedIO):
self.btnUp.setMaximumSize(QtCore.QSize(120, 36))
self.btnUp.setBaseSize(QtCore.QSize(0, 26))
icon1 = QtGui.QIcon()
icon1.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/upVote.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon1.addPixmap(QtGui.QPixmap(":/images/upVote.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.btnUp.setIcon(icon1)
self.btnUp.setObjectName(_fromUtf8("btnUp"))
self.btnUp.setObjectName("btnUp")
self.horizontalLayout_3.addWidget(self.btnUp)
self.btnDown = QtGui.QCommandLinkButton(self.centralwidget)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Fixed)
@@ -120,18 +115,18 @@ def setupUi(self, feedIO):
self.btnDown.setMaximumSize(QtCore.QSize(120, 36))
self.btnDown.setBaseSize(QtCore.QSize(0, 26))
icon2 = QtGui.QIcon()
icon2.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/downVote.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon2.addPixmap(QtGui.QPixmap(":/images/downVote.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.btnDown.setIcon(icon2)
self.btnDown.setObjectName(_fromUtf8("btnDown"))
self.btnDown.setObjectName("btnDown")
self.horizontalLayout_3.addWidget(self.btnDown)
self.horizontalLayout_5.addLayout(self.horizontalLayout_3)
self.gridLayout.addLayout(self.horizontalLayout_5, 1, 0, 1, 1)
self.splitter_2 = QtGui.QSplitter(self.centralwidget)
self.splitter_2.setOrientation(QtCore.Qt.Horizontal)
self.splitter_2.setObjectName(_fromUtf8("splitter_2"))
self.splitter_2.setObjectName("splitter_2")
self.splitter = QtGui.QSplitter(self.splitter_2)
self.splitter.setOrientation(QtCore.Qt.Vertical)
self.splitter.setObjectName(_fromUtf8("splitter"))
self.splitter.setObjectName("splitter")
self.listUnread = QtGui.QTreeWidget(self.splitter)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Preferred, QtGui.QSizePolicy.Expanding)
sizePolicy.setHorizontalStretch(0)
@@ -142,7 +137,7 @@ def setupUi(self, feedIO):
self.listUnread.setBaseSize(QtCore.QSize(300, 500))
self.listUnread.setIndentation(-10)
self.listUnread.setAnimated(True)
self.listUnread.setObjectName(_fromUtf8("listUnread"))
self.listUnread.setObjectName("listUnread")
self.listOld = QtGui.QTreeWidget(self.splitter)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
sizePolicy.setHorizontalStretch(0)
@@ -153,7 +148,7 @@ def setupUi(self, feedIO):
self.listOld.setMaximumSize(QtCore.QSize(16777215, 200))
self.listOld.setBaseSize(QtCore.QSize(300, 200))
self.listOld.setIndentation(-10)
self.listOld.setObjectName(_fromUtf8("listOld"))
self.listOld.setObjectName("listOld")
self.viewArticle = QtWebKit.QWebView(self.splitter_2)
sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Expanding)
sizePolicy.setHorizontalStretch(0)
@@ -162,38 +157,39 @@ def setupUi(self, feedIO):
self.viewArticle.setSizePolicy(sizePolicy)
self.viewArticle.setMinimumSize(QtCore.QSize(0, 0))
self.viewArticle.setBaseSize(QtCore.QSize(0, 0))
self.viewArticle.setUrl(QtCore.QUrl(_fromUtf8("http://www.feedio.org/")))
self.viewArticle.setObjectName(_fromUtf8("viewArticle"))
self.viewArticle.setStyleSheet("background-color: rgb(248, 248, 255);")
self.viewArticle.setProperty("url", QtCore.QUrl("http://www.feedio.org/"))
self.viewArticle.setObjectName("viewArticle")
self.gridLayout.addWidget(self.splitter_2, 0, 0, 1, 1)
feedIO.setCentralWidget(self.centralwidget)
self.menubar = QtGui.QMenuBar(feedIO)
self.menubar.setGeometry(QtCore.QRect(0, 0, 952, 21))
self.menubar.setGeometry(QtCore.QRect(0, 0, 952, 25))
font = QtGui.QFont()
self.menubar.setFont(font)
self.menubar.setObjectName(_fromUtf8("menubar"))
self.menubar.setObjectName("menubar")
self.menuFile = QtGui.QMenu(self.menubar)
self.menuFile.setObjectName(_fromUtf8("menuFile"))
self.menuFile.setObjectName("menuFile")
self.menuTools = QtGui.QMenu(self.menubar)
self.menuTools.setObjectName(_fromUtf8("menuTools"))
self.menuTools.setObjectName("menuTools")
self.menuNotifications = QtGui.QMenu(self.menuTools)
self.menuNotifications.setObjectName(_fromUtf8("menuNotifications"))
self.menuNotifications.setObjectName("menuNotifications")
self.menu_Twitter = QtGui.QMenu(self.menuTools)
self.menu_Twitter.setObjectName(_fromUtf8("menu_Twitter"))
self.menu_Twitter.setObjectName("menu_Twitter")
self.menu_Read_It_Later = QtGui.QMenu(self.menuTools)
self.menu_Read_It_Later.setObjectName(_fromUtf8("menu_Read_It_Later"))
self.menu_Read_It_Later.setObjectName("menu_Read_It_Later")
self.menuHelp = QtGui.QMenu(self.menubar)
self.menuHelp.setObjectName(_fromUtf8("menuHelp"))
self.menuHelp.setObjectName("menuHelp")
self.menuArticle = QtGui.QMenu(self.menubar)
self.menuArticle.setObjectName(_fromUtf8("menuArticle"))
self.menuArticle.setObjectName("menuArticle")
self.menuFeedIO = QtGui.QMenu(self.menubar)
self.menuFeedIO.setObjectName(_fromUtf8("menuFeedIO"))
self.menuFeedIO.setObjectName("menuFeedIO")
self.menuTopics = QtGui.QMenu(self.menubar)
self.menuTopics.setObjectName(_fromUtf8("menuTopics"))
self.menuTopics.setObjectName("menuTopics")
feedIO.setMenuBar(self.menubar)
self.statusbar = QtGui.QStatusBar(feedIO)
font = QtGui.QFont()
self.statusbar.setFont(font)
self.statusbar.setObjectName(_fromUtf8("statusbar"))
self.statusbar.setObjectName("statusbar")
feedIO.setStatusBar(self.statusbar)
self.toolBar = QtGui.QToolBar(feedIO)
font = QtGui.QFont()
@@ -202,104 +198,104 @@ def setupUi(self, feedIO):
self.toolBar.setLayoutDirection(QtCore.Qt.LeftToRight)
self.toolBar.setIconSize(QtCore.QSize(32, 32))
self.toolBar.setFloatable(False)
self.toolBar.setObjectName(_fromUtf8("toolBar"))
feedIO.addToolBar(QtCore.Qt.RightToolBarArea, self.toolBar)
self.toolBar.setObjectName("toolBar")
feedIO.addToolBar(QtCore.Qt.ToolBarArea(QtCore.Qt.RightToolBarArea), self.toolBar)
self.actionAddFeed = QtGui.QAction(feedIO)
icon3 = QtGui.QIcon()
icon3.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/addFeed.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon3.addPixmap(QtGui.QPixmap(":/images/addFeed.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionAddFeed.setIcon(icon3)
self.actionAddFeed.setIconVisibleInMenu(True)
self.actionAddFeed.setObjectName(_fromUtf8("actionAddFeed"))
self.actionAddFeed.setObjectName("actionAddFeed")
self.actionRemoveFeed = QtGui.QAction(feedIO)
icon4 = QtGui.QIcon()
icon4.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/removeFeed.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon4.addPixmap(QtGui.QPixmap(":/images/removeFeed.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionRemoveFeed.setIcon(icon4)
self.actionRemoveFeed.setIconVisibleInMenu(True)
self.actionRemoveFeed.setObjectName(_fromUtf8("actionRemoveFeed"))
self.actionRemoveFeed.setObjectName("actionRemoveFeed")
self.actionHelp = QtGui.QAction(feedIO)
self.actionHelp.setObjectName(_fromUtf8("actionHelp"))
self.actionHelp.setObjectName("actionHelp")
self.actionAbout = QtGui.QAction(feedIO)
self.actionAbout.setIcon(icon)
self.actionAbout.setIconVisibleInMenu(True)
self.actionAbout.setObjectName(_fromUtf8("actionAbout"))
self.actionAbout.setObjectName("actionAbout")
self.actionPreferences = QtGui.QAction(feedIO)
icon5 = QtGui.QIcon()
icon5.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/preferences.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon5.addPixmap(QtGui.QPixmap(":/images/preferences.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionPreferences.setIcon(icon5)
self.actionPreferences.setIconVisibleInMenu(True)
self.actionPreferences.setObjectName(_fromUtf8("actionPreferences"))
self.actionPreferences.setObjectName("actionPreferences")
self.actionExit = QtGui.QAction(feedIO)
icon6 = QtGui.QIcon()
icon6.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/exit.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon6.addPixmap(QtGui.QPixmap(":/images/exit.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionExit.setIcon(icon6)
self.actionExit.setIconVisibleInMenu(True)
self.actionExit.setObjectName(_fromUtf8("actionExit"))
self.actionExit.setObjectName("actionExit")
self.actionUpVote = QtGui.QAction(feedIO)
self.actionUpVote.setIcon(icon1)
self.actionUpVote.setIconVisibleInMenu(True)
self.actionUpVote.setObjectName(_fromUtf8("actionUpVote"))
self.actionUpVote.setObjectName("actionUpVote")
self.actionDownVote = QtGui.QAction(feedIO)
self.actionDownVote.setIcon(icon2)
self.actionDownVote.setIconVisibleInMenu(True)
self.actionDownVote.setObjectName(_fromUtf8("actionDownVote"))
self.actionDownVote.setObjectName("actionDownVote")
self.actionRead = QtGui.QAction(feedIO)
icon7 = QtGui.QIcon()
icon7.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/read.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon7.addPixmap(QtGui.QPixmap(":/images/read.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionRead.setIcon(icon7)
self.actionRead.setIconVisibleInMenu(True)
self.actionRead.setObjectName(_fromUtf8("actionRead"))
self.actionRead.setObjectName("actionRead")
self.actionFetchFeed = QtGui.QAction(feedIO)
icon8 = QtGui.QIcon()
icon8.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/fetchFeed.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon8.addPixmap(QtGui.QPixmap(":/images/fetchFeed.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionFetchFeed.setIcon(icon8)
self.actionFetchFeed.setIconVisibleInMenu(True)
self.actionFetchFeed.setObjectName(_fromUtf8("actionFetchFeed"))
self.actionFetchFeed.setObjectName("actionFetchFeed")
self.actionFetchAllFeeds = QtGui.QAction(feedIO)
icon9 = QtGui.QIcon()
icon9.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/fetchAll.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon9.addPixmap(QtGui.QPixmap(":/images/fetchAll.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionFetchAllFeeds.setIcon(icon9)
self.actionFetchAllFeeds.setIconVisibleInMenu(True)
self.actionFetchAllFeeds.setObjectName(_fromUtf8("actionFetchAllFeeds"))
self.actionFetchAllFeeds.setObjectName("actionFetchAllFeeds")
self.actionVisitPage = QtGui.QAction(feedIO)
icon10 = QtGui.QIcon()
icon10.addPixmap(QtGui.QPixmap(_fromUtf8(":/images/visitPage.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
icon10.addPixmap(QtGui.QPixmap(":/images/visitPage.png"), QtGui.QIcon.Normal, QtGui.QIcon.Off)
self.actionVisitPage.setIcon(icon10)
self.actionVisitPage.setIconVisibleInMenu(True)
self.actionVisitPage.setObjectName(_fromUtf8("actionVisitPage"))
self.actionVisitPage.setObjectName("actionVisitPage")
self.actionManageFeeds = QtGui.QAction(feedIO)
self.actionManageFeeds.setObjectName(_fromUtf8("actionManageFeeds"))
self.actionManageFeeds.setObjectName("actionManageFeeds")
self.actionManageTopics = QtGui.QAction(feedIO)
self.actionManageTopics.setObjectName(_fromUtf8("actionManageTopics"))
self.actionManageTopics.setObjectName("actionManageTopics")
self.actionAddTopic = QtGui.QAction(feedIO)
self.actionAddTopic.setObjectName(_fromUtf8("actionAddTopic"))
self.actionAddTopic.setObjectName("actionAddTopic")
self.actionRemoveTopic = QtGui.QAction(feedIO)
self.actionRemoveTopic.setObjectName(_fromUtf8("actionRemoveTopic"))
self.actionRemoveTopic.setObjectName("actionRemoveTopic")
self.actionMinimizeToTray = QtGui.QAction(feedIO)
self.actionMinimizeToTray.setObjectName(_fromUtf8("actionMinimizeToTray"))
self.actionMinimizeToTray.setObjectName("actionMinimizeToTray")
self.actionUnread = QtGui.QAction(feedIO)
self.actionUnread.setObjectName(_fromUtf8("actionUnread"))
self.actionUnread.setObjectName("actionUnread")
self.actionReCalculateScores = QtGui.QAction(feedIO)
self.actionReCalculateScores.setObjectName(_fromUtf8("actionReCalculateScores"))
self.actionReCalculateScores.setObjectName("actionReCalculateScores")
self.actionPostToTwitter = QtGui.QAction(feedIO)
self.actionPostToTwitter.setObjectName(_fromUtf8("actionPostToTwitter"))
self.actionPostToTwitter.setObjectName("actionPostToTwitter")
self.actionReCalculateTopicScores = QtGui.QAction(feedIO)
self.actionReCalculateTopicScores.setObjectName(_fromUtf8("actionReCalculateTopicScores"))
self.actionReCalculateTopicScores.setObjectName("actionReCalculateTopicScores")
self.actionReadItLater = QtGui.QAction(feedIO)
self.actionReadItLater.setObjectName(_fromUtf8("actionReadItLater"))
self.actionReadItLater.setObjectName("actionReadItLater")
self.actionFavorite = QtGui.QAction(feedIO)
self.actionFavorite.setObjectName(_fromUtf8("actionFavorite"))
self.actionFavorite.setObjectName("actionFavorite")
self.actionTurnOffNotifications = QtGui.QAction(feedIO)
self.actionTurnOffNotifications.setObjectName(_fromUtf8("actionTurnOffNotifications"))
self.actionTurnOffNotifications.setObjectName("actionTurnOffNotifications")
self.actionTurnOnNotifications = QtGui.QAction(feedIO)
self.actionTurnOnNotifications.setObjectName(_fromUtf8("actionTurnOnNotifications"))
self.actionTurnOnNotifications.setObjectName("actionTurnOnNotifications")
self.actionSignInToTwitter = QtGui.QAction(feedIO)
self.actionSignInToTwitter.setObjectName(_fromUtf8("actionSignInToTwitter"))
self.actionSignInToTwitter.setObjectName("actionSignInToTwitter")
self.actionSignOffFromTwitter = QtGui.QAction(feedIO)
self.actionSignOffFromTwitter.setObjectName(_fromUtf8("actionSignOffFromTwitter"))
self.actionSignOffFromTwitter.setObjectName("actionSignOffFromTwitter")
self.actionSignInToRIL = QtGui.QAction(feedIO)
self.actionSignInToRIL.setObjectName(_fromUtf8("actionSignInToRIL"))
self.actionSignInToRIL.setObjectName("actionSignInToRIL")
self.actionSignOffFromRIL = QtGui.QAction(feedIO)
self.actionSignOffFromRIL.setObjectName(_fromUtf8("actionSignOffFromRIL"))
self.actionSignOffFromRIL.setObjectName("actionSignOffFromRIL")
self.menuFile.addAction(self.actionAddFeed)
self.menuFile.addAction(self.actionRemoveFeed)
self.menuFile.addAction(self.actionFetchFeed)
@@ -306,12 +306,12 @@ def displayArticle(self):
selected = self.currentItem
selectedItem = selected.article

text = "<style>.bg_color {background-color: #f8f8ff ;}.blue {color: #6f6fff;}.big { font-size: 8em; }.bold { font-weight: bold; }.date{ font-weight: bold; color: #066bb6; }.info { font-size: .95em; margin: 2px 0 6px !important; color: #148d04; }</style>" + \
text = "<style>.bg_color {background-color: #f8f8ff ;}.blue {color: #6f6fff;}.big { font-size: 8em; }.bold { font-weight: bold; }.date{ font-weight: bold; color: #066bb6; }.info { font-size: .95em; margin: 2px 0 6px !important; color: #148d04; }.headline_font_size {font-size: .80em;}</style>" + \
"<div class=\" bg_color \">" + \
"<div class=\" blue \">" + \
"<H3>" + selectedItem.title + \
"</div>" + \
"<div class=\" bold \">" + \
"<div class=\" bold headline_font_size\">" + \
"</H3>(" + selectedItem.feed.title + ")<br>" + \
"</div>" + \
"<div class=\"date info\">" + \