Showing posts with label sage. Show all posts
Showing posts with label sage. Show all posts

Monday, July 11, 2005

sage, Feed Style Sheet 한국어에 맞게 수정

sage의 기본 Style Sheet가 여러모로 좋은데, font-size가 x-small로 되어 있어 ctrl + + 를 누르게 강제하는 면이 있습니다. 그리하여, Sage Community Wiki의 Seef Style Sheets에 방문하여 여러가지 시험해 보았지만, 아무래도 default의 그것이 좋아 보입니다. - 사실 제가 default를 좋아하는 면이 있습니다. 예전에 제 차는 창문에 칼라필름은 고사하고 차 속에 추가된 물품은 오로지 운전석과 조수석의 방석 뿐이었습니다 ;) default라는 단어를 자세히 보면, de-fault 입니다. 그래서 좋아하죠.

하지만, font-size에 대한 불편을 감수하기가 쉽지 않아 다음과 같이 h2.item-title과 dev.item-ordinal 부분의 font-size를 x-small에서 small로 바꾸었습니다. 혹, 같은 불편을 가지고 있다면, 아래의 부분을 copy & paste 하여 파일로 만든다음, - 이름은 적당히 *.css로 - firefox의 menu > Tools > Extensions > Sage - Options > Feed Rendering - Use custom style sheet 에서 저장한 파일을 지정해 주시면 되겠습니다.

html * {
-moz-box-sizing: border-box;
}

html {
line-height: 1.3;
background-color: #FFF;
}

body {
margin: 0px;
color: #222;
font-family: verdana;
}

a:link { text-decoration: none;
color: #436976; font-weight: bold; }
a:visited { text-decoration: none; color: #537986; }
a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

p.item-desc a:link { color: #029; }

#rss-header {
background-color: #dee7ec;
border: 1px solid #8cacbb;
padding: 6px 8px;
margin: 10px 2%;
}

#rss-title {
font-size: large;
line-height: 1;
margin: 0px;
padding: 0px;
}

#rss-desc {
font-size: small;
margin: 0px;
padding: 5px 0px 0px 20px;
}

div.item {
border: 1px solid #8cacbb;
width: 47%;
min-width: 14em;
margin: 0px 0px 8px 2%;
padding: 0px;
float: left;
}

h2.item-title {
background-color: #dee7ec;
font-size: small;
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: 8em;
font-size: small;
margin: 0px;
padding: 8px 10px;
}

div.item-pubDate {
font-size: x-small;
margin: 0px;
padding: 8px 10px;
width: 80%;
float: left;
}

div.item-technorati {
font-size: x-small;
margin: 0px;
padding: 8px 10px;
width: 20%;
float: right;
text-align: right;
}

img {
max-width: 100%;
height: auto;
}

sage, a RSS reader for the firefox extension

RSS reader는 고르고 뭐고 할 것 없이, 내가 제일 처음 접했던 thunderbird만을 계속 사용해 왔다. 그것에 대한 불편이 전혀! 없었던 이유에서 였다.

그러하던 어느 날, 조금 더 정확을 기하자면, 약 12시간 전에 ZDNet Korea RSS Feed가 제대로 되지 않음을 확인하고 - notebook을 팽게치고 드디어 desktop에 앉아 제대로 마우스질을 한 결과 발견한 - 정확한 주소를 다시 확인하는 도중, 우연히 알게 된 SAGE라는 firefox extenstion. RSS reader.

최근 Gmail을 사랑하게 되면서 나의 모든 E-mail 계정을 Gmail로 forwarding하게 세팅하고나서 thunderbird의 존재 이유는 오로지 RSS reader로서의 역할 뿐이었는데, 이번 기회에 thunderbird를 영원히 쉬게 할 수도 있겠다는 생각이다.

sage on firefox

Firefox의 bookmark를 그대로 활용할 수 있다는 실로 '엄청난' 장점과, 스스로의 style 적용하여 첫 패이지에 이쁘장하게 나열해 주는 센스(나도 이런 표현을 쓰게 되다니)는 충격파 정도는 물론 아니지만, 풋풋하고 담담한 감동을 전하기에 충분하였다.

SAGE homepage : http://sage.mozdev.org/
sage on firefox