【Google検索】Google検索結果のハイライト表示

Stylusなどのアドオンを使用して、Googleの検索結果をハイライト表示します。

f:id:workaholist:20200414085244p:plain

ハイライト表示するために下記のUserStylesを設定します。
適当に編集して好みのスタイルにしてください。

#center_col
{
    width:650px !important;
}

/* キーワード */
em
{
    color:#C6006F !important;
    background: #FFD9EC !important;
    border: 1px solid #FFAAD5 !important;
    padding:2px !important;
    margin:2px !important;
}

/* リンク中のキーワード */
h3.r a em
{
    font-size: 11pt !important;
    border-top: 1px solid #FFAAD5 !important;
    border-left: 1px solid #FFAAD5 !important;
    border-right: 1px solid #FFAAD5 !important;
    border-bottom: 1px hidden #FFAAD5 !important;

}

.rc
{
    padding : 10px;
    border-top : 1px solid #79aaf4 !important;
    border-left : 1px solid #79aaf4 !important;
    /*border-bottom : 1px solid #79aaf4 !important;*/
   
}

/* リンク */
/*    h3.r a
{
    border-bottom:1px dashed blue;
    font-size: 11pt !important;
    font-weight: bold !important;
}
*/

div.r
{
    border-bottom : 2px solid #408bff !important;
    margin-bottom : 5px;
}

.LC20lb
{
    margin-bottom :0px;
}

#res h3
{
    padding-left : 5px;
    border-left : 5px solid #408bff !important;
}

/* 結果 */
div.g div.s
{
    background: #ebf7ff !important;
    /* order: 3px double #89cac6 !important; */
    padding-right:20px !important;
    padding:5px !important;
}

/* ニュース */
li#newsbox
{
    background: #ECF4D9 !important;
    border: 3px double #D7E7AF !important;
    padding-right:30px;
}

/* フォント調整 */
*
{
    /*font-family: Tahoma, Sans !important;
    font-family: MS Pゴシック !important;
    font-size: 9pt !important;
    text-decoration: none !important;*/
}    
input
{
    font-family: Tahoma, Sans !important;
    font-size: 13pt !important;
    text-decoration: none !important;
}

/* 横幅調整 */
div.g
{
    margin-right: 0px !important;
    width:100%;
}

a:hover h3
{
    color:#845400 !important;
    background-color:#ffe9b7 !important;
    text-decoration: none !important;
    padding-right:10px;
}

img.favicon
{
    padding:1px;
    border : 1px dotted blue;
    margin-top : 5px !important;
    margin-left:-10px !important;
}