-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.css
More file actions
51 lines (45 loc) · 905 Bytes
/
Copy pathdefault.css
File metadata and controls
51 lines (45 loc) · 905 Bytes
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
h1.title {text-align:center}
h2.subtitle{text-align:center}
div.news {
font-size: small;
font-size: small;
border-style: solid;
border: 1px #00f solid;
}
div.favoritebox {
font-size: small;
border-style: solid;
border: 1px #00f solid;
}
span.newstitle {
font-weight : bold;
font-size : large;
color : #cc0000;
}
span.favoritetitle {
font-weight : bold;
font-size : large;
color : #cc0000;
}
span.allnews {
font-style : italic;
font-weight : lighter;
}
span.pubdate {
color : #7a7a7a;
font-size : 60%;
font-style : italic;
}
ul.newsboxlist {
margin-left:0px;
padding-left:20px;
}
ul.favoriteboxlist {
margin-left:0em;
padding-left:20px;
}
li.favoriteboxentry
{
padding-bottom: 1em;
}
div.lastupdate {font-size: small; text-align: center;}