-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrssfeed.css
79 lines (78 loc) · 1.45 KB
/
rssfeed.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/*
* rssFeed - Your rss feed on your website
*
* http://noprobweb.com/rss_feed_flux_jquery.php
*
* Version : 1.6
*
* Copyright (c) 2014 NoProbWeb (http://www.noprobweb.com)
*
* Modified by Henry LaFleur Jan 2016
*
* Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
*
* Built on top of the jQuery library
* http://jquery.com
*
#feed:
border-radius:5px;
background-color:#23BBD2;
-moz-box-shadow: 5px 5px 3px #222;
-webkit-box-shadow: 5px 5px 3px #222;
box-shadow: 5px 5px 3px #222;
*/
#rssFeed, .rssFeed{
width:100%;
}
#feed, .feed{
color:black;
width:95%;
height:auto;
padding : 5px 5px 5px 5px;
border:1px solid #DDD;
}
#titre, .titre{
width:95%;
background-color:white;
text-align:left;
border:1px solid #DDD;
background-color:#F5F5F5;
background-image:linear-gradient(#F5F5F5 0px, #E8E8E8 100%);
pading:0.5em;
}
#titre img, .titre img{
border-radius:5px;
padding:5px;
border:1px solid #000;
margin-right:1em;
vertical-align:top;
}
#titre a, .titre a{
text-decoration:none;
color:#333;
font-size:125%;
}
#resume, .resume{
height:0;
display:none;
padding : 0 0 5px 0;
}
#resume a, .resume a{
color:#444444;
}
#title, .title{
color:#333;
font-weight:bold;
padding : 5px 0 5px 0;
}
#title a, .title a{
color: #444444;
}
#time, .time{
color: #666;
font-weight:normal;
}
#loading, .loading{
padding :25px 0 0 0;
background-color:white;color:black;
}