Automated LC review — now right here in the GuildUpload documents → AI discrepancy analysis → correction guide.
NEW Start LC Review →
← Lounge

The MLBPARK Stylus screen I am currently using.jpg

Machine translated


Even when viewing Bullpen on a vertical 27-inch monitor, the screen works fine without any issues.
If you are using Stylus and experiencing screen glitches, try deleting your existing one and using this instead.

/* ==UserStyle==
@name MLBPARK Clean Layout Stable
@namespace github.com/openstyles/stylus
@version 2.0.2
@description Login/Comments/Body/TODAY BEST alignment + removal of scoreboard (Bullpen only)
@author User & ChatGPT
==/UserStyle== /
/
==========================================================================
[Section A] Applied to all of MLBPARK (Organized existing layouts 1-8)
========================================================================== /
@-moz-document url-prefix("https://mlbpark.donga.com/mp/") {
/
1. Default Font /
body, table, div, span, p, a, input, textarea, select, button {
font-family: "Malgun Gothic", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif !important;
}
/
2. Remove Ads / Sidebar Elements /
.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. Overall Layout (1024px Center) /
.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. Header / Login Button /
#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. Board List /
.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. Body Content /
.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. Comments /
.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-Column Alignment /
.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;
}
}
/
==========================================================================
[Section B] Applied to BULLPEN board only (Remove scoreboard)
========================================================================== */
@-moz-document regexp(".mlbpark.donga.com.b=bullpen.") {
/
9. Force Hide Scoreboard (Bullpen only) /
#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") {
/
Enter code here */
}

Comments 0

No comments yet
0