デザインテンプレートCSS > フッター

  1. .atwiki-footer {
  2. text-align: center;
  3. background-color: #444;
  4. color: #fff;
  5. padding: 24px 0;
  6. font-size: 12px
  7. }
  8.  
  9. .atwiki-footer ul {
  10. margin: 0;
  11. padding: 0
  12. }
  13.  
  14. .atwiki-footer ul li {
  15. display: inline-block;
  16. margin: 0 0 16px;
  17. background: none;
  18. padding: 0;
  19. line-height: normal
  20. }
  21.  
  22. .atwiki-footer ul li:not(:last-child):after {
  23. content: "";
  24. border-left: 1px solid #fff;
  25. margin: 0 12px
  26. }
  27.  
  28. .atwiki-footer ul li a {
  29. font-weight: 500;
  30. color: #fff;
  31. text-decoration: none
  32. }
  33.  
  34. .atwiki-footer p,.atwiki-footer ul li a {
  35. font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Yu Gothic,YuGothic,sans-serif
  36. }
  37.  
  38. .atwiki-footer p {
  39. margin: 0
  40. }
  41.  
  42. @media print {
  43. #atwiki-footer-fixed-nav {
  44. display: none
  45. }
  46. }
  47.  

タグ:

+ タグ編集
  • タグ:
最終更新:2022年03月30日 20:17