Google news用User CSS


使用前。

なにしろGoogle newsは醜い。
よって,なんとかする。

img {
	border: none !important;
}

/* サイドバー周り */
.topic, .nav-item a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #999 !important;
}

/* 記事本文 */
.snippet {
	font-family: Georgia, serif;
	line-height: 1.5 !important;
	margin-top: 5px;
	margin-bottom: 7px;
}

/* 記事タイトル */
.story .title .titletext {
	font-family: Georgia, serif;
	text-decoration: none !important; 
	font-weight: normal;
	margin-top: 5px;
	color: #66d;
}

/* セクションタイトル */
h2 a {
	text-decoration: none !important; 
}

/* 記事下リンク類 */
.additional-article, .secondary-link, .author-link, .date {
	font-size: 10px;
}
.additional-article div a {
	color: #aaf !important;
}
.source-link, .sources, .source {
	font-size: 10px;
	color: #999 !important;
}
.sub-title {
	font-size: 10px;
	color: #999 !important;
}
.icon {
	display: none;
}

適当につくったので不具合があっても気にしない。
ぼくはこれで十分満足。


使用後はこんな感じ。

適用にはSafari機能拡張を使った。
http://code.grid.in.th/