main.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /*
  2. * Personal website of UltrasonicMadness
  3. * Copyright (C) 2017-2018, 2021-2023 UltrasonicMadness
  4. *
  5. * This program is free software: you can redistribute it and/or modify
  6. * it under the terms of the GNU Affero General Public License as
  7. * published by the Free Software Foundation, either version 3 of the
  8. * License, or (at your option) any later version.
  9. *
  10. * This program is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU Affero General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU Affero General Public License
  16. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. */
  18. html
  19. {
  20. height:100%;
  21. }
  22. body
  23. {
  24. margin:0;
  25. padding:0;
  26. font-family:sans-serif;
  27. min-height:100%;
  28. font-size:100%;
  29. display:flex;
  30. flex-flow:row;
  31. }
  32. main h1
  33. {
  34. font-size:48pt;
  35. font-weight:100;
  36. text-align:left;
  37. }
  38. footer
  39. {
  40. flex:1;
  41. font-size:100%;
  42. }
  43. .code
  44. {
  45. font-family:monospace;
  46. border-width:1px;
  47. border-style:solid;
  48. margin:16px;
  49. padding:8px;
  50. }
  51. .screenshot-right
  52. {
  53. float:right;
  54. }
  55. #common-pane
  56. {
  57. display:flex;
  58. flex:2;
  59. flex-flow:column;
  60. }
  61. #page-pane
  62. {
  63. display:flex;
  64. flex:5;
  65. flex-flow:column;
  66. }
  67. .app-container div
  68. {
  69. width:128px;
  70. }
  71. .app-container div a
  72. {
  73. font-size:90%;
  74. }
  75. .quiet-time-range
  76. {
  77. font-size:1.5em;
  78. }
  79. .alert
  80. {
  81. background-color:#330000;
  82. color:#ff9999;
  83. margin:8px;
  84. text-align:center;
  85. }
  86. #social a
  87. {
  88. width:12.5%;
  89. }
  90. #quiet-time-list img
  91. {
  92. height:20mm;
  93. margin-left:3mm;
  94. margin-right:3mm;
  95. }
  96. #quiet-time-list {
  97. padding-top:2mm;
  98. padding-bottom:2mm;
  99. }