Skip to content

다음 사전 2017 by kindongshin

Screenshot of 다음 사전 2017

Details

Authorkindongshin

LicenseNo License

Categorydaum

Created

Updated

Size14 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

다음 사전을 옛날 스타일로 변경

Notes

2024년 11월 16일 바로가기 아이콘 호버 복원

Source code

Source code has over 10K characters, so we truncated it. You can inspect the full source code on install link.
/* ==UserStyle==
@name         다음 사전 2016
@version      20241024.01.33
@namespace    https://userstyles.world/user/kindongshin
@description  다음 사전을 옛날 스타일로 변경
@author       kindongshin
@var checkbox old "2013 미완성" 0 
@preprocessor   stylus
@license      No License
==/UserStyle== */
@-moz-document url-prefix("https://dic.daum.net") {
    body,
    th,
    td,
    input,
    select,
    textarea,
    button {
        font-family: 'Spoqa Han Sans', Apple SD Gothic Neo, MS PGothic, 'Nanum Barun Gothic YetHangul', sans-serif;
    }
    :root {
        --color-bg-base: #f4f5f7;
        --color-bg-point: #0090ff;
    }
    .tit_dictionary {
        font-weight: 400;
        font-size: 45px;
        line-height: 40px;
        text-align: left;
        margin-left: 20px;
    }
    .body_home .content-article {
        min-width: 610px
    }
    .group_search .inner_search {
        width: 568px;
        border: 1px solid #d0d0d0;
        border-radius: 3px;
        background: #fff;
        box-shadow: unset;
    }
    .group_search .inner_search:active {
        border-color: #0090ff;
    }
    .group_search {
        margin: 30px 20px 0;
    }
    .wrap_lang {
        margin: 0px 17px;
        padding-top: 25px;
    }
    .box_search .tf_keyword {
        width: 100%;
        min-height: 58px;
        border: 0 none;
        border-radius: 2px;
        outline: none;
        font-size: 20px;
        line-height: 58px;
        background-color: transparent;
    }
    .box_search .area_btn {
        padding-right: 6px;
    }
    .box_search .area_btn [class^="btn_"] {
        padding: 16px 12px;
    }
    .ico_search {
        background-position: 0 -60px;
        background-image: url("https://t1.daumcdn.net/language/img/dic/2016/img_comm_220406.png");
        background-size: 260px 640px;
    }
    .ico_search:active {
        background-position: -30px -60px;
    }
    .box_link.on .ico_all {
        background-position: -250px -560px;
    }
    .squircle_g {
        width: 66px;
        height: 66px;
        background-color: revert;
        -webkit-mask-image: unset;
        mask-image: unset;
    }
    .squircle_g::after {
        background: unset;
        position: unset;
    }
    .wrap_lang .box_link.on .squircle_g {
        background: revert;
    }
    .ico_all,
    .ico_eng,
    .ico_ee,
    .ico_kor,
    .ico_jp,
    .ico_ch,
    .ico_hanja,
    .ico_more {
        background-image: url("https://t1.daumcdn.net/language/img/dic/2016/img_top_170410.gif");
    }
    .link_lang .ico_all {
        width: 66px;
        height: 66px;
        background-position: -250px 0;
        background-size: unset;
    }
    .link_lang .ico_eng {
        width: 66px;
        height: 66px;
        background-position: -320px 0px;
        background-size: unset;
    }
    .link_lang .ico_ee {
        width: 66px;
        height: 66px;
        background-position: -390px 0px;
        background-size: unset;
    }
    .link_lang .ico_kor {
        width: 66px;
        height: 66px;
        background-position: -460px 0px;
        background-size: unset;
    }
    .link_lang .ico_jp {
        width: 66px;
        height: 66px;
        background-position: -530px 0px;
        background-size: unset;
    }
    .link_lang .ico_ch {
        width: 66px;
        height: 66px;
        background-position: -600px 0px;
        background-size: unset;
    }
    .link_lang .ico_hanja {
        width: 66px;
        height: 66px;
        background-position: -670px 0px;
        background-size: unset;
    }
    .link_lang .ico_more {
        width: 66px;
        height: 66px;
        background-position: -740px 0px;
        background-size: unset;
    }
    .box_link.on .ico_eng {
        background-position: -320px -560px;
    }
    .box_link.on .ico_ee {
        background-position: -390px -560px;
    }
    .box_link.on .ico_kor {
        background-position: -460px -560px;
    }
    .box_link.on .ico_jp {
        background-position: -530px -560px;
    }
    .box_link.on .ico_ch {
        background-position: -600px -560px;
    }
    .box_link.on .ico_hanja {
        background-position: -670px -560px;
    }
    .wrap_lang .link_lang:hover .squircle_g {
        background-color: unset;
    }

    .ico_comm.ico_all:hover {
        background-position: -250px -280px;
    }
    .ico_comm.ico_eng:hover {
        background-position: -320px -280px;
    }
    .ico_comm.ico_ee:hover {
        background-position: -390px -280px;
    }
    .ico_comm.ico_kor:hover {
        background-position: -460px -280px;
    }
    .ico_comm.ico_jp:hover {
        background-position: -530px -280px;
    }
    .ico_comm.ico_ch:hover {
        background-position: -600px -280px;
    }
    .ico_comm.ico_hanja:hover {
        background-position: -670px -280px;
    }
    .ico_comm.ico_more:hover {
        background-position: -740px -280px;
    }
    .list_lang .link_lang .squircle_g,
    .layer_lang .tit_lang,
    .layer_comm .btn_close,
    .wrap_lang .link_lang .txt_lang {
        display: none;
    }
    .list_word .link_word,
    .list_word .btn_suggest {
        border-radius: unset;
    }
    .layer_body {
        padding: 23px 3px 23px 0;
    }
    .layer_lang {
        padding-top: 95px;
    }
    .layer_lang .list_lang {
        padding: 0;
    }
    .layer_comm [class^="layer_inner_"] {
        border-radius: 3px;
        background-color: var(--color-bg-white100);
        box-shadow: revert;
        border: 1px solid #666878;
        font-size: 12px;
    }
    .layer_inner_lang {
        height: 220px;
        width: 580px;
    }
    .list_lang .link_lang {
        margin: 0;
        padding: 4px 0 0 29px;
        height: 21px;
        border-radius: unset;
        font-size: 12px;
        line-height: 18px;
        background-color: transparent;
        transition: background-color .3s #f5f5f7;
        font-family: "돋움", dotum, sans-serif;
    }
    .inner_foot .link_appdown {
        width: 321px;
        height: 62px;
        border-radius: 30px;
        border: 1px solid #e9e9e9;
        border-color: #f4f5f6;
        padding-left: 78px;
    }
    .ico_app {
        width: 26px;
        height: 26px;
        background-position: revert;
        background-size: revert;
        background-image: url("https://t1.daumcdn.net/language/img/dic-2020/ico_app_pc.png");
    }
}

