old naver login
old naver login by kindongshin
Details
Authorkindongshin
LicenseNo License
Categorynid.naver.com
Created
Updated
Size3.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 네이버 로그인
@version 20240706.02.29
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://nid.naver.com/nidlogin.login") {
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
font-family: 돋움, Dotum, Helvetica, sans-serif;
}
body {
background-color: rgb(245, 246, 247);
}
.panel_inner {
padding: 20px 0;
}
.panel_item {
border: unset;
border-radius: unset;
background-color: transparent;
box-shadow: unset;
}
.sns_wrap .sns_item {
padding: 18px 14px;
border-radius: unset;
box-shadow: unset;
border: solid 1px rgb(218, 218, 218);
}
.btn_login {
border-radius: unset;
border: unset;
background-color: rgb(31, 188, 2);
padding: 18px 0 18px;
}
.btn_login .btn_text {
font-weight: unset;
}
.keep_check .keep_text {
color: rgb(51, 51, 51);
}
.ip_check .switch_checkbox:checked + .switch_btn {
background-color: rgb(31, 188, 2);
}
.input_row {
border: unset;
border-radius: unset;
box-shadow: unset;
}
.input_item {
border: 1px solid rgb(218, 218, 218);
background-color: #fff;
padding: 16px 17px 14px;
border-radius: unset;
}
.input_item.id , .input_item.pw, .input_item.id.focus::after, .input_item.pw.focus::after {
border-radius: unset;
}
.id_pw_wrap .input_row:first-child:active,
.id_pw_wrap .input_row:last-child:active {
border: 1px solid rgb(32, 188, 1);
}
.id_pw_wrap .input_row .icon_cell,
.menu_id.on,
.menu_ones.on,
.menu_qr.on,
.menu_id,
.menu_ones,
.menu_qr {
display: none;
}
.input_item.pw {
margin-top: 14px;
border-top: solid 1px rgb(218, 218, 218);
}
.lang {
background-color: #fff;
}
.footer .footer_copy .footer_logo, .header .logo, .reconfirm_top .logo {
background-image: url(https://static.nid.naver.com/images/ui/join/pc_group_sp_common.png);
background-size: unset;
}
.header .logo {
background-position: 0 0;
background-repeat: no-repeat;
width: 240px;
height: 44px;
}
.footer .footer_copy .footer_logo {
background-position: -238px 1px;
}
}
@-moz-document url-prefix("https://nid.naver.com/user2/join/agree?") {
body {
background: rgb(245, 246, 247);
}
.form_section {
text-align: left;
background-color: rgb(255, 255, 255);
margin-bottom: 20px;
border-width: 1px;
border-style: solid;
border-color: rgb(218, 218, 218);
padding: 17px 15px 7px;
}
.btn_submit {
border: 1px solid rgb(230, 231, 231);
border-radius: unset;
}
.btn_submit:disabled {
background: rgb(255, 255, 255);
color: rgb(51, 51, 51);
}
.btn_submit {
background: rgb(31, 188, 2);
color: #fff;
}
.lang_select_wrap .current_text,
.lang_select_wrap .select {
border-width: 1px;
border-style: solid;
margin: 0px;
border-color: rgb(204, 204, 204);
padding: 5px 22px 5px 7px;
}
.lang_select_wrap::after {
top: 14px;
right: 10px;
}
.lang_select_wrap::before {
display: none;
}
.terms_box {
height: 88px;
margin-top: 11px;
padding: 8px 10px 9px;
border: 1px solid #f0f0f0;
background: #f7f7f7;
border-radius: unset;
}
}
@-moz-document url-prefix("https://nid.naver.com/user2/join/begin?") {
.btn_submit {
background: rgb(31, 188, 2);
color: #fff;
border-radius: unset;
}
}