Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Save this as .JSON for OneeChan Import
- {"name":"Midnight Caek [Modded]","authorName":"Zixaphir","authorTrip":"!M.........","replyOp":"1.0","navOp":"0.9","mainColor":"1c1c1c","brderColor":"1c1c1c","inputColor":"1c1c1c","inputbColor":"1c1c1c","headerBGColor":"101010","headerColor":"d9d9d9","boardColor":"d9d9d9","bgColor":"101010","textColor":"d9d9d9","blinkColor":"7c2d2d","headerLColor":"d9d9d9","headerLHColor":"3ba1a1","linkColor":"2d7c7c","linkHColor":"3ba1a1","qlColor":"2d7c7c","nameColor":"7c2d2d","tripColor":"3e7157","titleColor":"aaaaaa","quoteColor":"71793e","unreadColor":"a13b3b","postHLColor":"a13b3b","quotesYouHLColor":"7c2d2d","ownPostHLColor":"ffffff","threadHLColor":"aaaaaa","replybgHLColor":"0e0e0e","replyslctColor":"ffffff"}
- // Edit Theme Custom CSS Section
- #header-bar {
- display: grid !important;
- grid: auto / 1fr 1fr 1fr;
- place-items: center;
- place-content: center;
- }
- #header-bar #board-list {
- grid-column-start: 2;
- }
- :root.backlink-icon .backlink.inlined {
- opacity: 1 !important;
- background-image: url("data:image/svg+xml,<svg viewBox='7 4 29 27' preserveAspectRatio='true' height='16' width='16' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(124,45,45)' d='M8.037,11.166L14.5,22.359c0.825,1.43,2.175,1.43,3,0l6.463-11.194c0.826-1.429,0.15-2.598-1.5-2.598H9.537C7.886,8.568,7.211,9.737,8.037,11.166z'/></svg>") !important;
- }
- .is_thread .post .dateTime::before {
- content: " " attr(title) " ~ ";
- }
- .is_thread #hoverUI .postContainer {
- max-width: 500px;
- }
- .is_thread #delform .board {
- margin: 0 auto;
- min-width: 900px;
- max-width: 66vw;
- }
- .is_thread .thread .postContainer.expanded-image .reply {
- margin-left: 0 !important;
- }
- .is_thread .thread .postContainer.expanded-image .fileThumb {
- width: 100%;
- max-height: 80vh;
- display: flex;
- background: rgba(0, 0, 0, 0.14);
- margin: 1rem 0;
- }
- .is_thread .thread .postContainer.expanded-image .fileThumb img.full-image {
- max-height: inherit;
- width: 100%;
- object-fit: contain;
- }
- .is_thread .thread .postContainer.hasInline .reply {
- margin-left: 0 !important;
- }
- .is_thread .thread .postContainer [id^=sa] {
- display: none;
- }
- .is_thread .thread .postContainer .postMessage {
- margin: 0.5rem 1rem;
- }
- .is_index #delform .board {
- max-width: 80vw;
- min-width: 800px;
- margin: 0 auto;
- display: grid;
- grid-gap: 0.33rem;
- grid: 1fr/repeat(auto-fit, minmax(150px, 1fr));
- }
- .is_index #delform .board .thread {
- margin: 0;
- width: 100%;
- }
- .is_index #hoverUI #ihover{
- top: 17vh !important;
- height: 66vh !important;
- }
- .is_index img{
- object-fit: contain !important;
- }
Add Comment
Please, Sign In to add comment