style.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. html {
  2. font-family: sans-serif;
  3. font-size: 15pt;
  4. background-color:#556;
  5. background-image: linear-gradient(130deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445),
  6. linear-gradient(150deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445),
  7. linear-gradient(30deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445),
  8. linear-gradient(150deg, #445 12%, transparent 12.5%, transparent 87%, #445 87.5%, #445),
  9. linear-gradient(60deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a),
  10. linear-gradient(60deg, #99a 25%, transparent 25.5%, transparent 75%, #99a 75%, #99a);
  11. background-size:80px 140px;
  12. background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
  13. }
  14. p {
  15. font-family: sans-serif;
  16. }
  17. h1, section {
  18. margin: 1em;
  19. }
  20. body.cfn {
  21. background-color: #454242;
  22. color: white;
  23. }
  24. a {
  25. text-decoration: none;
  26. color: #e12323;
  27. font-size: large;
  28. }
  29. a:hover {
  30. text-decoration: underline darkblue;
  31. font-size: large;
  32. color: blueviolet;
  33. }
  34. ul {
  35. list-style: none;
  36. }
  37. hr {
  38. border: 0;
  39. border-top: 1px dotted #000;
  40. }
  41. #cfn {
  42. display: none;
  43. background: black;
  44. font-size: 3em;
  45. font-family: Mono;
  46. margin: 10% 40% 10% 10%;
  47. text-align: center;
  48. border-radius: 5%;
  49. }
  50. #cfn a:hover {
  51. background: green;
  52. color: black;
  53. font-size: 100%;
  54. }
  55. ul {
  56. list-style: none;
  57. }
  58. hr {
  59. border: 0;
  60. border-top: 1px dotted #000;
  61. }
  62. pre {
  63. white-space: inherit;
  64. }
  65. .logo {
  66. float: left;
  67. max-width: 350px;
  68. margin: 1em;
  69. border: solid 1px grey;
  70. }
  71. .menu {
  72. background-color: black;
  73. border-radius: 100px;
  74. padding: 1% 5% 1% 1%;
  75. margin: 0% 5% 0% 5%;
  76. text-align: center;
  77. }
  78. .lang {
  79. border-radius: 100px;
  80. margin: -1em 0 0 -1em;
  81. position: absolute;
  82. font-family: "Mono";
  83. width: 40px;
  84. }
  85. .lang a:hover {
  86. color: green;
  87. }
  88. body {
  89. max-width: 1200px;
  90. padding:1em;
  91. background-color:rgba(236,236,236,0.75);
  92. font-family: sans-serif;
  93. }
  94. footer {
  95. background-color: black;
  96. border-radius: 100px;
  97. padding: 1% 5% 1% 1%;
  98. margin: 0% 5% 0% 5%;
  99. text-align: center;
  100. color: white;
  101. font-size: 0.7em;
  102. }
  103. .copyleft {
  104. transform: rotate(180deg);
  105. display: inline-block;
  106. }
  107. section > h3 {
  108. text-align: left;
  109. margin-right: 2rem;
  110. margin-left: 2rem;
  111. }
  112. section p:nth-child(2) {
  113. font-size: large;
  114. margin: auto 3rem;
  115. text-align: justify;
  116. }
  117. #propose > h3 {
  118. text-align: center;
  119. color: yellow;
  120. text-decoration: underline;
  121. }
  122. .node.tmpl {
  123. background-color: #151513;
  124. font-family: "Mono";
  125. text-align: center;
  126. border-radius: 10px;
  127. color: green;
  128. font-size: 1em;
  129. }
  130. .register {
  131. background-color: #151513;
  132. font-family: "Mono";
  133. text-align: center;
  134. border-radius: 10px;
  135. color: green;
  136. font-size: 1em;
  137. }
  138. .quote {
  139. margin: 8px 0px 8px 0px;
  140. padding: 8px 8px 8px 8px;
  141. border-width: 3px;
  142. border-style: dotted;
  143. border-color: #000000;
  144. background-color: #151513;
  145. font-family: "Mono";
  146. text-align: right;
  147. font-size: 12pt;
  148. color: white;
  149. white-space: pre-wrap;
  150. }
  151. pre {
  152. margin: 8px 0px 8px 0px;
  153. padding: 8px 8px 8px 8px;
  154. border-width: 3px;
  155. border-style: dotted;
  156. border-color: #000000;
  157. background-color: #151513;
  158. font-family: "Mono";
  159. text-align: left;
  160. font-size: 12pt;
  161. color: white;
  162. white-space: pre-wrap;
  163. }
  164. /*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  165. ::::::::::::::::::::::media:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  166. ::::::::::::::::::::::::::::*/
  167. @media (max-width: 400px) {
  168. .logo {
  169. float:none;
  170. max-width: 250px;
  171. }
  172. }