Guest User

Untitled

a guest
May 10th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.66 KB | None | 0 0
  1. // Save this as .JSON for OneeChan Import
  2. {"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"}
  3.  
  4. // Edit Theme Custom CSS Section
  5. #header-bar {
  6.     display: grid !important;
  7.     grid: auto / 1fr 1fr 1fr;
  8.     place-items: center;
  9.     place-content: center;
  10. }
  11. #header-bar #board-list {
  12.     grid-column-start: 2;
  13. }
  14.  :root.backlink-icon .backlink.inlined {
  15.     opacity: 1 !important;
  16.     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;
  17. }
  18. .is_thread .post .dateTime::before {
  19.     content: " " attr(title) " ~ ";
  20. }
  21. .is_thread #hoverUI .postContainer {
  22.     max-width: 500px;
  23. }
  24. .is_thread #delform .board {
  25.     margin: 0 auto;
  26.     min-width: 900px;
  27.     max-width: 66vw;
  28. }
  29. .is_thread .thread .postContainer.expanded-image .reply {
  30.     margin-left: 0 !important;
  31. }
  32. .is_thread .thread .postContainer.expanded-image .fileThumb {
  33.     width: 100%;
  34.     max-height: 80vh;
  35.     display: flex;
  36.     background: rgba(0, 0, 0, 0.14);
  37.     margin: 1rem 0;
  38. }
  39. .is_thread .thread .postContainer.expanded-image .fileThumb img.full-image {
  40.     max-height: inherit;
  41.     width: 100%;
  42.     object-fit: contain;
  43. }
  44. .is_thread .thread .postContainer.hasInline .reply {
  45.     margin-left: 0 !important;
  46. }
  47. .is_thread .thread .postContainer [id^=sa] {
  48.     display: none;
  49. }
  50. .is_thread .thread .postContainer .postMessage {
  51.     margin: 0.5rem 1rem;
  52. }
  53. .is_index #delform .board {
  54.     max-width: 80vw;
  55.     min-width: 800px;
  56.     margin: 0 auto;
  57.     display: grid;
  58.     grid-gap: 0.33rem;
  59.     grid: 1fr/repeat(auto-fit, minmax(150px, 1fr));
  60. }
  61. .is_index #delform .board .thread {
  62.     margin: 0;
  63.     width: 100%;
  64. }
  65. .is_index #hoverUI #ihover{
  66.     top: 17vh !important;
  67.     height: 66vh !important;
  68. }
  69. .is_index img{
  70.     object-fit: contain !important;
  71. }
Add Comment
Please, Sign In to add comment