articles.css 847 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .content-top {
  2. margin-top: 4rem !important;
  3. }
  4. .article-top {
  5. margin-top: 2rem !important;
  6. }
  7. .sidebar {
  8. will-change: min-height;
  9. }
  10. .sidebar__inner {
  11. transform: translate(0, 0);
  12. transform: translate3d(0, 0, 0);
  13. will-change: position, transform;
  14. }
  15. .column_button {
  16. color: #fff;
  17. background-color: #0085a1;
  18. border-color: #0085a1;
  19. font-weight: bold;
  20. }
  21. .middle {
  22. position: absolute;
  23. top: 10rem;
  24. left: 5rem;
  25. }
  26. .middle > a {
  27. color: #868e96 !important;
  28. font-style: italic;
  29. font-family: 'Lora', 'Times New Roman', serif;
  30. }
  31. .middle > a:hover {
  32. color: #0085a1 !important;
  33. }
  34. #line {
  35. position: relative;
  36. margin: 50px auto;
  37. width: 30px;
  38. height: 30px;
  39. box-sizing: border-box;
  40. background: linear-gradient(315deg, transparent 49.5%, #fff, #000, transparent 50.5%);
  41. }