博客园样式备份

刺骨的言语ヽ痛彻心扉 2023-02-21 14:12 62阅读 0赞

css

  1. body {
  2. background: #fff;
  3. min-height: 100%;
  4. height: 100%;
  5. color: #314659!important;
  6. font-family: Lato,"PingFang SC","Microsoft YaHei",sans-serif!important
  7. }
  8. a {
  9. transition: all .3s ease!important
  10. }
  11. a:hover {
  12. color: #2D8CF0!important;
  13. text-decoration: none!important
  14. }
  15. #ad_c1,#ad_c2,#ad_t2,#author_profile,#blogCalendar,#blogTitle h2,#comment_form_container p:nth-of-type(3),#comments_pager_top,#green_channel,#homepage_top_pager,#sidebar_imagecategory,#sidebar_postarchive,#sidebar_recentcomments,#sidebar_recentposts,#sidebar_scorerank,#sidebar_search,#sidebar_search .catListTitle,#sidebar_shortcut,#sidebar_topcommentedposts,#tip_comment2,#under_post_kb,#under_post_news,.blogStats,.c_ad_block,.dayTitle {
  16. display: none
  17. }
  18. #home {
  19. width: 100%;
  20. height: 100%
  21. }
  22. #header {
  23. width: 960px;
  24. position: fixed;
  25. top: 0;
  26. right: 0;
  27. left: 0;
  28. margin: 0 auto;
  29. border-top: 0;
  30. background: #fff;
  31. opacity: .95;
  32. border-bottom: 1px #eef2f8 solid;
  33. padding-bottom: 0;
  34. display: block;
  35. height: 60px;
  36. z-index: 999
  37. }
  38. #header #blogTitle {
  39. position: relative;
  40. height: 60px
  41. }
  42. #header #blogTitle h1 {
  43. font-size: 25px;
  44. font-family: Georgia;
  45. width: auto;
  46. margin-left: 0;
  47. margin-top: 12px
  48. }
  49. #header #blogTitle h1 a {
  50. color: #404040
  51. }
  52. #header #navigator {
  53. height: inherit;
  54. position: absolute;
  55. right: 0;
  56. top: 0;
  57. background-color: transparent;
  58. display: inline-block;
  59. z-index: 999
  60. }
  61. #header #navList {
  62. height: inherit
  63. }
  64. #header #navList>li {
  65. position: relative
  66. }
  67. #header #navList>li:hover i {
  68. width: 100%;
  69. left: 0
  70. }
  71. #header #navList>li>a:active,#header #navList>li>a:link,#header #navList>li>a:visited {
  72. font-size: 17px;
  73. padding-top: 0;
  74. border-right: 0;
  75. color: #314659;
  76. display: block;
  77. font-weight: 300;
  78. width: auto;
  79. padding: 19px 16px;
  80. height: inherit;
  81. -webkit-transition: all .3s;
  82. transition: all .3s
  83. }
  84. #header #navList>li>a:hover {
  85. background: 0 0
  86. }
  87. #header #navList>li>i {
  88. width: 0;
  89. height: 4px;
  90. background-color: #2D8CF0;
  91. content: "";
  92. position: absolute;
  93. left: 50%;
  94. bottom: 0;
  95. transition: 1s
  96. }
  97. #header #navList .open {
  98. transform: rotate(180deg) scaleX(-1)
  99. }
  100. #header #navList .esa-sub-navs {
  101. background-color: #fff;
  102. position: absolute;
  103. width: 130px;
  104. top: 65px;
  105. left: calc(50% - 65px);
  106. border-radius: 3px;
  107. box-shadow: 0 1px 15px rgba(27,31,35,.15);
  108. display: none;
  109. padding: 10px
  110. }
  111. #header #navList .esa-sub-navs li {
  112. float: none
  113. }
  114. #header #navList .esa-sub-navs li a {
  115. font-size: 15px;
  116. border-right: 0;
  117. color: #314659;
  118. display: block;
  119. width: 100%;
  120. font-weight: 300;
  121. padding: 10px 0;
  122. height: inherit
  123. }
  124. #header #navList .esa-sub-navs li a:hover {
  125. background: 0 0;
  126. color: #2D8CF0
  127. }
  128. #main {
  129. width: 960px;
  130. margin: 0 auto;
  131. min-height: calc(100% - 135px);
  132. padding: 75px 10px 0 10px;
  133. animation-name: fadeIn;
  134. animation-duration: 1s;
  135. animation-iteration-count: 1;
  136. -webkit-animation-name: fadeIn;
  137. -webkit-animation-duration: 1s;
  138. -webkit-animation-iteration-count: 1
  139. }
  140. #main #mainContent {
  141. background-color: transparent
  142. }
  143. #main #mainContent .forFlow {
  144. margin: 0 auto;
  145. margin-left: 0;
  146. max-width: 960px
  147. }
  148. #sideBar {
  149. border-right: 1px solid #eef2f8;
  150. font-weight: 300;
  151. display: none;
  152. min-height: 750px;
  153. padding: 0 15px 0 0
  154. }
  155. #sideBar #profile_block {
  156. margin-top: 10px;
  157. font-size: 15px
  158. }
  159. #sideBar #profile_block #p_b_follow {
  160. margin-top: 10px
  161. }
  162. #sideBar #profile_block a {
  163. color: #314659
  164. }
  165. .catListTitle {
  166. position: relative;
  167. text-align: left;
  168. margin: 15px 0;
  169. /*padding-left: 15px;*/
  170. font-size: 20px;
  171. font-weight: 300;
  172. border-bottom: none;
  173. color: #b33b3b;
  174. }
  175. /*.catListTitle::before {
  176. content: "\1344";
  177. color: #314659;
  178. position: absolute;
  179. top: 1px;
  180. left: -2px
  181. }*/
  182. #sidebar_toptags li {
  183. font-size: 14px;
  184. height: 19px;
  185. line-height: 20px;
  186. white-space: nowrap;
  187. overflow: hidden;
  188. text-overflow: ellipsis;
  189. padding: 5px 8px;
  190. border: 1px solid #eef2f8;
  191. margin: 0 6px 6px 0;
  192. display: inline-grid;
  193. transition: all .3s;
  194. border-radius: 2px
  195. }
  196. #sidebar_toptags li a {
  197. color: #314659
  198. }
  199. #sidebar_toptags li:active,#sidebar_toptags li:link,#sidebar_toptags li:visited {
  200. border-color: #eef2f8
  201. }
  202. #sidebar_toptags li:hover {
  203. border-color: #2D8CF0
  204. }
  205. #sidebar_categories li {
  206. font-size: 15px;
  207. height: 40px;
  208. padding-left: 3px;
  209. line-height: 30px;
  210. white-space: nowrap;
  211. overflow: hidden;
  212. transition: all .5s;
  213. text-overflow: ellipsis;
  214. list-style: inside
  215. }
  216. #sidebar_categories li:hover {
  217. margin-left: 10px
  218. }
  219. #sidebar_categories li a {
  220. color: #314659
  221. }
  222. #sidebar_topdiggedposts li,#sidebar_topviewedposts li {
  223. font-size: 15px;
  224. padding: 10px 0;
  225. transition: all .3s;
  226. text-align: justify;
  227. border-bottom: 1px solid #eef2f8
  228. }
  229. #sidebar_topdiggedposts li a:active,#sidebar_topdiggedposts li a:hover,#sidebar_topdiggedposts li a:link,#sidebar_topdiggedposts li a:visited,#sidebar_topviewedposts li a:active,#sidebar_topviewedposts li a:hover,#sidebar_topviewedposts li a:link,#sidebar_topviewedposts li a:visited {
  230. color: #314659
  231. }
  232. #taglist_title,.PostListTitle,.entrylistTitle,.myposts_title,.thumbTitle {
  233. padding-bottom: 3px;
  234. padding-right: 10px;
  235. width: 100%;
  236. text-align: left;
  237. border-bottom: 0!important;
  238. font-size: 20px!important;
  239. font-weight: 300;
  240. margin-top: 15px
  241. }
  242. #myposts {
  243. margin-left: 0
  244. }
  245. #myposts .PostList {
  246. font-size: 14px;
  247. font-weight: 300;
  248. border-bottom: 1px solid #eef2f8;
  249. padding: 5px 0 9px 0;
  250. margin-right: 0
  251. }
  252. #myposts .pager:first-of-type {
  253. display: none
  254. }
  255. #myposts a:link,#myposts a:visited {
  256. color: #314659
  257. }
  258. #myposts .postDesc2 {
  259. color: inherit
  260. }
  261. .day,.entrylistItem {
  262. width: auto;
  263. border-bottom: 1px solid #eef2f8;
  264. padding: 10px 0 15px 0;
  265. text-align: justify
  266. }
  267. .day .postSeparator,.entrylistItem .postSeparator {
  268. margin-top: 15px;
  269. margin-bottom: 25px;
  270. border-top: 1px solid #eef2f8
  271. }
  272. .day .postTitle,.entrylist .entrylistPosttitle {
  273. font-size: 20px;
  274. font-weight: 300;
  275. font-family: inherit;
  276. padding-left: 0;
  277. border-bottom: none
  278. }
  279. .day .postTitle a,.entrylist .entrylistPosttitle a {
  280. color: #314659
  281. }
  282. .day .postCon,.entrylist .entrylistPostSummary {
  283. font-size: 16px;
  284. font-weight: 300;
  285. font-family: inherit;
  286. padding-left: 0
  287. }
  288. .day .postCon .c_b_p_desc img,.entrylist .entrylistPostSummary .c_b_p_desc img {
  289. height: 100px;
  290. margin-left: 10px
  291. }
  292. .day .postCon .c_b_p_desc a,.entrylist .entrylistPostSummary .c_b_p_desc a {
  293. border: 1px solid;
  294. border-radius: 3px;
  295. padding: 2px 9px;
  296. font-size: 13px;
  297. margin-top: 10px;
  298. text-decoration: none;
  299. display: table;
  300. color: #314659;
  301. border-color: #314659
  302. }
  303. .day .postCon .c_b_p_desc a:after,.entrylist .entrylistPostSummary .c_b_p_desc a:after {
  304. content: " »"
  305. }
  306. .day .postCon .c_b_p_desc a:hover,.entrylist .entrylistPostSummary .c_b_p_desc a:hover {
  307. color: #2D8CF0!important;
  308. border: 1px solid #2D8CF0
  309. }
  310. .day .postDesc,.entrylist .entrylistItemPostDesc,.post .postDesc {
  311. font-size: 13px;
  312. font-weight: 300;
  313. padding-right: 0!important;
  314. color: #314659!important
  315. }
  316. .day .postDesc a,.entrylist .entrylistItemPostDesc a,.post .postDesc a {
  317. color: #314659
  318. }
  319. .entrylistDescription {
  320. color: #314659;
  321. font-size: 13px;
  322. font-weight: 300;
  323. padding-right: 0
  324. }
  325. #topics .postTitle {
  326. font-size: 40px;
  327. font-weight: 300;
  328. /*padding-left: 40%;*/
  329. border-bottom: none
  330. }
  331. #topics .postTitle a {
  332. color: #314659
  333. }
  334. #topics .postBody {
  335. font-weight: 300;
  336. font-size: 16px;
  337. padding: 10px 0;
  338. line-height: 1.75;
  339. color: #314659;
  340. border-bottom: 1px solid #eef2f8
  341. }
  342. #topics .postBody a:active,#topics .postBody a:link,#topics .postBody a:visited {
  343. color: #2D8CF0;
  344. text-decoration: none
  345. }
  346. #topics .postBody h1 {
  347. font-size: 24px!important;
  348. color: #314659;
  349. padding: 0px 0px 0px 40px;
  350. }
  351. #topics .postBody h1::before
  352. {
  353. display: block;
  354. content: url("https://blogcdq.oss-cn-beijing.aliyuncs.com/image/other/head1.png");
  355. position: absolute;
  356. margin-left: -40px;
  357. margin-top: 1px;
  358. /*color: #EE7942;*/
  359. color: #000066;
  360. }
  361. @media only screen and (max-width: 992px) {
  362. #topics .postBody h1::before{
  363. display: block;
  364. padding: 0px;
  365. content: " ";
  366. }
  367. }
  368. @media only screen and (max-width: 992px) {
  369. #topics .postBody h1{
  370. padding: 0px;
  371. }
  372. }
  373. #topics .postBody h1 a:not([class=esa-anchor]) {
  374. color: inherit!important;
  375. text-decoration: underline
  376. }
  377. #topics .postBody h2 {
  378. font-size: 20px!important;
  379. /*color: #314659*/
  380. color: #314659;
  381. border-style:dotted;
  382. border-top-width: 0px;
  383. border-right-width: 0px;
  384. border-bottom-width: 1px;
  385. border-left-width: 0px;
  386. border-bottom-color: rgb(211, 211, 219);
  387. }
  388. #topics .postBody h2 a:not([class=esa-anchor]) {
  389. color: inherit!important;
  390. text-decoration: underline
  391. }
  392. #topics .postBody h3 {
  393. font-size: 16px!important;
  394. border-style: solid;
  395. border-top-width: 0px;
  396. border-right-width: 0px;
  397. border-bottom-width: 0px;
  398. border-left-width: 4px;
  399. border-color: #167cce;
  400. border-radius: 0px;
  401. font-weight: bold;
  402. margin: 40px 0 15px 0 !important;
  403. padding: 0 0 0 8px;
  404. }
  405. #topics .postBody h3 a:not([class=esa-anchor]) {
  406. color: inherit!important;
  407. text-decoration: underline
  408. }
  409. #topics .postBody h4 {
  410. font-size: 18px!important;
  411. color: #314659
  412. }
  413. #topics .postBody h4 a:not([class=esa-anchor]) {
  414. color: inherit!important;
  415. text-decoration: underline
  416. }
  417. #topics .postBody h5 {
  418. font-size: 17px!important;
  419. color: #314659
  420. }
  421. #topics .postBody h5 a:not([class=esa-anchor]) {
  422. color: inherit!important;
  423. text-decoration: underline
  424. }
  425. #topics .postBody h6 {
  426. font-size: 16px!important;
  427. color: #314659
  428. }
  429. #topics .postBody h6 a:not([class=esa-anchor]) {
  430. color: inherit!important;
  431. text-decoration: underline
  432. }
  433. #topics .postBody p {
  434. margin: 13px auto
  435. }
  436. #topics .postBody hr {
  437. border-left: none;
  438. border-right: none;
  439. border-top: none;
  440. border-bottom: 1px solid #eef2f8
  441. }
  442. #topics .postBody blockquote {
  443. border: none;
  444. color: #666;
  445. margin: 20px 0;
  446. padding: 0 0 0 10px;
  447. min-height: 20px;
  448. background: 0 0;
  449. line-height: inherit;
  450. border-left: 4px solid #42b983;
  451. padding: 0.1rem 0.8rem 0.2rem 0.8rem;
  452. background-color: rgba(66, 185, 131, .1);
  453. }
  454. #topics .postBody em {
  455. padding-right: 3px
  456. }
  457. #topics .postBody strong {
  458. margin: 0 3px;
  459. font-weight: 500;
  460. color: #0f1011;
  461. }
  462. #topics .postBody img {
  463. max-width: 960px!important;
  464. display: block;
  465. margin: 15px 0 30px 0;
  466. border-radius: 3px;
  467. box-shadow: 0 1px 15px rgba(27,31,35,.15),0 0 1px rgba(106,115,125,.35)
  468. }
  469. #topics .postBody ol li,#topics .postBody ul li {
  470. margin: 3px 0;
  471. font-size: 16px;
  472. color: #314659
  473. }
  474. #topics .postBody ol li p,#topics .postBody ul li p {
  475. margin: 0!important
  476. }
  477. #topics .postBody table {
  478. font-size: 13px;
  479. border-collapse: collapse;
  480. border-spacing: 0;
  481. empty-cells: show;
  482. border: 1px solid #eef2f8;
  483. width: 100%;
  484. margin: 13px 0
  485. }
  486. #topics .postBody table th {
  487. font-family: inherit;
  488. font-size: inherit;
  489. background: #f7f7f7!important;
  490. white-space: nowrap;
  491. font-weight: 600;
  492. border: 1px solid #eef2f8!important;
  493. padding: 8px 16px!important
  494. }
  495. #topics .postBody table td {
  496. border: 1px solid #eef2f8!important;
  497. padding: 8px 16px!important
  498. }
  499. #topics .postBody h1 code,#topics .postBody h2 code,#topics .postBody h3 code,#topics .postBody h4 code,#topics .postBody h5 code,#topics .postBody h6 code,#topics .postBody li code,#topics .postBody table code {
  500. color: #314659;
  501. line-height: 1;
  502. font-family: consolas!important;
  503. vertical-align: middle;
  504. margin: 0 3px;
  505. background: #f2f4f5!important;
  506. font-size: 14px!important;
  507. padding: .2em .3em!important;
  508. border-radius: 3px!important;
  509. border: 1px solid #eee!important
  510. }
  511. #topics .postBody p code{
  512. color: #dd0055;
  513. line-height: 1;
  514. font-family: consolas !important;
  515. vertical-align: middle;
  516. margin: 0 3px;
  517. background: #f2f4f5 !important;
  518. font-size: 14px !important;
  519. padding: .2em .3em !important;
  520. border-radius: 3px !important;
  521. border: 1px solid #eee !important;
  522. }
  523. #topics .postBody #BlogPostCategory {
  524. font-size: 14px;
  525. margin-bottom: 0
  526. }
  527. #topics .postBody #BlogPostCategory a {
  528. margin-left: 5px
  529. }
  530. #topics .postBody #EntryTag {
  531. font-size: 14px
  532. }
  533. #topics .postBody #EntryTag a {
  534. color: #2D8CF0
  535. }
  536. #topics .postBody #post_next_prev {
  537. font-size: 13px
  538. }
  539. .cnblogs_code {
  540. background-color: #f2f4f5;
  541. padding-left: 1em;
  542. padding-right: 1em;
  543. border: none!important;
  544. border-radius: 3px!important;
  545. font-family: Lucida Console,Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace!important
  546. }
  547. .cnblogs_code div {
  548. background-color: transparent;
  549. color: #656c73
  550. }
  551. .cnblogs_code img {
  552. margin: 0!important
  553. }
  554. .cnblogs_code pre {
  555. color: #656c73;
  556. font-family: inherit!important
  557. }
  558. .cnblogs_code pre span {
  559. font-family: inherit!important;
  560. color: inherit!important
  561. }
  562. .cnblogs_code textarea {
  563. font-family: inherit!important;
  564. padding: 5px;
  565. border: 1px solid #3e4c42;
  566. color: #c5d4ef;
  567. background-color: #282c34
  568. }
  569. .cnblogs_code textarea:focus {
  570. outline: 0
  571. }
  572. .cnblogs_code .code_img_closed,.cnblogs_code .code_img_opened {
  573. display: none!important
  574. }
  575. .cnblogs_code .cnblogs_code_toolbar {
  576. width: 20px
  577. }
  578. .cnblogs_code .cnblogs_code_toolbar span {
  579. padding-right: 0
  580. }
  581. .cnblogs_code .cnblogs_code_toolbar a:link img {
  582. background-color: transparent!important
  583. }
  584. .cnblogs_code .cnblogs_code_collapse {
  585. color: #656c73;
  586. border: 1px solid #989fa6;
  587. border-radius: 2px;
  588. background-color: transparent;
  589. display: inline-block;
  590. cursor: pointer;
  591. padding: 5px 5px 2px 5px
  592. }
  593. .github-corner svg {
  594. fill: #2D8CF0
  595. }
  596. #footer {
  597. border-top: 1px solid #eef2f8;
  598. font-size: 13px;
  599. font-weight: 300;
  600. margin: 10px 0 0 0;
  601. padding: 10px 0
  602. }
  603. #footer .esa-copyright a {
  604. color: #314659
  605. }
  606. .cnblogs-markdown pre {
  607. white-space: pre!important;
  608. position: relative!important
  609. }
  610. #taglist_main {
  611. margin-top: 0
  612. }
  613. #taglist_main table {
  614. width: 100%
  615. }
  616. #taglist_main table tr td {
  617. padding: 5px 20px 5px 0
  618. }
  619. #taglist_main table tr td .small {
  620. display: none
  621. }
  622. #taglist_main table tr td a {
  623. display: block;
  624. font-size: 14px;
  625. padding: 5px;
  626. font-weight: 300;
  627. height: 19px;
  628. line-height: 20px;
  629. text-align: center;
  630. border: 1px solid #eef2f8;
  631. border-radius: 2px;
  632. color: #314659
  633. }
  634. #taglist_main table tr td a:hover {
  635. color: #2D8CF0!important;
  636. border: 1px solid #2D8CF0;
  637. text-decoration: none
  638. }
  639. .topicListFooter {
  640. margin-right: 0
  641. }
  642. #nav_next_page,.pager {
  643. margin-right: 0;
  644. color: #314659
  645. }
  646. #nav_next_page a,.pager a {
  647. padding: 3px 7px;
  648. border: 1px solid #314659;
  649. border-radius: 2px;
  650. margin: 0 3px;
  651. text-decoration: none;
  652. color: inherit;
  653. transition: border .2s ease-in-out,color .2s ease-in-out
  654. }
  655. #nav_next_page a:hover,.pager a:hover {
  656. color: #2D8CF0;
  657. border: 1px solid #2D8CF0
  658. }
  659. .pager span.current {
  660. padding: 3px 7px;
  661. border: 1px solid #2D8CF0;
  662. border-radius: 4px;
  663. font-family: Monospaced Number;
  664. margin: 0 3px;
  665. text-decoration: none;
  666. background-color: #2D8CF0
  667. }
  668. .esa-clipboard-button {
  669. font-size: 12px;
  670. cursor: pointer;
  671. position: absolute;
  672. right: 13px;
  673. top: 10px;
  674. box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
  675. color: #314659;
  676. padding: 0 6px;
  677. border-radius: 5px
  678. }
  679. .esa-toolbar {
  680. position: fixed;
  681. display: grid;
  682. z-index: 999;
  683. bottom: 30px;
  684. right: 30px
  685. }
  686. .esa-toolbar .esa-toolbar-contents,.esa-toolbar .esa-toolbar-follow,.esa-toolbar .esa-toolbar-gotop {
  687. height: 45px;
  688. width: 45px;
  689. font-weight: 400;
  690. position: relative;
  691. outline: 0;
  692. cursor: pointer;
  693. border: 1px solid transparent;
  694. transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear;
  695. margin-top: 5px;
  696. border-color: #eef2f8;
  697. background-color: #fff;
  698. background-position: center;
  699. background-repeat: no-repeat;
  700. border-radius: 6px;
  701. }
  702. .esa-toolbar .esa-toolbar-contents:hover,.esa-toolbar .esa-toolbar-follow:hover,.esa-toolbar .esa-toolbar-gotop:hover {
  703. color: #2D8CF0;
  704. border-color: #2D8CF0
  705. }
  706. .esa-toolbar .esa-toolbar-gotop {
  707. display: none;
  708. background-image: url(https://pagepig.oss-cn-hangzhou.aliyuncs.com/top2.svg);
  709. }
  710. .esa-toolbar .esa-toolbar-contents {
  711. background-image: url(https://pagepig.oss-cn-hangzhou.aliyuncs.com/toc2.svg);
  712. }
  713. .esa-toolbar .esa-toolbar-follow {
  714. background-image: url(https://pagepig.oss-cn-hangzhou.aliyuncs.com/guanzhu2.svg);
  715. }
  716. .esa-profile-avatar {
  717. margin-top: 15px;
  718. border-radius: 3px;
  719. width: 100%
  720. }
  721. .esa-follow-button {
  722. z-index: 999;
  723. display: none;
  724. position: fixed;
  725. bottom: 30px;
  726. right: 30px;
  727. height: 45px;
  728. width: 45px;
  729. font-weight: 400;
  730. outline: 0;
  731. cursor: pointer;
  732. border: 1px solid transparent;
  733. white-space: nowrap;
  734. -webkit-user-select: none;
  735. -moz-user-select: none;
  736. -ms-user-select: none;
  737. user-select: none;
  738. font-size: 12px;
  739. border-radius: 50px;
  740. color: #515a6e;
  741. background-color: #fff;
  742. border-color: #dcdee2
  743. }
  744. .esa-follow-button:hover {
  745. color: #2D8CF0;
  746. border-color: #2D8CF0;
  747. background-color: #fff
  748. }
  749. .esa-mobile-menu {
  750. display: none;
  751. position: fixed;
  752. top: 7px;
  753. right: 15px;
  754. z-index: 941113;
  755. font-size: 1.5em;
  756. cursor: pointer;
  757. color: #7f7f7f
  758. }
  759. .esa-mobile-menu:after {
  760. content: "\2630";
  761. font-size: 1.5em;
  762. font-family: fontello
  763. }
  764. .esa-search-btn {
  765. display: block;
  766. padding: 14px 0;
  767. cursor: pointer
  768. }
  769. .esa-search-close {
  770. display: none;
  771. padding: 14px 0;
  772. cursor: pointer
  773. }
  774. .esa-search-box {
  775. display: none;
  776. position: fixed;
  777. top: 61px;
  778. height: auto;
  779. padding: 10px 0;
  780. background-color: #fff;
  781. width: 960px;
  782. text-align: center;
  783. border-bottom: 1px #eef2f8 solid;
  784. z-index: 999
  785. }
  786. .esa-search-box .input_my_zzk {
  787. color: #314659;
  788. border: solid 1px #eef2f8;
  789. width: 45%;
  790. height: 32px;
  791. padding: 0 7px;
  792. border-right: none;
  793. font-size: 16px;
  794. font-weight: 300;
  795. border-radius: 2px 0 0 2px;
  796. outline: 0;
  797. background-color: #fff
  798. }
  799. .esa-search-box .btn_my_zzk {
  800. height: 34px;
  801. font-size: 14px;
  802. font-weight: 300;
  803. margin-left: -5px;
  804. background-color: #2D8CF0;
  805. border: none;
  806. color: #fff;
  807. cursor: pointer;
  808. width: 75px;
  809. outline: 0
  810. }
  811. .esa-catalog {
  812. position: fixed;
  813. top: 120px;
  814. right: 1px;
  815. width: auto;
  816. height: auto;
  817. z-index: 1000
  818. }
  819. .esa-catalog-title {
  820. cursor: move;
  821. padding-left: 12px;
  822. width: 100%;
  823. height: 35px;
  824. line-height: 36px;
  825. border-bottom: 1px solid #eef2f8;
  826. font-size: 12px;
  827. font-weight: 600;
  828. color: #314659
  829. }
  830. .esa-catalog-title:before {
  831. margin-left: 0px
  832. }
  833. .esa-catalog-close {
  834. position: absolute;
  835. right: 15px;
  836. top: 10px;
  837. cursor: pointer
  838. }
  839. .esa-catalog-contents {
  840. overflow: hidden;
  841. display: none;
  842. color: #314659;
  843. border: 1px solid #eef2f8;
  844. min-width: 150px;
  845. opacity: 1;
  846. font-size: 14px;
  847. font-weight: 300;
  848. background-color: #fff;
  849. z-index: 19941112;
  850. }
  851. .esa-catalog-contents ul {
  852. padding: 10px 15px;
  853. max-height: 350px;
  854. overflow-y: auto
  855. }
  856. .esa-catalog-contents ul li {
  857. margin-top: 5px;
  858. max-width: 160px;
  859. white-space: nowrap;
  860. overflow: hidden;
  861. text-overflow: ellipsis;
  862. cursor: pointer;
  863. color: #314659
  864. }
  865. .esa-catalog-contents ul li code {
  866. font-family: inherit
  867. }
  868. .esa-catalog-contents ul li a:hover {
  869. color: #2D8CF0;
  870. text-decoration: none
  871. }
  872. .esa-catalog-contents ul li .level1 {
  873. margin-left: 0
  874. }
  875. .esa-catalog-contents ul li .level2 {
  876. margin-left: 10px
  877. }
  878. .esa-catalog-contents ul li .level3 {
  879. margin-left: 26px
  880. }
  881. .esa-anchor {
  882. opacity: 0;
  883. -webkit-transition: opacity .3s ease;
  884. transition: opacity .3s ease;
  885. margin-left: 8px
  886. }
  887. .esa-post-signature {
  888. padding: 12px 24px 12px 30px;
  889. margin-top: 15px;
  890. margin-left: 5px;
  891. border-left-width: 4px;
  892. font-size: 15px;
  893. line-height: 2;
  894. border-left-style: solid;
  895. background-color: #f8f8f8;
  896. position: relative;
  897. border-bottom-right-radius: 2px;
  898. border-top-right-radius: 2px;
  899. border-left-color: #2D8CF0;
  900. z-index: 1
  901. }
  902. .esa-post-signature:before {
  903. content: "!";
  904. background-color: #2D8CF0;
  905. position: absolute;
  906. top: 25px;
  907. left: -12px;
  908. color: #fff;
  909. width: 20px;
  910. height: 20px;
  911. border-radius: 100%;
  912. text-align: center;
  913. line-height: 20px;
  914. font-weight: 700;
  915. font-size: 14px
  916. }
  917. .esa-post-signature p {
  918. margin: 0!important
  919. }
  920. .esa-post-signature a {
  921. color: #314659!important
  922. }
  923. .esa-layer {
  924. position: fixed;
  925. top: 70px;
  926. text-align: center;
  927. line-height: 25px;
  928. font-size: 15px;
  929. font-family: inherit;
  930. width: 100%;
  931. display: none;
  932. z-index: 9999998
  933. }
  934. .esa-layer-content {
  935. position: relative;
  936. background: rgba(0,0,0,.7);
  937. max-width: 250px;
  938. padding: 5px 10px;
  939. font-size: 14px;
  940. border-radius: 5px;
  941. color: #e0e0e0;
  942. display: inline-block;
  943. }
  944. #div_digg {
  945. position: static;
  946. float: none;
  947. margin: 35px auto 85px auto;
  948. z-index: -1;
  949. width: 200px
  950. }
  951. #div_digg .buryit,#div_digg .diggit {
  952. background: #fff;
  953. margin: 0;
  954. display: inline-block;
  955. width: auto;
  956. height: 32px;
  957. border-width: 0;
  958. cursor: pointer;
  959. color: #fff;
  960. user-select: none;
  961. padding: 0 10px;
  962. border-radius: 5px;
  963. transition: color .2s linear,background-color .2s linear,border .2s linear,box-shadow .2s linear
  964. }
  965. #div_digg .diggit {
  966. background-color: #18b566;
  967. border-color: #18b566
  968. }
  969. #div_digg .diggit:hover {
  970. background-color: #47cb89;
  971. border-color: #47cb89
  972. }
  973. #div_digg .buryit {
  974. background-color: #ed4014;
  975. border-color: #ed4014
  976. }
  977. #div_digg .buryit:hover {
  978. background-color: #f16643;
  979. border-color: #f16643
  980. }
  981. #div_digg .buryit .burynum,#div_digg .diggit .diggnum {
  982. color: snow;
  983. display: inline-block;
  984. font-size: 15px;
  985. position: relative;
  986. top: 5px;
  987. width: 65px
  988. }
  989. #div_digg .diggit .diggnum:before {
  990. content: "\63a8\8350";
  991. font-size: 15px;
  992. margin-right: 5px
  993. }
  994. #div_digg .buryit .burynum:before {
  995. content: "\53cd\5bf9";
  996. font-size: 15px;
  997. margin-right: 5px
  998. }
  999. .feedbackItem .feedbackListSubtitle {
  1000. color: transparent
  1001. }
  1002. .feedbackItem .feedbackListSubtitle .sendMsg2This {
  1003. background: 0 0;
  1004. padding-left: 0;
  1005. font-size: 15px
  1006. }
  1007. .feedbackItem .feedbackListSubtitle .sendMsg2This::before {
  1008. content: "✉️"
  1009. }
  1010. .feedbackItem a {
  1011. color: #314659
  1012. }
  1013. .feedbackItem .louzhu {
  1014. background: #2D8CF0!important;
  1015. color: #fff;
  1016. border-radius: 2px;
  1017. margin: 0 2px;
  1018. padding: 0 6px 2px 6px!important
  1019. }
  1020. .feedbackItem .comment_date {
  1021. color: #666
  1022. }
  1023. .feedbackItem .comment_quote {
  1024. border: 1px dashed #2D8CF0;
  1025. border-radius: 3px
  1026. }
  1027. #comment_nav {
  1028. visibility: hidden
  1029. }
  1030. .feedbackItem .feedbackCon {
  1031. background: 0 0;
  1032. padding: 10px 0 10px 0;
  1033. border-bottom: 1px solid #eef2f8
  1034. }
  1035. .feedbackItem .feedbackCon .esa-comment-avatar {
  1036. float: left
  1037. }
  1038. .feedbackItem .feedbackCon .esa-comment-avatar img {
  1039. border-radius: 50%;
  1040. transition: all .5s ease-out;
  1041. -webkit-transition: all .6s ease-out;
  1042. -moz-transition: all .5s ease-out;
  1043. -ms-transition: all .5s ease-out;
  1044. -o-transition: all .5s ease-out
  1045. }
  1046. .feedbackItem .feedbackCon .esa-comment-avatar img:hover {
  1047. -webkit-transform: rotateZ(360deg);
  1048. -moz-transform: rotateZ(360deg);
  1049. -ms-transform: rotateZ(360deg);
  1050. -o-transform: rotateZ(360deg);
  1051. transform: rotateZ(360deg)
  1052. }
  1053. .feedbackItem .feedbackCon .blog_comment_body {
  1054. font-size: 14px;
  1055. font-weight: 300;
  1056. border-radius: 3px;
  1057. padding: 10px;
  1058. margin-left: 55px;
  1059. color: #314659;
  1060. background-color: rgba(193,193,193,.2)
  1061. }
  1062. .feedbackItem .feedbackCon .blog_comment_body a {
  1063. color: #2D8CF0
  1064. }
  1065. .feedbackItem .feedbackCon .blog_comment_body img {
  1066. border-radius: 3px
  1067. }
  1068. .feedbackItem .feedbackCon .comment_vote {
  1069. margin-top: 12px
  1070. }
  1071. .feedback_area_title {
  1072. border-bottom: 1px solid #eef2f8;
  1073. margin-bottom: 15px;
  1074. font-size: 20px;
  1075. font-weight: 300;
  1076. padding-left: 0;
  1077. padding-bottom: 5px
  1078. }
  1079. .commentform #commentform_title {
  1080. background-image: none;
  1081. padding-left: 0;
  1082. font-size: 20px
  1083. }
  1084. .commentform #tip_comment {
  1085. color: #f37f7f!important;
  1086. margin: 15px 0;
  1087. display: block
  1088. }
  1089. .commentform .commentbox_title {
  1090. border-bottom: 1px solid #eef2f8;
  1091. font-size: 14px;
  1092. font-weight: 300
  1093. }
  1094. .commentform .commentbox_title .commentbox_title_left .commentbox_tab.active,.commentform .commentbox_title .commentbox_title_left .commentbox_tab:hover {
  1095. border-bottom: 2px solid #2D8CF0;
  1096. color: #2D8CF0
  1097. }
  1098. .commentform .commentbox_title .commentbox_title_right .comment_svg:hover,.commentform .commentbox_title .commentbox_title_right .comment_svg_stroke:hover {
  1099. fill: #2D8CF0
  1100. }
  1101. .commentform .comment_textarea {
  1102. width: 100%;
  1103. border: 1px solid #eef2f8;
  1104. background-color: transparent;
  1105. color: #314659
  1106. }
  1107. .commentform .comment_textarea:focus {
  1108. outline: 0
  1109. }
  1110. .commentform .comment_textarea:hover {
  1111. border-color: #2D8CF0
  1112. }
  1113. .commentform #tbCommentBody {
  1114. color: #314659;
  1115. background-color: transparent
  1116. }
  1117. .commentform .feedbackCon {
  1118. border-bottom: 1px solid #eef2f8;
  1119. background: 0 0;
  1120. padding: 0
  1121. }
  1122. .commentform .comment_preview p {
  1123. font-size: 15px;
  1124. font-weight: 300
  1125. }
  1126. .commentform #commentbox_opt {
  1127. display: block
  1128. }
  1129. .commentform #commentbox_opt a {
  1130. color: #314659
  1131. }
  1132. .commentform #btn_comment_submit {
  1133. width: auto;
  1134. height: auto;
  1135. border-width: 0;
  1136. cursor: pointer;
  1137. color: #fff;
  1138. background-color: #2D8CF0;
  1139. border-color: #2D8CF0;
  1140. font-weight: 300;
  1141. user-select: none;
  1142. padding: 5px 20px;
  1143. font-size: 12px;
  1144. border-radius: 5px;
  1145. outline: 0;
  1146. transition: all .3s
  1147. }
  1148. .commentform #btn_comment_submit:hover {
  1149. opacity: .7
  1150. }
  1151. .commentform .comment_my_posted>img {
  1152. display: none
  1153. }
  1154. .commentform .comment_my_posted>a b {
  1155. font-size: 16px;
  1156. font-weight: 300
  1157. }
  1158. .commentform .bq_post_comment {
  1159. margin-top: 5px;
  1160. font-size: 13px;
  1161. display: block;
  1162. color: #314659;
  1163. background-color: rgba(193,193,193,.2);
  1164. border: none;
  1165. border-radius: 3px
  1166. }
  1167. .github-corner:hover .octo-arm {
  1168. animation: octocat-wave 560ms ease-in-out
  1169. }
  1170. @keyframes octocat-wave {
  1171. 0%,100% {
  1172. transform: rotate(0)
  1173. }
  1174. 20%,60% {
  1175. transform: rotate(-25deg)
  1176. }
  1177. 40%,80% {
  1178. transform: rotate(10deg)
  1179. }
  1180. }
  1181. ::-webkit-scrollbar {
  1182. width: 3px;
  1183. height: 3px
  1184. }
  1185. ::-webkit-scrollbar-thumb {
  1186. border-radius: 1px;
  1187. box-shadow: inset 0 0 5px #314659;
  1188. background: #314659
  1189. }
  1190. ::-webkit-scrollbar-track {
  1191. background: 0 0;
  1192. border-radius: 1px
  1193. }
  1194. ::-moz-selection,::selection {
  1195. color: #2D8CF0
  1196. }
  1197. @keyframes fadeIn {
  1198. 0% {
  1199. opacity: 0
  1200. }
  1201. 100% {
  1202. opacity: 1
  1203. }
  1204. }
  1205. @media screen and (min-width:768px) and (max-width:980px) {
  1206. #blog-comments-placeholder,#comment_form {
  1207. padding: 10px;
  1208. margin-left: 0
  1209. }
  1210. }
  1211. @media only screen and (max-width:767px) {
  1212. #home {
  1213. font-size: 12px!important
  1214. }
  1215. #mainContent .forFlow {
  1216. padding-top: 15px
  1217. }
  1218. #sideBar,.esa-catalog,.postDesc {
  1219. display: none
  1220. }
  1221. .postBody {
  1222. padding: 0!important
  1223. }
  1224. #main {
  1225. margin-top: 60px;
  1226. padding: 0 15px!important
  1227. }
  1228. #topics .postTitle {
  1229. padding-left: 0!important;
  1230. padding-top: 10px
  1231. }
  1232. #cnblogs_post_body table {
  1233. display: table!important
  1234. }
  1235. #cnblogs_post_body img {
  1236. width: 100%;
  1237. box-shadow: 0 0 10px #c4c4c4;
  1238. max-width: none!important
  1239. }
  1240. #comment_nav,#commentbox_main {
  1241. margin: 0
  1242. }
  1243. #comment_form {
  1244. padding: 5px;
  1245. margin-left: 0
  1246. }
  1247. .esa-mobile-menu {
  1248. display: block
  1249. }
  1250. .forFlow {
  1251. margin-right: 0;
  1252. margin-left: 0!important
  1253. }
  1254. #header {
  1255. width: auto
  1256. }
  1257. #header #navigator {
  1258. display: none;
  1259. width: 100%;
  1260. margin-top: 60px
  1261. }
  1262. #navList {
  1263. width: inherit
  1264. }
  1265. #navList li {
  1266. float: none
  1267. }
  1268. #navList li #blog_nav_tags {
  1269. display: block!important
  1270. }
  1271. #navList a:active,#navList a:link,#navList a:visited {
  1272. width: 100%;
  1273. background-color: #2c3e50;
  1274. color: #fff!important;
  1275. padding: 15px 0
  1276. }
  1277. #navList a:hover {
  1278. color: #2D8CF0;
  1279. background-color: #2c3e50!important
  1280. }
  1281. .feedbackItem .feedbackManage {
  1282. width: auto
  1283. }
  1284. .github-corner {
  1285. display: none
  1286. }
  1287. }
  1288. @media only screen and (max-width:410px) {
  1289. #div_digg {
  1290. display: grid;
  1291. width: 100%
  1292. }
  1293. #div_digg .buryit,#div_digg .diggit,#div_digg .favorite {
  1294. margin: 5px 0
  1295. }
  1296. }[data-tips] {
  1297. overflow: hidden
  1298. }[data-tips]:hover {
  1299. overflow: visible
  1300. }[data-tips]::after,[data-tips]::before {
  1301. position: absolute;
  1302. transition: all .3s;
  1303. transform: translate3d(-50%,0,0);
  1304. opacity: 0;
  1305. left: 37px;
  1306. z-index: 10
  1307. }[data-tips]::before {
  1308. content: attr(data-tips);
  1309. border-radius: 6px;
  1310. background-color: rgba(100,100,100,.8);
  1311. color: #fff;
  1312. height: 24px;
  1313. line-height: 24px;
  1314. padding: 0 6px;
  1315. font-size: 12px;
  1316. white-space: nowrap;
  1317. top: -24px;
  1318. left: 50%
  1319. }[data-tips]::after {
  1320. content: "";
  1321. border: 5px solid #333;
  1322. border-color: rgba(100,100,100,.8) transparent transparent transparent;
  1323. top: 0;
  1324. left: 50%
  1325. }[data-tips]:hover::after,[data-tips]:hover::before {
  1326. opacity: 1
  1327. }[data-tips]:hover::after,[data-tips]:hover::before {
  1328. transform: translate3d(-50%,-7px,0)
  1329. }
  1330. .esa-sponsor {
  1331. position: relative;
  1332. width: 100%;
  1333. margin-top: 70px;
  1334. height: 160px
  1335. }
  1336. .esa-sponsor .posa {
  1337. position: absolute
  1338. }
  1339. .esa-sponsor .tr3 {
  1340. transition: all .3s
  1341. }
  1342. .esa-sponsor .blur {
  1343. -webkit-filter: blur(3px);
  1344. filter: blur(3px)
  1345. }
  1346. .esa-sponsor .text {
  1347. position: absolute;
  1348. left: calc(50% - 120px);
  1349. top: calc(50% - 60px);
  1350. font-size: 12px;
  1351. width: 70px;
  1352. height: 70px;
  1353. line-height: 70px;
  1354. color: #fff;
  1355. background: #ffd886 url(http://images.cnblogs.com/cnblogs_com/esofar/1504962/o_like.png) no-repeat center 10px;
  1356. background-size: 20px;
  1357. border-radius: 35px;
  1358. text-align: center;
  1359. z-index: -1;
  1360. transform: rotatez(-15deg)
  1361. }
  1362. .esa-sponsor .github {
  1363. position: absolute;
  1364. left: calc(50% + 135px);
  1365. top: calc(50% - 30px);
  1366. width: 24px;
  1367. height: 24px;
  1368. background: no-repeat center center url(http://images.cnblogs.com/cnblogs_com/esofar/1504962/o_github.png);
  1369. background-size: contain;
  1370. opacity: .3;
  1371. transform: rotatez(15deg)
  1372. }
  1373. .esa-sponsor .box {
  1374. left: calc(50% - 150px);
  1375. top: calc(50% - 15px);
  1376. background-color: #fff;
  1377. border: 1px solid #ddd;
  1378. border-radius: 6px;
  1379. width: 299px;
  1380. height: 28px;
  1381. float: left;
  1382. z-index: 1;
  1383. margin-left: 0
  1384. }
  1385. .esa-sponsor .box li {
  1386. width: 99px;
  1387. float: left;
  1388. margin: 0!important;
  1389. text-align: center;
  1390. border-left: 1px solid #ddd;
  1391. background: no-repeat center center;
  1392. background-color: rgba(204,217,220,.1);
  1393. background-size: 45px;
  1394. transition: all .3s;
  1395. cursor: pointer;
  1396. overflow: hidden;
  1397. line-height: 600px;
  1398. height: 28px;
  1399. -webkit-filter: grayscale(1);
  1400. filter: grayscale(1);
  1401. opacity: .5;
  1402. list-style: none;
  1403. list-style-type: none;
  1404. margin: 0;
  1405. padding: 0
  1406. }
  1407. .esa-sponsor .box li:hover {
  1408. background-color: rgba(204,217,220,.3);
  1409. -webkit-filter: grayscale(0);
  1410. filter: grayscale(0);
  1411. opacity: 1
  1412. }
  1413. .esa-sponsor .box li:first-child {
  1414. border-width: 0
  1415. }
  1416. .esa-sponsor .box li a {
  1417. display: block
  1418. }
  1419. .esa-sponsor .box .paypal {
  1420. background-image: url(http://images.cnblogs.com/cnblogs_com/esofar/1504962/o_paypal.png)
  1421. }
  1422. .esa-sponsor .box .alipay {
  1423. background-image: url(http://images.cnblogs.com/cnblogs_com/esofar/1504962/o_alipay.png)
  1424. }
  1425. .esa-sponsor .box .wechat {
  1426. background-image: url(http://images.cnblogs.com/cnblogs_com/esofar/1504962/o_wechat.png)
  1427. }
  1428. .esa-sponsor #QRBox {
  1429. top: 0;
  1430. left: 0;
  1431. z-index: 1;
  1432. display: none;
  1433. perspective: 400px;
  1434. width: 100%;
  1435. height: 100%
  1436. }
  1437. .esa-sponsor #QRBox #MainBox {
  1438. cursor: pointer;
  1439. position: absolute;
  1440. text-align: center;
  1441. width: 200px;
  1442. height: 200px;
  1443. left: calc(50% - 100px);
  1444. top: calc(50% - 100px);
  1445. background: #fff no-repeat center center;
  1446. background-size: 190px;
  1447. border-radius: 6px;
  1448. box-shadow: 0 2px 7px rgba(0,0,0,.3);
  1449. opacity: 0;
  1450. transition: all 1s ease-in-out;
  1451. transform-style: preserve-3d;
  1452. transform-origin: center center;
  1453. overflow: hidden
  1454. }
  1455. .esa-sponsor #MainBox.showQR {
  1456. opacity: 1;
  1457. animation-name: showQR;
  1458. animation-duration: 3s;
  1459. animation-timing-function: ease-in-out;
  1460. animation-iteration-count: 1;
  1461. animation-fill-mode: forwards;
  1462. -webkit-animation: showQR 3s ease-in-out 0s 1 normal forwards
  1463. }
  1464. @keyframes showQR {
  1465. from {
  1466. transform: rotateX(90deg)
  1467. }
  1468. 8% {
  1469. opacity: 1;
  1470. transform: rotateX(-60deg)
  1471. }
  1472. 18% {
  1473. opacity: 1;
  1474. transform: rotateX(40deg)
  1475. }
  1476. 34% {
  1477. opacity: 1;
  1478. transform: rotateX(-28deg)
  1479. }
  1480. 44% {
  1481. opacity: 1;
  1482. transform: rotateX(18deg)
  1483. }
  1484. 58% {
  1485. opacity: 1;
  1486. transform: rotateX(-12deg)
  1487. }
  1488. 72% {
  1489. opacity: 1;
  1490. transform: rotateX(9deg)
  1491. }
  1492. 88% {
  1493. opacity: 1;
  1494. transform: rotateX(-5deg)
  1495. }
  1496. 96% {
  1497. opacity: 1;
  1498. transform: rotateX(2deg)
  1499. }
  1500. to {
  1501. opacity: 1
  1502. }
  1503. }
  1504. .esa-sponsor #MainBox.hideQR {
  1505. opacity: 1;
  1506. animation-name: hideQR;
  1507. animation-duration: .5s;
  1508. animation-timing-function: ease-in-out;
  1509. animation-iteration-count: 1;
  1510. animation-fill-mode: forwards;
  1511. -webkit-animation: hideQR .5s ease-in-out 0s 1 normal forwards
  1512. }
  1513. @keyframes hideQR {
  1514. 20%,50% {
  1515. transform: scale(1.08,1.08);
  1516. opacity: 1
  1517. }
  1518. to {
  1519. opacity: 0;
  1520. transform: rotateZ(40deg) scale(.6,.6)
  1521. }
  1522. }
  1523. ::-moz-selection,::selection {
  1524. background-color: #2D8CF0;
  1525. color: #e1e1e1
  1526. }
  1527. /*.cnblogs-markdown .hljs {
  1528. display: block;
  1529. color: #333;
  1530. overflow-x: auto;
  1531. background: #F2F4F5!important;
  1532. border: none!important;
  1533. font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif,'Arial','Microsoft YaHei';
  1534. padding: 1em!important;
  1535. font-size: 14px!important
  1536. }
  1537. .hljs-comment,.hljs-meta {
  1538. color: #969896
  1539. }
  1540. .hljs-emphasis,.hljs-quote,.hljs-string,.hljs-strong,.hljs-template-variable,.hljs-variable {
  1541. color: #df5000
  1542. }
  1543. .hljs-keyword,.hljs-selector-tag,.hljs-type {
  1544. color: #a71d5d
  1545. }
  1546. .hljs-attribute,.hljs-bullet,.hljs-literal,.hljs-symbol {
  1547. color: #0086b3
  1548. }
  1549. .hljs-name,.hljs-section {
  1550. color: #63a35c
  1551. }
  1552. .hljs-tag {
  1553. color: #333
  1554. }
  1555. .hljs-attr,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-selector-pseudo,.hljs-title {
  1556. color: #795da3
  1557. }
  1558. .hljs-addition {
  1559. color: #55a532;
  1560. background-color: #eaffea
  1561. }
  1562. .hljs-deletion {
  1563. color: #bd2c00;
  1564. background-color: #ffecec
  1565. }
  1566. .hljs-link {
  1567. text-decoration: underline
  1568. } */
  1569. /* Base16 Atelier Seaside Dark - Theme */
  1570. /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/seaside) */
  1571. /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
  1572. /* Atelier-Seaside Comment */
  1573. .hljs-comment,
  1574. .hljs-quote {
  1575. color: #809980;
  1576. }
  1577. /* Atelier-Seaside Red */
  1578. .hljs-variable,
  1579. .hljs-template-variable,
  1580. .hljs-attribute,
  1581. .hljs-tag,
  1582. .hljs-name,
  1583. .hljs-regexp,
  1584. .hljs-link,
  1585. .hljs-name,
  1586. .hljs-selector-id,
  1587. .hljs-selector-class {
  1588. color: #e6193c;
  1589. }
  1590. /* Atelier-Seaside Orange */
  1591. .hljs-number,
  1592. .hljs-meta,
  1593. .hljs-built_in,
  1594. .hljs-builtin-name,
  1595. .hljs-literal,
  1596. .hljs-type,
  1597. .hljs-params {
  1598. color: #87711d;
  1599. }
  1600. /* Atelier-Seaside Green */
  1601. .hljs-string,
  1602. .hljs-symbol,
  1603. .hljs-bullet {
  1604. color: #29a329;
  1605. }
  1606. /* Atelier-Seaside Blue */
  1607. .hljs-title,
  1608. .hljs-section {
  1609. color: #3d62f5;
  1610. }
  1611. /* Atelier-Seaside Purple */
  1612. .hljs-keyword,
  1613. .hljs-selector-tag {
  1614. color: #ad2bee;
  1615. }
  1616. .hljs {
  1617. display: block;
  1618. overflow-x: auto;
  1619. background: #131513;
  1620. color: #8ca68c;
  1621. padding: 0.5em;
  1622. }
  1623. .hljs-emphasis {
  1624. font-style: italic;
  1625. }
  1626. .hljs-strong {
  1627. font-weight: bold;
  1628. }

