Last active
July 8, 2025 14:45
-
-
Save lunamoth/670d775885c755978bd079cdf6348287 to your computer and use it in GitHub Desktop.
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
| div.display-name,div.html-text.text{ | |
| word-break:keep-all; | |
| font-family:Lato,나눔바른고딕 | |
| } | |
| .main-view__main{ | |
| max-width:1800px | |
| } | |
| .main,div.router-view-wrapper{ | |
| max-width:35vw; | |
| width:35vw | |
| } | |
| .main{ | |
| left:-100px | |
| } | |
| header.page-header{ | |
| width:1070px | |
| } | |
| *{ | |
| font-family:Lato,나눔바른고딕 | |
| } | |
| div.html-text.text{ | |
| color:#000; | |
| font-size:18px; | |
| font-weight:400; | |
| letter-spacing:0; | |
| line-height:2; | |
| text-align:left | |
| } | |
| div.display-name{ | |
| text-shadow:none; | |
| font-size:17px | |
| } | |
| div.external--default__description,div.external--default__title,div.external--default__uri{ | |
| font-family:Lato,나눔바른고딕; | |
| font-size:12px | |
| } | |
| div.external__meta__description,div.external__meta__title,div.external__meta__uri{ | |
| font-family:Lato,나눔바른고딕; | |
| font-size:11px | |
| } | |
| button div span{ | |
| font-size:12px | |
| } | |
| div.thumbnail{ | |
| max-width:100px; | |
| max-height:100px | |
| } | |
| img.external--default__thumb{ | |
| max-width:100x; | |
| max-height:100px | |
| } | |
| quad-images{ | |
| height:100px | |
| } | |
| div.quad-image{ | |
| max-height:100px; | |
| height:100px | |
| } | |
| iframe.external--youtube{ | |
| max-width:200px; | |
| max-height:200px | |
| } | |
| div.quad-images{ | |
| max-height:200px | |
| } | |
| img.lazy-image,img.lazy-image.lazy-image--src{ | |
| max-width:100px | |
| } | |
| hr{ | |
| border:0 | |
| } | |
| .feed[data-v-16b0d513]:not(:empty):not(:last-child):after{ | |
| border-bottom:0 | |
| } | |
| a.external--default,div.body__right,div.external__meta,div.post{ | |
| background-color:#fff | |
| } | |
| *,:after,:before{ | |
| outline:#ffffff solid 0; | |
| border:0 | |
| } | |
| a.icon-button--nolabel.lightning-link,a.textlink.translate-link,button.external__search-button,button.icon-button.like-button,button.icon-button.like-count,button.icon-button.quote-repost-button,button.icon-button.reply_count,button.icon-button.repost-button,button.icon-button.repost-count,button.my-feeds-trigger,button.my-list-trigger,button.post__mask,div.author-handle,div.copyright,div.folder,div.label-tags__beginner-label,div.post__mask__display-name,div.post__mask__handle,div.timeline-new-arrival-badge{ | |
| display:none | |
| } | |
| .page-header,.router-view-wrapper__header,div.main-menu-vertical,div.sub-menu{ | |
| position:absolute | |
| } | |
| div div video,div.external--tenor{ | |
| width:100px; | |
| height:100px | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment