Source code for website arcusiridis.com
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.

93 lines
2.9 KiB

5 years ago
  1. .commento-root, .commento-root .commento-logged-container .commento-logged-in-as .commento-name,
  2. .commento-root .commento-logged-container .commento-logout,
  3. .commento-root .commento-card .commento-name, .commento-root .commento-card .commento-subtitle,
  4. .commento-root .commento-card .commento-score, .commento-root .commento-create-container::before {
  5. color: var(--color-fg-main);
  6. }
  7. .commento-root textarea {
  8. background-color: var(--color-bg-alt);
  9. color: var(--color-fg-alt);
  10. border-radius: 0;
  11. }
  12. .commento-root code {
  13. background-color: var(--color-bg-code);
  14. color: var(--color-bg-accent);
  15. }
  16. .commento-root .commento-submit-button,
  17. .commento-root .commento-create-button,
  18. .commento-root .commento-login-button,
  19. .commento-root .commento-login-box-container .commento-login-box .commento-email-container .commento-email .commento-email-button,
  20. .commento-root .commento-login-box-container .commento-login-box .commento-email-container .commento-email .commento-email-button:hover {
  21. background-color: var(--color-bg-accent);
  22. color: var(--color-fg-accent);
  23. border-radius: 0;
  24. border: none;
  25. }
  26. h1, h2, h3, h4, h5, h6, p,
  27. .commento-root .commento-account-buttons-question{
  28. color: var(--color-fg-main);
  29. }
  30. .commento-root a {
  31. border-bottom: none;
  32. }
  33. .commento-root .commento-option-button {
  34. color: var(--color-fg-main);
  35. background-color: var(--color-fg-main);
  36. outline-color: var(--color-fg-main);
  37. border-color: var(--color-fg-main);
  38. }
  39. /* Login/Register Dialog */
  40. .commento-root .commento-login-box-container .commento-login-box {
  41. background-color: var(--color-bg-alt);
  42. color: var(--color-fg-alt);
  43. border: 1px solid var(--color-fg-alt);
  44. }
  45. .commento-root .commento-login-box-container .commento-login-box .commento-email-container .commento-email {
  46. background-color: var(--color-bg-alt);
  47. color: var(--color-fg-alt);
  48. }
  49. .commento-root .commento-login-box-container .commento-login-box .commento-login-box-subtitle {
  50. color: var(--color-fg-alt);
  51. }
  52. .commento-root .commento-login-box-container .commento-login-box .commento-login-box-header {
  53. color: var(--color-fg-main);
  54. }
  55. .commento-root .commento-login-box-container .commento-login-box .commento-email-container .commento-email .commento-input {
  56. background-color: var(--color-bg-main);
  57. color: var(--color-fg-main);
  58. }
  59. .commento-root .commento-login-box-container .commento-login-box .commento-login-box-close::before,
  60. .commento-root .commento-login-box-container .commento-login-box .commento-login-box-close::after {
  61. background-color: var(--color-fg-alt);
  62. }
  63. #commento-textarea-container-root {
  64. position: relative;
  65. }
  66. .commento-root .commento-account-buttons-question {
  67. top: 0.5rem;
  68. }
  69. .commento-account-buttons-container {
  70. top: 3rem;
  71. }
  72. .commento-account-buttons-container .commento-account-buttons {
  73. position: static;
  74. }
  75. .commento-root .commento-logged-container .commento-logout:hover {
  76. text-decoration: underline;
  77. }