Skip to content

Commit

Permalink
TG
Browse files Browse the repository at this point in the history
  • Loading branch information
kuyeol committed Feb 26, 2025
1 parent c473bef commit c653738
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 57 deletions.
10 changes: 5 additions & 5 deletions Writerside/cfg/buildprofiles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
<content-max-width>1900</content-max-width>

<contribute-url>https://github.com/kuyeol/Document/edit/master/Writerside/</contribute-url>
<!-- <custom-favicons>note500.svg,note32.svg</custom-favicons>-->
<enable-contribution>true</enable-contribution>

<resizable-sidebar>true</resizable-sidebar>
<offline-docs>true</offline-docs>
<generate-canonicals>true</generate-canonicals>
Expand All @@ -22,7 +23,7 @@
<algolia-index>MY_INDEX</algolia-index>
<algolia-api-key>5e08191207a7445eb8291c3a259c7658</algolia-api-key>
<algolia-show-logo>true</algolia-show-logo>
<enable-contribution>true</enable-contribution>


</variables>

Expand All @@ -39,14 +40,13 @@
<variables>
<noindex-content>false</noindex-content>
<primary-color>strawberry</primary-color>
<header-logo>note500.svg</header-logo>
<custom-favicons>note500.svg</custom-favicons>
<custom-css>custom.css</custom-css>







</variables>
</build-profile>

Expand Down
74 changes: 39 additions & 35 deletions Writerside/cfg/static/custom.css
Original file line number Diff line number Diff line change
@@ -1,51 +1,55 @@
:root {
/* "Last modified" 텍스트 스타일 */

}

/* make the border for images transparent with a 30px radius */
.article__img {
border-radius: 30px !important;
border: none;
}


/* "Edit page" 링크 스타일 (버튼 모양)*/
.sub-title__edit-info .sub-title__editing-link {
display: flex;
padding: 8px 12px;
background-color: #007bff;
color: white;
text-decoration: none;
border-radius: 4px;


.title__content {
font-family: "Comic Sans MS";
font-weight: 600;
}

.article__p {
font-family: "Monaco";
font-weight:500


.sub-title.sub-title--related-h1 .sub-title__edit-info {
position: fixed;
flex-direction: column;
display: flex;
align-items: left;
right: 14vw;
top: 10vh;
}


.page-footer .page-info {
display: flex;
flex-direction: column; /* 기본적으로 세로 배치 (모바일) */
align-items: flex-start; /* 왼쪽 정렬 */
gap: 10px;
.sub-title__edit-info .sub-title__editing-link:hover {
background-color: #ffffff;
color:#000000;
}

/* 날짜 */
.sub-title__edit-info {
font-size:8px;
}

@media (min-width: 768px) { /* 화면 너비가 768px 이상일 때 (태블릿/데스크탑) */
.page-footer .page-info {
flex-direction: row; /* 가로 배치 */
justify-content: space-between; /* 양쪽 끝 정렬 */
}
/*에디트 버튼 */
.sub-title__editing-link {
display:fixed;
padding: 3px;
background-color: #007bff;
border-radius: 8px;
font-size:3em;
text-align:center;
color: #ffffff;
}

/* (2) */
.footer-container {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
.app__article { /* 또는 적절한 상위 요소 */
padding-bottom: 80px; /* 버튼 높이 + 여유 공간 */
}

@media (min-width: 768px) {
.footer-container {
flex-direction: row;
justify-content: space-between;
}
}

1 change: 1 addition & 0 deletions Writerside/images/gitico.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit c653738

Please sign in to comment.