깨끗한걸 하나 구했습니다...
기본보다 훨씬 산뜻해서 좋네용 ^^
코드 복사하셔서 *.css 저장하시고 세이지 옵션에서 CSS바꾸기 해주시면 됩니다
지금 게시판은 RSS 지원안하는건지 안되네요 +_+
출처 : http://fls.moo.jp/fswiki/?p=RRP+Contents+Area
* 수정2 - 이미지크기 제한 추가했습니다
코드: 모두 선택
html * {
-moz-box-sizing: border-box;
}
html {
line-height: 1.3;
background-color: #FFF;
}
body {
margin: 0px;
color: #222;
}
a:link { text-decoration: none; color: #DD2B13; }
a:visited { text-decoration: none; color: #955322; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }
p.item-desc a:link { color: #029; }
#rss-header {
-moz-border-radius: 10px;
background-color: #EEEAE4;
border: 1px solid #cccccc;
padding: 6px 8px;
margin: 10px 2%;
}
#rss-title {
font-size: 1.1em;
line-height: 1;
margin: 0px;
padding: 0px;
}
#rss-desc {
font-size: 0.75em;
margin: 0px;
padding: 5px 0px 0px 20px;
}
div.item {
-moz-border-radius: 10px;
background-color: #fafafa;
border: 2px solid #EEEAE4;
width: 47%;
min-width: 14em;
margin: 0px 0px 8px 2%;
padding: 0px;
float: left;
}
h2.item-title {
background-color: #EEEAE4;
font-size: 0.75em;
font-weight: normal;
line-height: 1.1;
margin: 0px;
padding: 5px 5px 8px 8px;
}
span.item-ordinal {
padding-right: 0.2em;
}
div.item-desc {
min-height: 6em;
font-size: 0.75em;
margin: 0px;
padding: 8px 10px;
}
div.item-pubDate
/* Date which it was released */
{
/* background-color: #FF0000; */ /* Uncomment to see where it is */
font-size: x-small;
margin: 0px;
padding: 8px 10px;
width: 80%;
float: left;
}
div.item-technorati
/* Bottom cell where respond bubble is */
{
/* background-color: #00FF00; */ /* uncomment to see where it is */
font-size: x-small;
margin: 0px;
padding: 8px 10px;
width: 20%;
float: right;
text-align: right;
}
img {
max-width: 100%;
height: auto;
}