not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.3 KiB

  1. /*
  2. Theme Name: Talk About Local Hyperlocal Sites
  3. Theme URI:
  4. Description:
  5. Author: Adrian Short
  6. Author URI: https://adrianshort.org
  7. Template: twentyfifteen
  8. Version: 1.0.0
  9. License: GNU General Public License v2 or later
  10. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  11. Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
  12. Text Domain: tal-hyperlocal
  13. */
  14. .footer-navigation {
  15. clear: both;
  16. margin: 0 auto;
  17. max-width: 1080px;
  18. min-height: 45px;
  19. position: relative;
  20. }
  21. ul.footer-nav-menu,
  22. div.footer-nav-menu > ul {
  23. margin: 0;
  24. padding: 0 40px 0 0;
  25. }
  26. .footer-nav-menu li {
  27. display: inline-block;
  28. position: relative;
  29. }
  30. .footer-nav-menu li a {
  31. color: #141412;
  32. display: block;
  33. font-size: 15px;
  34. line-height: 1;
  35. padding: 15px 20px;
  36. text-decoration: none;
  37. }
  38. .footer-nav-menu li:hover > a,
  39. .footer-nav-menu li a:hover,
  40. .footer-nav-menu li:focus > a,
  41. .footer-nav-menu li a:focus {
  42. background-color: rgba(20,20,20,0.8);
  43. color: #fff;
  44. }
  45. .footer-nav-menu .current_page_item > a
  46. {
  47. color: #000000;
  48. font-weight: bold;
  49. font-style: italic;
  50. }
  51. .menu-toggle {
  52. display: none;
  53. }
  54. /* Navbar */
  55. .navbar {
  56. background-color:rgba(240,240,240,0.8) ;
  57. margin: 0 auto 20px auto;
  58. max-width: 1600px;
  59. width: 100%;
  60. border-bottom:solid 2px rgba(200,200,200,0.8);
  61. }