theme.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. html, body {
  2. font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
  3. /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
  4. font-size: 1.1rem;
  5. padding: 3rem;
  6. background-color: #222;
  7. /* color: #fff; */
  8. }
  9. body {
  10. padding: 1rem;
  11. background-color: #444;
  12. border-radius: 1rem;
  13. }
  14. h1, h2, h3, h4 {
  15. /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
  16. /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  17. /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  18. font-family: Verdana, Geneva, Tahoma, sans-serif;
  19. font-weight: bold;
  20. }
  21. .section a {
  22. color: orange;
  23. transition: color .5s;
  24. }
  25. .section a:hover {
  26. color: orangered;
  27. text-decoration: none;
  28. }
  29. table td {
  30. padding-left: 0.5em;
  31. padding-right: 0.5em;
  32. border-right : 1px solid #555;
  33. }
  34. table tr {
  35. border-left: 2px solid transparent;
  36. }
  37. table tr:nth-child(even) {
  38. background-color: #333;
  39. }
  40. table tr:hover {
  41. border-left: 2px solid orangered;
  42. }
  43. blockquote {
  44. color: rgba(255, 255, 255, 0.7);
  45. border-radius: 0 15px 15px 0;
  46. padding: 1em;
  47. border-left: .4em solid #555;
  48. background-color: rgba(0, 0, 0, 0.4);
  49. }
  50. blockquote p {
  51. margin: 0;
  52. }
  53. #header {
  54. border-radius: 1rem;
  55. padding: 1em;
  56. background-color: rgba(0, 0, 0, 0.4);
  57. }
  58. #header h2 {
  59. margin: 0;
  60. }
  61. code {
  62. color: white;
  63. font-weight: bold;
  64. }
  65. @media (max-width: 480px) {
  66. html {
  67. padding: 0;
  68. }
  69. body {
  70. padding: 1rem;
  71. font-size: 0.8rem;
  72. }
  73. #header {
  74. padding:
  75. }
  76. #header h1, #header h2{
  77. font-size: 1.3em;
  78. }
  79. }
  80. /* VINZ HEADER */
  81. /* .scrolltext_container{
  82. margin: 0 auto;
  83. width: max-content;
  84. }
  85. .scrolltext_letter {
  86. font-family: Verdana, Geneva, Tahoma, sans-serif;
  87. font-size: 2.5rem;
  88. font-weight: bold;
  89. display: block;
  90. float: left;
  91. text-align: center;
  92. position: relative;
  93. z-index: 0;
  94. } */