mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 13:12:46 +00:00
68 lines
1.1 KiB
CSS
68 lines
1.1 KiB
CSS
* {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
display: block;
|
|
}
|
|
rss {
|
|
display: block;
|
|
font-family: sans-serif;
|
|
background-color: #f2f2f2;
|
|
color: #222222;
|
|
font-size: 13px;
|
|
}
|
|
channel > title {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
margin: 10px 0px;
|
|
}
|
|
channel {
|
|
width: 728px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
channel > item {
|
|
background-color: #ffffff;
|
|
border: 1px solid #d8d8d8;
|
|
padding: 20px;
|
|
margin-bottom: 15px;
|
|
}
|
|
item > link, item > pubDate {
|
|
color: #888888;
|
|
font-size: 12px;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
margin-bottom: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
item > link {
|
|
float: right;
|
|
text-align: right;
|
|
width: 66.66%;
|
|
}
|
|
item > pubDate {
|
|
float: left;
|
|
width: 33.33%;
|
|
}
|
|
item > title {
|
|
color: #00579B;
|
|
font-size: 18px;
|
|
margin-bottom: 5px;
|
|
}
|
|
item > description {
|
|
margin-bottom: 10px;
|
|
}
|
|
item > category {
|
|
background-color: #efefef;
|
|
border: 1px solid #dadada;
|
|
border-radius: 3px;
|
|
padding: 2px 4px;
|
|
display: inline-block;
|
|
color: #888888;
|
|
transition: color 0.3s linear;
|
|
}
|
|
item > category:hover {
|
|
color: #222222;
|
|
}
|
|
|
|
lastBuildDate, language, guid, channel > link {
|
|
display: none;
|
|
} |