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.

81 lines
1.2 KiB

  1. img {
  2. display: block;
  3. margin-left: auto;
  4. margin-right: auto;
  5. padding-top: 10px;
  6. padding-bottom: 10px;
  7. }
  8. h5 {
  9. font-size: 1.2em;
  10. }
  11. h3 {
  12. font-size: 1.4em;
  13. }
  14. .left-bar {
  15. display: block !important;
  16. }
  17. .comment-title {
  18. text-align: center;
  19. }
  20. .comment-box {
  21. padding: 8px;
  22. margin-bottom: 16px;
  23. background: rgba(0, 0, 0, 0.65);
  24. border-left: 4px solid rgba(255, 118, 7);
  25. }
  26. .comment-email {
  27. color: #848484;
  28. font-size: 0.8em;
  29. margin-top: 4px !important;
  30. }
  31. .comment-form {
  32. width: 100%;
  33. margin-bottom: 20px;
  34. text-align: center;
  35. }
  36. .comment-form input,textarea {
  37. width: 100%;
  38. margin-top: 5px;
  39. margin-bottom: 5px;
  40. padding: 6px;
  41. color: #ffffff;
  42. background-color: rgba(0, 0, 0, 0.80);
  43. border: 1px;
  44. border-color: #ffffff;
  45. border-style: solid;
  46. border-radius: 4px 4px 4px 4px;
  47. }
  48. .comment-form textarea {
  49. max-width: 100%;
  50. height: 125px;
  51. resize: none;
  52. overflow-y: scroll;
  53. }
  54. .comment-form button {
  55. margin-top: 5px;
  56. margin-bottom: 5px;
  57. padding: 6px;
  58. color: #ffffff;
  59. background-color: rgba(0, 0, 0, 0.80);
  60. border: 1px;
  61. border-color: #ffffff;
  62. border-style: solid;
  63. border-radius: 4px 4px 4px 4px;
  64. }
  65. @media all and (max-width : 950px) {
  66. .left-bar {
  67. display: none !important;
  68. }
  69. }