-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrssriver.css
63 lines (55 loc) · 873 Bytes
/
rssriver.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
h1 {
display: block;
font-size: 1.2em;
margin-before: 0em;
margin-after: 0em;
margin-start: 0;
margin-end: 0;
font-weight: bold;
background-color: White;
padding:0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}
h2 {
display: block;
font-size: 1.4em;
margin-before: 0.67em;
margin-after: 0em;
margin-start: 0;
margin-end: 0;
font-weight: bold;
background-color: Silver;
padding:5px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
}
p {
margin-top: 5px;
margin-bottom: 5px;
margin-left: 0;
margin-right: 0;
padding: 0px;
}
div#date {
text-align: right;
}
div#newsitem {
background-color: #F0F0F0;
border:1px Solid Black;
margin-top: 20px;
}
div#newstext {
margin:0px;
padding:5px;
}
p#newsdesc {
}
p#newslink {
}
p#newsdate {
}