wide.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*
  2. * Copyright (C) 2017 Koz Ross <koz.ross@retro-freedom.nz>
  3. *
  4. * This program is free software: you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation, either version 3 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License
  15. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  16. */
  17. @import url("main.css");
  18. body {
  19. font:1.3em/1.3 serif,sans-serif;
  20. }
  21. .post-info{
  22. display: none;
  23. }
  24. #banner nav {
  25. display: none;
  26. -moz-border-radius: 0px;
  27. margin-bottom: 20px;
  28. overflow: hidden;
  29. font-size: 1em;
  30. background: #F5F4EF;
  31. }
  32. #banner nav ul{
  33. padding-right: 50px;
  34. }
  35. #banner nav li{
  36. float: right;
  37. color: #000;
  38. }
  39. #banner nav li a {
  40. color: #000;
  41. }
  42. #banner h1 {
  43. margin-bottom: -18px;
  44. }
  45. #featured, #extras {
  46. padding: 50px;
  47. }
  48. #featured {
  49. padding-top: 20px;
  50. }
  51. #extras {
  52. padding-top: 0px;
  53. padding-bottom: 0px;
  54. }