현재 쓰고 있는 엠팍 스타일러스 화면.jpg
세로로 27인치 모니터에서 불펜봐도 화면 이상없습니다.
스타일러스 쓰는데 화면 깨지는 분들은 기존 거 날리고 한번 써보세요

/* ==UserStyle==
@name MLBPARK Clean Layout Stable
@namespace github.com/openstyles/stylus
@version 2.0.2
@description 로그인/댓글/본문/TODAY BEST 정렬 + 불펜 한정 스코어보드 제거
@author User & ChatGPT
==/UserStyle== /
/ ==========================================================================
[구역 A] 엠엘비파크 전체 공통 적용 (기존 1~8번 레이아웃 정리)
========================================================================== /
@-moz-document url-prefix("https://mlbpark.donga.com/mp/") {
/ 1. 기본 폰트 /
body, table, div, span, p, a, input, textarea, select, button {
font-family: "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif !important;
}
/ 2. 광고 / 사이드 요소 제거 /
.top_ad, #left_ad, #center_ad01, #center_ad02,
#right_cont, .realssp_dv, #lb_banner,
.naver_power, .widget_slide_wrap,
.bigtoon_sub, .footer {
display: none !important;
}
/ 3. 전체 레이아웃 (1024px 중앙) /
.index { wid: 100%; min-wid: 1024px; background: var(--bg-color); }
.index #PCHeader .bg .gnb,
.index #container,
.index #container .contents,
.index #container .contents .left_cont {
width: 1024px !important;
margin: 0 auto;
float: none;
}
/ 4. 헤더 / 로그인 버튼 /
#PCHeader {
background: #fff !important;
border-bottom: 1px solid #ddd;
}
#PCHeader .main_menu {
width: 1024px;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
}
#PCHeader .btn_box {
display: flex !important;
align-items: center;
gap: 12px;
}
#PCHeader .btn_box a,
#PCHeader .btn_box span {
color: #222 !important;
font-size: 13px !important;
font-weight: bold;
text-shadow: none !important;
}
#PCHeader .btn_box a:hover {
color: #000 !important;
text-decoration: underline;
}
#PCHeader h1,
#PCHeader .logo {
display: none !important;
}
/ 5. 게시판 목록 /
.tbl_type01 tbody tr td {
background: #fff !important;
border-bottom: 1px solid #eee;
hei: 40px;
}
.tbl_type01 tbody tr td a {
font-size: 13px !important;
color: #333 !important;
}
.tbl_type01 .replycnt {
color: #ec4908 !important;
font-weight: bold;
}
/ 6. 본문 /
.view_head {
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.view_head .titles {
font-size: 18px !important;
font-weight: bold;
color: #333 !important;
}
.view_context {
width: 100% !important;
max-width: 1024px;
margin: 0 auto !important;
float: none !important;
clear: both;
}
.view_context .ar_txt {
font-size: 13px !important;
line-hei: 1.65 !important;
color: #333 !important;
padding: 15px 10px !important;
box-sizing: border-box;
}
.view_context img,
.view_context iframe {
max-width: 100% !important;
height: auto !important;
}
/ 7. 댓글 /
.reply_list {
background: #f9f9f9 !important;
border-top: 1px solid #ddd;
font-size: 13px !important;
}
.reply_list .other_con,
.reply_list .my_con {
padding: 12px 10px 12px 60px;
border-bottom: 1px solid #eee;
position: relative;
}
.reply_list .my_con {
background: #eef6ff !important;
}
.reply_list .re_txt {
font-size: 13px !important;
line-height: 1.5 !important;
}
.reply_list .txt_box .name {
font-size: 12.5px !important;
font-weight: bold;
}
/ 8. TODAY BEST 3열 정렬 /
.today_best .best_list {
display: flex !important;
width: 100%;
border-top: 1px solid #eee;
}
.today_best .best_list > li {
flex: 1;
padding: 10px 15px;
box-sizing: border-box;
}
.today_best .best_list > li:not(:last-child) {
border-right: 1px solid #eee;
}
.today_best .best_list .title {
display: flex;
justify-content: space-between;
align-items: center;
}
}
/ ==========================================================================
[구역 B] BULLPEN 게시판 전용 적용 (스코어보드 제거)
========================================================================== */
@-moz-document regexp(".mlbpark.donga.com.b=bullpen.") {
/ 9. 스코어보드 강제 숨김 (불펜 한정) /
#renderTeamGameWrapArea,
.team_game_wrap,
.team_game_top,
.team_game {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
height: 0 !important;
width: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;
pointer-events: none !important;
}
}
/ ==UserStyle==
@name ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== /
@-moz-document domain("example.com") {
/ 코드를 여기 입력하세요 */
}
댓글 0