Advertisement
XiaYuanOwO

CSS-Flarum

Mar 17th, 2023
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.84 KB | None | 0 0
  1. .site-footer {
  2.     margin:0;
  3.     /*margin-top:64px;*/
  4.     padding-top:30px;
  5.     padding-bottom:30px;
  6.     color:hsla(0,0%,100%,.9);
  7.     box-sizing:inherit;
  8.     text-align:center;
  9.     font-size:1em
  10. }
  11. @media (max-width:991px){
  12.     .site-footer {
  13.     padding-top:0px;
  14.     }
  15. }
  16. .site-footer p {
  17.     margin:0
  18. }
  19. .rm-link-color > p > a {
  20.     text-decoration:none;
  21.     color:#89898c
  22. }
  23. .rm-link-color > p > a:hover {
  24.     text-decoration:underline
  25. }
  26.  
  27. .fly-fish{
  28.     z-index: -1;
  29.     line-height: 0px;
  30.     height: 350px;
  31. }
  32. footer{
  33.     position: relative;
  34. }
  35. .site-footer{
  36.     position: absolute;
  37.     width: 100%;
  38.     top: calc(100% / 4 * 3);
  39.     transform: translateY(calc(-50% + 10%));
  40.     padding: 0;
  41. }
  42.  
  43. .App{
  44.     padding-bottom: 0;
  45. }
  46. @media (max-width: 767px){
  47.     .App{
  48.         padding-bottom: 0;
  49.     }
  50.     .App-content {
  51.         padding-bottom: 0;
  52.     }
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement