n/oldblog
Archived
1
0
Fork 0
This repository has been archived on 2024-02-13. You can view files and clone it, but cannot push or open issues or pull requests.
oldblog/css/rss_couleur.css
2023-04-30 21:50:11 +02:00

81 lines
1.1 KiB
CSS

html {
margin:10px;
font-family:arial,sans-serif;
font-size:100%;
}
.channel
{
margin:0.5em;
padding:0.5em;
text-align:center;
display: block;
}
.title
{
font-size:200%;
background-color:transparent;
color:#007700;
display: block;
padding: 2px 0px 2px 5px;
font-weight: bold;
text-align: center;
}
.item .title
{
text-align:left;
font-size:90%;
background-color: #FFCCFF;
color:#000000;
display: block;
margin-bottom: 3px;
text-align: center;
}
.item
{
border:0;
color:#000000;
display: block;
margin-top:20px;
}
.item .description
{
color:#000000;
background-color: #99FF99;
display: block;
text-align:left;
font-size: 90%;
padding:10px;
}
.pubDate
{
margin-top: 3px;
color:#000000;
display: block;
text-align:right;
background-color: #FFCCFF;
padding-right: 5px;
font-size:80%;
}
.majdate
{
text-align: right;
font-size: 80%;
}
.nbnews
{
text-align: center;
}
/*item link
{
color:#000000;
display: block;
text-align:right;
border-top: 1px solid #999999;
}*/