Advertisement
Guest User

Untitled

a guest
May 17th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. .Node.is-checklist.is-checked .Node-content {
  2. text-decoration: none !important;
  3. }
  4. .Node.is-checklist .Node-self .Node-bullet {
  5. display: none !important;
  6. }
  7.  
  8. .Node.is-heading3 > div:first-child {
  9. /*font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;*/
  10. /*font-family: "Architects Daughter";*/
  11. /*font-family: 'Patrick Hand', cursive;*/
  12. /*font-family: "Comic Sans MS", cursive, sans-serif;*/
  13. /*font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;*/
  14. /*font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;*/
  15. font-family: "Comic Sans MS", cursive, sans-serif;
  16. font-size: 11px; /*12px;*/
  17. /*font-style: italic;*/
  18. font-weight: bold;
  19. color: #A0522D; /* brown */
  20. /*font-variant: small-caps;*/
  21. }
  22.  
  23. .Node.is-heading1 > div:first-child {
  24. font-size: 13px;
  25. }
  26.  
  27. .Node.is-heading2 > div:first-child {
  28. /*background-color: #e6e6e6;*/ /*#808080;*/ /*#402100;*/ /*#4d2800;*/ /*#331a00;*/ /*#808080;*/ /* #ffffb3; */
  29. /*color: black;*/
  30. /*font-family: Arial, Helvetica, sans-serif;*/
  31. font-family: "Comic Sans MS", cursive, sans-serif;
  32. font-size: 10.5px; /*10.5px;*/
  33. font-style: normal;
  34. font-weight: lighter;
  35. }
  36.  
  37.  
  38.  
  39. /* Deleted header tags 1 and 2 */
  40.  
  41. .node-italics {
  42. background-color: yellow;
  43. color: black;
  44. text-decoration: none;
  45. /*font-style: normal;*/
  46. display: inline-block; /*so you can cross out and still highlight */
  47. }
  48.  
  49. /*.node-tag {*/
  50. /*color: #008000;*//*#d9ffd9;*/ /*#009900;*/ /* #004d00, #006600, was green */
  51. /*font-style: italic;*/
  52. /*font-weight: 600;*/
  53. /*}*/
  54.  
  55. .sup {
  56. color: hotpink;
  57. }
  58.  
  59. .node-bold {
  60. color: #800080; /*#ffffb3;*/ /*#99ffff;*/ /*#ccffff;*/ /* #ffff00; */
  61. font-style: normal;
  62. font-weight: 600; /*normal;*//*lighter;*/
  63. }
  64.  
  65. a {
  66. color: #ce764b; ; /*#dda388;*/ /*#87CEFA;*/ /* was blue, now light blue */
  67. }
  68.  
  69. a[href^="https://youtube.com"] {
  70. color: Teal;
  71. }
  72.  
  73. a[href^="http://i.imgur.com"] {
  74. color: #cccccc; /*#666666*/ /*#595959*/ /*#4d4d4d;*/ /* #666666 #A9A9A9 */
  75. }
  76.  
  77. a[href^="https://i.imgur.com"] {
  78. color: #cccccc; /*#4d4d4d;*/
  79. }
  80.  
  81. a[href^="http://stackoverflow.com"] {
  82. color: Pink;
  83. }
  84.  
  85. a[href^="https://github.com"] {
  86. color: #ff99a8; /* darker pink */
  87. }
  88.  
  89. a[href^="https://dynalist.io"] {
  90. color: red;
  91. }
  92.  
  93. a[title^="Filter #"] {
  94. color: #000099; /*#0000cc;*/ /*#000080;*/ /*#0000ff;*/ /*#ff8c00;*/ /*#ffa500;*/ /*#ffbea5;*/ /*#ffb499;*/ /*#ffc7b3*/ /*#ff8f66;*/ /* #ff7c4d OrangeRed */
  95. /*font-family: "Arial Narrow", Arial, sans-serif;*/
  96. font-style: normal;
  97. }
  98.  
  99. i {
  100. background-color: yellow;
  101. }
  102.  
  103.  
  104.  
  105.  
  106.  
  107. /* change color labels*/
  108. .set-color-label[data-color="1"], .Node-contentContainer.mod-color-label-1 {
  109. background: #FFDBD3 !important;
  110. border-radius: 0;
  111. padding-left: 3px !important;
  112. border-left: solid red;
  113. max-width: 70%;
  114.  
  115. }
  116.  
  117.  
  118.  
  119. /*.set-color-label[data-color="2"], .Node-contentContainer.mod-color-label-2 {
  120. background: #FFEFD3 !important;
  121. background-color : transparent;
  122. padding-left: 3px !important;
  123. border-left: solid orange;
  124. border-radius: 0;
  125. max-width: 100%;
  126. padding: 2px;
  127. }*/
  128.  
  129. .Node-contentContainer.has-color.mod-color-label-2:before {
  130. background: #ff8700; /* orange */
  131.  
  132. }
  133.  
  134. .Node-contentContainer.has-color {
  135. background: none;
  136. position: relative;
  137. }
  138.  
  139. /*.Node-contentContainer.has-color:before {*/
  140. .Node-contentContainer.has-color.mod-color-label-2:before {
  141. content: "";
  142. position: absolute;
  143. top: 2px;
  144. left: -6px;
  145. width: 6px;
  146. height: 20px;
  147. border-radius: 2px;
  148. }
  149.  
  150. /*.set-color-label[data-color="2"], .Node-contentContainer.mod-color-label-2 {
  151. background: solid orange;
  152. vertical-align: middle;
  153. color: #ffed58 !important;
  154. background: #3c3c3c !important;
  155. border: none;
  156. padding: 2px 3px;
  157. text-decoration: none;
  158. border-radius: 2px;
  159. margin-left: 1px;
  160. font-family: 'Fira Mono';
  161. font-size: 12px;
  162. font-weight: 400;
  163. transition: 0.3s;
  164. }*/
  165.  
  166. .set-color-label[data-color="3"], .Node-contentContainer.mod-color-label-3 {
  167. background: #FFF9D3 !important;
  168. padding-left: 3px !important;
  169. border-left: solid #FFE84A;
  170. border-radius: 0;
  171. max-width: 70%;
  172.  
  173. }
  174.  
  175. .set-color-label[data-color="4"], .Node-contentContainer.mod-color-label-4 {
  176. background: #C2E0C6 !important;
  177. padding-left: 3px !important;
  178. border-left: solid green;
  179. border-radius: 0;
  180. max-width: 70%;
  181.  
  182. }
  183.  
  184. .set-color-label[data-color="5"], .Node-contentContainer.mod-color-label-5 {
  185. background: #EDF4FF !important;
  186. padding-left: 3px !important;
  187. border-left: solid #09387D;
  188. border-radius: 0;
  189. color: #09387D !important;
  190. max-width: 70%;
  191. }
  192.  
  193. .set-color-label[data-color="6"], .Node-contentContainer.mod-color-label-6 {
  194. background: #F6EBFC !important;
  195. padding-left: 3px !important;
  196. border-left: solid purple;
  197. border-radius: 0;
  198. max-width: 70%;
  199.  
  200. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement