settings.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. .btn_option {
  2. border-radius: 25px;
  3. color: #3f1ef9;
  4. text-align: center;
  5. padding: 3px 6px 3px 6px;
  6. border: 1px solid #3f1ef9;
  7. background-color: #ffffff;
  8. }
  9. .title {
  10. background-image: linear-gradient(to right, rgb(0, 153, 255), #ff02cc);
  11. -webkit-background-clip: text;
  12. color: transparent;
  13. font-size: 30px;
  14. font-weight: bold;
  15. text-align: center;
  16. line-height: height;
  17. }
  18. input.conf {
  19. margin-bottom: 10px;
  20. width: 120px;
  21. border-radius: 25px;
  22. height: 20px;
  23. border: 1px solid #60afca;
  24. text-align: center;
  25. white-space: nowrap;
  26. overflow: hidden;
  27. text-overflow: ellipsis;
  28. padding-left: 10px;
  29. }
  30. .edit_conf{
  31. border: 1px solid #000000;
  32. color: #000000;
  33. }
  34. .label3 {
  35. color: #5c6cf6;
  36. font-weight: bold;
  37. }
  38. .label4 {
  39. letter-spacing: 0.5em;
  40. margin-right: -1em;
  41. color: #5c6cf6;
  42. font-weight: bold;
  43. }
  44. .label5 {
  45. letter-spacing: 0.36em;
  46. margin-right: -0.6em;
  47. color: #5c6cf6;
  48. font-weight: bold;
  49. }
  50. .label6 {
  51. color: #5c6cf6;
  52. font-weight: bold;
  53. }
  54. .w{
  55. text-align: right;
  56. width: 323px;
  57. margin-right: 20px;
  58. }