Dashboard sipadu mbip
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

artical.css 905B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
  2. body.article-editor {
  3. font-size:1em;
  4. font-family:'Roboto', serif;
  5. font-weight:300;
  6. }
  7. body.article-editor .illustration {
  8. margin-right: 50px;
  9. margin-left: 50px;
  10. margin-bottom: 50px;
  11. }
  12. body.article-editor ul {
  13. overflow: hidden;
  14. }
  15. body.article-editor h1, h2 {
  16. color: #8A4A33;
  17. padding-top: 10px;
  18. }
  19. .image-illustration {
  20. background-color: white;
  21. }
  22. .embed-240p {
  23. max-width: 426px;
  24. max-height: 240px;
  25. margin:0 auto;
  26. }
  27. .embed-360p {
  28. max-width: 640px;
  29. max-height: 360px;
  30. margin:0 auto;
  31. }
  32. .embed-480p {
  33. max-width: 854px;
  34. max-height: 480px;
  35. margin:0 auto;
  36. }
  37. .embed-720p {
  38. max-width: 1280px;
  39. max-height: 720px;
  40. margin:0 auto;
  41. }
  42. .embed-1080p {
  43. max-width: 1920px;
  44. max-height: 1080px;
  45. margin:0 auto;
  46. }