2009年1月8日 星期四

Opera中Google搜索的CSS

才找到的,顺便简化下,再加个翻译原文框高度调整。
@charset "UTF-8";
/*Name: google之css */

/* 搜索结果宽度*/
#gsr #res .g .s {max-width:100% !important;}
/*赞助商链接*/
#mbEnd{display: none !important;}

/*文本当中划线*/
#res a.l:visited {
color: blue !important;
text-decoration:line-through;}

/* google翻译原文框高度调整*/
#sourcecell > #source {height:300px !important;}

0 评论: