~ubuntu-branches/ubuntu/hoary/liferea/hoary

« back to all changes in this revision

Viewing changes to css/liferea.css

  • Committer: Bazaar Package Importer
  • Author(s): David Moreno Garza
  • Date: 2005-01-30 23:35:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050130233505-bo2qi2x3r9u9i5c2
Tags: 0.9.0b-1
* New upstream release (Closes: #292705).
* Remembers now the sorting order after an upgrade (Closes: #281715).
* Shows date info on the condensed view (Closes: #276040).
* Taking every information item on OPML feeds (Closes: #254148).
* Corrected hang on kicker restart (Closes: #281622).
* Removed filter unread headlines feature (Closes: #279064).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Liferea HTML view default stylesheet
 
2
 * Liferea HTML view default stylesheet (three pane mode)
3
3
 *
4
4
 * (C) 2004 Lars Linder <lars.lindner@gmx.net>
5
5
 * (C) 2004 delusional <delusional@dx13.co.uk>
32
32
 
33
33
body {
34
34
        background: white;
 
35
        color: black;
35
36
}
36
37
 
37
38
blockquote {
40
41
        padding: 5px;
41
42
        font-style: italic;
42
43
        margin: 5px 20px;
43
 
        
 
44
        clear:both;
44
45
}
45
46
 
46
47
dd {
54
55
        width:100%;
55
56
        background-color:#DDD;
56
57
        border: 1px solid black;
57
 
}
58
 
 
59
 
td.itemhead {   /* old definition replaced by td.head (for compatibilty) */
60
 
        padding:2px 5px;
 
58
        clear:both;
61
59
}
62
60
 
63
61
td.headleft {
64
62
        padding:2px 2px;
65
63
        text-align:right;
 
64
        white-space:nowrap;     /* workaround to prevent buggy gtkhtml2 word wrappings */
66
65
}
67
66
 
68
67
td.headright {
69
68
        padding:2px 5px;
70
69
}
71
70
 
 
71
img {
 
72
        margin-top:2px;
 
73
        margin-bottom:2px;
 
74
}
 
75
 
 
76
img.favicon {
 
77
        display:none;
 
78
}
 
79
 
 
80
/*
 
81
span.feedlink {
 
82
}
 
83
 
 
84
span.itemtitle {
 
85
}
 
86
*/
 
87
 
72
88
/* styles to display generic namespace augmentation in the 
73
89
   item/feed description footer */
74
90
   
75
91
div.feedfoottitle {
76
 
        margin-top:15px;
77
92
        font-size:0.7em;
78
 
        color:#C0C0C0;
 
93
        color:#888;
79
94
}
80
95
 
81
96
table.feedfoot {
82
 
        margin-top:15px;
83
97
        width:100%;
84
98
        border-width:1px;
85
99
        border-top-style:solid;
86
100
        border-color:#D0D0D0;
87
101
        margin-bottom:5px;
88
102
        border-collapse:collapse;       /* needed for footer with Mozilla */
 
103
        clear:both;
89
104
}
90
105
 
91
106
table.addfoot { /* used for namespace additions (admin, ag,...) */
110
125
 
111
126
span.feedfootname {
112
127
        font-size:0.8em;
113
 
        color:#C0C0C0;
 
128
        color:#888;
114
129
}
115
130
 
116
131
/* 
120
135
 
121
136
span.feedfootvalue {
122
137
        font-size:0.8em;
123
 
        color:#C0C0C0;
 
138
        color:#888;
124
139
}
125
140
 
126
141
/* channel images */
265
280
span.slashvalue {
266
281
        color:white;
267
282
}
 
283
 
 
284
div.photoheader {
 
285
        margin:10px 0;
 
286
        padding-left:10px;
 
287
        padding-right:10px;
 
288
        background-color:#505050;
 
289
        color:white;
 
290
}
 
291
 
 
292
div.technorati {
 
293
        text-align:right;
 
294
}