Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

61 řádky
929 B

  1. /* Pages/HGBot/Home.wxss */
  2. @import "/Pages/homepage/homepage.wxss";
  3. .navi{
  4. width: 40px;
  5. height: 30px;
  6. margin: 5px;
  7. padding-top: 10px;
  8. }
  9. .title{
  10. color: #7b8b6f;
  11. font-size: 60px;
  12. font-weight: 900;
  13. font-family: Sniglet;
  14. text-align: center;
  15. margin: 50px;
  16. }
  17. .rd{
  18. position: absolute;
  19. left: 185px;
  20. top: 176px;
  21. font-size: 36px;
  22. font-weight: 900;
  23. text-align: center;
  24. color: #7b8b6f;
  25. }
  26. .vote{
  27. position: absolute;
  28. left: 185px;
  29. top: 251px;
  30. font-size: 36px;
  31. font-weight: 900;
  32. text-align: center;
  33. color: #7b8b6f;
  34. }
  35. .whisper{
  36. position: absolute;
  37. left: 167px;
  38. top: 327px;
  39. font-size: 36px;
  40. font-weight: 900;
  41. text-align: center;
  42. color: #7b8b6f;
  43. }
  44. .icon{
  45. height: 43px;
  46. width: 45px;
  47. position: absolute;
  48. left:100px;
  49. }
  50. .hg{
  51. position:absolute;
  52. left: 100px;
  53. top: 400px;
  54. }