Guest User

Untitled

a guest
Jul 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. pre.fssnip
  2. {
  3. background:#f0f0f0;
  4. font-family:consolas, monaco,'Lucida Console',monospace;
  5. font-size:80%;
  6. padding:10px;
  7. margin:10px 5px 10px 5px;
  8. position:relative;
  9. }
  10.  
  11. /* identifier */
  12. span.i { color:#000000; }
  13. /* comment */
  14. span.c { color:#008000; }
  15. /* inactive code */
  16. span.inactive { color:#808080; }
  17. /* keywords */
  18. span.k { color:#000080; }
  19. /* numbers */
  20. span.n { color:#008000; }
  21. /* operators */
  22. span.o { color:#800080; }
  23. /* preprocessor */
  24. span.prep { color:#800080; }
  25. /* string */
  26. span.s { color:#808000; }
  27. /* line number */
  28. span.l { color:#80b0b0; }
  29. /* omitted */
  30. span.omitted {
  31. border:solid 1px #d8d8d8;
  32. color:#808080;
  33. padding:0px 0px 1px 0px;
  34. background:#fafafa;
  35. }
  36.  
  37. div.tip
  38. {
  39. font:8pt calibri;
  40. padding:3px;
  41. border:1px solid #606060;
  42. background:#ffffd0;
  43. display:none;
  44. }
  45.  
  46. pre a.fssniplink
  47. {
  48. font:bold 7.5pt calibry, arial, verdana;
  49. position:absolute;
  50. bottom:0.3em;
  51. right:0.3em;
  52. color:#a8a8a8;
  53. }
Add Comment
Please, Sign In to add comment