lemonbottle

High Readability Workflowy Theme

Aug 10th, 2022
821
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.89 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&family=Open+Sans:wght@700&display=swap');
  2.  
  3.  
  4. /* Background Gradient  */
  5. body{
  6.   background-image: url("https://i.imgur.com/1saSiMA.png"), linear-gradient(170deg, #2a2a2a 0%, #101111 100%);
  7. }
  8.  
  9.  
  10. /* Background Image */
  11. #app {
  12.  
  13.     background-image: url("https://i.imgur.com/bR6tVr0.png");
  14. background-position: center;
  15. background-attachment: fixed;
  16. background-repeat:no-repeat;
  17. background-size: 20px 20px
  18. }
  19.  
  20. div.page.active._s72lqz {
  21.   background-color: transparent;
  22. }
  23.  
  24. /* Transparent header */
  25. div.header {
  26.   background: transparent;
  27. }
  28.  
  29. /*------ Remove inner background ------*/
  30. /* Remove full page width bg */
  31. div.page.active.showCompleted._8h6phk {
  32.   background: transparent;
  33. }
  34.  
  35. /* Remove background when hiding completed and full width*/
  36. div.page.active {
  37.     background: transparent;
  38. }
  39.  
  40. /* Remove background when full pagewidth off */
  41. div.page.active.showCompleted._1u7ahwt {
  42.   background: transparent;
  43. }
  44.  
  45. /* Sidebar backgroud */
  46. ._mlv2s1 {
  47.   background: linear-gradient(342deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
  48. }
  49.  
  50. ._1943h9q {
  51.   background: linear-gradient(342deg, #030303 0%, rgba(10,10,20,1) 100%);
  52. }
  53.  
  54.  
  55. /* Bullet Opacity/Color */
  56. ._1k6bd1e{
  57.   opacity: 30%;
  58.   color:mintcream;
  59. }
  60.  
  61. /* Bullet Circle */
  62. svg circle{
  63.   opacity:50%;
  64.  
  65. /* uncomment this to change size/shape
  66.   cx: 9;
  67.   cy: 9;
  68.   r: 2;
  69.   */
  70. }
  71.  
  72. a.bullet {
  73.   background-clip:content-box;
  74.   backgroud-color:yellow;
  75. }
  76.  
  77. /*Fix Highlight */
  78. ::selection{
  79.   opacity:0%;
  80.  
  81. }
  82. /* Search Results Highlights Color */
  83. .contentMatch {background-color: rgba(100, 200, 200, .4);}
  84.  
  85. /* Tags */
  86. .contentTag {
  87.  
  88.   color: #2a2a2a;
  89.  
  90.   font-weight:400;
  91.   border-style:solid;
  92.   border-width:1px;
  93.   text-decoration:none;
  94.   text-decoration-line:none;
  95.   text-decoration-thickness:0px;
  96.   padding: 2px 7px 2px 6px;
  97.   background-color:#00c9fe;
  98.   border-radius:20px;}
  99.  
  100. /*----- Text -----*/
  101.  
  102.  
  103. /* Default Text - Uncomment to enable highlighting where you're typing*/
  104. /* div.content {
  105.   font-family: Helvetica;
  106.  
  107.   font-weight: 400;
  108.   font-style: normal;
  109.   letter-spacing: 0.01em;
  110.   opacity: 90%;
  111. }
  112.  
  113. div.content:focus-within{
  114. opacity:100;
  115. } */
  116.  
  117. ._1ywey9q {
  118.   color:gray !important;
  119. }
  120.  
  121. /* Increase line spacing */
  122. div.name {
  123.   display:block;
  124.   margin-top: 1.5px;
  125. }
  126.  
  127. /* Time & Date */
  128. time {
  129.   color:#aaf9f9;
  130.   font-size:14px;
  131.   font-weight:400;
  132.   border-style:solid;
  133.   border-width:1px;
  134.   text-decoration:unset;
  135.   border-color:mediumturquoise;
  136.   padding: 0.5px 5px 0.5px 5px;
  137.   background-color:#115111;
  138.   border-radius:5px;
  139.  
  140.   }
  141.  
  142.  
  143. /******* Color Styles *******/
  144. /* Colored */
  145.  
  146. span.colored.c-red {
  147.     background: -webkit-linear-gradient(0deg, #FF6512, #FF5966);
  148.   -webkit-background-clip: text;
  149.   -webkit-text-fill-color: transparent;
  150. }
  151.  
  152.  
  153. span.colored.c-orange {
  154.       background: -webkit-linear-gradient(60deg,#F98012, #F9B901 70%, #fff1a2 99% );
  155.   -webkit-background-clip: text;
  156.   -webkit-text-fill-color: transparent;
  157.  
  158. }
  159.  
  160. /* Yellow Heading */
  161. span.colored.c-yellow {
  162.   font-size: 24px;
  163. font-family: 'Helvetica', sans-serif;
  164.   font-weight: 700;
  165.   margin: 5px 0px 10px 0px;
  166.   letter-spacing: 0px;
  167. background: -webkit-linear-gradient(0deg,
  168.       #FF9C19,
  169.       #FFD119 50%,
  170.       #fff1a2 98%);
  171.   -webkit-background-clip: text;
  172.   -webkit-text-fill-color: transparent;
  173.  
  174. }
  175.  
  176. span.colored.c-green {
  177.   background: -webkit-linear-gradient(0deg, #1fe10f, #78ff6c 50%);
  178.   -webkit-background-clip: text;
  179.   -webkit-text-fill-color: transparent;
  180. }
  181.  
  182. span.colored.c-teal {
  183.   background: -webkit-linear-gradient(0deg, #2cd185, #00e8ab 50%);
  184.   -webkit-background-clip: text;
  185.   -webkit-text-fill-color: transparent;
  186. }
  187.  
  188. span.colored.c-sky {
  189.   background: -webkit-linear-gradient(0deg, #5afaeb,#bcf0fe 50%);
  190.   -webkit-background-clip: text;
  191.  
  192.   -webkit-text-fill-color: transparent;
  193. }
  194.  
  195. span.colored.c-blue {
  196.   background: -webkit-linear-gradient(180deg, #00A9C2,#00c9fe 50%);
  197.   -webkit-background-clip: text;
  198.   -webkit-text-fill-color: transparent;
  199. }
  200.  
  201. span.colored.c-purple {
  202.   background: -webkit-linear-gradient(0deg, #9565E2, #B594EB);
  203.   -webkit-background-clip: text;
  204.   -webkit-text-fill-color: transparent;
  205. }
  206.  
  207. span.colored.c-pink {
  208.   background: -webkit-linear-gradient(0deg, #f78ae0, #fdb3ed);
  209.   -webkit-background-clip: text;
  210.   -webkit-text-fill-color: transparent;
  211. }
  212.  
  213. span.colored.c-gray {
  214.   background: -webkit-linear-gradient(0deg, #767777, #767777);
  215.   -webkit-background-clip: text;
  216.   -webkit-text-fill-color: transparent;
  217. }
  218.  
  219.  
  220.  
  221.  
  222. /* Highlight Colors */
  223.  
  224. span.colored.bc-red {
  225. background-color: #FF0000;
  226.   border-radius: 4px;
  227.   padding: 2px 6px 2px 6px;
  228. }
  229.  
  230. span.colored.bc-orange {
  231. background-color: #FFAA11;
  232. color:#333447;
  233.   border-radius: 4px;
  234.   padding: 2px 6px 2px 6px;
  235. }
  236.  
  237. span.colored.bc-yellow {
  238. background-color: #FFFF11;
  239. color:#333447;
  240.   border-radius: 4px;
  241.   padding: 2px 6px 2px 6px;
  242. }
  243.  
  244. span.colored.bc-green {
  245. background-color: #AAFF11;
  246. color:black;
  247.   border-radius: 4px;
  248.   padding: 2px 6px 2px 6px;
  249. }
  250.  
  251. span.colored.bc-teal {
  252. background-color: #00FFD0;
  253. color:#333447;
  254.   border-radius: 4px;
  255.   padding: 2px 6px 2px 6px;
  256. }
  257.  
  258. span.colored.bc-sky {
  259.   border-radius: 4px;
  260.   padding: 2px 6px 2px 6px;
  261. }
  262. span.colored.bc-blue {
  263.   border-radius: 4px;
  264.   padding: 2px 6px 2px 6px;
  265. }
  266. span.colored.bc-purple {
  267.   border-radius: 4px;
  268.   padding: 2px 6px 2px 6px;
  269. }
  270. span.colored.bc-pink {
  271.   border-radius: 4px;
  272.   padding: 2px 6px 2px 6px;
  273. }
  274.  
  275. span.colored.bc-gray {
  276.   font-size: 22px;
  277.   display: inline-flex;
  278.   background: linear-gradient(170deg, #495567, #2a3135);
  279.   font-weight: 400;
  280.   letter-spacing: .5px;
  281.   border-radius: 5px;
  282.   margin: 3px 0px 0px 0px;
  283.   padding: 8px 15px 10px 15px;
  284.   line-height: 1.5;
  285.   text-shadow: 1px 3px 3px #1e1e1e;
  286.  
  287. }
  288.  
  289.  
  290. /******* Animations *******/
  291. /* ------- Fade In ------------ */
  292. /* div.content {
  293.   transition: .0s ease-in-out;
  294.   animation: fadeIn .3s;
  295. }
  296.  
  297.  
  298. @keyframes fadeIn {
  299.   0% {opacity:0;}
  300.   100% {opacity:1;}
  301. }  
  302.  */
  303.  
  304.  
  305.  
  306. /* ---Scale Up Vertically From Bottom-----
  307. div.content {
  308.    
  309.   --- animation-delay: 0.2s; ---
  310.   animation-name: scale-up-ver-bottom;
  311.   animation-duration: 350ms;
  312.   animation-delay: calc(var(--animation-order) * 100ms);
  313.   animation-fill-mode: both;
  314.   animation-timing-function: ease-in-out;
  315. }
  316.  
  317. @keyframes scale-up-ver-bottom {
  318.   0% {
  319.     transform: scaleY(0.0);
  320.     transform-origin: 0% 100%;
  321.   }
  322.   100% {
  323.     transform: scaleY(1);
  324.     transform-origin: 0% 100%;
  325.   }
  326. } */
  327.  
  328.  
  329. /* ------ Slide from right -----
  330. div.content {
  331.   display: block;
  332.   animation-name: animateIn;
  333.   animation-duration: 350ms;
  334.   animation-delay: calc(var(--animation-order) * 100ms);
  335.   animation-fill-mode: both;
  336.   animation-timing-function: ease-in-out;
  337. }
  338.  
  339.  
  340. @keyframes animateIn {
  341.   0% {
  342.     opacity: 0;
  343.     transform: scale(0.6) translateY(-8px);
  344.   }
  345.  
  346.   100% {
  347.     opacity: 1;
  348.   }
  349. }
  350.  */
Advertisement
Add Comment
Please, Sign In to add comment