프라치노 공간 커스텀 CSS

2023. 3. 12. 12:01·정보

테마를 바꾸고 나면 수정해 놓은 부분이 날라가서 기록용으로 남겨놓습니다.

@charset "utf-8";
/* 편집하기 전에 <사용자화된 CSS 활성화> 옵션이 켜져 있는지 확인하십시오. 이 줄 아래에 사용자화 스타일 시트 코드를 입력하면 됩니다. */
html.night,html.night #measuring,html.night .measuring {
      background-color: #212121
  }
  html.night.gpu.effect #global-navigation {
    background-color: rgba(33, 33, 33,.8) !important;
  }


 
  html.night .activity-content-wrap:after {
    background: linear-gradient(90deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 1) 75%) !important;
  }

  html.night .page-stroke {
    border-bottom-color: #282828!important;
  }
  html.night .card-type .index-item-summary:after, html.night .text-type .index-item-summary:after {
    background: linear-gradient(90deg,rgba(33,33,33,0),rgba(33,33,33,1) 75%) !important;
  }

  html.night #article.fc .another-category, html.night #article.fc .txc-info, html.night #article.fc :not(.procode-wrap)>code, html.night #article.fc pre, html.night #article.fc>code {
    background-color: #181818 !important;
    border-radius: 0.5em;
  }
@font-face {
    font-family: "customFont";
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
  font-family: customFont !important;
}

@media (prefers-color-scheme: dark) {
    

  html.day.sysui,html.day.sysui #measuring,html.day.sysui .measuring {
      background-color: #212121
  }
  html.day.sysui.gpu.effect #global-navigation {
    background-color: rgba(33, 33, 33,.8) !important;
  }


 
  html.day.sysui .activity-content-wrap:after {
    background: linear-gradient(90deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 1) 75%) !important;
  }

  html.day.sysui .page-stroke {
    border-bottom-color: #282828!important;
  }
  html.day.sysui .card-type .index-item-summary:after, html.day.sysui .text-type .index-item-summary:after {
    background: linear-gradient(90deg,rgba(33,33,33,0),rgba(33,33,33,1) 75%) !important;
  }

   html.day.sysui #article.fc .another-category, html.day.sysui #article.fc .txc-info, html.day.sysui #article.fc :not(.procode-wrap)>code, html.day.sysui #article.fc pre, html.day.sysui #article.fc>code {
    background-color: #181818 !important;
    border-radius: 0.5em;
  }
}

/* tocbot */
.toc-absolute {
position: absolute;
margin-top: calc(15vh + 96px);
}
.toc-fixed {
position: fixed;
top: 96px;
}
.toc {
right: calc((100% - 1100px) / 2 - 500px);
width: 300px;
padding: 10px;
box-sizing: border-box;
}
.toc-list {
margin-top: 10px !important;
font-size: 0.9em;
}
.toc > .toc-list li {
margin-bottom: 10px;

}
.toc-link::before {
    background-color: #232323 !important;
}
.toc > .toc-list li:last-child {
margin-bottom: 0;
}
.toc > .toc-list li a {
text-decoration: none;
}
.is-active-link::before {
    background-color: #FF1744 !important;
}
저작자표시 비영리 변경금지 (새창열림)

'정보' 카테고리의 다른 글

이미지가 없는 글에 대체 이미지 보여주기  (0) 2023.03.12
프라치노 공간 다크 테마 배경색 변경  (0) 2022.08.19
목차 기능 추가하기  (0) 2022.08.19
블랙베리 키투 키보드 팁  (0) 2018.11.23
윈도우 10 무선랜 끊김 문제 해결  (0) 2018.02.22
다이소 접시 꽂이로 타블렛 정리하기  (0) 2018.02.11
'정보' 카테고리의 다른 글
  • 이미지가 없는 글에 대체 이미지 보여주기
  • 프라치노 공간 다크 테마 배경색 변경
  • 목차 기능 추가하기
  • 블랙베리 키투 키보드 팁
까망고양이
까망고양이
월 300k를 달리지만 빨리는 못달리는 아저씨의 블로그
  • 까망고양이
    본격 러닝 블로그
    까망고양이
    • 분류 전체보기 (422)
      • 러닝 (259)
        • 대회 (6)
        • 기록 (244)
        • 기어 (6)
      • 일상 (61)
        • 일기 (26)
      • 고양이 (37)
        • 퓨리 (35)
      • 리뷰 (31)
        • 집 (5)
      • 취미 (12)
        • 디비전2 (0)
      • 정보 (10)
      • 개발 (12)
        • Flutter (11)
  • 전체
    오늘
    어제
  • 블로그 메뉴

    • 소개
    • 러닝
    • EDC
    • 방명록
  • 인기 글

  • 최근 댓글

  • 최근 글

  • hELLO· Designed By정상우.v4.10.3
까망고양이
프라치노 공간 커스텀 CSS
상단으로

티스토리툴바