Advertisement
Guest User

Untitled

a guest
May 30th, 2015
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XBasic 1.32 KB | None | 0 0
  1. element.style {
  2. resize: none;
  3. overflow-y: hidden;
  4. height: 200px;
  5. }
  6. Matched CSS Rules
  7. textarea.paste_textarea {
  8. background-color: #F8F8F8;
  9. border: 0;
  10. display: block;
  11. font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace, serif;
  12. font-size: 10pt;
  13. width: 98%;
  14. line-height: 21px;
  15. padding: 1%;
  16. }
  17. user agent stylesheettextarea {
  18. font-family: monospace;
  19. }
  20. user agent stylesheettextarea {
  21. -webkit-appearance: textarea;
  22. background-color: white;
  23. border: 1px solid;
  24. border-image: initial;
  25. -webkit-rtl-ordering: logical;
  26. -webkit-user-select: text;
  27. -webkit-box-orient: vertical;
  28. resize: auto;
  29. cursor: auto;
  30. padding: 2px;
  31. white-space: pre-wrap;
  32. word-wrap: break-word;
  33. }
  34. user agent stylesheetinput, textarea, keygen, select, button, isindex {
  35. margin: 0em;
  36. font: -webkit-small-control;
  37. color: initial;
  38. letter-spacing: normal;
  39. word-spacing: normal;
  40. text-transform: none;
  41. text-indent: 0px;
  42. text-shadow: none;
  43. display: inline-block;
  44. text-align: start;
  45. }
  46. user agent stylesheetinput, textarea, keygen, select, button, isindex, meter, progress {
  47. -webkit-writing-mode: horizontal-tb;
  48. }
  49. Inherited from body
  50. body {
  51. color: #181818;
  52. font-family: segoe ui, trebuchet MS,Lucida Sans Unicode, Lucida Sans, Sans-Serif;
  53. font-size: 1em;
  54. line-height: 1.5em;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement