心理咨询网
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

iframe.css 832B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. body {
  2. font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  3. font-size: 14px;
  4. -webkit-box-sizing: border-box;
  5. -moz-box-sizing: border-box;
  6. box-sizing: border-box;
  7. }
  8. a {
  9. color: #09f;
  10. text-decoration: none;
  11. }
  12. a:hover,
  13. a:focus {
  14. color: #09f;
  15. text-decoration: none;
  16. }
  17. blockquote {
  18. padding: 0 0 0 15px;
  19. margin: 0 0 18px;
  20. border-left: 5px solid #EEE;
  21. }
  22. img + br {
  23. display: block;
  24. padding: 4px 0;
  25. content: ' ';
  26. }
  27. body p {
  28. margin-bottom: 1em;
  29. }
  30. iframe {
  31. border: none;
  32. }
  33. img {
  34. max-width: 100%;
  35. }
  36. img[data-word-image]{
  37. cursor: pointer;
  38. }
  39. pre {
  40. margin: .5em 0;
  41. padding: .4em .6em;
  42. border-radius: 8px;
  43. background: #f8f8f8;
  44. line-height: 1.5;
  45. }