Anonymous 3D Imageboard http://cyberia.digital/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
995B

  1. .post-ui-message{
  2. padding : 10px;
  3. margin-bottom : 18px;
  4. background: rgb(189, 198, 247);
  5. border-style: solid;
  6. border-width: 1px;
  7. border-color: #a99ec7;
  8. border-radius: 5px;
  9. }
  10. div {
  11. margin-bottom: 8px;
  12. }
  13. .ascii{
  14. display: inline-block;
  15. font-family: "Lucida Console", Monaco, monospace;
  16. }
  17. textarea
  18. {
  19. width: 100%;
  20. margin: 0;
  21. }
  22. .post-message {
  23. padding : 10px;
  24. margin-bottom : 18px;
  25. background: rgb(228, 221, 221);
  26. border-style: solid;
  27. border-width: 1px;
  28. border-color: rgb(131, 123, 123);
  29. border-radius: 5px;
  30. }
  31. .post-torrent-info{
  32. font-family: 'Courier New', Courier, monospace;
  33. font-size: small;
  34. padding : 8px;
  35. color: white;
  36. background:rgb(70, 61, 56);
  37. border-radius: 5px;
  38. }
  39. .post-message img {
  40. max-width: 650px;
  41. width: 100%;
  42. height: auto;
  43. }
  44. .post-message video {
  45. max-width: 650px;
  46. width: 100%;
  47. height: auto;
  48. }
  49. .post-message audio {
  50. max-width: 650px;
  51. width: 100%;
  52. }