Advertisement
Guest User

Untitled

a guest
Mar 7th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.27 KB | None | 0 0
  1. .Node.is-heading3 > div:first-child {
  2.     font-size: 13px;
  3. }
  4.  
  5. .Node.is-heading1 > div:first-child {
  6.     font-size: 13px;
  7. }
  8.  
  9. .Node.is-heading2 > div:first-child {
  10.     background-color: #808080; /* #ffffb3; */
  11.     /*color: black;*/
  12.     font-family: Arial, Helvetica, sans-serif;
  13.     font-size: 10.5px;
  14.     font-style: normal;
  15.     font-weight: lighter;
  16. }
  17.  
  18. /* Deleted header tags 1 and 2 */
  19.  
  20. .node-italics {
  21.     background-color: yellow;
  22.     color: black;
  23. }
  24.  
  25. /*.node-tag {
  26.     color:  #009900; /*  #004d00, #006600, was green */
  27. /*}*/
  28.  
  29. .sup {
  30.     color: hotpink;
  31. }
  32.  
  33. .node-bold {
  34.     color: #ffffb3; /*#99ffff;*/ /*#ccffff;*/ /* #ffff00; */
  35.     font-style: normal;
  36.     font-weight: lighter;
  37. }
  38.  
  39. a {
  40.     color: #87CEFA; /* was blue, now light blue */
  41. }
  42.  
  43. a[href^="https://youtube.com"] {
  44.     color: Blue;
  45. }
  46.  
  47. a[href^="http://i.imgur.com"] {
  48.     color: #4d4d4d; /*  #666666    #A9A9A9 */
  49. }
  50.  
  51. a[href^="https://i.imgur.com"] {
  52.     color: #4d4d4d;
  53. }
  54.  
  55. a[href^="http://stackoverflow.com"] {
  56.     color: Pink;
  57. }
  58.  
  59. a[href^="https://github.com"] {
  60.     color: #ff99a8; /* darker pink */
  61. }
  62.  
  63. a[title^="Filter #"] {
  64.     color: #ff8f66; /* #ff7c4d   OrangeRed */
  65.     /*font-family: "Arial Narrow", Arial, sans-serif;*/
  66. }
  67.  
  68. i {
  69.     background-color: yellow;
  70. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement