Skip to content

nimda.space by twoimo

Details

Authortwoimo

LicenseNo License

Categorynimda.space

Created

Updated

Size3.7 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

nimda.space

Notes

nimda.space

Source code

/* ==UserStyle==
@name           nimda.space - 2021. 9. 8. 오후 12:54:10
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://nimda.space/") {
    /* 코드를 여기 입력하세요 */
}

.body {
    padding: 10px 0;
    position: relative;
    z-index: 1;
    background-color: #1c1c1c;
}

@font-face {
    font-family: NG;
    src: url(https://themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
    src: local(※), url(https://themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff')
}
@media all and (min-width: 768px) {
    body,
    table,
    input,
    textarea,
    select,
    button {
        font-family: 나눔고딕, NanumGothic, NG, 돋움, Dotum, Arial, Helvetica, sans-serif;
        color: white;
    }
}

.board_list table {
    border: 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    color: white;
}

.board_list a {
    text-decoration: none;
    color: white;
}

.read_header h1 a {
    text-decoration: none;
    color: white;
}

.read_header .meta {
    margin: 0;
    padding: 8px 0 13px;
    border-bottom: 1px solid #ddd;
    zoom: 1;
    white-space: nowrap;
    color: white;
}

.read_header .meta .author {
    text-decoration: none;
    color: white;
    font-weight: normal;
}

.read_body .xe_content {
    color: white;
}

.read_footer .action {
    display: inline-block;
    line-height: 16px;
    font-size: 11px;
    margin: 0 15px 0 0;
    color: white;
}

.feedback {
    position: relative;
    color: white;
    margin: 0 0 20px 0;
}

.feedback .author a {
    text-decoration: none;
    color: white;
}

.feedback .xe_content {
    margin: 0 0 0 200px;
    color: white;
    line-height: 1.5;
}

.read_footer .toggleFile {
    border: 0;
    background: none;
    cursor: pointer;
    overflow: visible;
    padding: 0;
    color: white;
}

.cTab li {
    float: left;
    margin: 0 2px 0 0;
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-bottom: 0;
    background: #1c1c1c;
}

.cTab li a {
    position: relative;
    border-top: 1px solid #e0e0e0;
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 20px;
    font-size: 11px;
    font-family: 나눔고딕, NanumGothic, "맑은 고딕", "MalgunGhotic", sans-serif;
    text-decoration: none;
    color: white;
    box-sizing: border-box;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.list_footer .board_search select {
    height: 25px;
    min-width: 80px;
    padding: 0;
    background: #1c1c1c;
}

.board_list tr.notice {
    background: #1c1c1c;
}

.widgetDW_sub {
    padding: 0px 0 0 0;
    background: #1c1c1c;
}

.cTab li:hover a,
.cTab li.on a {
    color: white;
    border-top: 2px solid #CDA25A;
}

.xefu-dropzone {
    padding: 12px;
    border: 0;
    background-color: #1c1c1c;
    color: #000;
    box-sizing: border-box;
}

.xefu-dropzone {
    padding: 12px;
    border: 0;
    background-color: #1c1c1c;
    color: white;
    box-sizing: border-box;
}

.write_header .iText {
    width: 360px;
    margin: 0;
    background: #1c1c1c;
}

.write_header select[name=is_notice] {
    width: 76px;
    background: #1c1c1c;
}

.write_header select {
    border: 1px solid #DBDBDB;
    height: 29px;
    width: 140px;
    padding: 0;
    background: #1c1c1c;
}

.write_author .iLabel {
    top: 6px;
    left: 12px;
    color: white;
}

Reviews

No reviews yet.