어머니를 위한 구글 확대
Mother's Google by jaeho1989
Details
Authorjaeho1989
LicenseNo License
Categorygoogle
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Mother's Google
@version 20220426.06.41
@namespace userstyles.world/user/jaeho1989
@description 어머니를 위한 구글 확대
@author jaeho1989
@license No License
==/UserStyle== */
@-moz-document domain("google.com"), domain("google.co.kr") {
/** 공통 **/
input[name="q"] {
font-size: 1.8rem;
line-height: 2rem;
}
}
@-moz-document domain("google.com"), domain("google.co.kr") {
/** 이미지 검색 **/
.islrc > div {
width: 45% !important;
height: auto !important;
}
.islrc .nfEiy {
height: auto !important;
}
.islrc .islir {
height: auto !important;
}
.islrc .islir > img {
width: 100%;
height: auto;
}
.islrc a[rel="noopener"] {
font-size: 1.5rem;
line-height: 1.8rem;
}
c-wiz div {
font-size: 1.5rem !important;
line-height: 1.8rem !important;
}
}
@-moz-document domain("google.com"), domain("google.co.kr") {
/** 일반 검색 **/
div[role="heading"] {
font-size: 1.8rem;
line-height: 2rem !important;
}
.pla-unit-title {
height: auto !important;
}
#rso h3 {
font-size: 1.8rem;
line-height: 2rem;
margin-top: .5rem;
}
#rso span {
font-size: 1.6rem;
line-height: 1.8rem;
}
#rso g-card {
font-size: 1.6rem;
line-height: 1.8rem;
}
#bres div {
font-size: 1.8rem;
line-height: 2rem;
padding: 1rem 0;
}
#xjs {
font-size: 3rem;
}
#xjs td {
padding: 0 .4rem;
}
#top_nav .hdtb-mitem {
font-size: 1.5rem !important;
}
}