3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title id="page-title">MVC Feed Viewer</title>
6 <link rel="stylesheet" type="text/css" href="../../../resources/css/ext-all.css">
7 <script type="text/javascript" src="../../../builds/ext-core.js"></script>
8 <script type="text/javascript" src="classes.js"></script>
9 <script type="text/javascript" src="app.js"></script>
11 <style type="text/css" media="screen">
17 background-image: url(images/details.gif) !important;
21 background-image: url(images/article.gif) !important;
25 background-image: url(images/post_go.gif) !important;
29 background-image: url(images/tab_new.gif) !important;
33 background-image: url(images/rss_add.gif) !important;
37 background-image: url(images/rss_delete.gif) !important;
41 background-image: url(images/rss_load.gif) !important;
45 background-image: url(images/details.gif) !important;
49 background-image: url(images/tabs.gif) !important;
55 background-image: url(images/rss.gif) !important;
81 background: url(images/rss.gif) no-repeat 0 2px;
82 border: 1px solid #fff;
85 .feed-list .x-item-selected {
88 background-color: #DFE8F6;
89 border: 1px dotted #A3BAE9;
92 .feed-list-item-hover {
93 background-color: #eee;
97 padding: 2px 0 0 20px;
98 background:transparent url(images/post.gif) no-repeat;
102 font-family: tahoma, verdana;
116 .feed-grid .x-grid-rowbody {
117 margin: 5px 20px 10px 25px !important;
122 /* Preview classes */
124 .preview .x-panel-body {
127 font:normal 12px tahoma,verdana,arial,sans-serif;
130 .preview .x-panel-body p {
135 .preview .x-panel-body ul {
139 .preview .x-panel-body ul li {
141 list-style-image:none !important;
142 list-style-position:outside !important;
143 list-style-type:disc !important;
147 .preview .x-panel-body pre, #preview .x-panel-body code {
152 .preview .x-panel-body h4.post-author {
157 .preview .x-panel-body span.post-date {
163 .preview .x-panel-body div.post-data {
166 border-bottom:1px solid #dadadb;
168 .preview .x-panel-body div.post-body {
173 border-width: 1px 1px 0 1px !important;