Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 3 gadiem
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. #home {
  2. header {
  3. .logo-aac {
  4. width: 80%;
  5. }
  6. .personnages-acc {
  7. width: 26%;
  8. position: absolute;
  9. bottom: 0;
  10. }
  11. h1 {
  12. color: #aab769;
  13. font-size: 32px;
  14. font-family: dinbold;
  15. position: absolute;
  16. bottom: 46px;
  17. width: 100%;
  18. .main-title {
  19. margin-left: 26%;
  20. display: inline-block;
  21. width: 70%;
  22. }
  23. .aac {
  24. color: #dc5b2f;
  25. }
  26. }
  27. }
  28. h2 {
  29. color: #568a73;
  30. font-size: 30px;
  31. margin-top: 80px;
  32. margin-bottom: 30px;
  33. font-family: dinbold;
  34. }
  35. ul {
  36. li {
  37. margin-top: 25px;
  38. button {
  39. width: 70%;
  40. font-size: 18px;
  41. font-family: dinbold;
  42. @include border-radius(15px, 15px);
  43. a {
  44. color: #FFF;
  45. }
  46. }
  47. .yellow {
  48. background-color: #ffe680;
  49. }
  50. .green {
  51. background-color: #aab769;
  52. }
  53. .orange {
  54. background-color: #dc5b2f;
  55. }
  56. }
  57. }
  58. .logo-coop {
  59. width: 60%;
  60. margin-top: 50px;
  61. }
  62. }