/*2013*/
if old {
    :root {
        --color-bg-base: #fbfbfb;
    }
    .inner_foot .link_appdown,
    .list_dicservice .img_beta,
    #wrapMinidaum #minidaum,
    #wrapMinidaum {
        display: none;
    }
    .doc-header {
        width: 100%;
        height: 44px;
        background: transparent;
        border-bottom: 0;
        background-image: url(https://i1.daumcdn.net/imgsrc.search/dic/dic_2011/images/common/bg_head_131108.gif);
    }
    .doc-header .inner_head {
        width: 956px;
        height: 44px;
        padding-top: 0;
        background: transparent;
    }
    .doc-header .link_logo {
        width: 47px;
        height: 19px;
        margin-top: 13px;
        content: url(https://kimdongshin.neocities.org/dicdaum.png);
    }
    .doc-header .link_service {
        height: 21px;
        margin: 12px 0 0 6px;
    }
    .doc-header .service_dictionary {
        width: 37px;
        background-image: url(https://kimdongshin.neocities.org/dic.png);
    }
    .body_home .list_dicservice {
        margin-left: 5px;
    }
    .list_dicservice .link_menu {
        padding: 0 10px;
    }
    .list_dicservice .link_menu {
        font-size: 12px;
        line-height: 2.4;
        color: #b4b6b9;
        font-family: '돋움', dotum, sans-serif;
    }
    .list_dicservice .txt_bar {
        padding: 0;
        font-size: 16px;
        color: transparent;
        background-image: url(https://kimdongshin.neocities.org/img_gnb_dic_131210.png);
        background-position: 0 -58px;
    }
    #wrapMinidaum .minidaum_gnb {
        margin-top: 3px;
    }
    .tit_dictionary {
        font-weight: 500;
    }
    .group_search .inner_search {
        border-radius: unset;
        box-shadow: unset;
        border: unset;
    }
    .box_search .tf_keyword {
        height: 48px;
        min-height: 48px;
        border: 0px none;
        border-radius: unset;
        font-size: 16px;
        font-weight: bold;
        line-height: 48px;
        background: url(https://i1.daumcdn.net/imgsrc.search/dic/dic_2014/images/common/bg_search_131224.gif) no-repeat 0 0;
    }
    .group_search.on .tf_keyword {
        border-radius: unset;
    }
    .ico_search {
        width: 72px;
        height: 48px;
        background-position: 0px -890px;
        background-image: url("https://kimdongshin.neocities.org/btn_comm_140430.gif");
        background-size: unset;
    }
    .ico_search:hover {
        background-position: 0 -940px;
    }
    .ico_search:active {
        background-position: 0 -940px;
    }
    .box_search .area_btn [class^="btn_"] {
        padding: 0;
    }
    .box_search .area_btn {
        padding-right: 0;
    }
    .box_search.hand_on.input_on .tf_keyword {
        padding: 0 148px 0 10px;
    }
    .wrap_lang {
        padding-top: 23px;
    }
    .suggestBox .list,
    .wrap_word {
        border: 1px solid #ccc;
        border-top: 0;
    }
    .wrap_word {
        margin: 0;
        padding: 0 14px;
    }
    .ico_all,
    .ico_eng,
    .ico_ee,
    .ico_kor,
    .ico_jp,
    .ico_ch,
    .ico_hanja,
    .ico_more {
        background-image: url("https://i1.daumcdn.net/imgsrc.search/dic/dic_2014/images/common/img_top_comm.gif");
    }
    .link_lang .ico_all {
        width: 66px;
        he...

Reviews

No reviews yet.