ㅇㅇ
NEW 아예 안보이게 by junmini7
Details
Authorjunmini7
LicenseNo License
Categoryㅇㅇ
Created
Updated
Size2.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
ㅇㅇ
Source code
/* ==UserStyle==
@name NEW 아예 안보이게
@version 20220411.20.56
@namespace userstyles.world/user/junmini7
@description ㅇㅇ
@author junmini7
@license No License
==/UserStyle== */
@-moz-document url(""), domain("cafe.naver.com"), domain("m.cafe.naver.com") {
/* 게시글 간격, 회색줄 */
.skin-1080 .article-board tbody td {
height: 22px;
padding: 2px 11px;
border-bottom: 10px solid #efefef;
font-size:12px;
}
/* 사이드메뉴 간격 */
.skin-1080 #cafe-menu .cafe-menu-list {
font-size: 10px !important;
padding: 0 5px;
margin-top: 0px;
line-height: 18px;
}
/* 사이드메뉴 제목 크기, 간격 */
.skin-1080 #cafe-menu .cafe-menu-tit .gm-tcol-t{
font-size:12px;
padding: 8px 0 10px 10px;
}
/* 사이드메뉴 폰트 사이즈 */
.cafe-menu-list li {
font-size: 12px!important;
}
/* 사이드 메뉴 검은색 줄 연하게 */
.skin-1080 #cafe-menu .cafe-menu-tit {
border-top-color: #c1c1c1;
border-bottom-color: #e5e5e5;
}
/* 닉네임 왼쪽 정렬 */
.skin-1080 .article-board .pers_nick_area .p-nick {
text-align: left;
position: relative;
height: auto;
border: 0;
padding: 0;
}
/* 폰트 */
* {
font-family: "돋움", dotum, sans-serif,"Apple SD Gothic Neo", Helvetica;
}
/* 게시판 구버전 가기 프로젝트*/
.skin-1080 ._noticeArticle{
color: #f83c02;
}
.skin-1080 #upperArticleList.article-board.m-tcol-c tr{
background-color: #f9f9f9;
}
.skin-1080 .article-board tbody td {
height:28px;
padding: 0px 11px;
border-bottom: 1.33px solid #e0dfdf;
font-size: 12px;
}
/* 게시글내용 변경 */
.h-10 {
clear: both;
height: 0px;
margin: 0;
font-size: 0;
overflow: hidden;
}
div#tbody.tbody.m-tcol-c {
width: 740px;
padding-left: 0px !important;
padding-right: 60px !important;
margin-right: 0px;
}
/*사이드 매뉴 N크기 줄이기*/
.skin-1080 #cafe-menu .cafe-menu-list .ico_new{
visibility:hidden;
}
.skin-1080 #cafe-menu .cafe-menu-tit .ico_new{
visibility:hidden;
}
.skin-1080#main-area .list-i-new {
visibility: hidden;
}
}