source: trunk/web/addons/job_monarch/lib/extjs/examples/feed-viewer/feed-viewer.css @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 5.1 KB
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9html, body {
10        font: normal 12px tahoma, arial, verdana, sans-serif;
11        margin: 0;
12        padding: 0;
13        border: 0 none;
14        overflow: hidden;
15        height: 100%;
16}
17
18.ext-el-mask {
19    background:#dadadb;
20}
21.x-grid3-td-title b {
22    font-family:tahoma, verdana;
23    display:block;
24    color:#333;
25}
26.x-grid3-td-title b i {
27    font-weight:normal;
28    font-style: normal;
29    color:#000;
30}
31.x-grid3-td-title .topic {
32    padding-left:20px;
33    background:transparent url(images/post.gif) no-repeat 0 2px;
34}
35.x-grid3-td-title .x-grid3-cell-inner {
36    white-space:normal;
37}
38.x-grid3-td-title a {
39    color: #385F95;
40    text-decoration:none;
41}
42.x-grid3-td-title a:hover {
43    text-decoration:underline;
44}
45.details .x-btn-text {
46    background-image: url(images/details.gif);
47}
48.msg-view {
49    background-image: url(../shared/icons/fam/application_view_list.png) !important;
50}
51.add-feed {
52    background-image: url(images/rss_add.gif) !important;
53}
54
55.preview-bottom {
56    background-image: url(images/preview-bottom.gif) !important;
57}
58.preview-right {
59    background-image: url(images/preview-right.gif) !important;
60}
61.preview-hide {
62    background-image: url(images/preview-hide.gif) !important;
63}
64
65.tabs {
66    background-image: url( ../desktop/images/tabs.gif ) !important;
67}
68.summary {
69    background-image: url(images/details.gif) !important;
70}
71.x-grid3-row-body p {
72    margin:5px 20px 10px 25px !important;
73    color:#555;
74}
75
76.post-date {
77    font-weight:bold;
78    color:#333;
79}
80
81.author {
82    color:#333;
83}
84
85.x-tree {
86    background:#fff !important;
87}
88.x-border-layout-ct {
89    background:transparent;
90}
91body.x-border-layout-ct {
92    background:#c3d5ed url(images/bg.gif) repeat-x left top !important;
93}
94.x-layout-split {
95    background-color:transparent !important;
96}
97
98.x-tree-node div.feeds-node{
99    background:#eee url(images/cmp-bg.gif) repeat-x;
100    margin-top:1px;
101    border-top:1px solid #ddd;
102    border-bottom:1px solid #ccc;
103    padding-top:2px;
104    padding-bottom:1px;
105}
106.feeds-node .x-tree-node-icon {
107    display:none;
108}
109.forum-ct a span {
110    font-weight:bold;
111    color:#222;
112}
113.feed {
114    border:1px solid #fff;
115    margin:3px;
116}
117.feed .x-tree-ec-icon {
118    display:none;
119}
120.feed-icon {
121    background-image:url(images/rss.gif) !important;
122}
123.new-tab {
124    background-image:url(images/new_tab.gif) !important;
125}
126.new-win {
127    background-image:url(images/go-to-post.gif) !important;
128}
129.delete-icon {
130    background-image:url(images/rss_delete.gif) !important;
131}
132.load-icon {
133    background-image:url(images/rss_load.gif) !important;
134}
135.refresh-icon {
136    background-image:url(../shared/icons/fam/table_refresh.png) !important;
137}
138.x-tree-selected {
139    border:1px dotted #a3bae9;
140    background:#DFE8F6;
141}
142.x-tree-node .x-tree-selected a span{
143        background:transparent;
144        color:#15428b;
145    font-weight:bold;
146}
147
148#topic-grid .x-panel-tbar .x-toolbar {
149   /* border-top:0 none; */
150}
151
152
153#main-tabs .x-tab-panel-body {
154    background:transparent;
155    border:0 none;
156}
157
158/* Preview classes */
159
160.preview .x-panel-body {
161    background:#fff;
162    color:#222;
163    font:normal 12px tahoma,verdana,arial,sans-serif;
164}
165
166.preview .x-panel-body p {
167    line-height:18px;
168    margin:8px 0;
169}
170
171.preview .x-panel-body ul {
172    margin-left:18px;
173}
174
175.preview .x-panel-body ul li {
176    display:list-item;
177    list-style-image:none !important;
178    list-style-position:outside !important;
179    list-style-type:disc !important;
180    margin-left:18px;
181}
182
183.preview .x-panel-body pre, #preview .x-panel-body code {
184    background:#f1f1f1;
185    display:block;
186}
187
188.preview .x-panel-body h4.post-author {
189    font-weight:normal;
190    color:#555;
191    font-size:11px;
192}
193.preview .x-panel-body span.post-date {
194    font-weight:normal;
195    color:#555;
196    float:right;
197    font-size:11px;
198}
199.preview .x-panel-body div.post-data {
200    background:#f1f2f4;
201    padding:5px;
202    border-bottom:1px solid #dadadb;
203}
204.preview .x-panel-body div.post-body {
205    padding:10px;
206}
207/*.single-preview .x-toolbar, #right-preview .preview .x-toolbar {
208    border-top:0 none;
209}*/
210.reading-menu .x-menu-item-checked {
211   border:1px dotted #a3bae9 !important;
212    background:#DFE8F6;
213        padding:0;
214}
215.x-tab-panel-header {
216    border-bottom-width:0 !important;
217}
218#suggested {
219    border-top:0 none;
220}
221#suggested a {
222    text-decoration:none;
223    font-size:11px;
224    color:#15428B;
225    display:block;
226    padding:3px;
227    float:right;
228    margin-right:4px;
229}
230#suggested a:hover {
231    text-decoration:underline;
232    color:#15428B;
233}
234.x-combo-list-item {
235    zoom:1;
236}
237.x-combo-list-item strong {
238    color:#777;
239    font-size:11px;
240    font-style: normal;
241    float:left;
242}
243.x-combo-list-item em {
244    color:#222;
245    font-size:12px;
246    font-style: normal;
247    float:left;
248    width:325px;
249}
250.x-node-ctx {
251    background:#eee !important;
252    border:1px solid #ccc !important;
253}
Note: See TracBrowser for help on using the repository browser.