질게 자게 커스텀 디자인1 정보
질게 자게 커스텀 디자인1
본문
크롬 스타일봇 확장프로그램 설치 후 이용하시면 됩니다.
/* 게시판 글자 디자인 */
* {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* 게시판 리스트 글제목 크기 */
.board-post-link {
font-size: 20px;
font-weight: bold;
}
/* 게시판 new 아이콘 */
.text-red-600 {
display: inline-block;
width:16px;
overflow-x: hidden;
}
/* 게시판 게시물 허버 */
.hover\:bg-gray-50:hover {
--tw-bg-opacity: 0;
}
.hover\:bg-gray-50:hover a {
text-decoration: underline;
}
/* 게시판 본문글 */
.board-content,
.comment-content {
font-size: 22px;
line-height: 1.6;
}
/* 게시판 댓글 글자크기 */
.comment-content {
font-size: 22px;
color:blue;
line-height: 1.6;
}
/* 질문게시판 배경 */
.space-y-1 div {
background-color: transparent !important;
}
.space-y-1 div:hover {
box-shadow: none !important;
}
/* 질문게시판 제목 */
.space-y-1 h3, .space-y-1 .text-lg.font-medium {
font-size: 24px !important;
font-weight: bold !important;
}
.space-y-1 h3:hover, .space-y-1 .text-lg.font-medium:hover {
text-decoration: underline !important;
}
/* 질문게시판 내용 */
.prose-lg {
font-size: 24px;
line-height: 1.6;
}
/* 게시판 글자 디자인 */
* {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* 게시판 리스트 글제목 크기 */
.board-post-link {
font-size: 20px;
font-weight: bold;
}
/* 게시판 new 아이콘 */
.text-red-600 {
display: inline-block;
width:16px;
overflow-x: hidden;
}
/* 게시판 게시물 허버 */
.hover\:bg-gray-50:hover {
--tw-bg-opacity: 0;
}
.hover\:bg-gray-50:hover a {
text-decoration: underline;
}
/* 게시판 본문글 */
.board-content,
.comment-content {
font-size: 22px;
line-height: 1.6;
}
/* 게시판 댓글 글자크기 */
.comment-content {
font-size: 22px;
color:blue;
line-height: 1.6;
}
/* 질문게시판 배경 */
.space-y-1 div {
background-color: transparent !important;
}
.space-y-1 div:hover {
box-shadow: none !important;
}
/* 질문게시판 제목 */
.space-y-1 h3, .space-y-1 .text-lg.font-medium {
font-size: 24px !important;
font-weight: bold !important;
}
.space-y-1 h3:hover, .space-y-1 .text-lg.font-medium:hover {
text-decoration: underline !important;
}
/* 질문게시판 내용 */
.prose-lg {
font-size: 24px;
line-height: 1.6;
}
추천
0
0
댓글 0개