/* Use a different font family for search results */
.gs-title, .gs-snippet {
font-family: courier;
}

/* Add a border between individual search results */
.gs-webResult {
    border: 1px solid #eee;
    padding: 2px;
}

/* Do no display the count of search results */    
.gsc-result-info {
     display: none; 
}

/* Hide the Google branding in search results */
.gcsc-branding {
    display: none; 
}

/* Hide the thumbnail images in search results */
.form .gsc-thumbnail {
    display: none;
}

/* Hide the snippets in Google search results */
.gs-snippet { 

}

/* Change the font size of the title of search results */
.gs-title a { 
    font-size: 14px;  
}

/* Change the font size of snippets inside search results */
.gs-snippet {
    font-size: 12px;
}

/* Google Custom Search highlights matching words in bold, toggle that */
.gs-title b, .gs-snippet b {
    font-weight: normal;
}

/* Do no display the URL of web pages in search results */
.gsc-url-top, .gsc-url-bottom {
    display: none;
}

skyo

?
XE타운 관리자 입니다.
관리자 아닌것 같지만 제이쿼리 엔지가 없는게 매력인 관리자 입니다.