tibiole

wd-brand-color

Aug 10th, 2025
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.55 KB | None | 0 0
  1. rgb(38 38 38)
  2.  
  3. címsor alatt:
  4. margin-bottom: 1rem;
  5.  
  6. Alap WD szín: #26b8f3
  7. Sötét WD szín: #00a6e8
  8.  
  9.  
  10.  
  11. hero:
  12. font-size: 50px;
  13. font-weight: 600;
  14. letter-spacing: -0.5px;
  15.  
  16. hero szöveg:
  17. line-height: 1.4;
  18. font-size: 21px;
  19.  
  20. címsor:
  21. font-size: 40px;
  22. font-weight: 600;
  23. color: #111111;
  24. line-height: 48px;
  25.  
  26. szöveg:
  27. color: #111111;
  28. font-size: 18px;
  29. line-height: 28px;
  30. font-weight: 400;
  31.  
  32. alcím:
  33. font-size: 20px;
  34. font-weight: 600;
  35.  
  36. alszöveg:
  37. font-size: 16px;
  38. font-weight: 400;
  39. line-height: 25px;
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. transition: color .2s, background-color .2s, border-color .2s;
  47.  
  48. line-height: 1.4;
  49. font-size: 21px;
  50.  
  51. KIS MÉRET
  52. padding: .45rem 0.8rem !important;
  53. font-size: 14px;
  54. font-weight: 500;
  55.  
  56. NORMÁL MÉRET
  57. padding: .45rem 1.5rem !important;
  58. font-size: 16px;
  59. font-weight: 500;
  60.  
  61. NAGY MÉRET
  62. padding: .55rem 2rem !important;
  63. font-size: 18px;
  64. font-weight: 500;
  65.  
  66.  
  67.  
  68. ELSŐDLEGES GOMB
  69. background-color: #26b8f3;
  70. color: #008ac4;
  71. hover: color: #0096d2;
  72.  
  73. MÁSODLAGOS GOMB
  74. background-color: #ecedef;
  75. color: #1d1d1d;
  76. hover: background-color: #e3e3e3;
  77.  
  78. GOMB (KÉK HÁTTÉRHEZ)
  79. background-color: ????
  80. color: #006f9d;
  81. hover: background-color: #c6ecff;
  82.  
  83. GOMB (SÖTÉT HÁTTÉRHEZ)
  84. background-color: white;
  85. color: black;
  86. hover: background-color: #cdcdcd;
  87.  
  88. MÁSODLAGOS GOMB (SÖTÉT HÁTTÉRHEZ)
  89. background: black;
  90. color: white;
  91. border: 1px solid white;
  92. hover: background-color: #ffffff; color: #252525;
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100. padding: 0px 14px;
  101. font-size: 14px;
  102. font-weight: 400;
  103. color: #454545
  104.  
  105. hover: rgb(40 184 244 / 15%) !important
Advertisement
Add Comment
Please, Sign In to add comment