Keyboard firmwares for Atmel AVR and Cortex-M
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.

stylesheet.css 4.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. background: #151515 url("../images/bkg.png") 0 0;
  5. color: #eaeaea;
  6. font: 16px;
  7. line-height: 1.5;
  8. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  9. }
  10. /* General & 'Reset' Stuff */
  11. .container {
  12. width: 90%;
  13. max-width: 600px;
  14. margin: 0 auto;
  15. }
  16. section {
  17. display: block;
  18. margin: 0 0 20px 0;
  19. }
  20. h1, h2, h3, h4, h5, h6 {
  21. margin: 0 0 20px;
  22. }
  23. li {
  24. line-height: 1.4 ;
  25. }
  26. /* Header, <header>
  27. header - container
  28. h1 - project name
  29. h2 - project description
  30. */
  31. header {
  32. background: rgba(0, 0, 0, 0.1);
  33. width: 100%;
  34. border-bottom: 1px dashed #b5e853;
  35. padding: 20px 0;
  36. margin: 0 0 40px 0;
  37. }
  38. header h1 {
  39. font-size: 30px;
  40. line-height: 1.5;
  41. margin: 0 0 0 -40px;
  42. font-weight: bold;
  43. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  44. color: #b5e853;
  45. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
  46. 0 0 5px rgba(181, 232, 83, 0.1),
  47. 0 0 10px rgba(181, 232, 83, 0.1);
  48. letter-spacing: -1px;
  49. -webkit-font-smoothing: antialiased;
  50. }
  51. header h1:before {
  52. content: "./ ";
  53. font-size: 24px;
  54. }
  55. header h2 {
  56. font-size: 18px;
  57. font-weight: 300;
  58. color: #666;
  59. }
  60. #downloads .btn {
  61. display: inline-block;
  62. text-align: center;
  63. margin: 0;
  64. }
  65. /* Main Content
  66. */
  67. #main_content {
  68. width: 100%;
  69. -webkit-font-smoothing: antialiased;
  70. }
  71. section img {
  72. max-width: 100%
  73. }
  74. h1, h2, h3, h4, h5, h6 {
  75. font-weight: normal;
  76. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  77. color: #b5e853;
  78. letter-spacing: -0.03em;
  79. text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1),
  80. 0 0 5px rgba(181, 232, 83, 0.1),
  81. 0 0 10px rgba(181, 232, 83, 0.1);
  82. }
  83. #main_content h1 {
  84. font-size: 30px;
  85. }
  86. #main_content h2 {
  87. font-size: 24px;
  88. }
  89. #main_content h3 {
  90. font-size: 18px;
  91. }
  92. #main_content h4 {
  93. font-size: 14px;
  94. }
  95. #main_content h5 {
  96. font-size: 12px;
  97. text-transform: uppercase;
  98. margin: 0 0 5px 0;
  99. }
  100. #main_content h6 {
  101. font-size: 12px;
  102. text-transform: uppercase;
  103. color: #999;
  104. margin: 0 0 5px 0;
  105. }
  106. dt {
  107. font-style: italic;
  108. font-weight: bold;
  109. }
  110. ul li {
  111. list-style: none;
  112. }
  113. ul li:before {
  114. content: ">>";
  115. font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
  116. font-size: 13px;
  117. color: #b5e853;
  118. margin-left: -37px;
  119. margin-right: 21px;
  120. line-height: 16px;
  121. }
  122. blockquote {
  123. color: #aaa;
  124. padding-left: 10px;
  125. border-left: 1px dotted #666;
  126. }
  127. pre {
  128. background: rgba(0, 0, 0, 0.9);
  129. border: 1px solid rgba(255, 255, 255, 0.15);
  130. padding: 10px;
  131. font-size: 14px;
  132. color: #b5e853;
  133. border-radius: 2px;
  134. -moz-border-radius: 2px;
  135. -webkit-border-radius: 2px;
  136. text-wrap: normal;
  137. overflow: auto;
  138. overflow-y: hidden;
  139. }
  140. table {
  141. width: 100%;
  142. margin: 0 0 20px 0;
  143. }
  144. th {
  145. text-align: left;
  146. border-bottom: 1px dashed #b5e853;
  147. padding: 5px 10px;
  148. }
  149. td {
  150. padding: 5px 10px;
  151. }
  152. hr {
  153. height: 0;
  154. border: 0;
  155. border-bottom: 1px dashed #b5e853;
  156. color: #b5e853;
  157. }
  158. /* Buttons
  159. */
  160. .btn {
  161. display: inline-block;
  162. background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.3), rgba(35, 35, 35, 0.3) 50%, rgba(10, 10, 10, 0.3) 50%, rgba(0, 0, 0, 0.3));
  163. padding: 8px 18px;
  164. border-radius: 50px;
  165. border: 2px solid rgba(0, 0, 0, 0.7);
  166. border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  167. border-top: 2px solid rgba(0, 0, 0, 1);
  168. color: rgba(255, 255, 255, 0.8);
  169. font-family: Helvetica, Arial, sans-serif;
  170. font-weight: bold;
  171. font-size: 13px;
  172. text-decoration: none;
  173. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
  174. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  175. }
  176. .btn:hover {
  177. background: -webkit-linear-gradient(top, rgba(40, 40, 40, 0.6), rgba(35, 35, 35, 0.6) 50%, rgba(10, 10, 10, 0.8) 50%, rgba(0, 0, 0, 0.8));
  178. }
  179. .btn .icon {
  180. display: inline-block;
  181. width: 16px;
  182. height: 16px;
  183. margin: 1px 8px 0 0;
  184. float: left;
  185. }
  186. .btn-github .icon {
  187. opacity: 0.6;
  188. background: url("../images/blacktocat.png") 0 0 no-repeat;
  189. }
  190. /* Links
  191. a, a:hover, a:visited
  192. */
  193. a {
  194. color: #63c0f5;
  195. text-shadow: 0 0 5px rgba(104, 182, 255, 0.5);
  196. }
  197. /* Clearfix */
  198. .cf:before, .cf:after {
  199. content:"";
  200. display:table;
  201. }
  202. .cf:after {
  203. clear:both;
  204. }
  205. .cf {
  206. zoom:1;
  207. }