header.tpl 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  4. <meta name="viewport" content="width=device-width"/>
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  6. <link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700" rel="stylesheet"/>
  7. <style>
  8. .bigTitle {
  9. color: #000000;
  10. font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
  11. font-size: 24px;
  12. font-weight: 600;
  13. font-style: normal;
  14. letter-spacing: normal;
  15. line-height: 34px;
  16. text-align: center;
  17. padding: 0;
  18. margin: 0;
  19. }
  20. .midText {
  21. color: #000000 !important;
  22. font-family: 'Open Sans', Tahoma, Verdana, sans-serif !important;
  23. font-size: 16px !important;
  24. font-weight: 400 !important;
  25. line-height: 22px !important;
  26. text-align: center !important;
  27. padding: 0 !important;
  28. margin: 0 !important;
  29. }
  30. .smlText {
  31. color: #313131;
  32. font-family: 'Open Sans', Tahoma, Verdana, sans-serif;
  33. font-size: 12px;
  34. font-weight: 400;
  35. line-height: 18px;
  36. text-align: center;
  37. margin: 0;
  38. padding: 0;
  39. }
  40. </style>
  41. </head>