This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*기본 UI*/ | |
/*사이드바(좌)*/ | |
.sidebar, .npcljfve { | |
width: 220px !important; | |
/*왼쪽 사이드 바 너비 조정*/ | |
} | |
/*사이드바(좌)*/ | |
.gbhvwtnk>.columns>.main[data-v-a214a161] { | |
width: 550px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
id: 'twitterpurewhite', | |
base: 'light', | |
desc: 'Twitter Pure white mode color', | |
name: 'Twitter Pure white', | |
props: { | |
bg: '#fff', | |
link: '#1d9bf0', | |
accent: '#1d9bf0', | |
renote: '#536472', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
name:'Twitter Pure Dark', | |
id:'twitterpuredark', | |
author:'white', | |
desc:'Twitter Pure Dark mode color', | |
base:'dark', | |
props: { | |
accent: '#1d9bf0', | |
bg: '#000', | |
link: '#1d9bf0', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Misskey - custom css - edit by white*/ | |
/*모바일 버전*/ | |
/*misskey v13.n.n*/ | |
/*메인 설정*/ | |
.xbt7a, ._acrylic { | |
--blur: blur(-15px); | |
/*새 창 상단, 이모지 선택창 블러 미적용*/ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Misskey - custom css - edit by white*/ | |
/*pc 버전*/ | |
/*misskey 13.13.2+d48172e+klapy Bluebird Theme 전용*/ | |
/*메인 설정*/ | |
.xbt7a, ._acrylic { | |
--blur: blur(-15px); | |
/*새 창 상단, 이모지 선택창 블러 미적용*/ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Misskey - custom css - edit by white*/ | |
/*모바일 버전 커스텀 css*/ | |
/*misskey v12.119.2*/ | |
/*좌측 구역*/ | |
/*선택사항 -사용자 이름 바꾸기*/ | |
button.item._button.account > span.mk-acct.text > span.name { | |
display: none !important; | |
/*기존 사용자 아이디 숨김*/ | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*Misskey - custom css - edit by white*/ | |
/*pc 버전*/ | |
/*misskey v12.119.2*/ | |
/*메인 설정*/ | |
main.main{ | |
width: 600px !important; | |
/*메인 넓이 설정*/ | |
} |