theme.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. .nav-link {
  66. /* background-color: orangered; */
  67. font-weight: bold;
  68. /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
  69. }
  70. .btn {
  71. color: white !important;
  72. background-color: red;
  73. }
  74. .btn:hover {
  75. background-color: orangered;
  76. }
  77. .nav-active, .nav-active:hover {
  78. background-color: black;
  79. /* color: red !important; */
  80. }
  81. @media (max-width: 480px) {
  82. html {
  83. padding: 0;
  84. }
  85. body {
  86. padding: 1rem;
  87. font-size: 0.8rem;
  88. }
  89. #header {
  90. padding:
  91. }
  92. #header h1, #header h2{
  93. font-size: 1.3em;
  94. }
  95. }
  96. /* VINZ HEADER */
  97. /* .scrolltext_container{
  98. margin: 0 auto;
  99. width: max-content;
  100. }
  101. .scrolltext_letter {
  102. font-family: Verdana, Geneva, Tahoma, sans-serif;
  103. font-size: 2.5rem;
  104. font-weight: bold;
  105. display: block;
  106. float: left;
  107. text-align: center;
  108. position: relative;
  109. z-index: 0;
  110. } */