Guest User

Untitled

a guest
May 27th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. /* for line numbering */
  2. .code-frame .highlight pre {
  3. position: relative;
  4. padding: 0;
  5. overflow: hidden;
  6. }
  7.  
  8. .code-frame .highlight pre code {
  9. display: block;
  10. overflow-y: auto;
  11. padding: 0.5em 0 0.5em 3.5em;
  12. }
  13.  
  14. .pre-numbering {
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. width: 2.3em;
  19. margin: 0;
  20. padding: 0.5em 0.2em 0.5em 0;
  21. border-right: 1px solid #C3CCD0;
  22. border-radius: 3px 0 0 3px;
  23. background-color: #EEE;
  24. }
  25.  
  26. .pre-numbering li {
  27. list-style-type: none;
  28. text-align: right;
  29. line-height: 1.44em;
  30. font-size: 0.9em;
  31. font-family: Menlo, monospace;
  32. color: #AAA;
  33. }
  34.  
  35. #ruler {
  36. visibility: hidden;
  37. position: absolute;
  38. white-space: nowrap;
  39. }
Add Comment
Please, Sign In to add comment