source: trunk/gsdl3/extensions/gsdl-as/web/feed.css@ 8720

Last change on this file since 8720 was 8720, checked in by schweer, 19 years ago

worked on web interface

  • Property svn:keywords set to Author Date Id Revision
File size: 668 bytes
Line 
1@import url("default.css");
2
3#channelhead {
4 margin-bottom: 20px;
5}
6
7#channelhead a:link {
8 text-decoration: none;
9 color: black;
10}
11
12#channelhead a:visited {
13 text-decoration: none;
14 color: black;
15}
16
17
18#channelhead a:hover, a:focus, a:active {
19 color: blue;
20 text-decoration: underline;
21}
22
23#channelinfo {
24 border-top: 2px solid black;
25 font-size: small;
26 margin-top: 20px;
27}
28
29div.item {
30 margin: 10px 0px;
31 border: 1px dashed gray;
32 border-left: 10px solid #9CBE9C;
33 padding: 2px;
34 padding-left: 8px;
35 width: auto;
36 background-color: #DCDCDC;
37}
38
39span.date, span.category {
40 font-style: italic;
41}
42
43div.description {
44 font-size: small;
45}
Note: See TracBrowser for help on using the repository browser.