An updated theme (based on Atticus Finch) for ClassicPress
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.

112 lines
1.3 KiB

3 years ago
3 years ago
  1. /* Mobile Style Sheet for Portage Theme */
  2. * {
  3. box-sizing: border-box;
  4. }
  5. body {
  6. background: #fff;
  7. color: #333;
  8. }
  9. body > header {
  10. background: #333;
  11. color: #fff;
  12. }
  13. textarea {
  14. width: auto;
  15. max-width: 100%;
  16. }
  17. #container {
  18. width: 100%;
  19. max-width: auto;
  20. min-width: auto;
  21. margin: 0;
  22. padding: 1em;
  23. }
  24. #sidebar {
  25. /* float: none; */
  26. text-align: left;
  27. }
  28. #sidebar,
  29. #content {
  30. width: 100%;
  31. border: none;
  32. }
  33. #site-title,
  34. #site-desc,
  35. #social-media-menu {
  36. float: none;
  37. width: 100%;
  38. padding: 0.5em;
  39. text-align: center;
  40. }
  41. #site-title h1,
  42. #site-title a,
  43. #site-desc,
  44. #site-desc a {
  45. color: #fff;
  46. }
  47. a.top-button {
  48. background: #333;
  49. display: inline-block;
  50. padding: 1em;
  51. width: 100%;
  52. text-align: center;
  53. text-decoration: none;
  54. margin: 1em 0;
  55. letter-spacing: 0.1em;
  56. color: #ddd;
  57. font-family: 'IM Fell English', serif;
  58. border-bottom: solid 1px #999;
  59. }
  60. footer a.top-button{
  61. margin-top: 0;
  62. }
  63. body > footer {
  64. background: #333;
  65. color: #fff;
  66. padding-bottom: 2em;
  67. }
  68. #footer-menu {
  69. padding: 1em;
  70. }
  71. #copyright,
  72. #credits {
  73. float: none;
  74. padding: 0.5em;
  75. width: auto;
  76. text-align: center;
  77. margin-bottom: 0;
  78. }
  79. blockquote {
  80. margin: 0 1em;
  81. }
  82. /* Mobile Menu Adjustments */
  83. #aboveheadermenu {
  84. border-bottom: none;
  85. }
  86. #footer-menu {
  87. border-bottom: solid 1px #555;
  88. }
  89. /*
  90. #footermenu li.current-menu-item a {
  91. color: #333;
  92. }
  93. */