style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. @font-face {
  2. font-family: 'Noto Sans';
  3. font-weight: 400;
  4. font-style: normal;
  5. src: url("../fonts/Noto-Sans-regular/Noto-Sans-regular.eot");
  6. src: url("../fonts/Noto-Sans-regular/Noto-Sans-regular.eot?#iefix") format("embedded-opentype"),local("Noto Sans"),local("Noto-Sans-regular"),url("../fonts/Noto-Sans-regular/Noto-Sans-regular.woff2") format("woff2"),url("../fonts/Noto-Sans-regular/Noto-Sans-regular.woff") format("woff"),url("../fonts/Noto-Sans-regular/Noto-Sans-regular.ttf") format("truetype"),url("../fonts/Noto-Sans-regular/Noto-Sans-regular.svg#NotoSans") format("svg");
  7. }
  8. @font-face {
  9. font-family:'Noto Sans';font-weight:700;font-style:normal;src:url("../fonts/Noto-Sans-700/Noto-Sans-700.eot");src:url("../fonts/Noto-Sans-700/Noto-Sans-700.eot?#iefix") format("embedded-opentype"),local("Noto Sans Bold"),local("Noto-Sans-700"),url("../fonts/Noto-Sans-700/Noto-Sans-700.woff2") format("woff2"),url("../fonts/Noto-Sans-700/Noto-Sans-700.woff") format("woff"),url("../fonts/Noto-Sans-700/Noto-Sans-700.ttf") format("truetype"),url("../fonts/Noto-Sans-700/Noto-Sans-700.svg#NotoSans") format("svg");
  10. }
  11. @font-face {
  12. font-family:'Noto Sans';font-weight:400;font-style:italic;src:url("../fonts/Noto-Sans-italic/Noto-Sans-italic.eot");src:url("../fonts/Noto-Sans-italic/Noto-Sans-italic.eot?#iefix") format("embedded-opentype"),local("Noto Sans Italic"),local("Noto-Sans-italic"),url("../fonts/Noto-Sans-italic/Noto-Sans-italic.woff2") format("woff2"),url("../fonts/Noto-Sans-italic/Noto-Sans-italic.woff") format("woff"),url("../fonts/Noto-Sans-italic/Noto-Sans-italic.ttf") format("truetype"),url("../fonts/Noto-Sans-italic/Noto-Sans-italic.svg#NotoSans") format("svg");
  13. }
  14. @font-face {
  15. font-family:'Noto Sans';font-weight:700;font-style:italic;src:url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot");src:url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot?#iefix") format("embedded-opentype"),local("Noto Sans Bold Italic"),local("Noto-Sans-700italic"),url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2") format("woff2"),url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff") format("woff"),url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf") format("truetype"),url("../fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg#NotoSans") format("svg");
  16. }
  17. .highlight table td {
  18. padding: 5px;
  19. }
  20. .highlight table pre {
  21. margin: 0;
  22. }
  23. .highlight .cm {
  24. color: #999988;
  25. font-style: italic;
  26. }
  27. .highlight .cp {
  28. color: #999999;
  29. font-weight: bold;
  30. }
  31. .highlight .c1 {
  32. color: #999988;
  33. font-style: italic;
  34. }
  35. .highlight .cs {
  36. color: #999999;
  37. font-weight: bold;
  38. font-style: italic;
  39. }
  40. .highlight .c,.highlight .cd {
  41. color: #999988;
  42. font-style: italic;
  43. }
  44. .highlight .err {
  45. color: #a61717;
  46. background-color: #e3d2d2;
  47. }
  48. .highlight .gd {
  49. color: #000000;
  50. background-color: #ffdddd;
  51. }
  52. .highlight .ge {
  53. color: #000000;
  54. font-style: italic;
  55. }
  56. .highlight .gr {
  57. color: #aa0000;
  58. }
  59. .highlight .gh {
  60. color: #999999;
  61. }
  62. .highlight .gi {
  63. color: #000000;
  64. background-color: #ddffdd;
  65. }
  66. .highlight .go {
  67. color: #888888;
  68. }
  69. .highlight .gp {
  70. color: #555555;
  71. }
  72. .highlight .gs {
  73. font-weight: bold;
  74. }
  75. .highlight .gu {
  76. color: #aaaaaa;
  77. }
  78. .highlight .gt {
  79. color: #aa0000;
  80. }
  81. .highlight .kc {
  82. color: #000000;
  83. font-weight: bold;
  84. }
  85. .highlight .kd {
  86. color: #000000;
  87. font-weight: bold;
  88. }
  89. .highlight .kn {
  90. color: #000000;
  91. font-weight: bold;
  92. }
  93. .highlight .kp {
  94. color: #000000;
  95. font-weight: bold;
  96. }
  97. .highlight .kr {
  98. color: #000000;
  99. font-weight: bold;
  100. }
  101. .highlight .kt {
  102. color: #445588;
  103. font-weight: bold;
  104. }
  105. .highlight .k,.highlight .kv {
  106. color: #000000;
  107. font-weight: bold;
  108. }
  109. .highlight .mf {
  110. color: #009999;
  111. }
  112. .highlight .mh {
  113. color: #009999;
  114. }
  115. .highlight .il {
  116. color: #009999;
  117. }
  118. .highlight .mi {
  119. color: #009999;
  120. }
  121. .highlight .mo {
  122. color: #009999;
  123. }
  124. .highlight .m,.highlight .mb,.highlight .mx {
  125. color: #009999;
  126. }
  127. .highlight .sb {
  128. color: #d14;
  129. }
  130. .highlight .sc {
  131. color: #d14;
  132. }
  133. .highlight .sd {
  134. color: #d14;
  135. }
  136. .highlight .s2 {
  137. color: #d14;
  138. }
  139. .highlight .se {
  140. color: #d14;
  141. }
  142. .highlight .sh {
  143. color: #d14;
  144. }
  145. .highlight .si {
  146. color: #d14;
  147. }
  148. .highlight .sx {
  149. color: #d14;
  150. }
  151. .highlight .sr {
  152. color: #009926;
  153. }
  154. .highlight .s1 {
  155. color: #d14;
  156. }
  157. .highlight .ss {
  158. color: #990073;
  159. }
  160. .highlight .s {
  161. color: #d14;
  162. }
  163. .highlight .na {
  164. color: #008080;
  165. }
  166. .highlight .bp {
  167. color: #999999;
  168. }
  169. .highlight .nb {
  170. color: #0086B3;
  171. }
  172. .highlight .nc {
  173. color: #445588;
  174. font-weight: bold;
  175. }
  176. .highlight .no {
  177. color: #008080;
  178. }
  179. .highlight .nd {
  180. color: #3c5d5d;
  181. font-weight: bold;
  182. }
  183. .highlight .ni {
  184. color: #800080;
  185. }
  186. .highlight .ne {
  187. color: #990000;
  188. font-weight: bold;
  189. }
  190. .highlight .nf {
  191. color: #990000;
  192. font-weight: bold;
  193. }
  194. .highlight .nl {
  195. color: #990000;
  196. font-weight: bold;
  197. }
  198. .highlight .nn {
  199. color: #555555;
  200. }
  201. .highlight .nt {
  202. color: #000080;
  203. }
  204. .highlight .vc {
  205. color: #008080;
  206. }
  207. .highlight .vg {
  208. color: #008080;
  209. }
  210. .highlight .vi {
  211. color: #008080;
  212. }
  213. .highlight .nv {
  214. color: #008080;
  215. }
  216. .highlight .ow {
  217. color: #000000;
  218. font-weight: bold;
  219. }
  220. .highlight .o {
  221. color: #000000;
  222. font-weight: bold;
  223. }
  224. .highlight .w {
  225. color: #bbbbbb;
  226. }
  227. .highlight {
  228. background-color: #f8f8f8;
  229. }
  230. body {
  231. background-color: #fff;
  232. padding: 0 50px;
  233. font: 14px/1.5 "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  234. color: #727272;
  235. font-weight: 400;
  236. }
  237. h1,h2,h3,h4,h5,h6 {
  238. color: #222;
  239. margin: 0 0 20px;
  240. }
  241. section h1,section h2,section h3,section h4,section h5,section h6 {
  242. margin: 20px 0 5px;
  243. }
  244. p,ul,ol,table,pre,dl {
  245. margin: 0 0 5px;
  246. }
  247. h1,h2,h3 {
  248. line-height: 1.1;
  249. }
  250. h1 {
  251. font-size: 28px;
  252. }
  253. h2 {
  254. color: #393939;
  255. }
  256. h3,h4,h5,h6 {
  257. color: #494949;
  258. }
  259. a {
  260. color: #ad22ad;
  261. text-decoration: none;
  262. font-weight: bold;
  263. }
  264. a:hover,a:focus {
  265. color: #b42bef;
  266. text-decoration:underline;
  267. }
  268. a small {
  269. font-size: 11px;
  270. color: #777;
  271. margin-top: -0.3em;
  272. display: block;
  273. }
  274. a:hover small {
  275. color: #777;
  276. }
  277. .wrapper {
  278. width: 1080px;
  279. margin: 0 auto;
  280. }
  281. blockquote {
  282. border-left: 1px solid #e5e5e5;
  283. margin: 0;
  284. padding: 0 0 0 20px;
  285. font-style: italic;
  286. }
  287. code,pre {
  288. font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, Consolas, Liberation Mono, DejaVu Sans Mono, Courier New, monospace;
  289. color: #333;
  290. font-size: 12px;
  291. }
  292. pre {
  293. padding: 8px 15px;
  294. background: #f8f8f8;
  295. border-radius: 5px;
  296. border: 1px solid #e5e5e5;
  297. overflow-x: auto;
  298. }
  299. table {
  300. width: 100%;
  301. border-collapse: collapse;
  302. }
  303. th,td {
  304. text-align: left;
  305. padding: 5px 10px;
  306. border-bottom: 1px solid #e5e5e5;
  307. }
  308. dt {
  309. color: #444;
  310. font-weight: 700;
  311. }
  312. th {
  313. color: #444;
  314. }
  315. img {
  316. max-width: 100%;
  317. }
  318. aside {
  319. width: 270px;
  320. float: left;
  321. position: fixed;
  322. -webkit-font-smoothing: subpixel-antialiased;
  323. }
  324. aside.bottom {
  325. bottom: 0px;
  326. }
  327. header ul {
  328. list-style: none;
  329. height: 40px;
  330. padding: 0;
  331. background: #f4f4f4;
  332. border-radius: 5px;
  333. border: 1px solid #e0e0e0;
  334. width: 270px;
  335. }
  336. header li {
  337. width: 89px;
  338. float: left;
  339. border-right: 1px solid #e0e0e0;
  340. height: 40px;
  341. }
  342. header li:first-child a {
  343. border-radius: 5px 0 0 5px;
  344. }
  345. header li:last-child a {
  346. border-radius: 0 5px 5px 0;
  347. }
  348. header ul a {
  349. line-height: 1;
  350. font-size: 11px;
  351. color: #676767;
  352. display: block;
  353. text-align: center;
  354. padding-top: 6px;
  355. height: 34px;
  356. }
  357. header ul a:hover,header ul a:focus {
  358. color: #675C5C;
  359. font-weight: bold;
  360. }
  361. header ul a:active {
  362. background-color: #f0f0f0;
  363. }
  364. strong {
  365. color: #222;
  366. font-weight: 700;
  367. }
  368. header ul li+li+li {
  369. border-right: none;
  370. width: 89px;
  371. }
  372. header ul a strong {
  373. font-size: 14px;
  374. display: block;
  375. color: #222;
  376. }
  377. header .logo {
  378. width: 150px;
  379. }
  380. .wrapper > section {
  381. padding-top: 30px;
  382. }
  383. section {
  384. width: 760px;
  385. float: right;
  386. padding-bottom: 50px;
  387. }
  388. section p {
  389. margin: 0 0 20px;
  390. }
  391. small {
  392. font-size: 11px;
  393. }
  394. hr {
  395. border: 0;
  396. background: #e5e5e5;
  397. height: 1px;
  398. margin: 0 0 20px;
  399. }
  400. footer {
  401. padding: 20px 0;
  402. }
  403. .site-nav .menu-icon { display: none; }
  404. .post-list {
  405. list-style-type: none;
  406. }
  407. .post-list .post-meta, .posts .post-meta {
  408. font-size: 18px;
  409. }
  410. .post-list .post-meta > a {
  411. font-weight: bold;
  412. }
  413. .post-title {
  414. font-weight: bold;
  415. margin-bottom: 0;
  416. }
  417. .post-meta .post-date {
  418. margin-left: 15px;
  419. }
  420. .post-date {
  421. color: #bd25bd;
  422. }
  423. .post .post-head {
  424. margin-bottom: 20px;
  425. }
  426. .quote {
  427. border-style: dashed;
  428. border-width: 2px;
  429. padding: 5px;
  430. border-color: purple;
  431. }
  432. .description .quote {
  433. background: #ab22ab30;
  434. color: #555;
  435. }
  436. .description h1:first-child {
  437. margin-bottom: 20px;
  438. }
  439. .relay-list {
  440. width: 75%;
  441. font-family: monospace;
  442. }
  443. .relay > td:first-child > span {
  444. font-weight: bold;
  445. }
  446. @media print, screen and (max-width: 1200px) {
  447. div.wrapper {
  448. width: 840px;
  449. }
  450. section {
  451. width: 560px;
  452. }
  453. header h1.logo {
  454. margin: 0;
  455. }
  456. header img.logo {
  457. width: 80px;
  458. }
  459. }
  460. @media print, screen and (max-width: 960px) {
  461. div.wrapper {
  462. width: auto;
  463. margin: 0;
  464. }
  465. header,section,footer,aside {
  466. float: none;
  467. position: static;
  468. width: auto;
  469. }
  470. header {
  471. padding-right: 320px;
  472. }
  473. section {
  474. border: 1px solid #e5e5e5;
  475. border-width: 1px 0;
  476. padding: 20px 0;
  477. margin: 0 0 20px;
  478. }
  479. header a small {
  480. display: inline;
  481. }
  482. header ul {
  483. position: absolute;
  484. right: 50px;
  485. top: 52px;
  486. }
  487. header img.logo {
  488. width: 50px;
  489. }
  490. .site-nav {
  491. position: fixed;
  492. z-index: 10;
  493. top: 14px;
  494. right: 60px;
  495. background-color: white;
  496. border-radius: 5px;
  497. border: 1px solid #e8e8e8;
  498. }
  499. .site-nav .menu-icon {
  500. display: block;
  501. font-size: 24px;
  502. color: #505050;
  503. float: right;
  504. width: 36px;
  505. text-align: center;
  506. line-height: 36px;
  507. }
  508. .site-nav .menu-icon svg { width: 18px; height: 16px; }
  509. .site-nav .trigger {
  510. clear: both;
  511. margin-bottom: 5px;
  512. display: none;
  513. }
  514. .site-nav:hover .trigger { display: block; }
  515. .site-nav .page-link {
  516. display: block;
  517. text-align: right;
  518. padding: 5px 10px;
  519. margin: 0;
  520. font-size: 16px;
  521. }
  522. .wrapper > section {
  523. padding-top: 0px;
  524. }
  525. .relay-list {
  526. width: auto;
  527. }
  528. .relay td {
  529. display: block;
  530. }
  531. .relay td:last-child {
  532. margin-bottom: 20px;
  533. }
  534. }
  535. @media print, screen and (max-width: 720px) {
  536. body {
  537. word-wrap: break-word;
  538. }
  539. header {
  540. padding: 0;
  541. }
  542. header ul,header p.view {
  543. position: static;
  544. }
  545. pre,code {
  546. word-wrap: normal;
  547. }
  548. }
  549. @media print, screen and (max-width: 480px) {
  550. body {
  551. padding: 15px;
  552. }
  553. header ul {
  554. width: 99%;
  555. }
  556. header li,header ul li+li+li {
  557. width: 33%;
  558. }
  559. header img.logo {
  560. width: 40px;
  561. }
  562. .site-nav {
  563. top: 25px;
  564. right: 25px;
  565. }
  566. .relay td a {
  567. overflow-wrap: anywhere;
  568. }
  569. }
  570. @media print {
  571. body {
  572. padding: 0.4in;
  573. font-size: 12pt;
  574. color: #444;
  575. }
  576. }