侧边栏

  1. <script src="https://files.cnblogs.com/files/chendeqiang/nav.js"></script>
  2. <script>
  3. $(function() {
  4. var $navList = $('#navList');
  5. $navList.cnblogsNav('addNav', 4, '联系', '//www.purethought.cn');
  6. $navList.cnblogsNav('addNav', 3, '字典', '//www.purethought.cn/dictionary/');
  7. $navList.cnblogsNav('removeNav', 0);
  8. });
  9. </script>
  10. <script src="https://blog-static.cnblogs.com/files/chendeqiang/silence.min.js"></script>
  11. <script type="text/javascript">
  12. $.silence({
  13. avatar: 'https://blog-static.cnblogs.com/files/chendeqiang/c02b.ico',
  14. favicon: '',
  15. navigation: [
  16. /* {
  17. title: '归档',
  18. url: 'https://www.cnblogs.com/chendeqiang/p/'
  19. },*/
  20. ],
  21. catalog: {
  22. enable: true,
  23. move: true,
  24. index: true,
  25. level1: 'h1',
  26. level2: 'h2',
  27. level3: 'h3',
  28. },
  29. signature: {
  30. enable: true,
  31. license: '署名-非商业性使用-相同方式共享 4.0 国际',
  32. link: 'https://creativecommons.org/licenses/by-nc-sa/4.0/',
  33. remark: null
  34. },
  35. sponsor: {
  36. enable: true,
  37. wechat: 'https://blog-static.cnblogs.com/files/chendeqiang/wechat.ico',
  38. alipay: 'https://blog-static.cnblogs.com/files/chendeqiang/alipay.ico',
  39. paypal: null
  40. }
  41. });
  42. </script>

发表评论

表情:
评论列表 (有 0 条评论,62人围观)

还没有评论,来说两句吧...

相关阅读