release.scss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. #release{
  2. padding: 20px 50px;
  3. h1 {
  4. /* base00 */
  5. color: #6699cc;
  6. font-size: 2.2857em;
  7. line-height: .6563em;
  8. margin: .6563em 0;
  9. }
  10. h2 {
  11. color: #6699cc;
  12. font-size: 1.75em;
  13. line-height: 1.225;
  14. border-bottom: 1px solid #eee;
  15. margin-top:30px;
  16. }
  17. h3 {
  18. color: #6699cc;
  19. font-size: 1.5em;
  20. line-height: 1.43;
  21. }
  22. h4 {
  23. color: #6699cc;
  24. font-size: 1.2857em;
  25. line-height: 1.1667em;
  26. margin: 1.1667em 0;
  27. }
  28. h5 {
  29. color: #6699cc;
  30. font-size: 1.15em;
  31. line-height: 1.3em;
  32. margin: 1.3em 0;
  33. }
  34. h6 {
  35. color: #6699cc;
  36. font-size: 1em;
  37. line-height: 1.5em;
  38. margin: 1.5em 0;
  39. }
  40. h1,h2,h3,h4,h5,h6 {
  41. line-height: 1.5em;
  42. }
  43. body,p,td,div {
  44. color: #515151;
  45. font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  46. word-wrap: break-word;
  47. }
  48. a {
  49. -webkit-transition: color .2s ease-in-out;
  50. -moz-transition: color .2s ease-in-out;
  51. -o-transition: color .2s ease-in-out;
  52. -ms-transition: color .2s ease-in-out;
  53. transition: color .2s ease-in-out;
  54. color: #f99157;
  55. text-decoration: none;
  56. }
  57. a[href^="mailto"] {
  58. color: #66cccc;
  59. }
  60. a:hover {
  61. color: #f99157;
  62. }
  63. ul{
  64. padding-left: 30px; margin:0.8em 0
  65. }
  66. li {
  67. font-size: 110%;margin-bottom: 5px;
  68. }
  69. li li {
  70. font-size: 100%;
  71. }
  72. li p {
  73. font-size: 100%;
  74. margin: .5em 0;
  75. }
  76. .footnote {
  77. color: #a09f93;
  78. font-size: .8em;
  79. vertical-align: super;
  80. }
  81. hr {
  82. height: 10px;
  83. border: none;
  84. background-color: #d3d0c8;
  85. color: #515151;
  86. }
  87. #wrapper img {
  88. max-width: 100%;
  89. height: auto;
  90. }
  91. strong, b {
  92. color: #ffcc66;
  93. }
  94. em, i {
  95. color: #cc99cc;
  96. }
  97. dd {
  98. margin-bottom: 1em;
  99. }
  100. li {
  101. list-style: none;
  102. position: relative;
  103. }
  104. li::before {
  105. position: absolute;
  106. top: 0;
  107. left: -17px;
  108. color: #f2777a;
  109. }
  110. ul li::before {
  111. font-size: 160%;
  112. content: '\2022';
  113. }
  114. ol {
  115. counter-reset: index;
  116. }
  117. ol li {
  118. counter-increment: index;
  119. }
  120. ol li::before {
  121. content: counter(index) ".";
  122. }
  123. li > p:first-child {
  124. margin: 0;
  125. }
  126. ul ul,ul ol {
  127. margin-bottom: .4em;
  128. }
  129. caption,col,colgroup,table,tbody,td,tfoot,th,thead,tr {
  130. border-spacing: 0;
  131. }
  132. table {
  133. border: 1px solid rgba(0,0,0,0.25);
  134. border-collapse: collapse;
  135. display: table;
  136. empty-cells: hide;
  137. margin: -1px 0 23px;
  138. padding: 0;
  139. table-layout: fixed;
  140. }
  141. caption {
  142. display: table-caption;
  143. font-weight: 700;
  144. }
  145. col {
  146. display: table-column;
  147. }
  148. colgroup {
  149. display: table-column-group;
  150. }
  151. tbody {
  152. display: table-row-group;
  153. }
  154. tfoot {
  155. display: table-footer-group;
  156. }
  157. thead {
  158. display: table-header-group;
  159. }
  160. td,th {
  161. display: table-cell;
  162. }
  163. tr {
  164. display: table-row;
  165. }
  166. table th,table td {
  167. font-size: 1.1em;
  168. line-height: 23px;
  169. padding: 0 1em;
  170. }
  171. table thead {
  172. background: rgba(0,0,0,0.15);
  173. border: 1px solid rgba(0,0,0,0.15);
  174. border-bottom: 1px solid rgba(0,0,0,0.2);
  175. }
  176. table tbody {
  177. background: rgba(0,0,0,0.05);
  178. }
  179. table tfoot {
  180. background: rgba(0,0,0,0.15);
  181. border: 1px solid rgba(0,0,0,0.15);
  182. border-top: 1px solid rgba(0,0,0,0.2);
  183. }
  184. figure {
  185. display: inline-block;
  186. position: relative;
  187. margin: 1em 0 2em;
  188. }
  189. figcaption {
  190. font-style: italic;
  191. text-align: center;
  192. background: white;
  193. color: #66cccc;
  194. position: absolute;
  195. left: 0;
  196. bottom: -24px;
  197. width: 98%;
  198. padding: 1%;
  199. -webkit-transition: all .2s ease-in-out;
  200. -moz-transition: all .2s ease-in-out;
  201. -o-transition: all .2s ease-in-out;
  202. -ms-transition: all .2s ease-in-out;
  203. transition: all .2s ease-in-out;
  204. }
  205. figure:hover>figcaption {
  206. /* background: rgba(0,0,0,1) */
  207. }
  208. code {
  209. color: #99cc99;
  210. }
  211. .poetry pre {
  212. display: block;
  213. font-family: Georgia, Garamond, serif !important;
  214. font-size: 110% !important;
  215. font-style: italic;
  216. line-height: 1.6em;
  217. margin-left: 1em;
  218. }
  219. .poetry pre code {
  220. font-family: Georgia, Garamond, serif !important;
  221. }
  222. blockquote p {
  223. font-size: 110%;
  224. font-style: italic;
  225. line-height: 1.6em;
  226. }
  227. sup,sub,a.footnote {
  228. font-size: 1.4ex;
  229. height: 0;
  230. line-height: 1;
  231. position: relative;
  232. vertical-align: super;
  233. }
  234. sub {
  235. vertical-align: sub;
  236. top: -1px;
  237. }
  238. p,h5 {
  239. font-size: 1.1429em;
  240. line-height: 1.3125em;
  241. margin: 1.3125em 0;
  242. }
  243. dt,th {
  244. font-weight: 700;
  245. }
  246. table tr:nth-child(odd),table th:nth-child(odd),table td:nth-child(odd) {
  247. background: rgba(255,255,255,0.06);
  248. }
  249. table tr:nth-child(even),table td:nth-child(even) {
  250. background: rgba(200,200,200,0.25);
  251. }
  252. @media print {
  253. body {
  254. overflow: auto;
  255. }
  256. img,pre,blockquote,table,figure,p {
  257. page-break-inside: avoid;
  258. }
  259. #wrapper {
  260. background-color: #f2f0ec;
  261. color: #515151;
  262. font-size: 85%;
  263. padding: 10px;
  264. position: relative;
  265. text-indent: 0;
  266. }
  267. }
  268. @media screen {
  269. .inverted #wrapper,.inverted {
  270. background: #2d2d2d;
  271. }
  272. .inverted hr {
  273. color: #d3d0c8;
  274. background-color: 515151
  275. }
  276. .inverted p,.inverted td, .inverted div {
  277. color: #d3d0c8 !important;
  278. }
  279. .inverted table tr:nth-child(odd),.inverted table th:nth-child(odd),.inverted table td:nth-child(odd) {
  280. background: none;
  281. }
  282. #wrapper {
  283. padding: 20px;
  284. }
  285. ::selection {
  286. background: #d3d0c8;
  287. color: #515151;
  288. }
  289. .inverted::selection {
  290. color: #d3d0c8;
  291. background: #515151;
  292. }
  293. h1::selection {
  294. background-color: rgba(45, 156, 208, .3);
  295. }
  296. h2::selection {
  297. background-color: rgba(90, 182, 224, .3);
  298. }
  299. h3::selection,h4::selection,h5::selection,h6::selection,li::selection,ol::selection {
  300. background-color: rgba(133, 201, 232, .3);
  301. }
  302. code::selection {
  303. background-color: rgba(0,0,0,.7);
  304. color: #eee;
  305. }
  306. code span::selection {
  307. background-color: rgba(0,0,0,.7) !important;
  308. color: #eee !important;
  309. }
  310. a::selection {
  311. background-color: rgba(255, 230, 102,.2);
  312. }
  313. .inverted a::selection {
  314. background-color: rgba(255, 230, 102,.6);
  315. }
  316. td::selection,th::selection,caption::selection {
  317. background-color: rgba(180, 237, 95, .5);
  318. }
  319. }
  320. }