Skip to content

Instantly share code, notes, and snippets.

@wbz0100
Last active January 25, 2023 02:12
Show Gist options
  • Save wbz0100/3cfc6a889ff791e68222e5ba4ea38329 to your computer and use it in GitHub Desktop.
Save wbz0100/3cfc6a889ff791e68222e5ba4ea38329 to your computer and use it in GitHub Desktop.
/*Misskey - custom css - edit by white*/
/*모바일 버전 커스텀 css*/
/*misskey v12.119.2*/
/*좌측 구역*/
/*선택사항 -사용자 이름 바꾸기*/
button.item._button.account > span.mk-acct.text > span.name {
    display: none !important;
    /*기존 사용자 아이디 숨김*/
}
button.item._button.account {
    font-size: 18px !important;
    /*사용자 이름 폰트 크기*/
}
button.item._button.account > span.mk-acct.text::before {
    color: rgb(255, 255, 255) !important;
    content: "공백";
    /*사용자 이름*/
}
button.item._button.account > span.mk-acct.text::after {
    font-size: 15px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    content: " @white";
    /*사용자 아이디*/
}
/*사용자 이름 바꾸기 끝*/
/*좌측 구역 끝*/
/*중앙 구역*/
div._root_b6w6v_1 {
    padding: 0px !important;
}
/*노트 설정*/
article.article {
    padding: 5px 15px 0px !important;
    /*노트 여백*/
}
article.article > a.eiwwqkts._noSelect.avatar{
    height: 48px !important;
    width: 48px !important;
    /*노트 인장 크기*/
}
a.name {
    margin-right: 3px !important;
    /*이름/아이디 사이 여백*/
}
div.username {
    font-weight: 100 !important;
    color: rgba(255, 255, 255, 0.2) !important;
    /*노트 아이디 흐리게*/
}
.host {
    display:none !important;
    /*유저 주소 비표시*/
}
div.tkcbzcuz.renote.qtqtichx > div.renote {
    padding: 2px 32px 0px 32px !important;
    /*리노트 여백*/
}
article.article > div.renote {
    padding: 2px 0px 0px 0px !important;
}
div.renote > a.eiwwqkts._noSelect.avatar {
    display: none !important;
    /*리노트 인장 숨기기*/
    height: 28px !important;
    width: 28px !important;
    /*리노트 인장 크기*/
}
div.wrpstxzv.reply-to {
    display: none !important;
    /*리노트 이전 글 숨김*/
}
a.rp {
    display: none !important;
    /*RN(리노트) 텍스트 숨김*/
}
div.yohlumlk {
    border: solid 1px var(--divider) !important;
    /*인용 테두리 점선에서 실선으로 변경*/
}
div.text > a.reply {
    color: rgb(115 182 255) !important;
    /*답글 아이콘 파란색으로 변경*/
}
.link compact.article {
    padding: 28px 32px 28px !important;
    /*링크 여백 설정*/
}
div.kkjnbbplepmiyuadieoenjgutgcmtsvu {
    border-radius: 16px !important;
    /*영상 테두리 둥글게*/
}
div.gird-container {
grid-gap: 4px !important;
/*사진 간격 축소*/
}
div.gqnyydlz.image {
    border-radius: 16px !important;
    /*이미지 테두리 둥글게*/
}
.eiwwqkts._noSelect.cat.avatar::before, .eiwwqkts._noSelect.cat.avatar::after {
    display:none !important;
    /*인장의 고양이 귀 비표시*/
}
/*노트 설정 끝*/
/*프로필 설정*/
div.banner-container > a.eiwwqkts._noSelect.avatar {
    height: 58px !important;
    width: 58px !important;
    /*프로필 인장 크기*/
}
div.fzgwjkgc.online.indicator {
    background: #41b781 !important;
    /*프로필 온라인 표시 색상 변경*/
}
div.description {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    /*자기소개 여백*/
}
div.fields.system, div.status {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    /*유저 정보들 여백*/
}
div._gap {
    margin: 0px !important;
    /*고정노트 여백*/
}
div.info {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    /*고정노트 하이라이트 여백*/
}
button.kpoogebi {
    color: rgb(0 0 0) !important;
    /*팔로우 글씨 색 변경*/
}
/*프로필 설정 끝*/
/*중앙 구역 끝*/
/*노트 하단 메뉴 정렬 (도움:lapy님)*/
article footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 2px;
    white-space:nowrap !important;
    font-size: 13px !important;
    font-weight: lighter !important;
}
article footer .tdflqwzn {
    grid-column: 1 / 5;
}
div.info {
    grid-column: 1 / -1 !important;
}
/*노트 하단 메뉴 정렬 끝*/
/*모바일 하단 메뉴바*/
div.dkgtipfy > div.buttons {
    padding: 0 !important;
}
div.dkgtipfy > div.buttons > button {
    margin: 0 !important;
    height: 60px !important;
    background: none !important;
}
/*모바일 하단 메뉴바 끝*/
/*모바일 버전 끝*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment