Skip to content

MLBPark by 노멀한녀석 by byorial

Details

Authorbyorial

LicenseCC0-1.0

Categorymlbpark.donga.com

Created

Updated

Size7.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

다른 분들 코드를 바탕으로 수정한 엠팍 스타일리쉬입니다.
HJ님꺼 기반

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         MLBPark by 노멀한녀석(HJ님 버전 수정)
@namespace    USO Archive
@author       노멀한녀석
@description  다른 분들 코드를 바탕으로 수정한 엠팍 스타일리쉬입니다.
@version      20241024
@license      CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("mlbpark.donga.com") {
 /*광고 제거*/
 
 .top_ad,
 #left_ad,
 #center_ad02,
 #right_cont {
     display: none;
 }
 .list_search+div {
     display: none;
 }
 .view_context+div {
     display: none;
 }
 /*최하단 레이아웃제거
.footer {display: none;}*/
 /*담장 제목 제거
.main_contents .tit_today {
display:none;
}*/
 /*layout 크기*/
 
 .index {
     width: 100%;
     min-width: 900px;
 }
 .index {
     background: #ffffff;
 }
 .index #PCHeader .bg .gnb {
     width: 900px;
     margin: auto;
 }
 .index #container {
     width: 900px;
     margin: auto;
 }
 .index #container .contents {
     width: 900px;
     margin: auto;
 }
 /*Today best bullpen 레이아웃*/
 
/*.trc_related_container {
    display: none;
}*/
/* 본문 하단 - 목록 사이 광고 제거 */
#container > div.contents > div.left_cont > div:nth-child(5) {display: none;}
#container > div.contents > div.left_cont > div.naver_power {display: none;}
#container > div.contents > div.left_cont > div:nth-child(14) {display:none;}
#advertise_naver {display:none}
#container > div.contents > div.left_cont > div:nth-child(15) {display: none;}
#container > div.contents > div.left_cont > div:nth-child(6) {display: none;}
    
 .main_contents .tit_today {
     width: 880px;
     /* "layout px"-20=width */
     
     height: 53px;
     line-height: 53px;
     color: #ec4908;
     font-size: 22px;
     font-weight: bold;
     border-bottom: 1px solid #ebebeb;
     background: #fafafa;
     vertical-align: middle;
     padding: 0 10px;
     letter-spacing: -1px;
 }
 /*상하단바 배경색*/
 
 .footer,
 .index #PCHeader .bg {
     background: #c1c1c1;
 }
 /*메뉴및 로고 */

/* 본문하단 연관뉴스 */
.inner_article {
    display: none;
}    
 
 .index #PCHeader .main_menu .logo {
     /*padding: 15px 0px 0 0;
     width: 50px;*/
     display: none;
 }
 /* 빅툰 상단 메뉴 제거 */
 
 .index #PCHeader .main_menu .list_menu li .top09 {
     display: none;
 }
 /* 하단 야구동영상 버튼 제거 */

  .main_contents .tit_today .plus {
  	 display:none;
 }

 /*상단 메뉴 넓이*/
 
 .index #PCHeader .main_menu {
     width: 900px;
     position: relative;
     margin: auto;
     padding: 0 0 0 0;
 }
 /*상단 글쓰기 검색 버튼*/
 
 .index #PCHeader .btn_box {
     width: 80px;
     position: relative;
     margin: auto;
     padding: 0 0 0 0;
 }
 /*글 상단 추천 조회 리플 위치*/
 
 .index #container .contents .left_cont .view_head .text {
     width: 860px;
 }
 /*게시판 넓이*/
 
 .left_cont table {
     width: 900px !important;
 }
 /*게시물 창 넓이*/
 
 .index #container .contents .left_cont {
     /* position: relative; */
     /* float: left; */
     
     width: 900px;
     margin: auto;
 }
 /*담장*/
 
 .today_layer_obj {
     width: 900px;
     position: relative;
     margin: auto;
     margin-bottom: 10px;
     /*하단 여백*/
     
     padding: 0 0 0 0;
 }
 .lists_today_contxt {
     width: 900px;
 }
 .lists_today_contxt > div {
     width: 100%;
 }
 .main_contents .nav li {
     width: 264px;
 }
 .lists_today {
     width: 264px;
 }
 /*담장 텍스트 조정*/
 
 .lists_today .items .text .title a {
     width: 262px !important;
     /* ("layout px" -108)/3=width */
     
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
 }
 /*이전 게시판*/
 
 .prev_list {
     margin: 10px 1px;
 }
 /*텍스트조정*/
 /*게시물번호색조정*/
 
 .tbl_type01 tbody tr td {
     height: 36px;
     border-top: 1px solid #ededed;
     text-align: center;
     vertical-align: middle;
     color: #999;
 }
 .tbl_type01 tbody tr {
     height: 36px;
 }
 /*한줄씩 색깔구분*/
 
 .tbl_type01 tr:nth-child(odd) {
     background-color: #fff;
 }
 .tbl_type01 tr:nth-child(even) {
     background-color: #F9F9F9;
 }
 .tbl_type01 tr:hover {
     background-color: #E0F0FF;
 }
 /*말머리 괄호*/
 
 .tbl_type01 tbody tr td .word:before {
     content: '['
 }
 .tbl_type01 tbody tr td .word:after {
     content: ']'
 }
 /*말머리 색 조정*/
 
 .tbl_type01 tbody tr td .word,
 .main_contents .nav .bestTitle {
     color: #25a;
 }
 /*게시물 제목*/
 
 .tbl_type01 tbody tr td {
     padding: 0 4px 0 0;
 }
 .tbl_type01 tbody tr td:nth-child(3) {
     width: 110px;
 }
 .tbl_type01 tbody tr td a:visited {
     color: #999;
 }
 /*조회수 텍스트 설정*/
 
 .tbl_type01 .viewV {
     padding-right: 5px;
     font-weight: bold;
     color: #242424;
 }
 /*댓글수 색 조정*/
 
 .tbl_type01 .replycnt {
     color: #ec4908;
     font-weight: bold;
 }
 /*댓글입력박스*/
 
 #contentTable {
     width: 90%;
     margin: 0 0 0 0px;
 }
 #center_ad01,
 .right_menu,
 .picture {
     display: none;
 }
 /*댓글 레이아웃 배경*/
 
 .reply_list {
     padding: 10px 0px 10px 0px;
 }
 /*타인 댓글 설정*/
/* 댓글창 간격 및 텍스트 크기 조정 */
.reply_list.type_re .other_reply .txt .re_txt {
    font-size: 13px;
    line-height: 110%;
    margin-top: 5px;
    color: #020202;
} 
 .reply_list .other_reply .txt_box .name {
     color: #5181e3;
     font-weight: bold;
 }
/* 타인 댓글 닉네임 */
.reply_list.type_re .other_reply .txt a span.name {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #000;
    margin-bottom: 5px;
    padding-top: 2px;
}

 .reply_list.type_re .my_reply .txt .re_txt .name_re {
    font-size: 13px;
    font-weight: 700;
    line-height: 140%;
    color: #205BC3;
    margin-right: 5px;
}
    
 /*본인 댓글 설정*/
 /*본인 닉네임 설정*/
 
 .reply_list .my_reply .txt_box .name {
     color: #000;
     font-weight: bold;
 }
 .reply_list .my_con {
     border-bottom: 1px solid #ccc;
 }
 /*본인 댓글 배경색 및 위치*/
 
 .reply_list .my_con {
     overflow: hidden;
     position: relative;
     margin: 0 0 0 0;
     padding: 6px 0 6px 55px;
     background: #FFFFE4;
 }
 .reply_list .my_reply .txt {
     float: left;
     background: rgba( 255, 255, 255, 0);
 }
 .reply_list.type_re .my_reply .txt .re_txt {
    clear: both;
    overflow: hidden;
    display: block;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    text-align: left;
    line-height: 140%;
    width: 100%;
    margin-top: 10px;
}
 .reply_list .my_con .photo {
     position: absolute;
     top: 10px;
     left: 10px;
     width: 37px;
     height: 37px;
     border-radius: 20%;
     border: 1px solid #bfbfbf;
 }

 .reply_list .ip {
     display: inline;
 }
 .txt {
     margin-top: -10px;
     margin-bottom: -10px;
 }
 .tbl_type01 tbody tr td {
     height: 30px
 }
 #contentDetail img {
     width: 80% !important;
 }
}

/*불필요 요메뉴제거 */
.index #PCHeader .main_menu .list_menu01 li a .menu10 {
    display:none;
}

.index #PCHeader .main_menu .list_menu01 li a .menu12 {
    display:none;
}

/* 본문 크기 */
.view_context .ar_txt {
    font-size: 13px !important;
    font-family: 맑은고딕;
}

Reviews

No reviews yet.