翼度科技»论坛 编程开发 JavaScript 查看内容

关于博客园装修教程

7

主题

7

帖子

21

积分

新手上路

Rank: 1

积分
21
首页样式图

以下是关于装修的选择


  • 博客侧边栏公告
  1. [/code] 
  2. [list]
  3. [*]页面订制css代码
  4. [/list][code]*,.Cal {
  5.     padding: 0
  6. }
  7. ::-moz-selection {
  8.     background: #807dd4;
  9.     color: #FFF
  10. }
  11. ::selection {
  12.     background: #807dd4;
  13.     color: #FFF
  14. }
  15. ::-webkit-selection {
  16.     background: #807dd4;
  17.     color: #FFF
  18. }
  19. ::-moz-selection {
  20.     background: #807dd4
  21. }
  22. ::-webkit-scrollbar {
  23.     width: 3px;
  24.     height: 3px
  25. }
  26. ::-webkit-scrollbar-track {
  27.     width: 3px;
  28.     background-color: #f9f9f9
  29. }
  30. ::-webkit-scrollbar-thumb {
  31.     background-color: #999;
  32.     background-clip: padding-box;
  33.     min-height: 100px
  34. }
  35. ::-webkit-scrollbar-thumb:hover {
  36.     background-color: #555
  37. }
  38. #blogTitle h1 a:hover,a:active {
  39.     color: #5c8ec6
  40. }
  41. #mainContent,#sideBar,#topics {
  42.     text-overflow: ellipsis;
  43.     overflow: hidden
  44. }
  45. #BlogPostCategory a {
  46.     background: #e8a258
  47. }
  48. #EntryTag {
  49.     margin-top: 20px
  50. }
  51. #EntryTag a {
  52.     background: #6fa3ef
  53. }
  54. #EntryTag a span,#BlogPostCategory a span {
  55.     margin-right: 3px
  56. }
  57. .topicListFooter {
  58.     text-align: right;
  59.     margin-right: 10px;
  60.     margin-top: 10px
  61. }
  62. #navList a,.dayTitle,button {
  63.     text-align: center
  64. }
  65. #home,.inner {
  66.     margin: 0 auto
  67. }
  68. #divRefreshComments {
  69.     margin-right: 10px;
  70.     font-size: 9pt
  71. }
  72. * {
  73.     margin: 0
  74. }
  75. html {
  76.     height: 100%;
  77.     font-size: 62.5%;
  78.     -webkit-tap-highlight-color: transparent
  79. }
  80. body {
  81.     background-color: #fff;
  82.     font-size: 12px;
  83.     font-family: Merriweather,"Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
  84.     color: #3a4145;
  85.     -moz-font-feature-settings: 'kern' 1;
  86.     -o-font-feature-settings: 'kern' 1;
  87.     overflow: hidden
  88. }
  89. table {
  90.     border-collapse: collapse;
  91.     border-spacing: 0
  92. }
  93. fieldset,img {
  94.     border: 0
  95. }
  96. li {
  97.     list-style: none
  98. }
  99. a {
  100.     outline: 0;
  101.     color: #5c8ec6
  102. }
  103. a:link,a:visited {
  104.     color: #5c8ec6;
  105.     text-decoration: none
  106. }
  107. a:hover {
  108.     color: #f60;
  109.     text-decoration: none
  110. }
  111. a:active {
  112.     text-decoration: none
  113. }
  114. .clear {
  115.     clear: both
  116. }
  117. button {
  118.     width: auto;
  119.     display: inline-block;
  120.     padding: .1rem 1.5rem;
  121.     cursor: pointer;
  122.     outline: 0;
  123.     text-decoration: none;
  124.     color: #fff;
  125.     font-family: 'Open Sans',sans-serif;
  126.     font-size: 11px;
  127.     line-height: 13px;
  128.     font-weight: 300;
  129.     letter-spacing: 1px;
  130.     text-transform: uppercase;
  131.     text-shadow: none;
  132.     border-radius: .3rem;
  133.     border: .1em solid rgba(0,0,0,.05);
  134.     background: #5ba4e5
  135. }
  136. b {
  137.     font-weight: 400
  138. }
  139. #home {
  140.     width: 70%;
  141.     max-width: 900px;
  142.     background-color: rgba(255,255,255,.9);
  143.     padding: 0 20px 30px;
  144.     box-shadow: 0 0 20px 10px rgba(220,220,220,.3)
  145. }
  146. #header {
  147.     padding-bottom: 5px;
  148.     margin-top: 10px
  149. }
  150. #blogTitle {
  151.     height: 60px;
  152.     clear: both
  153. }
  154. #blogTitle h1 {
  155.     font-size: 26px;
  156.     font-weight: 700;
  157.     line-height: 1.5em;
  158.     margin-top: 20px
  159. }
  160. #blogTitle h1 a {
  161.     color: #515151
  162. }
  163. #blogTitle h2 {
  164.     font-weight: 400;
  165.     font-size: 13px;
  166.     line-height: 1.846153846;
  167.     color: #757575;
  168.     float: left
  169. }
  170. #blogLogo {
  171.     float: right
  172. }
  173. #navigator {
  174.     font-size: 13px;
  175.     border-bottom: 1px solid #ededed;
  176.     border-top: 1px solid #ededed;
  177.     height: 50px;
  178.     clear: both;
  179.     margin-top: 25px
  180. }
  181. #blog-calendar td,#blog-calendar th,.Cal,.btn_my_zzk,.dayTitle {
  182.     font-size: 12px
  183. }
  184. #navList {
  185.     min-height: 30px;
  186.     float: left
  187. }
  188. #navList li {
  189.     float: left;
  190.     margin: 0 40px 0 0
  191. }
  192. #navList a {
  193.     display: block;
  194.     width: 5em;
  195.     height: 22px;
  196.     float: left;
  197.     padding-top: 19px
  198. }
  199. #navList a:active,#navList a:link,#navList a:visited {
  200.     color: #6a6a6a;
  201.     font-weight: 700
  202. }
  203. #navList a:hover {
  204.     color: #000;
  205.     text-decoration: none
  206. }
  207. .blogStats {
  208.     float: right;
  209.     color: #757575;
  210.     margin-top: 19px;
  211.     margin-right: 2px;
  212.     text-align: right
  213. }
  214. #main {
  215.     margin-top: 30px
  216. }
  217. #main {
  218.     width: 100%;
  219.     text-align: left
  220. }
  221. #mainContent .forFlow {
  222.     float: none;
  223.     width: auto
  224. }
  225. #mainContent {
  226.     min-height: 200px;
  227.     padding: 0 0 10px;
  228.     -o-text-overflow: ellipsis;
  229.     float: none;
  230.     margin: auto;
  231.     width: 100%
  232. }
  233. .day,.entrylistItem:not(:last-of-type) {
  234.     min-height: 10px;
  235.     border-bottom: #e9e9e9 1px solid
  236. }
  237. .day:after,.entrylistItem:not(:last-of-type):after {
  238.     content: "";
  239.     width: 7px;
  240.     height: 7px;
  241.     bottom: -5px;
  242.     left: 50%
  243. }
  244. .day {
  245.     position: relative;
  246.     margin: 3.5rem auto;
  247.     padding-bottom: 3.3rem;
  248.     word-wrap: break-word
  249. }
  250. .c_b_p_desc_readmore {
  251.     display: block;
  252.     background: 0;
  253.     border: 0;
  254.     border-bottom: 2px solid #666;
  255.     font-size: 16px;
  256.     padding: 0;
  257.     transition-property: border;
  258.     font-weight: 600;
  259.     width: 85px;
  260.     text-align: center;
  261.     color: #555!important;
  262.     margin-top: 20px
  263. }
  264. .btn_my_zzk,.day:after,.dayTitle {
  265.     position: absolute
  266. }
  267. .day:after {
  268.     display: block;
  269.     border: 1px solid #e9e9e9;
  270.     margin-left: -5px;
  271.     background: #FFF;
  272.     border-radius: 100%;
  273.     box-shadow: rgba(255,255,255,.7) 0 0 0 5px
  274. }
  275. .dayTitle {
  276.     display: none;
  277.     border: 1px solid #5c8ec6;
  278.     background: azure;
  279.     border-radius: 50%;
  280.     height: 65px;
  281.     line-height: 1.5;
  282.     margin: 15px 15px 15px -100px;
  283.     width: 63px;
  284.     clear: both;
  285.     top: -15px
  286. }
  287. .entrylistPostSummary,.postCon {
  288.     font-feature-settings: 'liga' 1,'onum' 1,'kern' 1;
  289.     line-height: 1.7em;
  290.     word-wrap: break-word
  291. }
  292. .dayTitle a {
  293.     display: inline-block;
  294.     color: #5c8ec6;
  295.     margin-top: 15px;
  296.     width: 60px
  297. }
  298. .desc_img {
  299.     display: none
  300. }
  301. .c_b_p_desc_img {
  302.     width: calc(39% - 20px);
  303.     height: 100%;
  304.     opacity: .9;
  305.     position: absolute;
  306.     top: -5px;
  307.     border-left: 1px dashed #e9e9e9;
  308.     right: 0;
  309.     padding-left: 13px;
  310.     overflow: hidden
  311. }
  312. .c_b_p_desc_img div {
  313.     border-radius: 4px;
  314.     width: 100%;
  315.     height: 100%;
  316.     margin: 0;
  317.     opacity: .95
  318. }
  319. .postCon,.postDesc,.postSeparator,.postTitle {
  320.     width: 100%;
  321.     clear: both
  322. }
  323. .postTitle {
  324.     font-size: 20px;
  325.     float: right
  326. }
  327. .postTitle a:active,.postTitle a:visited {
  328.     color: #4a4a4a;
  329.     transition: color .3s ease
  330. }
  331. .postTitle a:link {
  332.     background-color: rgba(0,0,0,0);
  333.     color: #4a4a4a;
  334.     font-family: "Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
  335.     font-size: 3.1rem;
  336.     font-weight: 700;
  337.     letter-spacing: -1px;
  338.     transition-delay: 0s;
  339.     transition-duration: .3s;
  340.     transition-property: color;
  341.     transition-timing-function: ease;
  342.     word-wrap: break-word;
  343.     -webkit-tap-highlight-color: transparent
  344. }
  345. #topics .postTitle a:link {
  346.     text-shadow: 0 3px 6px rgba(0,0,0,.3)
  347. }
  348. .postTitle a:hover {
  349.     color: #000
  350. }
  351. .postCon,.entrylistPostSummary {
  352.     padding: 25px 0 10px 0;
  353.     color: #3a4145;
  354.     font-family: Noto Sans SC,serif;
  355.     margin: 0;
  356.     text-align: justify;
  357.     font-size: 1.45em;
  358.     display: block;
  359.     position: relative;
  360.     -webkit-margin-before: 0;
  361.     -webkit-margin-after: 0;
  362.     -webkit-margin-start: 0;
  363.     -webkit-margin-end: 0
  364. }
  365. .postMeta {
  366.     font-size: 14px;
  367.     color: #888;
  368.     position: relative;
  369.     top: 10px;
  370.     display: inline-block
  371. }
  372. .postMeta>i {
  373.     font-size: 15px;
  374.     margin: 0 5px
  375. }
  376. .postMeta>i:not(:first-child) {
  377.     margin-left: 10px
  378. }
  379. .postDesc {
  380.     float: left;
  381.     text-align: left;
  382.     padding-right: 5px;
  383.     margin: 0;
  384.     font-family: "Open Sans",sans-serif;
  385.     font-size: 1.4rem;
  386.     line-height: 2.2rem;
  387.     color: #9eabb3;
  388.     display: none
  389. }
  390. p.article-info-text>.postMeta {
  391.     font-size: 16px;
  392.     font-weight: 700;
  393.     color: rgba(255,255,255,.8);
  394.     font-family: Noto Sans SC,serif;
  395.     text-shadow: 0 3px 6px rgba(0,0,0,.5)
  396. }
  397. p.article-info-text>.postMeta i {
  398.     font-size: 16px
  399. }
  400. .postDesc a:active,.postDesc a:link,.postDesc a:visited {
  401.     color: #666
  402. }
  403. .postDesc a:hover {
  404.     color: #5c8ec6;
  405.     text-decoration: none
  406. }
  407. .postSticky {
  408.     display: inline-block;
  409.     background: #6fa3ef;
  410.     font-size: 14px;
  411.     color: #fff;
  412.     padding: 1px 3px;
  413.     border-radius: 3px;
  414.     position: relative;
  415.     top: -6px
  416. }
  417. .postSeparator {
  418.     height: 1px;
  419.     float: right;
  420.     margin: 0 auto 15px
  421. }
  422. #sideBar {
  423.     margin-top: -15px;
  424.     width: 230px;
  425.     padding: 0 0 0 5px;
  426.     float: right;
  427.     -o-text-overflow: ellipsis
  428. }
  429. #sideBar a {
  430.     color: #757575
  431. }
  432. #sideBar a:hover {
  433.     color: #5c8ec6;
  434.     text-decoration: underline
  435. }
  436. .div_my_zzk {
  437.     width: 175px;
  438.     position: relative;
  439.     margin-top: 10px
  440. }
  441. #btnZzk {
  442.     background: url(images/blog_search.png) 5px 5px no-repeat
  443. }
  444. #widget_my_google input[type=button] {
  445.     background: url(images/google_search.png) 5px 5px no-repeat
  446. }
  447. .input_my_zzk {
  448.     border: 1px solid #3b3b3b;
  449.     border-radius: 3px;
  450.     width: 90%;
  451.     height: 30px;
  452.     padding-left: 5px;
  453.     outline: 0;
  454.     background: #000;
  455.     color: #ccc
  456. }
  457. #sb_widget_my_zzk {
  458.     width: 100%;
  459.     text-align: center
  460. }
  461. .btn_my_zzk {
  462.     width: 25px;
  463.     height: 25px;
  464.     color: transparent;
  465.     border: 0;
  466.     cursor: pointer;
  467.     top: 1px;
  468.     right: -35px
  469. }
  470. .input_my_zzk:focus,.input_my_zzk:hover {
  471.     border: 1px solid #666
  472. }
  473. .input_my_zzk:hover {
  474.     transition: all .4s linear 0s
  475. }
  476. .catList,.catListArticleArchive,.catListArticleCategory,.catListBlogRank,.catListComment,.catListEssay,.catListFeedback,.catListImageCategory,.catListLink,.catListNoteBook,.catListPostArchive,.catListPostCategory,.catListTag,.catListView,.mySearch,.newsItem {
  477.     background: #fff;
  478.     margin-bottom: 35px;
  479.     word-wrap: break-word
  480. }
  481. #blog-calendar {
  482.     margin: 10px 5px 5px 10px;
  483.     visibility: hidden
  484. }
  485. #blog-calendar td {
  486.     font-family: "Comic Sans MS";
  487.     text-align: center
  488. }
  489. #calendar {
  490.     width: 228px;
  491.     padding-bottom: 5px;
  492.     margin-bottom: 35px;
  493.     border: 1px solid #ededed;
  494.     box-shadow: 0 1px 3px #ccc
  495. }
  496. .calendar {
  497.     border: 0 solid #000
  498. }
  499. #calendar .Cal {
  500.     width: 100%;
  501.     line-height: 1.5em
  502. }
  503. #calendar td {
  504.     font-family: "Comic Sans MS";
  505.     background: #FFF;
  506.     padding-top: 2px
  507. }
  508. .Cal {
  509.     border: 0;
  510.     color: #666;
  511.     width: 100%;
  512.     font-family: arial
  513. }
  514. .CalOtherMonthDay,.CalWeekendDay {
  515.     padding-top: 4px;
  516.     padding-bottom: 4px
  517. }
  518. #calendar table a:active,#calendar table a:link,#calendar table a:visited {
  519.     font-weight: 700
  520. }
  521. #calendar table a:hover {
  522.     color: #fff;
  523.     text-decoration: none
  524. }
  525. .CalTodayDay {
  526.     color: #b8b8b8;
  527.     font-weight: 700;
  528.     background: #2d2d2b
  529. }
  530. .CalWeekendDay {
  531.     background: #111
  532. }
  533. .CalOtherMonthDay {
  534.     color: #3c3c3c
  535. }
  536. #calendar .CalNextPrev a:active,#calendar .CalNextPrev a:link,#calendar .CalNextPrev a:visited {
  537.     font-weight: 700;
  538.     padding-left: 10px;
  539.     padding-right: 15px
  540. }
  541. .CalDayHeader {
  542.     font-weight: 700;
  543.     background: #111;
  544.     padding-bottom: 5px;
  545.     padding-top: 5px
  546. }
  547. .CalTitle {
  548.     background: #6293bb;
  549.     width: 100%;
  550.     height: 30px;
  551.     text-align: center;
  552.     font-size: 14px;
  553.     font-weight: 700;
  554.     padding: 5px 0
  555. }
  556. .CalTitle td {
  557.     background: #000;
  558.     font-family: verdana;
  559.     font-size: 12px;
  560.     font-weight: 700
  561. }
  562. .Cal td {
  563.     height: 20px;
  564.     font-size: 10px
  565. }
  566. .Cal a:active,.Cal a:link,.Cal a:visited {
  567.     color: #ff9;
  568.     text-decoration: underline
  569. }
  570. .Cal a:hover {
  571.     text-decoration: none
  572. }
  573. .CalSelector {
  574.     background: #efefef
  575. }
  576. .catListTitle {
  577.     font-weight: 700;
  578.     line-height: 1.2;
  579.     font-size: 110%;
  580.     margin-top: 15px;
  581.     margin-bottom: 10px;
  582.     text-align: left
  583. }
  584. #sideBarMain ul,.catListComment,.page-description,.pfl_feedback_area_title {
  585.     line-height: 1.5em
  586. }
  587. .divRecentComment {
  588.     text-indent: 2em;
  589.     color: #494949;
  590.     margin-bottom: 20px
  591. }
  592. #sideBarMain li {
  593.     line-height: 1.8
  594. }
  595. #topics {
  596.     width: 100%;
  597.     min-height: 200px;
  598.     padding: 0 0 10px;
  599.     -o-text-overflow: ellipsis;
  600.     margin: 4rem auto;
  601.     font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
  602.     margin-top: 15px
  603. }
  604. #topics .postTitle {
  605.     border: 0;
  606.     font-size: 130%;
  607.     font-weight: 700;
  608.     line-height: 1.5;
  609.     width: 100%;
  610.     padding-left: 5px
  611. }
  612. #BlogPostCategory,#BlogPostCategory a:active,#BlogPostCategory a:link,#BlogPostCategory a:visited,#EntryTag,#EntryTag a:active,#EntryTag a:link,#EntryTag a:visited {
  613.     color: #666
  614. }
  615. #BlogPostCategory a,#EntryTag a {
  616.     height: 20px;
  617.     line-height: 20px;
  618.     color: #fff!important;
  619.     padding: 3px 5px;
  620.     border-radius: 3px;
  621.     margin: 2px 5px 0;
  622.     text-decoration: none;
  623.     font-size: 14px
  624. }
  625. #BlogPostCategory a:hover,#EntryTag a:hover {
  626.     transition: all .3s linear 0s;
  627.     opacity: .8
  628. }
  629. #topics .postDesc {
  630.     padding-left: 0;
  631.     width: 100%;
  632.     text-align: left;
  633.     color: #666;
  634.     margin-top: 5px;
  635.     background: 0
  636. }
  637. .feedback_area_title {
  638.     font: normal normal 16px/35px "Microsoft YaHei";
  639.     margin: 10px 0 30px
  640. }
  641. .louzhu {
  642.     margin: 0 2px
  643. }
  644. .feedbackListSubtitle a:active,.feedbackListSubtitle a:link,.feedbackListSubtitle a:visited {
  645.     color: #777;
  646.     font-weight: 700
  647. }
  648. .feedbackListSubtitle a:hover {
  649.     color: #5c8ec6;
  650.     text-decoration: underline
  651. }
  652. .feedbackListSubtitle b {
  653.     color: #5c8ec6
  654. }
  655. .feedbackListSubtitle:before {
  656.     position: absolute;
  657.     top: 11px;
  658.     right: 100%;
  659.     left: -16px;
  660.     display: block;
  661.     width: 0;
  662.     height: 0;
  663.     pointer-events: none;
  664.     content: " ";
  665.     border-color: transparent;
  666.     border-style: solid solid outset;
  667.     border-width: 8px;
  668.     border-right-color: #d1d5da
  669. }
  670. .feedbackListSubtitle:after,.feedbackListSubtitle-louzhu:after {
  671.     position: absolute;
  672.     top: 11px;
  673.     right: 100%;
  674.     left: -16px;
  675.     display: block;
  676.     width: 0;
  677.     height: 0;
  678.     pointer-events: none;
  679.     content: " ";
  680.     border-color: transparent;
  681.     border-style: solid solid outset;
  682.     margin-top: 1px;
  683.     margin-left: 2px;
  684.     border-width: 7px
  685. }
  686. .feedbackListSubtitle:after {
  687.     border-right-color: #f6f8fa
  688. }
  689. .feedbackListSubtitle-louzhu:after {
  690.     border-right-color: #f1f8ff!important
  691. }
  692. .feedbackManage {
  693.     width: 200px;
  694.     text-align: right;
  695.     float: right
  696. }
  697. .feedbackCon {
  698.     padding: 10px 20px;
  699.     min-height: 35px;
  700.     line-height: 1.5;
  701.     border: 1px solid #e9e9e9;
  702.     border-top: 0;
  703.     border-bottom-left-radius: 5px;
  704.     border-bottom-right-radius: 5px;
  705.     background: #fff;
  706.     position: relative
  707. }}
  708. .feedbackListSubtitle-louzhu {
  709.     background-color: #f1f8ff!important;
  710.     border-bottom-color: #c0d3eb!important
  711. }
  712. .feedbackItem {
  713.     position: relative;
  714.     padding: 15px 0 15px 60px;
  715.     margin: 0;
  716.     font-size: 13px
  717. }
  718. .feedbackItem:before {
  719.     position: absolute;
  720.     top: 0;
  721.     bottom: 0;
  722.     left: 90px;
  723.     display: block;
  724.     z-index: 0;
  725.     width: 2px;
  726.     content: "";
  727.     background-color: #e1e4e8
  728. }
  729. .feedbackAvatar {
  730.     position: absolute;
  731.     left: 1px
  732. }
  733. .feedbackAvatar img {
  734.     width: 40px;
  735.     height: 40px;
  736.     border: 1px solid #d1d5da;
  737.     padding: 2px;
  738.     border-radius: 3px
  739. }
  740. div#tbCommentBodyPreview {
  741.     border: 0
  742. }
  743. #divRefreshComments {
  744.     text-align: right;
  745.     margin-bottom: 10px
  746. }
  747. .commenttb {
  748.     padding: 8px;
  749.     margin-bottom: 10px;
  750.     color: #555;
  751.     border: 1px solid #ddd;
  752.     border-radius: 3px;
  753.     -moz-border-radius: 3px;
  754.     -webkit-border-radius: 3px;
  755.     width: 320px
  756. }
  757. .commentTextBox:hover,.commenttb:hover {
  758.     color: #333;
  759.     border-color: rgba(82,168,236,.8);
  760.     transition: all .4s linear 0s
  761. }
  762. .commenttb:hover {
  763.     outline: 0;
  764.     -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
  765.     -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
  766.     box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6)
  767. }
  768. #Profile1_panelAdd input[type=text]:hover,#Profile1_txtContent:hover,.commentTextBox:hover {
  769.     -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
  770.     -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
  771.     outline: 0
  772. }
  773. .commentTextBox {
  774.     width: 410px!important;
  775.     margin-top: 10px;
  776.     margin-bottom: 10px
  777. }
  778. .commentTextBox:hover {
  779.     box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6)
  780. }
  781. #AjaxHolder_PostComment_btnSubmit {
  782.     padding: 8px 20px;
  783.     text-align: center;
  784.     font-size: 14px;
  785.     color: #fff;
  786.     border: 0;
  787.     background: #5c8ec6;
  788.     border-radius: 3px;
  789.     -moz-border-radius: 3px;
  790.     -webkit-border-radius: 3px;
  791.     -webkit-transition: all .4s ease;
  792.     -moz-transition: all .4s ease;
  793.     -o-transition: all .4s ease;
  794.     -ms-transition: all .4s ease;
  795.     transition: all .4s ease;
  796.     cursor: pointer;
  797.     display: inline-block;
  798.     vertical-align: middle;
  799.     outline: 0;
  800.     text-decoration: none
  801. }
  802. #AjaxHolder_PostComment_btnSubmit:hover {
  803.     background: #333
  804. }
  805. #AjaxHolder_PostComment_divCommnentArea tr {
  806.     margin-top: 10px;
  807.     margin-bottom: 10px
  808. }
  809. .comment_vote {
  810.     padding-right: 10px
  811. }
  812. .comment_vote a {
  813.     color: #999
  814. }
  815. .comment_vote a:hover {
  816.     color: #5c8ec6
  817. }
  818. #commentform_title {
  819.     font: normal normal 16px/35px "Microsoft YaHei";
  820.     margin: 0;
  821.     background-image: none;
  822.     padding: 0
  823. }
  824. #comment_form_container .author {
  825.     padding-left: 10px;
  826.     color: #555;
  827.     border: 1px solid #ddd;
  828.     border-radius: 3px;
  829.     -moz-border-radius: 3px;
  830.     -webkit-border-radius: 3px;
  831.     width: 320px;
  832.     height: 20px;
  833.     background-image: none
  834. }
  835. #comment_form_container p {
  836.     font-size: 14px;
  837.     margin-bottom: 20px
  838. }
  839. .commentbox_title_left {
  840.     font-size: 14px
  841. }
  842. #comment_form_container .comment_textarea {
  843.     font-size: 13px;
  844.     padding: 8px;
  845.     margin-bottom: 10px;
  846.     color: #555;
  847.     border: 1px solid #ddd;
  848.     border-radius: 3px;
  849.     -moz-border-radius: 3px;
  850.     -webkit-border-radius: 3px;
  851.     min-height: 250px;
  852.     width: 100%;
  853.     height: 100%
  854. }
  855. #comment_form_container .comment_textarea:hover {
  856.     border-color: #5c8ec6;
  857.     outline: 0;
  858.     transition: all .4s linear 0s
  859. }
  860. #comment_form_container .comment_textarea:focus {
  861.     outline: 0
  862. }
  863. .commentbox_tab:hover,.commentbox_tab.active {
  864.     border-bottom: 0;
  865.     color: #5c8ec6
  866. }
  867. .comment_btn {
  868.     border: 0;
  869.     background-color: #5c8ec6
  870. }
  871. .comment_btn:hover {
  872.     background: #71ace5
  873. }
  874. .PostListTitle,.entrylistTitle,.thumbTitle {
  875.     height: 38px;
  876.     line-height: 38px;
  877.     font: normal normal 16px/35px "Microsoft YaHei";
  878.     margin: 10px 0 30px;
  879.     background-image: none;
  880.     padding: 0
  881. }
  882. .dev__developer,.entrylistPosttitle a:active,.entrylistPosttitle a:link,.entrylistPosttitle a:visited {
  883.     font-family: "Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif
  884. }
  885. .entrylistDescription {
  886.     color: #666;
  887.     text-align: right;
  888.     padding-top: 5px;
  889.     padding-bottom: 5px;
  890.     padding-right: 10px;
  891.     margin-bottom: 10px
  892. }
  893. .entrylistItem {
  894.     position: relative;
  895.     margin: 3.5rem auto;
  896.     padding-bottom: 3.3rem;
  897.     word-wrap: break-word
  898. }
  899. .entrylistItem:after {
  900.     display: block;
  901.     border: 1px solid #e7eef2;
  902.     position: absolute;
  903.     margin-left: -5px;
  904.     background: #FFF;
  905.     border-radius: 100%;
  906.     box-shadow: #FFF 0 0 0 5px
  907. }
  908. .entrylistPosttitle {
  909.     font-size: 20px;
  910.     width: 100%
  911. }
  912. .entrylistPosttitle a:active,.entrylistPosttitle a:link,.entrylistPosttitle a:visited {
  913.     transition: all .4s linear 0s;
  914.     background-color: rgba(0,0,0,0);
  915.     color: #4a4a4a;
  916.     font-size: 3.2rem;
  917.     font-weight: 700;
  918.     letter-spacing: -1px;
  919.     transition-delay: 0s;
  920.     transition-duration: .3s;
  921.     transition-property: color;
  922.     transition-timing-function: ease;
  923.     word-wrap: break-word;
  924.     -webkit-tap-highlight-color: transparent
  925. }
  926. .entrylistPosttitle a:hover {
  927.     color: #000
  928. }
  929. .entrylistItemPostDesc,.sb-title {
  930.     font-family: "Open Sans",sans-serif
  931. }
  932. .entrylistItemPostDesc {
  933.     float: left;
  934.     width: 100%;
  935.     clear: both;
  936.     text-align: left;
  937.     padding-right: 5px;
  938.     margin: 0;
  939.     font-size: 1.4rem;
  940.     line-height: 2.2rem;
  941.     color: #9eabb3;
  942.     display: none
  943. }
  944. .entrylistItemPostDesc a:active,.entrylistItemPostDesc a:link,.entrylistItemPostDesc a:visited {
  945.     color: #666
  946. }
  947. .entrylistItemPostDesc a:hover {
  948.     color: #5c8ec6
  949. }
  950. .entrylist .postSeparator {
  951.     clear: both;
  952.     width: 100%;
  953.     font-size: 0;
  954.     line-height: 0;
  955.     margin: 0;
  956.     padding: 0;
  957.     height: 0;
  958.     border: 0
  959. }
  960. .divPhoto,.pager {
  961.     margin-right: 10px
  962. }
  963. .divRecentCommentAticle a {
  964.     color: #000
  965. }
  966. .pager {
  967.     text-align: right;
  968.     font-size: 12px;
  969.     color: #9eabb3
  970. }
  971. #nav_next_page a,.pager a {
  972.     display: inline-block;
  973.     min-width: 18px;
  974.     text-align: center;
  975.     border: 1px solid #bfc8cd;
  976.     text-decoration: none;
  977.     border-radius: 4px;
  978.     color: #9eabb3!important;
  979.     transition: all .2s ease
  980. }
  981. #nav_next_page a:active,#nav_next_page a:link,#nav_next_page a:visited,.pager a:active,.pager a:link,.pager a:visited {
  982.     color: #9eabb3!important
  983. }
  984. .pager a {
  985.     padding: 0 5px
  986. }
  987. #nav_next_page a {
  988.     padding: 3px 5px
  989. }
  990. #nav_next_page a:hover,.pager a:hover {
  991.     background: #fff;
  992.     color: #889093;
  993.     border-color: #98a0a4
  994. }
  995. .PostList {
  996.     border-bottom: 1px dashed #e9e9e9;
  997.     clear: both;
  998.     min-height: 1.5em;
  999.     padding-top: 20px;
  1000.     margin-bottom: 20px;
  1001.     padding-bottom: 20px
  1002. }
  1003. .postTitl2 {
  1004.     float: left;
  1005.     padding-top: 10px;
  1006.     padding-bottom: 10px;
  1007.     font-size: 14px
  1008. }
  1009. .postDesc2 {
  1010.     color: #666;
  1011.     float: right
  1012. }
  1013. .postText2 {
  1014.     clear: both;
  1015.     color: #757575
  1016. }
  1017. .pfl_feedback_area_title {
  1018.     text-align: right;
  1019.     font-weight: 700;
  1020.     margin-bottom: 10px
  1021. }
  1022. .pfl_feedbackItem {
  1023.     border: 1px dashed #ccc;
  1024.     padding: 10px;
  1025.     border-radius: 3px;
  1026.     margin-bottom: 20px
  1027. }
  1028. .pfl_feedbacksubtitle {
  1029.     width: 100%;
  1030.     height: 1.5em
  1031. }
  1032. .pfl_feedbackname {
  1033.     float: left
  1034. }
  1035. .commentbox_title_right,.pfl_feedbackManage {
  1036.     float: right
  1037. }
  1038. .pfl_feedbackname a {
  1039.     color: #5c8ec6;
  1040.     font-weight: 700
  1041. }
  1042. .pfl_feedbackCon {
  1043.     color: #000;
  1044.     padding-top: 5px;
  1045.     padding-bottom: 5px
  1046. }
  1047. .pfl_feedbackAnswer {
  1048.     color: #F40;
  1049.     text-indent: 2em
  1050. }
  1051. .tdSentMessage {
  1052.     text-align: right
  1053. }
  1054. .errorMessage {
  1055.     width: 300px;
  1056.     float: left
  1057. }
  1058. #Profile1_panelAdd input[type=text],#Profile1_txtContent {
  1059.     padding: 8px;
  1060.     margin-bottom: 10px;
  1061.     color: #555;
  1062.     border: 1px solid #ddd;
  1063.     border-radius: 3px;
  1064.     -moz-border-radius: 3px;
  1065.     -webkit-border-radius: 3px
  1066. }
  1067. #Profile1_panelAdd input[type=text]:hover,#Profile1_txtContent:hover {
  1068.     color: #333;
  1069.     border-color: rgba(82,168,236,.8);
  1070.     box-shadow: inset 1px 1px 1px rgba(0,0,0,.075),0 0 4px rgba(82,168,236,.6);
  1071.     transition: all .4s linear 0s
  1072. }
  1073. #Profile1_panelAdd input[type=text]:focus,#Profile1_txtContent:focus {
  1074.     outline: 0;
  1075.     border-color: rgba(82,168,236,.8)
  1076. }
  1077. #Profile1_panelAdd input[type=submit] {
  1078.     padding: 8px 20px;
  1079.     text-align: center;
  1080.     font-size: 14px;
  1081.     color: #fff;
  1082.     border: 0;
  1083.     background: #5c8ec6;
  1084.     border-radius: 3px;
  1085.     -moz-border-radius: 3px;
  1086.     -webkit-border-radius: 3px;
  1087.     -webkit-transition: all .4s ease;
  1088.     -moz-transition: all .4s ease;
  1089.     -o-transition: all .4s ease;
  1090.     -ms-transition: all .4s ease;
  1091.     transition: all .4s ease;
  1092.     cursor: pointer;
  1093.     display: inline-block;
  1094.     vertical-align: middle;
  1095.     outline: 0;
  1096.     text-decoration: none
  1097. }
  1098. #Profile1_panelAdd input[type=submit]:hover {
  1099.     background: #333
  1100. }
  1101. .feedbackListSubtitle {
  1102.     clear: both;
  1103.     align-items: center;
  1104.     color: #586069;
  1105.     flex-direction: row-reverse;
  1106.     background-color: #f6f8fa;
  1107.     border: 1px solid #e9e9e9;
  1108.     border-bottom: 1px solid #e9e9e9;
  1109.     border-top-left-radius: 5px;
  1110.     border-top-right-radius: 5px;
  1111.     padding: 10px 20px;
  1112.     position: relative;
  1113.     white-space: nowrap;
  1114.     text-overflow: ellipsis
  1115. }
  1116. .divPhoto {
  1117.     border: 1px solid #ccc;
  1118.     padding: 2px
  1119. }
  1120. .thumbDescription {
  1121.     color: #757575;
  1122.     text-align: right;
  1123.     padding-top: 5px;
  1124.     padding-bottom: 5px;
  1125.     padding-right: 10px;
  1126.     margin-bottom: 30px
  1127. }
  1128. #footer {
  1129.     min-height: 100px;
  1130.     position: absolute;
  1131.     margin: 20vh 0 0;
  1132.     left: 0;
  1133.     right: 0;
  1134.     padding: 15px 0;
  1135.     color: #888;
  1136.     font-size: 12px;
  1137.     line-height: 1.5
  1138. }
  1139. .my-face {
  1140.     animation: my-face 5s infinite ease-in-out;
  1141.     display: inline-block;
  1142.     margin: 0 5px
  1143. }
  1144. @-moz-keyframes my-face {
  1145.     2%,24%,80% {
  1146.         -webkit-transform: translate(0,1.5px) rotate(1.5deg);
  1147.         -moz-transform: translate(0,1.5px) rotate(1.5deg);
  1148.         -ms-transform: translate(0,1.5px) rotate(1.5deg);
  1149.         -o-transform: translate(0,1.5px) rotate(1.5deg);
  1150.         transform: translate(0,1.5px) rotate(1.5deg)
  1151.     }
  1152.     4%,68%,98% {
  1153.         -webkit-transform: translate(0,-1.5px) rotate(-.5deg);
  1154.         -moz-transform: translate(0,-1.5px) rotate(-.5deg);
  1155.         -ms-transform: translate(0,-1.5px) rotate(-.5deg);
  1156.         -o-transform: translate(0,-1.5px) rotate(-.5deg);
  1157.         transform: translate(0,-1.5px) rotate(-.5deg)
  1158.     }
  1159.     38%,6% {
  1160.         -webkit-transform: translate(0,1.5px) rotate(-1.5deg);
  1161.         -moz-transform: translate(0,1.5px) rotate(-1.5deg);
  1162.         -ms-transform: translate(0,1.5px) rotate(-1.5deg);
  1163.         -o-transform: translate(0,1.5px) rotate(-1.5deg);
  1164.         transform: translate(0,1.5px) rotate(-1.5deg)
  1165.     }
  1166.     8%,86% {
  1167.         -webkit-transform: translate(0,-1.5px) rotate(-1.5deg);
  1168.         -moz-transform: translate(0,-1.5px) rotate(-1.5deg);
  1169.         -ms-transform: translate(0,-1.5px) rotate(-1.5deg);
  1170.         -o-transform: translate(0,-1.5px) rotate(-1.5deg);
  1171.         transform: translate(0,-1.5px) rotate(-1.5deg)
  1172.     }
  1173.     10%,72% {
  1174.         -webkit-transform: translate(0,2.5px) rotate(1.5deg);
  1175.         -moz-transform: translate(0,2.5px) rotate(1.5deg);
  1176.         -ms-transform: translate(0,2.5px) rotate(1.5deg);
  1177.         -o-transform: translate(0,2.5px) rotate(1.5deg);
  1178.         transform: translate(0,2.5px) rotate(1.5deg)
  1179.     }
  1180.     12%,64%,78%,96% {
  1181.         -webkit-transform: translate(0,-.5px) rotate(1.5deg);
  1182.         -moz-transform: translate(0,-.5px) rotate(1.5deg);
  1183.         -ms-transform: translate(0,-.5px) rotate(1.5deg);
  1184.         -o-transform: translate(0,-.5px) rotate(1.5deg);
  1185.         transform: translate(0,-.5px) rotate(1.5deg)
  1186.     }
  1187.     14%,54% {
  1188.         -webkit-transform: translate(0,-1.5px) rotate(1.5deg);
  1189.         -moz-transform: translate(0,-1.5px) rotate(1.5deg);
  1190.         -ms-transform: translate(0,-1.5px) rotate(1.5deg);
  1191.         -o-transform: translate(0,-1.5px) rotate(1.5deg);
  1192.         transform: translate(0,-1.5px) rotate(1.5deg)
  1193.     }
  1194.     16% {
  1195.         -webkit-transform: translate(0,-.5px) rotate(-1.5deg);
  1196.         -moz-transform: translate(0,-.5px) rotate(-1.5deg);
  1197.         -ms-transform: translate(0,-.5px) rotate(-1.5deg);
  1198.         -o-transform: translate(0,-.5px) rotate(-1.5deg);
  1199.         transform: translate(0,-.5px) rotate(-1.5deg)
  1200.     }
  1201.     18%,22% {
  1202.         -webkit-transform: translate(0,.5px) rotate(-1.5deg);
  1203.         -moz-transform: translate(0,.5px) rotate(-1.5deg);
  1204.         -ms-transform: translate(0,.5px) rotate(-1.5deg);
  1205.         -o-transform: translate(0,.5px) rotate(-1.5deg);
  1206.         transform: translate(0,.5px) rotate(-1.5deg)
  1207.     }
  1208.     20%,36%,46% {
  1209.         -webkit-transform: translate(0,-1.5px) rotate(2.5deg);
  1210.         -moz-transform: translate(0,-1.5px) rotate(2.5deg);
  1211.         -ms-transform: translate(0,-1.5px) rotate(2.5deg);
  1212.         -o-transform: translate(0,-1.5px) rotate(2.5deg);
  1213.         transform: translate(0,-1.5px) rotate(2.5deg)
  1214.     }
  1215.     26%,50% {
  1216.         -webkit-transform: translate(0,.5px) rotate(.5deg);
  1217.         -moz-transform: translate(0,.5px) rotate(.5deg);
  1218.         -ms-transform: translate(0,.5px) rotate(.5deg);
  1219.         -o-transform: translate(0,.5px) rotate(.5deg);
  1220.         transform: translate(0,.5px) rotate(.5deg)
  1221.     }
  1222.     28% {
  1223.         -webkit-transform: translate(0,.5px) rotate(1.5deg);
  1224.         -moz-transform: translate(0,.5px) rotate(1.5deg);
  1225.         -ms-transform: translate(0,.5px) rotate(1.5deg);
  1226.         -o-transform: translate(0,.5px) rotate(1.5deg);
  1227.         transform: translate(0,.5px) rotate(1.5deg)
  1228.     }
  1229.     30%,40%,62%,76%,88% {
  1230.         -webkit-transform: translate(0,-.5px) rotate(2.5deg);
  1231.         -moz-transform: translate(0,-.5px) rotate(2.5deg);
  1232.         -ms-transform: translate(0,-.5px) rotate(2.5deg);
  1233.         -o-transform: translate(0,-.5px) rotate(2.5deg);
  1234.         transform: translate(0,-.5px) rotate(2.5deg)
  1235.     }
  1236.     32%,34%,66% {
  1237.         -webkit-transform: translate(0,1.5px) rotate(-.5deg);
  1238.         -moz-transform: translate(0,1.5px) rotate(-.5deg);
  1239.         -ms-transform: translate(0,1.5px) rotate(-.5deg);
  1240.         -o-transform: translate(0,1.5px) rotate(-.5deg);
  1241.         transform: translate(0,1.5px) rotate(-.5deg)
  1242.     }
  1243.     42% {
  1244.         -webkit-transform: translate(0,2.5px) rotate(-1.5deg);
  1245.         -moz-transform: translate(0,2.5px) rotate(-1.5deg);
  1246.         -ms-transform: translate(0,2.5px) rotate(-1.5deg);
  1247.         -o-transform: translate(0,2.5px) rotate(-1.5deg);
  1248.         transform: translate(0,2.5px) rotate(-1.5deg)
  1249.     }
  1250.     44%,70% {
  1251.         -webkit-transform: translate(0,1.5px) rotate(.5deg);
  1252.         -moz-transform: translate(0,1.5px) rotate(.5deg);
  1253.         -ms-transform: translate(0,1.5px) rotate(.5deg);
  1254.         -o-transform: translate(0,1.5px) rotate(.5deg);
  1255.         transform: translate(0,1.5px) rotate(.5deg)
  1256.     }
  1257.     48%,74%,82% {
  1258.         -webkit-transform: translate(0,-.5px) rotate(.5deg);
  1259.         -moz-transform: translate(0,-.5px) rotate(.5deg);
  1260.         -ms-transform: translate(0,-.5px) rotate(.5deg);
  1261.         -o-transform: translate(0,-.5px) rotate(.5deg);
  1262.         transform: translate(0,-.5px) rotate(.5deg)
  1263.     }
  1264.     52%,56%,60% {
  1265.         -webkit-transform: translate(0,2.5px) rotate(2.5deg);
  1266.         -moz-transform: translate(0,2.5px) rotate(2.5deg);
  1267.         -ms-transform: translate(0,2.5px) rotate(2.5deg);
  1268.         -o-transform: translate(0,2.5px) rotate(2.5deg);
  1269.         transform: translate(0,2.5px) rotate(2.5deg)
  1270.     }
  1271.     58% {
  1272.         -webkit-transform: translate(0,.5px) rotate(2.5deg);
  1273.         -moz-transform: translate(0,.5px) rotate(2.5deg);
  1274.         -ms-transform: translate(0,.5px) rotate(2.5deg);
  1275.         -o-transform: translate(0,.5px) rotate(2.5deg);
  1276.         transform: translate(0,.5px) rotate(2.5deg)
  1277.     }
  1278.     84% {
  1279.         -webkit-transform: translate(0,1.5px) rotate(2.5deg);
  1280.         -moz-transform: translate(0,1.5px) rotate(2.5deg);
  1281.         -ms-transform: translate(0,1.5px) rotate(2.5deg);
  1282.         -o-transform: translate(0,1.5px) rotate(2.5deg);
  1283.         transform: translate(0,1.5px) rotate(2.5deg)
  1284.     }
  1285.     90% {
  1286.         -webkit-transform: translate(0,2.5px) rotate(-.5deg);
  1287.         -moz-transform: translate(0,2.5px) rotate(-.5deg);
  1288.         -ms-transform: translate(0,2.5px) rotate(-.5deg);
  1289.         -o-transform: translate(0,2.5px) rotate(-.5deg);
  1290.         transform: translate(0,2.5px) rotate(-.5deg)
  1291.     }
  1292.     92% {
  1293.         -webkit-transform: translate(0,.5px) rotate(-.5deg);
  1294.         -moz-transform: translate(0,.5px) rotate(-.5deg);
  1295.         -ms-transform: translate(0,.5px) rotate(-.5deg);
  1296.         -o-transform: translate(0,.5px) rotate(-.5deg);
  1297.         transform: translate(0,.5px) rotate(-.5deg)
  1298.     }
  1299.     94% {
  1300.         -webkit-transform: translate(0,2.5px) rotate(.5deg);
  1301.         -moz-transform: translate(0,2.5px) rotate(.5deg);
  1302.         -ms-transform: translate(0,2.5px) rotate(.5deg);
  1303.         -o-transform: translate(0,2.5px) rotate(.5deg);
  1304.         transform: translate(0,2.5px) rotate(.5deg)
  1305.     }
  1306.     0%,100% {
  1307.         -webkit-transform: translate(0,0) rotate(0);
  1308.         -moz-transform: translate(0,0) rotate(0);
  1309.         -ms-transform: translate(0,0) rotate(0);
  1310.         -o-transform: translate(0,0) rotate(0);
  1311.         transform: translate(0,0) rotate(0)
  1312.     }
  1313. }
  1314. @-webkit-keyframes my-face {
  1315.     2%,24%,80% {
  1316.         -webkit-transform: translate(0,1.5px) rotate(1.5deg);
  1317.         -moz-transform: translate(0,1.5px) rotate(1.5deg);
  1318.         -ms-transform: translate(0,1.5px) rotate(1.5deg);
  1319.         -o-transform: translate(0,1.5px) rotate(1.5deg);
  1320.         transform: translate(0,1.5px) rotate(1.5deg)
  1321.     }
  1322.     4%,68%,98% {
  1323.         -webkit-transform: translate(0,-1.5px) rotate(-.5deg);
  1324.         -moz-transform: translate(0,-1.5px) rotate(-.5deg);
  1325.         -ms-transform: translate(0,-1.5px) rotate(-.5deg);
  1326.         -o-transform: translate(0,-1.5px) rotate(-.5deg);
  1327.         transform: translate(0,-1.5px) rotate(-.5deg)
  1328.     }
  1329.     38%,6% {
  1330.         -webkit-transform: translate(0,1.5px) rotate(-1.5deg);
  1331.         -moz-transform: translate(0,1.5px) rotate(-1.5deg);
  1332.         -ms-transform: translate(0,1.5px) rotate(-1.5deg);
  1333.         -o-transform: translate(0,1.5px) rotate(-1.5deg);
  1334.         transform: translate(0,1.5px) rotate(-1.5deg)
  1335.     }
  1336.     8%,86% {
  1337.         -webkit-transform: translate(0,-1.5px) rotate(-1.5deg);
  1338.         -moz-transform: translate(0,-1.5px) rotate(-1.5deg);
  1339.         -ms-transform: translate(0,-1.5px) rotate(-1.5deg);
  1340.         -o-transform: translate(0,-1.5px) rotate(-1.5deg);
  1341.         transform: translate(0,-1.5px) rotate(-1.5deg)
  1342.     }
  1343.     10%,72% {
  1344.         -webkit-transform: translate(0,2.5px) rotate(1.5deg);
  1345.         -moz-transform: translate(0,2.5px) rotate(1.5deg);
  1346.         -ms-transform: translate(0,2.5px) rotate(1.5deg);
  1347.         -o-transform: translate(0,2.5px) rotate(1.5deg);
  1348.         transform: translate(0,2.5px) rotate(1.5deg)
  1349.     }
  1350.     12%,64%,78%,96% {
  1351.         -webkit-transform: translate(0,-.5px) rotate(1.5deg);
  1352.         -moz-transform: translate(0,-.5px) rotate(1.5deg);
  1353.         -ms-transform: translate(0,-.5px) rotate(1.5deg);
  1354.         -o-transform: translate(0,-.5px) rotate(1.5deg);
  1355.         transform: translate(0,-.5px) rotate(1.5deg)
  1356.     }
  1357.     14%,54% {
  1358.         -webkit-transform: translate(0,-1.5px) rotate(1.5deg);
  1359.         -moz-transform: translate(0,-1.5px) rotate(1.5deg);
  1360.         -ms-transform: translate(0,-1.5px) rotate(1.5deg);
  1361.         -o-transform: translate(0,-1.5px) rotate(1.5deg);
  1362.         transform: translate(0,-1.5px) rotate(1.5deg)
  1363.     }
  1364.     16% {
  1365.         -webkit-transform: translate(0,-.5px) rotate(-1.5deg);
  1366.         -moz-transform: translate(0,-.5px) rotate(-1.5deg);
  1367.         -ms-transform: translate(0,-.5px) rotate(-1.5deg);
  1368.         -o-transform: translate(0,-.5px) rotate(-1.5deg);
  1369.         transform: translate(0,-.5px) rotate(-1.5deg)
  1370.     }
  1371.     18%,22% {
  1372.         -webkit-transform: translate(0,.5px) rotate(-1.5deg);
  1373.         -moz-transform: translate(0,.5px) rotate(-1.5deg);
  1374.         -ms-transform: translate(0,.5px) rotate(-1.5deg);
  1375.         -o-transform: translate(0,.5px) rotate(-1.5deg);
  1376.         transform: translate(0,.5px) rotate(-1.5deg)
  1377.     }
  1378.     20%,36%,46% {
  1379.         -webkit-transform: translate(0,-1.5px) rotate(2.5deg);
  1380.         -moz-transform: translate(0,-1.5px) rotate(2.5deg);
  1381.         -ms-transform: translate(0,-1.5px) rotate(2.5deg);
  1382.         -o-transform: translate(0,-1.5px) rotate(2.5deg);
  1383.         transform: translate(0,-1.5px) rotate(2.5deg)
  1384.     }
  1385.     26%,50% {
  1386.         -webkit-transform: translate(0,.5px) rotate(.5deg);
  1387.         -moz-transform: translate(0,.5px) rotate(.5deg);
  1388.         -ms-transform: translate(0,.5px) rotate(.5deg);
  1389.         -o-transform: translate(0,.5px) rotate(.5deg);
  1390.         transform: translate(0,.5px) rotate(.5deg)
  1391.     }
  1392.     28% {
  1393.         -webkit-transform: translate(0,.5px) rotate(1.5deg);
  1394.         -moz-transform: translate(0,.5px) rotate(1.5deg);
  1395.         -ms-transform: translate(0,.5px) rotate(1.5deg);
  1396.         -o-transform: translate(0,.5px) rotate(1.5deg);
  1397.         transform: translate(0,.5px) rotate(1.5deg)
  1398.     }
  1399.     30%,40%,62%,76%,88% {
  1400.         -webkit-transform: translate(0,-.5px) rotate(2.5deg);
  1401.         -moz-transform: translate(0,-.5px) rotate(2.5deg);
  1402.         -ms-transform: translate(0,-.5px) rotate(2.5deg);
  1403.         -o-transform: translate(0,-.5px) rotate(2.5deg);
  1404.         transform: translate(0,-.5px) rotate(2.5deg)
  1405.     }
  1406.     32%,34%,66% {
  1407.         -webkit-transform: translate(0,1.5px) rotate(-.5deg);
  1408.         -moz-transform: translate(0,1.5px) rotate(-.5deg);
  1409.         -ms-transform: translate(0,1.5px) rotate(-.5deg);
  1410.         -o-transform: translate(0,1.5px) rotate(-.5deg);
  1411.         transform: translate(0,1.5px) rotate(-.5deg)
  1412.     }
  1413.     42% {
  1414.         -webkit-transform: translate(0,2.5px) rotate(-1.5deg);
  1415.         -moz-transform: translate(0,2.5px) rotate(-1.5deg);
  1416.         -ms-transform: translate(0,2.5px) rotate(-1.5deg);
  1417.         -o-transform: translate(0,2.5px) rotate(-1.5deg);
  1418.         transform: translate(0,2.5px) rotate(-1.5deg)
  1419.     }
  1420.     44%,70% {
  1421.         -webkit-transform: translate(0,1.5px) rotate(.5deg);
  1422.         -moz-transform: translate(0,1.5px) rotate(.5deg);
  1423.         -ms-transform: translate(0,1.5px) rotate(.5deg);
  1424.         -o-transform: translate(0,1.5px) rotate(.5deg);
  1425.         transform: translate(0,1.5px) rotate(.5deg)
  1426.     }
  1427.     48%,74%,82% {
  1428.         -webkit-transform: translate(0,-.5px) rotate(.5deg);
  1429.         -moz-transform: translate(0,-.5px) rotate(.5deg);
  1430.         -ms-transform: translate(0,-.5px) rotate(.5deg);
  1431.         -o-transform: translate(0,-.5px) rotate(.5deg);
  1432.         transform: translate(0,-.5px) rotate(.5deg)
  1433.     }
  1434.     52%,56%,60% {
  1435.         -webkit-transform: translate(0,2.5px) rotate(2.5deg);
  1436.         -moz-transform: translate(0,2.5px) rotate(2.5deg);
  1437.         -ms-transform: translate(0,2.5px) rotate(2.5deg);
  1438.         -o-transform: translate(0,2.5px) rotate(2.5deg);
  1439.         transform: translate(0,2.5px) rotate(2.5deg)
  1440.     }
  1441.     58% {
  1442.         -webkit-transform: translate(0,.5px) rotate(2.5deg);
  1443.         -moz-transform: translate(0,.5px) rotate(2.5deg);
  1444.         -ms-transform: translate(0,.5px) rotate(2.5deg);
  1445.         -o-transform: translate(0,.5px) rotate(2.5deg);
  1446.         transform: translate(0,.5px) rotate(2.5deg)
  1447.     }
  1448.     84% {
  1449.         -webkit-transform: translate(0,1.5px) rotate(2.5deg);
  1450.         -moz-transform: translate(0,1.5px) rotate(2.5deg);
  1451.         -ms-transform: translate(0,1.5px) rotate(2.5deg);
  1452.         -o-transform: translate(0,1.5px) rotate(2.5deg);
  1453.         transform: translate(0,1.5px) rotate(2.5deg)
  1454.     }
  1455.     90% {
  1456.         -webkit-transform: translate(0,2.5px) rotate(-.5deg);
  1457.         -moz-transform: translate(0,2.5px) rotate(-.5deg);
  1458.         -ms-transform: translate(0,2.5px) rotate(-.5deg);
  1459.         -o-transform: translate(0,2.5px) rotate(-.5deg);
  1460.         transform: translate(0,2.5px) rotate(-.5deg)
  1461.     }
  1462.     92% {
  1463.         -webkit-transform: translate(0,.5px) rotate(-.5deg);
  1464.         -moz-transform: translate(0,.5px) rotate(-.5deg);
  1465.         -ms-transform: translate(0,.5px) rotate(-.5deg);
  1466.         -o-transform: translate(0,.5px) rotate(-.5deg);
  1467.         transform: translate(0,.5px) rotate(-.5deg)
  1468.     }
  1469.     94% {
  1470.         -webkit-transform: translate(0,2.5px) rotate(.5deg);
  1471.         -moz-transform: translate(0,2.5px) rotate(.5deg);
  1472.         -ms-transform: translate(0,2.5px) rotate(.5deg);
  1473.         -o-transform: translate(0,2.5px) rotate(.5deg);
  1474.         transform: translate(0,2.5px) rotate(.5deg)
  1475.     }
  1476.     0%,100% {
  1477.         -webkit-transform: translate(0,0) rotate(0);
  1478.         -moz-transform: translate(0,0) rotate(0);
  1479.         -ms-transform: translate(0,0) rotate(0);
  1480.         -o-transform: translate(0,0) rotate(0);
  1481.         transform: translate(0,0) rotate(0)
  1482.     }
  1483. }
  1484. @-o-keyframes my-face {
  1485.     2%,24%,80% {
  1486.         -webkit-transform: translate(0,1.5px) rotate(1.5deg);
  1487.         -moz-transform: translate(0,1.5px) rotate(1.5deg);
  1488.         -ms-transform: translate(0,1.5px) rotate(1.5deg);
  1489.         -o-transform: translate(0,1.5px) rotate(1.5deg);
  1490.         transform: translate(0,1.5px) rotate(1.5deg)
  1491.     }
  1492.     4%,68%,98% {
  1493.         -webkit-transform: translate(0,-1.5px) rotate(-.5deg);
  1494.         -moz-transform: translate(0,-1.5px) rotate(-.5deg);
  1495.         -ms-transform: translate(0,-1.5px) rotate(-.5deg);
  1496.         -o-transform: translate(0,-1.5px) rotate(-.5deg);
  1497.         transform: translate(0,-1.5px) rotate(-.5deg)
  1498.     }
  1499.     38%,6% {
  1500.         -webkit-transform: translate(0,1.5px) rotate(-1.5deg);
  1501.         -moz-transform: translate(0,1.5px) rotate(-1.5deg);
  1502.         -ms-transform: translate(0,1.5px) rotate(-1.5deg);
  1503.         -o-transform: translate(0,1.5px) rotate(-1.5deg);
  1504.         transform: translate(0,1.5px) rotate(-1.5deg)
  1505.     }
  1506.     8%,86% {
  1507.         -webkit-transform: translate(0,-1.5px) rotate(-1.5deg);
  1508.         -moz-transform: translate(0,-1.5px) rotate(-1.5deg);
  1509.         -ms-transform: translate(0,-1.5px) rotate(-1.5deg);
  1510.         -o-transform: translate(0,-1.5px) rotate(-1.5deg);
  1511.         transform: translate(0,-1.5px) rotate(-1.5deg)
  1512.     }
  1513.     10%,72% {
  1514.         -webkit-transform: translate(0,2.5px) rotate(1.5deg);
  1515.         -moz-transform: translate(0,2.5px) rotate(1.5deg);
  1516.         -ms-transform: translate(0,2.5px) rotate(1.5deg);
  1517.         -o-transform: translate(0,2.5px) rotate(1.5deg);
  1518.         transform: translate(0,2.5px) rotate(1.5deg)
  1519.     }
  1520.     12%,64%,78%,96% {
  1521.         -webkit-transform: translate(0,-.5px) rotate(1.5deg);
  1522.         -moz-transform: translate(0,-.5px) rotate(1.5deg);
  1523.         -ms-transform: translate(0,-.5px) rotate(1.5deg);
  1524.         -o-transform: translate(0,-.5px) rotate(1.5deg);
  1525.         transform: translate(0,-.5px) rotate(1.5deg)
  1526.     }
  1527.     14%,54% {
  1528.         -webkit-transform: translate(0,-1.5px) rotate(1.5deg);
  1529.         -moz-transform: translate(0,-1.5px) rotate(1.5deg);
  1530.         -ms-transform: translate(0,-1.5px) rotate(1.5deg);
  1531.         -o-transform: translate(0,-1.5px) rotate(1.5deg);
  1532.         transform: translate(0,-1.5px) rotate(1.5deg)
  1533.     }
  1534.     16% {
  1535.         -webkit-transform: translate(0,-.5px) rotate(-1.5deg);
  1536.         -moz-transform: translate(0,-.5px) rotate(-1.5deg);
  1537.         -ms-transform: translate(0,-.5px) rotate(-1.5deg);
  1538.         -o-transform: translate(0,-.5px) rotate(-1.5deg);
  1539.         transform: translate(0,-.5px) rotate(-1.5deg)
  1540.     }
  1541.     18%,22% {
  1542.         -webkit-transform: translate(0,.5px) rotate(-1.5deg);
  1543.         -moz-transform: translate(0,.5px) rotate(-1.5deg);
  1544.         -ms-transform: translate(0,.5px) rotate(-1.5deg);
  1545.         -o-transform: translate(0,.5px) rotate(-1.5deg);
  1546.         transform: translate(0,.5px) rotate(-1.5deg)
  1547.     }
  1548.     20%,36%,46% {
  1549.         -webkit-transform: translate(0,-1.5px) rotate(2.5deg);
  1550.         -moz-transform: translate(0,-1.5px) rotate(2.5deg);
  1551.         -ms-transform: translate(0,-1.5px) rotate(2.5deg);
  1552.         -o-transform: translate(0,-1.5px) rotate(2.5deg);
  1553.         transform: translate(0,-1.5px) rotate(2.5deg)
  1554.     }
  1555.     26%,50% {
  1556.         -webkit-transform: translate(0,.5px) rotate(.5deg);
  1557.         -moz-transform: translate(0,.5px) rotate(.5deg);
  1558.         -ms-transform: translate(0,.5px) rotate(.5deg);
  1559.         -o-transform: translate(0,.5px) rotate(.5deg);
  1560.         transform: translate(0,.5px) rotate(.5deg)
  1561.     }
  1562.     28% {
  1563.         -webkit-transform: translate(0,.5px) rotate(1.5deg);
  1564.         -moz-transform: translate(0,.5px) rotate(1.5deg);
  1565.         -ms-transform: translate(0,.5px) rotate(1.5deg);
  1566.         -o-transform: translate(0,.5px) rotate(1.5deg);
  1567.         transform: translate(0,.5px) rotate(1.5deg)
  1568.     }
  1569.     30%,40%,62%,76%,88% {
  1570.         -webkit-transform: translate(0,-.5px) rotate(2.5deg);
  1571.         -moz-transform: translate(0,-.5px) rotate(2.5deg);
  1572.         -ms-transform: translate(0,-.5px) rotate(2.5deg);
  1573.         -o-transform: translate(0,-.5px) rotate(2.5deg);
  1574.         transform: translate(0,-.5px) rotate(2.5deg)
  1575.     }
  1576.     32%,34%,66% {
  1577.         -webkit-transform: translate(0,1.5px) rotate(-.5deg);
  1578.         -moz-transform: translate(0,1.5px) rotate(-.5deg);
  1579.         -ms-transform: translate(0,1.5px) rotate(-.5deg);
  1580.         -o-transform: translate(0,1.5px) rotate(-.5deg);
  1581.         transform: translate(0,1.5px) rotate(-.5deg)
  1582.     }
  1583.     42% {
  1584.         -webkit-transform: translate(0,2.5px) rotate(-1.5deg);
  1585.         -moz-transform: translate(0,2.5px) rotate(-1.5deg);
  1586.         -ms-transform: translate(0,2.5px) rotate(-1.5deg);
  1587.         -o-transform: translate(0,2.5px) rotate(-1.5deg);
  1588.         transform: translate(0,2.5px) rotate(-1.5deg)
  1589.     }
  1590.     44%,70% {
  1591.         -webkit-transform: translate(0,1.5px) rotate(.5deg);
  1592.         -moz-transform: translate(0,1.5px) rotate(.5deg);
  1593.         -ms-transform: translate(0,1.5px) rotate(.5deg);
  1594.         -o-transform: translate(0,1.5px) rotate(.5deg);
  1595.         transform: translate(0,1.5px) rotate(.5deg)
  1596.     }
  1597.     48%,74%,82% {
  1598.         -webkit-transform: translate(0,-.5px) rotate(.5deg);
  1599.         -moz-transform: translate(0,-.5px) rotate(.5deg);
  1600.         -ms-transform: translate(0,-.5px) rotate(.5deg);
  1601.         -o-transform: translate(0,-.5px) rotate(.5deg);
  1602.         transform: translate(0,-.5px) rotate(.5deg)
  1603.     }
  1604.     52%,56%,60% {
  1605.         -webkit-transform: translate(0,2.5px) rotate(2.5deg);
  1606.         -moz-transform: translate(0,2.5px) rotate(2.5deg);
  1607.         -ms-transform: translate(0,2.5px) rotate(2.5deg);
  1608.         -o-transform: translate(0,2.5px) rotate(2.5deg);
  1609.         transform: translate(0,2.5px) rotate(2.5deg)
  1610.     }
  1611.     58% {
  1612.         -webkit-transform: translate(0,.5px) rotate(2.5deg);
  1613.         -moz-transform: translate(0,.5px) rotate(2.5deg);
  1614.         -ms-transform: translate(0,.5px) rotate(2.5deg);
  1615.         -o-transform: translate(0,.5px) rotate(2.5deg);
  1616.         transform: translate(0,.5px) rotate(2.5deg)
  1617.     }
  1618.     84% {
  1619.         -webkit-transform: translate(0,1.5px) rotate(2.5deg);
  1620.         -moz-transform: translate(0,1.5px) rotate(2.5deg);
  1621.         -ms-transform: translate(0,1.5px) rotate(2.5deg);
  1622.         -o-transform: translate(0,1.5px) rotate(2.5deg);
  1623.         transform: translate(0,1.5px) rotate(2.5deg)
  1624.     }
  1625.     90% {
  1626.         -webkit-transform: translate(0,2.5px) rotate(-.5deg);
  1627.         -moz-transform: translate(0,2.5px) rotate(-.5deg);
  1628.         -ms-transform: translate(0,2.5px) rotate(-.5deg);
  1629.         -o-transform: translate(0,2.5px) rotate(-.5deg);
  1630.         transform: translate(0,2.5px) rotate(-.5deg)
  1631.     }
  1632.     92% {
  1633.         -webkit-transform: translate(0,.5px) rotate(-.5deg);
  1634.         -moz-transform: translate(0,.5px) rotate(-.5deg);
  1635.         -ms-transform: translate(0,.5px) rotate(-.5deg);
  1636.         -o-transform: translate(0,.5px) rotate(-.5deg);
  1637.         transform: translate(0,.5px) rotate(-.5deg)
  1638.     }
  1639.     94% {
  1640.         -webkit-transform: translate(0,2.5px) rotate(.5deg);
  1641.         -moz-transform: translate(0,2.5px) rotate(.5deg);
  1642.         -ms-transform: translate(0,2.5px) rotate(.5deg);
  1643.         -o-transform: translate(0,2.5px) rotate(.5deg);
  1644.         transform: translate(0,2.5px) rotate(.5deg)
  1645.     }
  1646.     0%,100% {
  1647.         -webkit-transform: translate(0,0) rotate(0);
  1648.         -moz-transform: translate(0,0) rotate(0);
  1649.         -ms-transform: translate(0,0) rotate(0);
  1650.         -o-transform: translate(0,0) rotate(0);
  1651.         transform: translate(0,0) rotate(0)
  1652.     }
  1653. }
  1654. @keyframes my-face {
  1655.     2%,24%,80% {
  1656.         -webkit-transform: translate(0,1.5px) rotate(1.5deg);
  1657.         -moz-transform: translate(0,1.5px) rotate(1.5deg);
  1658.         -ms-transform: translate(0,1.5px) rotate(1.5deg);
  1659.         -o-transform: translate(0,1.5px) rotate(1.5deg);
  1660.         transform: translate(0,1.5px) rotate(1.5deg)
  1661.     }
  1662.     4%,68%,98% {
  1663.         -webkit-transform: translate(0,-1.5px) rotate(-.5deg);
  1664.         -moz-transform: translate(0,-1.5px) rotate(-.5deg);
  1665.         -ms-transform: translate(0,-1.5px) rotate(-.5deg);
  1666.         -o-transform: translate(0,-1.5px) rotate(-.5deg);
  1667.         transform: translate(0,-1.5px) rotate(-.5deg)
  1668.     }
  1669.     38%,6% {
  1670.         -webkit-transform: translate(0,1.5px) rotate(-1.5deg);
  1671.         -moz-transform: translate(0,1.5px) rotate(-1.5deg);
  1672.         -ms-transform: translate(0,1.5px) rotate(-1.5deg);
  1673.         -o-transform: translate(0,1.5px) rotate(-1.5deg);
  1674.         transform: translate(0,1.5px) rotate(-1.5deg)
  1675.     }
  1676.     8%,86% {
  1677.         -webkit-transform: translate(0,-1.5px) rotate(-1.5deg);
  1678.         -moz-transform: translate(0,-1.5px) rotate(-1.5deg);
  1679.         -ms-transform: translate(0,-1.5px) rotate(-1.5deg);
  1680.         -o-transform: translate(0,-1.5px) rotate(-1.5deg);
  1681.         transform: translate(0,-1.5px) rotate(-1.5deg)
  1682.     }
  1683.     10%,72% {
  1684.         -webkit-transform: translate(0,2.5px) rotate(1.5deg);
  1685.         -moz-transform: translate(0,2.5px) rotate(1.5deg);
  1686.         -ms-transform: translate(0,2.5px) rotate(1.5deg);
  1687.         -o-transform: translate(0,2.5px) rotate(1.5deg);
  1688.         transform: translate(0,2.5px) rotate(1.5deg)
  1689.     }
  1690.     12%,64%,78%,96% {
  1691.         -webkit-transform: translate(0,-.5px) rotate(1.5deg);
  1692.         -moz-transform: translate(0,-.5px) rotate(1.5deg);
  1693.         -ms-transform: translate(0,-.5px) rotate(1.5deg);
  1694.         -o-transform: translate(0,-.5px) rotate(1.5deg);
  1695.         transform: translate(0,-.5px) rotate(1.5deg)
  1696.     }
  1697.     14%,54% {
  1698.         -webkit-transform: translate(0,-1.5px) rotate(1.5deg);
  1699.         -moz-transform: translate(0,-1.5px) rotate(1.5deg);
  1700.         -ms-transform: translate(0,-1.5px) rotate(1.5deg);
  1701.         -o-transform: translate(0,-1.5px) rotate(1.5deg);
  1702.         transform: translate(0,-1.5px) rotate(1.5deg)
  1703.     }
  1704.     16% {
  1705.         -webkit-transform: translate(0,-.5px) rotate(-1.5deg);
  1706.         -moz-transform: translate(0,-.5px) rotate(-1.5deg);
  1707.         -ms-transform: translate(0,-.5px) rotate(-1.5deg);
  1708.         -o-transform: translate(0,-.5px) rotate(-1.5deg);
  1709.         transform: translate(0,-.5px) rotate(-1.5deg)
  1710.     }
  1711.     18%,22% {
  1712.         -webkit-transform: translate(0,.5px) rotate(-1.5deg);
  1713.         -moz-transform: translate(0,.5px) rotate(-1.5deg);
  1714.         -ms-transform: translate(0,.5px) rotate(-1.5deg);
  1715.         -o-transform: translate(0,.5px) rotate(-1.5deg);
  1716.         transform: translate(0,.5px) rotate(-1.5deg)
  1717.     }
  1718.     20%,36%,46% {
  1719.         -webkit-transform: translate(0,-1.5px) rotate(2.5deg);
  1720.         -moz-transform: translate(0,-1.5px) rotate(2.5deg);
  1721.         -ms-transform: translate(0,-1.5px) rotate(2.5deg);
  1722.         -o-transform: translate(0,-1.5px) rotate(2.5deg);
  1723.         transform: translate(0,-1.5px) rotate(2.5deg)
  1724.     }
  1725.     26%,50% {
  1726.         -webkit-transform: translate(0,.5px) rotate(.5deg);
  1727.         -moz-transform: translate(0,.5px) rotate(.5deg);
  1728.         -ms-transform: translate(0,.5px) rotate(.5deg);
  1729.         -o-transform: translate(0,.5px) rotate(.5deg);
  1730.         transform: translate(0,.5px) rotate(.5deg)
  1731.     }
  1732.     28% {
  1733.         -webkit-transform: translate(0,.5px) rotate(1.5deg);
  1734.         -moz-transform: translate(0,.5px) rotate(1.5deg);
  1735.         -ms-transform: translate(0,.5px) rotate(1.5deg);
  1736.         -o-transform: translate(0,.5px) rotate(1.5deg);
  1737.         transform: translate(0,.5px) rotate(1.5deg)
  1738.     }
  1739.     30%,40%,62%,76%,88% {
  1740.         -webkit-transform: translate(0,-.5px) rotate(2.5deg);
  1741.         -moz-transform: translate(0,-.5px) rotate(2.5deg);
  1742.         -ms-transform: translate(0,-.5px) rotate(2.5deg);
  1743.         -o-transform: translate(0,-.5px) rotate(2.5deg);
  1744.         transform: translate(0,-.5px) rotate(2.5deg)
  1745.     }
  1746.     32%,34%,66% {
  1747.         -webkit-transform: translate(0,1.5px) rotate(-.5deg);
  1748.         -moz-transform: translate(0,1.5px) rotate(-.5deg);
  1749.         -ms-transform: translate(0,1.5px) rotate(-.5deg);
  1750.         -o-transform: translate(0,1.5px) rotate(-.5deg);
  1751.         transform: translate(0,1.5px) rotate(-.5deg)
  1752.     }
  1753.     42% {
  1754.         -webkit-transform: translate(0,2.5px) rotate(-1.5deg);
  1755.         -moz-transform: translate(0,2.5px) rotate(-1.5deg);
  1756.         -ms-transform: translate(0,2.5px) rotate(-1.5deg);
  1757.         -o-transform: translate(0,2.5px) rotate(-1.5deg);
  1758.         transform: translate(0,2.5px) rotate(-1.5deg)
  1759.     }
  1760.     44%,70% {
  1761.         -webkit-transform: translate(0,1.5px) rotate(.5deg);
  1762.         -moz-transform: translate(0,1.5px) rotate(.5deg);
  1763.         -ms-transform: translate(0,1.5px) rotate(.5deg);
  1764.         -o-transform: translate(0,1.5px) rotate(.5deg);
  1765.         transform: translate(0,1.5px) rotate(.5deg)
  1766.     }
  1767.     48%,74%,82% {
  1768.         -webkit-transform: translate(0,-.5px) rotate(.5deg);
  1769.         -moz-transform: translate(0,-.5px) rotate(.5deg);
  1770.         -ms-transform: translate(0,-.5px) rotate(.5deg);
  1771.         -o-transform: translate(0,-.5px) rotate(.5deg);
  1772.         transform: translate(0,-.5px) rotate(.5deg)
  1773.     }
  1774.     52%,56%,60% {
  1775.         -webkit-transform: translate(0,2.5px) rotate(2.5deg);
  1776.         -moz-transform: translate(0,2.5px) rotate(2.5deg);
  1777.         -ms-transform: translate(0,2.5px) rotate(2.5deg);
  1778.         -o-transform: translate(0,2.5px) rotate(2.5deg);
  1779.         transform: translate(0,2.5px) rotate(2.5deg)
  1780.     }
  1781.     58% {
  1782.         -webkit-transform: translate(0,.5px) rotate(2.5deg);
  1783.         -moz-transform: translate(0,.5px) rotate(2.5deg);
  1784.         -ms-transform: translate(0,.5px) rotate(2.5deg);
  1785.         -o-transform: translate(0,.5px) rotate(2.5deg);
  1786.         transform: translate(0,.5px) rotate(2.5deg)
  1787.     }
  1788.     84% {
  1789.         -webkit-transform: translate(0,1.5px) rotate(2.5deg);
  1790.         -moz-transform: translate(0,1.5px) rotate(2.5deg);
  1791.         -ms-transform: translate(0,1.5px) rotate(2.5deg);
  1792.         -o-transform: translate(0,1.5px) rotate(2.5deg);
  1793.         transform: translate(0,1.5px) rotate(2.5deg)
  1794.     }
  1795.     90% {
  1796.         -webkit-transform: translate(0,2.5px) rotate(-.5deg);
  1797.         -moz-transform: translate(0,2.5px) rotate(-.5deg);
  1798.         -ms-transform: translate(0,2.5px) rotate(-.5deg);
  1799.         -o-transform: translate(0,2.5px) rotate(-.5deg);
  1800.         transform: translate(0,2.5px) rotate(-.5deg)
  1801.     }
  1802.     92% {
  1803.         -webkit-transform: translate(0,.5px) rotate(-.5deg);
  1804.         -moz-transform: translate(0,.5px) rotate(-.5deg);
  1805.         -ms-transform: translate(0,.5px) rotate(-.5deg);
  1806.         -o-transform: translate(0,.5px) rotate(-.5deg);
  1807.         transform: translate(0,.5px) rotate(-.5deg)
  1808.     }
  1809.     94% {
  1810.         -webkit-transform: translate(0,2.5px) rotate(.5deg);
  1811.         -moz-transform: translate(0,2.5px) rotate(.5deg);
  1812.         -ms-transform: translate(0,2.5px) rotate(.5deg);
  1813.         -o-transform: translate(0,2.5px) rotate(.5deg);
  1814.         transform: translate(0,2.5px) rotate(.5deg)
  1815.     }
  1816.     0%,100% {
  1817.         -webkit-transform: translate(0,0) rotate(0);
  1818.         -moz-transform: translate(0,0) rotate(0);
  1819.         -ms-transform: translate(0,0) rotate(0);
  1820.         -o-transform: translate(0,0) rotate(0);
  1821.         transform: translate(0,0) rotate(0)
  1822.     }
  1823. }
  1824. .personInfo {
  1825.     margin-bottom: 20px
  1826. }
  1827. .pages {
  1828.     text-align: right
  1829. }
  1830. .postBody {
  1831.     color: #222;
  1832.     font-size: 1.55rem;
  1833.     line-height: 1.6
  1834. }
  1835. .postBody p,.postCon p {
  1836.     margin: 0 auto 1em
  1837. }
  1838. .postCon a:active,.postCon a:link,.postCon a:visited {
  1839.     color: #9eabb3
  1840. }
  1841. .postCon a:hover {
  1842.     color: #98a0a4
  1843. }
  1844. .postBody ul,.postCon ul {
  1845.     margin-left: 2em
  1846. }
  1847. .myposts_title {
  1848.     font-weight: 700;
  1849.     text-align: center
  1850. }
  1851. #sideBar {
  1852.     font-size: 12px
  1853. }
  1854. #sideBar h3 {
  1855.     font-size: 14px
  1856. }
  1857. #cnblogs_post_body img {
  1858.     max-width: 700px;
  1859.     margin: 10px 0
  1860. }
  1861. .main-header {
  1862.     display: table;
  1863.     width: 100%;
  1864.     height: 100vh;
  1865.     max-height: 100vh;
  1866.     text-align: center;
  1867.     background-size: cover;
  1868.     overflow: hidden;
  1869.     position: absolute;
  1870.     top: 0;
  1871.     left: 0;
  1872.     z-index: 3;
  1873.     box-shadow: 0 1px 2px rgba(150,150,150,.7)
  1874. }
  1875. .inner {
  1876.     position: relative;
  1877.     width: 80%;
  1878.     max-width: 800px;
  1879.     padding: 10px
  1880. }
  1881. .page-title,.sb-title {
  1882.     letter-spacing: -1px;
  1883.     font-weight: 700;
  1884.     color: #fff;
  1885.     -webkit-animation: fade-in-down 1s;
  1886.     animation: fade-in-down 1s both;
  1887.     -webkit-animation-delay: .6s;
  1888.     animation-delay: .5s;
  1889.     text-shadow: 0 3px 6px rgba(0,0,0,.3)
  1890. }
  1891. .page-title {
  1892.     font-size: 5rem;
  1893.     font-family: 'Playball',cursive
  1894. }
  1895. .sb-title {
  1896.     font-size: 3.55rem
  1897. }
  1898. .vertical {
  1899.     display: table-cell;
  1900.     vertical-align: middle;
  1901.     width: 100%
  1902. }
  1903. .page-author,.page-description {
  1904.     margin: 0;
  1905.     letter-spacing: .01rem;
  1906.     color: rgba(255,255,255,.8);
  1907.     text-shadow: 0 3px 6px rgba(0,0,0,.5);
  1908.     display: none;
  1909.     font-weight: 400
  1910. }
  1911. .page-description {
  1912.     font-size: 2.2rem;
  1913.     -webkit-animation: fade-in-down .9s;
  1914.     animation: fade-in-down .9s both;
  1915.     -webkit-animation-delay: .1s;
  1916.     animation-delay: .3s;
  1917.     -webkit-box-orient: vertical;
  1918.     -webkit-line-clamp: 10;
  1919.     overflow: hidden;
  1920.     font-family: 'Long Cang',cursive
  1921. }
  1922. .page-author {
  1923.     font-size: 1.5rem!important;
  1924.     line-height: 1.3em;
  1925.     font-family: 'Ubuntu Mono',monospace;
  1926.     -webkit-animation: fade-in-down .9s;
  1927.     animation: fade-in-down .9s both;
  1928.     -webkit-animation-delay: .1s;
  1929.     animation-delay: .3s
  1930. }
  1931. .scroll-down {
  1932.     display: block;
  1933.     position: absolute;
  1934.     z-index: 100;
  1935.     bottom: 45px;
  1936.     left: 50%;
  1937.     margin-left: -16px;
  1938.     width: 34px;
  1939.     height: 34px;
  1940.     font-size: 34px;
  1941.     text-align: center;
  1942.     -webkit-transform: rotate(-90deg);
  1943.     -ms-transform: rotate(-90deg);
  1944.     transform: rotate(-90deg);
  1945.     -webkit-animation: bounce 4s 2s infinite;
  1946.     animation: bounce 4s 2s infinite;
  1947.     text-decoration: none!important
  1948. }
  1949. .scroll-down-icon {
  1950.     color: rgba(255,255,255,.6);
  1951.     font-size: 34px!important;
  1952.     position: relative;
  1953.     bottom: 7px
  1954. }
  1955. .scroll-down:hover {
  1956.     color: #fff;
  1957.     -webkit-animation: none;
  1958.     animation: none
  1959. }
  1960. .hidden {
  1961.     text-indent: -9999px;
  1962.     visibility: hidden;
  1963.     display: none
  1964. }
  1965. @-webkit-keyframes bounce {
  1966.     0%,10%,25%,40%,50% {
  1967.         -webkit-transform: translateY(0) rotate(-90deg);
  1968.         transform: translateY(0) rotate(-90deg)
  1969.     }
  1970.     20% {
  1971.         -webkit-transform: translateY(-10px) rotate(-90deg);
  1972.         transform: translateY(-10px) rotate(-90deg)
  1973.     }
  1974.     30% {
  1975.         -webkit-transform: translateY(-5px) rotate(-90deg);
  1976.         transform: translateY(-5px) rotate(-90deg)
  1977.     }
  1978. }
  1979. @keyframes bounce {
  1980.     0%,10%,25%,40%,50% {
  1981.         -webkit-transform: translateY(0) rotate(-90deg);
  1982.         transform: translateY(0) rotate(-90deg)
  1983.     }
  1984.     20% {
  1985.         -webkit-transform: translateY(-10px) rotate(-90deg);
  1986.         transform: translateY(-10px) rotate(-90deg)
  1987.     }
  1988.     30% {
  1989.         -webkit-transform: translateY(-5px) rotate(-90deg);
  1990.         transform: translateY(-5px) rotate(-90deg)
  1991.     }
  1992. }
  1993. @-webkit-keyframes fade-in-down {
  1994.     0% {
  1995.         opacity: 0;
  1996.         -webkit-transform: translateY(-10px);
  1997.         transform: translateY(-10px)
  1998.     }
  1999.     100% {
  2000.         opacity: 1;
  2001.         -webkit-transform: translateY(0);
  2002.         transform: translateY(0)
  2003.     }
  2004. }
  2005. @keyframes fade-in-down {
  2006.     0% {
  2007.         opacity: 0;
  2008.         -webkit-transform: translateY(-10px);
  2009.         transform: translateY(-10px)
  2010.     }
  2011.     100% {
  2012.         opacity: 1;
  2013.         -webkit-transform: translateY(0);
  2014.         transform: translateY(0)
  2015.     }
  2016. }
  2017. .menu-button-scroll {
  2018.     background: #222!important;
  2019.     left: -20px!important;
  2020.     width: 35px!important
  2021. }
  2022. .m-list-title {
  2023.     position: relative;
  2024.     border-bottom: #3b3b3b 1px solid;
  2025.     word-wrap: break-word;
  2026.     margin: 24px 0;
  2027.     font-family: Merriweather,"Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif;
  2028.     display: none
  2029. }
  2030. .m-list-title-select {
  2031.     color: #888;
  2032.     font-size: 22px!important;
  2033.     position: absolute;
  2034.     right: -7px;
  2035.     top: 1px
  2036. }
  2037. .m-list-title-select:hover {
  2038.     color: #b8b8b8;
  2039.     cursor: pointer
  2040. }
  2041. .m-list-title>span {
  2042.     display: block;
  2043.     width: 74px;
  2044.     text-align: center;
  2045.     position: absolute;
  2046.     bottom: -9px;
  2047.     left: 35%;
  2048.     margin-left: -5px;
  2049.     background: #000;
  2050.     box-shadow: #000 0 0 0 6px;
  2051.     color: #b8b8b8;
  2052.     line-height: 20px
  2053. }
  2054. .introduce-box {
  2055.     width: 100%;
  2056.     position: absolute;
  2057.     top: 0;
  2058.     left: 0;
  2059.     color: #f5f5f5;
  2060.     z-index: 1;
  2061.     opacity: 1;
  2062.     height: 225px;
  2063.     -webkit-transition: opacity .3s,-webkit-transform .3s;
  2064.     transition: opacity .3s,transform .3s;
  2065.     -webkit-transition-delay: .4s;
  2066.     transition-delay: .4s;
  2067.     outline: 0;
  2068.     cursor: pointer;
  2069.     background: url(https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@master/img/webp/me_top_bg.webp) center no-repeat #000;
  2070.     background-size: 100%
  2071. }
  2072. .introduce-head {
  2073.     width: 100%
  2074. }
  2075. .introduce-via {
  2076.     margin-top: 20px;
  2077.     text-align: center
  2078. }
  2079. .introduce-via img {
  2080.     width: 70px;
  2081.     height: 70px;
  2082.     padding: 1px;
  2083.     border: 3px solid rgba(255,255,255,.5);
  2084.     border-radius: 100%;
  2085.     box-shadow: inset 1px 1px 4px rgba(0,0,0,.3),0 2px 3px rgba(0,0,0,.4);
  2086.     transition: transform 1s ease-out
  2087. }
  2088. .introduce-via img:hover {
  2089.     -webkit-transform: rotateZ(360deg);
  2090.     -moz-transform: rotateZ(360deg);
  2091.     -ms-transform: rotateZ(360deg);
  2092.     -o-transform: rotateZ(360deg);
  2093.     transform: rotateZ(360deg)
  2094. }
  2095. #introduce {
  2096.     padding-left: 85px;
  2097.     margin-top: 10px
  2098. }
  2099. #introduce a {
  2100.     margin-left: 10px;
  2101.     color: #f5f5f5;
  2102.     line-height: 20px
  2103. }
  2104. #introduce a:hover {
  2105.     color: #fff!important
  2106. }
  2107. #introduce a:active,#introduce a:hover,#introduce a:link,#introduce a:visited {
  2108.     text-decoration: none!important
  2109. }
  2110. #introduce div {
  2111.     position: absolute;
  2112.     right: 10px;
  2113.     bottom: 15px;
  2114.     text-align: center;
  2115.     padding: 2px 4px;
  2116.     border-radius: 3px
  2117. }
  2118. #introduce div a {
  2119.     margin: 0;
  2120.     padding: 0
  2121. }
  2122. #introduce div:hover {
  2123.     opacity: .6
  2124. }
  2125. .post-del-title {
  2126.     display: none
  2127. }
  2128. #cnblogs_post_body h6,blockquote {
  2129.     line-height: 20px;
  2130.     margin: 0 0 24px;
  2131.     padding: 1.45em;
  2132.     color: #313131;
  2133.     background-color: #f7f7f7;
  2134.     font-size: 14px;
  2135.     border-left: 4px solid #ddd;
  2136.     font-weight: 400;
  2137.     border-top: 0;
  2138.     border-right: 0;
  2139.     border-bottom: 0;
  2140.     min-height: 0
  2141. }
  2142. blockquote p {
  2143.     margin: 0!important;
  2144.     padding: 0;
  2145.     text-indent: 0!important
  2146. }
  2147. .titleIcon {
  2148.     position: relative;
  2149.     font-size: 34px!important;
  2150.     color: #5d69a5;
  2151.     line-height: 50px
  2152. }
  2153. #cnblogs_post_body ul {
  2154.     margin-left: 20px;
  2155.     margin-top: 5px;
  2156.     padding-left: 0
  2157. }
  2158. .postBody li,.postCon li {
  2159.     list-style-type: disc;
  2160.     margin-bottom: .5em
  2161. }
  2162. #commentform_title,.entrylistTitle,.feedback_area_title {
  2163.     border-bottom: 0
  2164. }
  2165. #commentform_title:after,.entrylistTitle:after,.feedback_area_title:after {
  2166.     content: '';
  2167.     display: block;
  2168.     width: 100%;
  2169.     text-align: center;
  2170.     position: relative;
  2171.     bottom: 16px;
  2172.     border-bottom: 1px dashed #e9e9e9
  2173. }
  2174. .entrylistTitle:after {
  2175.     left: 200px
  2176. }
  2177. #commentform_title:after,.feedback_area_title:after {
  2178.     left: 80px
  2179. }
  2180. #tbCommentBody {
  2181.     width: 100%!important
  2182. }
  2183. #rightMenu {
  2184.     position: fixed;
  2185.     bottom: 10px;
  2186.     right: 10px;
  2187.     min-width: 24px;
  2188.     z-index: 2;
  2189.     width: 40px;
  2190.     text-align: center
  2191. }
  2192. div#rightMenu>div {
  2193.     width: 32px;
  2194.     height: 32px;
  2195.     padding: 4px;
  2196.     font-size: 15px;
  2197.     cursor: pointer;
  2198.     background: #FFF;
  2199.     text-align: center;
  2200.     line-height: 32px;
  2201.     margin-bottom: 3px;
  2202.     border-radius: 50%;
  2203.     position: relative;
  2204.     display: block;
  2205.     -webkit-box-shadow: 0 1px 20px 0 rgba(0,0,0,0.1),inset 0 -1px 0 0 rgba(0,0,0,0.1);
  2206.     box-shadow: 0 1px 20px 0 rgba(0,0,0,0.1),inset 0 -1px 0 0 rgba(0,0,0,0.1)
  2207. }
  2208. #rightMenu i {
  2209.     font-weight: 500;
  2210.     font-size: 16px;
  2211.     display: block
  2212. }
  2213. #rightGzh i {
  2214.     font-size: 18px
  2215. }
  2216. #rightDashang i {
  2217.     font-size: 32px;
  2218.     position: relative;
  2219.     left: -1px
  2220. }
  2221. #attention,#rightBuryit,#rightDiggit,#rightDashang,#toUpDown {
  2222.     cursor: pointer;
  2223.     color: #777;
  2224.     filter: Alpha(opacity=50);
  2225.     -webkit-transition: all .5s ease-out;
  2226.     transition: all .5s ease-out;
  2227.     position: relative
  2228. }
  2229. #toUpDownI i,#rightDiggit i,#rightBuryit i,#attention i {
  2230.     font-weight: 600
  2231. }
  2232. #rightDashang .rightMenuSpan,#rightGzh .rightMenuSpan {
  2233.     position: absolute;
  2234.     left: -156px;
  2235.     font-size: 14px;
  2236.     font-weight: 700;
  2237.     width: 140px;
  2238.     color: #777;
  2239.     text-align: right;
  2240.     display: none
  2241. }
  2242. #rightDiggit .rightMenuSpan,#rightDiggit .rightMenuSpan,#rightBuryit .rightMenuSpan,#attention .rightMenuSpan,#toUpDown .rightMenuSpan {
  2243.     position: absolute;
  2244.     left: -95px;
  2245.     font-size: 14px;
  2246.     width: 83px;
  2247.     background: #1b1c1d!important;
  2248.     color: #fff;
  2249.     opacity: .9;
  2250.     white-space: nowrap;
  2251.     max-width: unset;
  2252.     border: 0;
  2253.     -webkit-box-shadow: 0 0 6px -1px rgba(140,146,163,0.5);
  2254.     box-shadow: 0 0 6px -1px rgba(140,146,163,0.5);
  2255.     font-weight: normal;
  2256.     font-style: normal;
  2257.     border-radius: 3px;
  2258.     text-align: center;
  2259.     display: none
  2260. }
  2261. #rightDiggit .rightMenuSpan::before,#rightDiggit .rightMenuSpan::before,#rightBuryit .rightMenuSpan::before,#attention .rightMenuSpan::before,#toUpDown .rightMenuSpan::before {
  2262.     background-attachment: scroll;
  2263.     background-clip: border-box;
  2264.     background-color: #1b1c1d;
  2265.     box-shadow: rgba(179,179,179,0.2) 1px -1px 0 0;
  2266.     box-sizing: border-box;
  2267.     color: #fff;
  2268.     content: "";
  2269.     display: block;
  2270.     height: 8.98438px;
  2271.     margin-top: -3.89999px;
  2272.     opacity: .9;
  2273.     position: absolute;
  2274.     transform: matrix(0.707107,0.707107,-0.707107,0.707107,0,0);
  2275.     white-space: nowrap;
  2276.     width: 8.98438px;
  2277.     top: 50%;
  2278.     right: -0.325em;
  2279.     bottom: auto;
  2280.     left: auto
  2281. }
  2282. .rightDanshanSpan {
  2283.     bottom: -134px
  2284. }
  2285. .ds-pay {
  2286.     width: 100%;
  2287.     height: 100%;
  2288.     text-align: center
  2289. }
  2290. .ds-alipay,.ds-wecat,.ds-gzh {
  2291.     cursor: pointer;
  2292.     text-align: center;
  2293.     width: 140px;
  2294.     height: 140px;
  2295.     box-shadow: rgba(0,0,0,0.3) 0 2px 7px;
  2296.     border-radius: 0 6px 6px 6px;
  2297.     transition: all 1s ease-in-out 0s;
  2298.     margin: 3px 0;
  2299.     position: relative;
  2300.     padding: 5px;
  2301.     background: #fff
  2302. }
  2303. .ds-alipay img,.ds-wecat img,.ds-gzh img {
  2304.     width: 100%;
  2305.     height: 100%;
  2306.     border-radius: 6px
  2307. }
  2308. .ds-alipay span,.ds-wecat span,.ds-gzh span {
  2309.     position: absolute;
  2310.     font-family: 'Ubuntu Mono',monospace;
  2311.     left: -32px;
  2312.     top: 14px;
  2313.     height: 18px;
  2314.     line-height: 18px;
  2315.     background: #fff;
  2316.     color: #777;
  2317.     padding: 0 6px 2px 6px;
  2318.     box-shadow: rgba(0,0,0,0.1) 0 4px 7px;
  2319.     border-radius: 0 0 6px 6px;
  2320.     font-size: .85em;
  2321.     transform: rotate(90deg);
  2322.     -ms-transform: rotate(90deg);
  2323.     -moz-transform: rotate(90deg);
  2324.     -webkit-transform: rotate(90deg);
  2325.     -o-transform: rotate(90deg)
  2326. }
  2327. #cnblogs_post_body table td,#cnblogs_post_body table th,.feedbackCon table th,.feedbackCon table td {
  2328.     height: 40px;
  2329.     box-sizing: border-box;
  2330.     background-clip: padding-box;
  2331.     display: table-cell;
  2332.     position: relative;
  2333.     border: 0;
  2334.     text-overflow: ellipsis;
  2335.     vertical-align: middle
  2336. }
  2337. .attentionSpan {
  2338.     top: 2px
  2339. }
  2340. .rightBuryitSpan {
  2341.     top: 0
  2342. }
  2343. .rightDiggitSpan {
  2344.     top: 7px
  2345. }
  2346. .toUpDownSpan {
  2347.     top: 3px
  2348. }
  2349. #cnblogs_post_body table,.feedbackCon table {
  2350.     position: relative;
  2351.     overflow: hidden!important;
  2352.     box-sizing: border-box;
  2353.     width: 100%!important;
  2354.     background-color: #fff;
  2355.     border: 1px solid #dfe3ec;
  2356.     font-size: 14px;
  2357.     color: #222;
  2358.     margin: 0 0 10px 0;
  2359.     padding: 0;
  2360.     border-right: 0;
  2361.     border-bottom: 0;
  2362.     display: table!important;
  2363.     border-collapse: initial!important
  2364. }
  2365. .feedbackCon table {
  2366.     margin: 10px 0
  2367. }
  2368. .cnblogs-markdown .cnblogs_code_copy a {
  2369.     top: 0
  2370. }
  2371. #cnblogs_post_body table tr,.feedbackCon table tr {
  2372.     border: 0
  2373. }
  2374. #cnblogs_post_body table th,.feedbackCon table th {
  2375.     border-bottom: 1px solid #dfe3ec;
  2376.     border-right: 1px solid #dfe3ec;
  2377.     background-color: #eef0f6;
  2378.     text-align: left;
  2379.     overflow: hidden;
  2380.     padding: 0 18px;
  2381.     min-width: 100px
  2382. }
  2383. #cnblogs_post_body table td,.feedbackCon table td {
  2384.     border-bottom: 1px solid #dfe6ec;
  2385.     border-right: 1px solid #dfe3ec;
  2386.     min-width: 0;
  2387.     background-color: #fff;
  2388.     padding: 0 20px
  2389. }
  2390. #cnblogs_post_body>p {
  2391.     margin: 13px auto;
  2392.     padding: 0;
  2393.     font-family: -apple-system,BlinkMacSystemFont,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif;
  2394.     font-size: 16px;
  2395.     letter-spacing: .015em;
  2396.     font-feature-settings: "tnum";
  2397.     font-variant: tabular-nums;
  2398.     font-weight: 400;
  2399.     line-height: 1.8;
  2400.     word-break: break-word
  2401. }
  2402. #cnblogs_post_body ul li {
  2403.     margin-left: 18px
  2404. }
  2405. .header__span {
  2406.     -webkit-user-select: none;
  2407.     -moz-user-select: none;
  2408.     -ms-user-select: none;
  2409.     user-select: none;
  2410.     cursor: default;
  2411.     position: relative;
  2412.     display: block;
  2413.     margin: 0;
  2414.     transition: border-color .3s;
  2415.     padding: 0
  2416. }
  2417. .header__dev {
  2418.     font-family: Lato,Arial,sans-serif;
  2419.     font-weight: 300!important;
  2420.     position: relative;
  2421.     transition-delay: .5s;
  2422.     margin: 0!important;
  2423.     color: #222!important;
  2424.     font-size: 28px!important;
  2425.     height: 50px;
  2426.     line-height: 28px!important;
  2427.     left: -20px
  2428. }
  2429. .dev__fe,.dev__fe i,.dev__ux,.dev__ux i {
  2430.     width: 50px;
  2431.     height: 50px;
  2432.     position: absolute
  2433. }
  2434. .dev__slash {
  2435.     font-weight: 300;
  2436.     position: absolute;
  2437.     z-index: 1;
  2438.     -webkit-transform: rotateZ(22deg);
  2439.     transform: rotateZ(22deg)
  2440. }
  2441. .header__span .dev__slash {
  2442.     color: #5d69a5;
  2443.     top: 8px;
  2444.     left: 57px;
  2445.     font-size: 35px
  2446. }
  2447. .cnblogs_code,.post pre {
  2448.     font-size: 14px!important
  2449. }
  2450. .dev__fe,.dev__ux {
  2451.     overflow: hidden;
  2452.     -webkit-transform: rotateZ(22deg);
  2453.     transform: rotateZ(22deg)
  2454. }
  2455. .dev__fe {
  2456.     text-align: right;
  2457.     direction: rtl;
  2458.     top: -11px;
  2459.     left: 11px
  2460. }
  2461. .dev__ux {
  2462.     left: 64px;
  2463.     top: 0;
  2464.     text-align: left
  2465. }
  2466. .dev__fe i,.dev__ux i {
  2467.     font-style: normal;
  2468.     line-height: 50px;
  2469.     font-weight: 400;
  2470.     -webkit-transform: rotateZ(-22deg);
  2471.     transform: rotateZ(-22deg);
  2472.     color: #333
  2473. }
  2474. .header__span .dev__fe i {
  2475.     text-indent: -9px;
  2476.     top: 13px;
  2477.     right: 0
  2478. }
  2479. .header__span .dev__ux i {
  2480.     text-indent: -6px;
  2481.     top: 2px;
  2482.     left: -3px
  2483. }
  2484. .dev__developer {
  2485.     position: absolute;
  2486.     width: 75vw;
  2487.     font-weight: 700;
  2488.     overflow: hidden;
  2489.     text-overflow: ellipsis;
  2490.     display: -webkit-box;
  2491.     -webkit-line-clamp: 2;
  2492.     -webkit-box-orient: vertical
  2493. }
  2494. .cnblogs_code,.cnblogs_code span,.post pre {
  2495.     font-family: "Source Code Pro",Consolas,Menlo,Monaco,"Courier New",monospace!important;
  2496.     font-weight: 400
  2497. }
  2498. .header__span .dev__developer {
  2499.     top: 12px;
  2500.     left: 90px;
  2501.     min-height: 34px
  2502. }
  2503. .dev__developer,.dev__fe,.dev__fe i,.dev__slash,.dev__ux,.dev__ux i {
  2504.     transition: all .6s cubic-bezier(.555,-.375,0,1.615)
  2505. }
  2506. .header__dev--open .dev__fe i {
  2507.     text-indent: 5px!important
  2508. }
  2509. .header__dev--open .dev__ux i {
  2510.     text-indent: 11px!important
  2511. }
  2512. .header__dev--open .dev__developer {
  2513.     -webkit-transform: translateX(15px);
  2514.     transform: translateX(15px);
  2515.     opacity: .6
  2516. }
  2517. .header__dev--open .dev__slash {
  2518.     -webkit-transform: scale(.9) rotateZ(0);
  2519.     transform: scale(.9) rotateZ(0)
  2520. }
  2521. .header__dev--slow .dev__developer,.header__dev--slow .dev__fe,.header__dev--slow .dev__fe i,.header__dev--slow .dev__slash,.header__dev--slow .dev__ux,.header__dev--slow .dev__ux i {
  2522.     transition: all 1.2s cubic-bezier(.555,-.375,0,1.615)
  2523. }
  2524. #notHomeTopCanvas {
  2525.     position: absolute
  2526. }
  2527. #m-nav-list li {
  2528.     position: relative;
  2529.     overflow: hidden
  2530. }
  2531. #m-nav-list li a i {
  2532.     margin-right: 3px;
  2533.     font-size: 16px;
  2534.     position: relative;
  2535.     top: 1px
  2536. }
  2537. #header,#leftcontentcontainer,#profile_block,.catListTitle,#comment_nav,#top_nav {
  2538.     display: none!important
  2539. }
  2540. #ad_c1,#ad_c2,#ad_t1,#ad_t2,#cnblogs_c1,#cnblogs_c2,#under_post_kb,#under_post_news {
  2541.     display: none
  2542. }
  2543. #bottomProgressBar {
  2544.     position: fixed;
  2545.     top: 0;
  2546.     left: 0;
  2547.     width: 100%;
  2548.     z-index: 998
  2549. }
  2550. span.cnblogs_code {
  2551.     border: 0;
  2552.     padding: 2px 4px;
  2553.     color: #d83b64;
  2554.     background-color: #f9f2f4;
  2555.     border-radius: 3px;
  2556.     position: relative;
  2557.     bottom: 1px
  2558. }
  2559. .cnblogs_code {
  2560.     line-height: 20px;
  2561.     margin: 0 auto;
  2562.     background-color: transparent;
  2563.     position: relative;
  2564.     overflow: hidden;
  2565.     border: 0;
  2566.     padding: 0
  2567. }
  2568. .post pre {
  2569.     padding: 10px!important;
  2570.     white-space: pre;
  2571.     word-wrap: normal;
  2572.     margin: 5px 0;
  2573.     border-radius: 4px!important
  2574. }
  2575. .postBody pre {
  2576.     word-break: break-all;
  2577.     word-wrap: break-word;
  2578.     counter-reset: itemcounter
  2579. }
  2580. .postBody pre:not(.hljs) {
  2581.     color: #000
  2582. }
  2583. .postBody pre .line-numbers-rows {
  2584.     counter-increment: itemcounter;
  2585.     position: absolute;
  2586.     left: -34px;
  2587.     width: 30px;
  2588.     text-align: center;
  2589.     color: #999;
  2590.     display: none
  2591. }
  2592. .postBody pre .line-numbers-rows:before {
  2593.     content: counter(itemcounter)
  2594. }
  2595. .postBody pre .code-pre {
  2596.     position: relative;
  2597.     padding-left: 10px;
  2598.     display: block
  2599. }
  2600. .postBody pre .code-pre-line {
  2601.     left: 30px;
  2602.     border-left: 1px solid #999
  2603. }
  2604. .code-copay-btn {
  2605.     position: absolute;
  2606.     top: 8px;
  2607.     right: 10px;
  2608.     display: flex;
  2609.     justify-content: center;
  2610.     align-items: center;
  2611.     width: 30px;
  2612.     height: 25px;
  2613.     cursor: pointer;
  2614.     font-size: 14px;
  2615.     padding: 0 0 0 2px;
  2616.     border: 0;
  2617.     border-radius: 6px;
  2618.     color: #ccc;
  2619.     opacity: 0;
  2620.     visibility: hidden;
  2621.     background-color: hsla(0,0%,90.2%,.2);
  2622.     -webkit-user-select: none;
  2623.     -moz-user-select: none;
  2624.     -ms-user-select: none;
  2625.     user-select: none;
  2626.     transition: opacity .2s ease-in-out,visibility .2s ease-in-out;
  2627.     z-index: 1
  2628. }
  2629. .cnblogs_code span {
  2630.     font-size: 14px!important
  2631. }
  2632. .cnblogs_code div {
  2633.     background-color: transparent
  2634. }
  2635. .cnblogs_code_collapse {
  2636.     border: 0;
  2637.     background-color: #fff;
  2638.     cursor: pointer;
  2639.     color: #d08770;
  2640.     top: 1px;
  2641.     font-weight: 700;
  2642.     position: relative;
  2643.     font-family: Merriweather,"Open Sans","Microsoft Jhenghei","Microsoft Yahei",sans-serif!important;
  2644.     display: inline
  2645. }
  2646. #sideToolbar,.cnblogs_code_copy img,.list .out .icontd {
  2647.     display: none
  2648. }
  2649. .cnblogs_code_toolbar {
  2650.     height: 0
  2651. }
  2652. .cnblogs_code_copy a {
  2653.     background-repeat: no-repeat;
  2654.     display: inline-block;
  2655.     padding: 0;
  2656.     margin: 0;
  2657.     width: 16px;
  2658.     height: 16px;
  2659.     position: absolute
  2660. }
  2661. .code_img_closed,.code_img_opened {
  2662.     cursor: pointer
  2663. }
  2664. .cnblogs_code_toolbar a:active,.cnblogs_code_toolbar a:hover,.cnblogs_code_toolbar a:link,.cnblogs_code_toolbar a:link img,.cnblogs_code_toolbar a:visited,.cnblogs_code_toolbar a:visited img {
  2665.     background-color: transparent!important;
  2666.     border: none!important
  2667. }
  2668. .cnblogs-markdown code,.cnblogs-post-body code {
  2669.     background-color: unset!important;
  2670.     border: 0!important
  2671. }
  2672. .postBody .cnblogs-markdown code:not(.language-env),.postBody .cnblogs-post-body code:not(.language-env) {
  2673.     padding: 2px 4px!important;
  2674.     color: #d83b64;
  2675.     background-color: #f9f2f4!important;
  2676.     border-radius: 3px!important;
  2677.     border: 0!important;
  2678.     text-indent: 0!important;
  2679.     position: relative;
  2680.     bottom: 1px;
  2681.     font-size: 13px!important;
  2682.     font-weight: 600;
  2683.     font-family: "Ubuntu Mono",monospace!important
  2684. }
  2685. #cnblogs_post_body>pre .cnblogs_code_copy a {
  2686.     right: 5px
  2687. }
  2688. #cnblogs_post_body>pre {
  2689.     margin: 10px 15px!important
  2690. }
  2691. .my-line-numbers-rows {
  2692.     position: absolute;
  2693.     pointer-events: none;
  2694.     top: 10px;
  2695.     left: 0;
  2696.     width: 45px;
  2697.     letter-spacing: -1px;
  2698.     border-right: 1px solid #999;
  2699.     -webkit-user-select: none;
  2700.     -moz-user-select: none;
  2701.     -ms-user-select: none;
  2702.     user-select: none
  2703. }
  2704. .my-line-numbers-rows>span {
  2705.     color: #999;
  2706.     display: block;
  2707.     padding-right: .8em;
  2708.     text-align: right
  2709. }
  2710. #notHomeTopCanvas {
  2711.     margin: auto;
  2712.     width: 100%;
  2713.     height: 100%;
  2714.     top: 0;
  2715.     bottom: 0;
  2716.     left: 0;
  2717.     right: 0;
  2718.     opacity: .5
  2719. }
  2720. #pageAnimationOffOn {
  2721.     z-index: 999;
  2722.     position: absolute;
  2723.     top: 15px;
  2724.     right: 20px;
  2725.     color: rgba(255,255,255,.6);
  2726.     cursor: pointer
  2727. }
  2728. #pageAnimationOffOnIcon {
  2729.     display: inline-block;
  2730.     font-weight: bold;
  2731.     font-size: 20px
  2732. }
  2733. .toc {
  2734.     margin-bottom: 30px
  2735. }
  2736. .article-info {
  2737.     color: #fff;
  2738.     margin-top: 0
  2739. }
  2740. .article-info-text {
  2741.     margin-bottom: 18px
  2742. }
  2743. .article-info-tag {
  2744.     text-decoration: none;
  2745.     display: inline-block;
  2746.     font-size: 12px;
  2747.     font-weight: 500;
  2748.     letter-spacing: 2px;
  2749.     border-radius: 3px;
  2750.     text-transform: uppercase;
  2751.     position: relative;
  2752.     background-image: none;
  2753.     box-shadow: none;
  2754.     margin: 0 0 0 10px;
  2755.     padding: 0 5px;
  2756.     height: 22px;
  2757.     line-height: 22px;
  2758.     color: #fff;
  2759.     width: fit-content;
  2760.     width: -webkit-fit-content;
  2761.     width: -moz-fit-content
  2762. }
  2763. .article-tag-class-color {
  2764.     background-color: #e8a258
  2765. }
  2766. .article-tag-color {
  2767.     background-color: #6fa3ef
  2768. }
  2769. div#loading,a[name=top] {
  2770.     background-color: #f0f0f0;
  2771.     z-index: 1099;
  2772.     position: fixed;
  2773.     top: 0;
  2774.     left: 0;
  2775.     width: 100vw;
  2776.     height: 100vh
  2777. }
  2778. #evanyou {
  2779.     position: fixed;
  2780.     width: 100%;
  2781.     height: 100%;
  2782.     top: 0;
  2783.     left: 0;
  2784.     z-index: -1
  2785. }
  2786. .books-item {
  2787.     margin-top: 10px;
  2788.     font-family: 'Noto Serif SC',serif
  2789. }
  2790. .books-item .books-item-span {
  2791.     width: 98%;
  2792.     text-decoration: none;
  2793.     display: -webkit-box;
  2794.     display: flex;
  2795.     align-self: flex-start;
  2796.     -webkit-box-pack: justify;
  2797.     justify-content: space-between;
  2798.     background: rgba(245,245,245,.5);
  2799.     border-radius: 3px;
  2800.     box-shadow: 3px 3px 3px 1px rgba(220,220,220,.3);
  2801.     border: 0;
  2802.     margin-bottom: 20px
  2803. }
  2804. .books-item .books-item-span ._1P9uD {
  2805.     position: absolute;
  2806.     z-index: 2;
  2807.     width: 24px;
  2808.     line-height: normal;
  2809.     background-color: rgba(112,83,79,.9);
  2810.     text-align: center;
  2811.     padding: 3px 0;
  2812.     border-radius: 6px 0 30px
  2813. }
  2814. .books-item .books-item-span ._1P9uD._3D3vq {
  2815.     background-color: rgba(206,155,78,.9)
  2816. }
  2817. .books-item .books-item-span ._1P9uD._3D3vq ._2aw_6 {
  2818.     color: #ffeacc
  2819. }
  2820. .books-item .books-item-span ._1P9uD ._2aw_6 {
  2821.     display: inline-block;
  2822.     color: #e6d3cf;
  2823.     position: relative;
  2824.     z-index: 1
  2825. }
  2826. .books-item .books-item-span ._28asT {
  2827.     position: relative;
  2828.     z-index: 1;
  2829.     overflow: hidden;
  2830.     margin-right: 15px
  2831. }
  2832. @media(max-width:600px) {
  2833.     .books-item .books-item-span ._1P9uD {
  2834.         font-size: 12px
  2835.     }
  2836.     .books-item .books-item-span ._1P9uD ._2aw_6 {
  2837.         left: -.02rem;
  2838.         top: -.02rem
  2839.     }
  2840.     .books-item .books-item-span ._28asT {
  2841.         width: 100px;
  2842.         height: 140px
  2843.     }
  2844. }
  2845. @media(min-width:600px) {
  2846.     .books-item .books-item-span ._1P9uD {
  2847.         font-size: 13px
  2848.     }
  2849.     .books-item .books-item-span ._1P9uD ._2aw_6 {
  2850.         left: -2px;
  2851.         top: -2px
  2852.     }
  2853.     .books-item .books-item-span ._28asT {
  2854.         width: 95px;
  2855.         height: 136px;
  2856.         min-width: 95px
  2857.     }
  2858. }
  2859. .books-item .books-item-span ._28asT svg {
  2860.     width: 100%;
  2861.     height: 100%;
  2862.     border-radius: 6px
  2863. }
  2864. .books-item .books-item-span ._28asT svg.icon {
  2865.     font-size: 3.5em;
  2866.     position: absolute;
  2867.     bottom: -20px;
  2868.     z-index: 1;
  2869.     left: 0;
  2870.     height: 60px
  2871. }
  2872. .books-item .books-item-span ._28asT zc {
  2873.     display: block;
  2874.     position: absolute;
  2875.     left: 0;
  2876.     right: 0;
  2877.     height: 22px;
  2878.     bottom: 0;
  2879.     background: rgba(0,0,0,0.1);
  2880.     z-index: 0
  2881. }
  2882. .books-item .books-item-span ._34CGc {
  2883.     -webkit-box-flex: 1;
  2884.     flex: 1;
  2885.     text-align: left
  2886. }
  2887. .books-item .books-item-span ._2girK {
  2888.     display: -webkit-box;
  2889.     display: flex;
  2890.     -webkit-box-align: start;
  2891.     align-items: flex-start;
  2892.     -webkit-box-pack: justify;
  2893.     justify-content: space-between;
  2894.     margin-top: 3px
  2895. }
  2896. .books-item .books-item-span ._2girK ._1P9dH {
  2897.     color: #555;
  2898.     font-weight: 600;
  2899.     margin-bottom: 3px;
  2900.     white-space: nowrap;
  2901.     overflow: hidden;
  2902.     text-overflow: ellipsis;
  2903.     font-family: 'ZCOOL XiaoWei',serif
  2904. }
  2905. .books-item .books-item-span ._2girK ._6Y7v3 {
  2906.     display: inline-block;
  2907.     width: 60px;
  2908.     font-weight: 500
  2909. }
  2910. @media(max-width:600px) {
  2911.     .books-item .books-item-span ._2girK ._1P9dH {
  2912.         font-size: 20px;
  2913.         line-height: 29px;
  2914.         margin-bottom: 2px;
  2915.         width: 250px
  2916.     }
  2917. }
  2918. @media(min-width:600px) {
  2919.     .books-item .books-item-span ._2girK ._1P9dH {
  2920.         font-size: 20px;
  2921.         line-height: 29px;
  2922.         margin-bottom: 3px;
  2923.         width: 550px
  2924.     }
  2925. }
  2926. .books-item .books-item-span ._2girK ._3Oa5I {
  2927.     color: #777;
  2928.     white-space: nowrap;
  2929.     overflow: hidden;
  2930.     text-overflow: ellipsis
  2931. }
  2932. @media(max-width:600px) {
  2933.     .books-item .books-item-span ._2girK ._3Oa5I {
  2934.         font-size: 14px;
  2935.         line-height: 16px;
  2936.         width: 250px
  2937.     }
  2938. }
  2939. @media(min-width:600px) {
  2940.     .books-item .books-item-span ._2girK ._3Oa5I {
  2941.         font-size: 14px;
  2942.         line-height: 20px;
  2943.         width: 550px
  2944.     }
  2945. }
  2946. #green_channel {
  2947.     padding: 5px 0 15px;
  2948.     margin-bottom: 10px;
  2949.     margin-top: 10px;
  2950.     border: 0;
  2951.     border-top: #eee 1px dashed;
  2952.     border-bottom: #eee 1px dashed;
  2953.     font-size: 12px;
  2954.     width: 100%!important;
  2955.     text-align: center;
  2956.     display: inline-block;
  2957.     vertical-align: middle
  2958. }
  2959. a#green_channel_digg,a#green_channel_favorite,a#green_channel_follow,a#green_channel_wechat,a#green_channel_weibo,#btn_comment_submit {
  2960.     text-decoration: none;
  2961.     color: #fff;
  2962.     margin: 10px auto auto;
  2963.     width: 80px;
  2964.     height: 30px;
  2965.     display: inline-block;
  2966.     line-height: 30px;
  2967.     font-size: 12px;
  2968.     font-weight: 500;
  2969.     letter-spacing: 2px;
  2970.     border-radius: 3px;
  2971.     text-transform: uppercase;
  2972.     transition: all .4s;
  2973.     -webkit-transition: all .4s;
  2974.     -moz-transition: all .4s;
  2975.     -ms-transition: all .4s;
  2976.     -o-transition: all .4s;
  2977.     position: relative;
  2978.     background-image: none
  2979. }
  2980. a#green_channel_digg:hover,a#green_channel_favorite:hover,a#green_channel_follow:hover,a#green_channel_wechat:hover,a#green_channel_weibo:hover {
  2981.     transform: scale(1.02,1.02)
  2982. }
  2983. a#green_channel_digg:active,a#green_channel_favorite:active,a#green_channel_follow:active,a#green_channel_wechat:active,a#green_channel_weibo:active {
  2984.     transform: scale(.95,.95);
  2985.     transition: all .4s -125ms
  2986. }
  2987. a#green_channel_digg {
  2988.     background-color: #5c8ec6;
  2989.     box-shadow: 0 15px 18px -6px rgba(95,193,206,.65)
  2990. }
  2991. a#green_channel_follow {
  2992.     background-color: #e33100!important;
  2993.     box-shadow: 0 15px 18px -6px rgba(227,49,0,.65);
  2994.     margin-left: 10px
  2995. }
  2996. a#green_channel_favorite {
  2997.     background-color: #ffb515;
  2998.     box-shadow: 0 15px 18px -6px rgba(255,198,75,.65);
  2999.     margin-left: 10px
  3000. }
  3001. a#green_channel_weibo {
  3002.     background-color: #ff464b!important;
  3003.     box-shadow: 0 15px 18px -6px rgba(255,70,75,.65)!important;
  3004.     margin-left: 10px;
  3005.     width: 45px
  3006. }
  3007. a#green_channel_wechat {
  3008.     background-color: #3cb034!important;
  3009.     box-shadow: 0 15px 18px -6px rgba(60,176,52,.65)!important;
  3010.     margin-left: 10px;
  3011.     width: 45px
  3012. }
  3013. #author_profile_info img.author_avatar {
  3014.     border-radius: 100%;
  3015.     box-shadow: inset 1px 1px 3px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.4);
  3016.     border: 3px solid #f7f7f7;
  3017.     padding: 0;
  3018.     margin-left: 3px;
  3019.     margin-right: 7px
  3020. }
  3021. div#green_channel img {
  3022.     height: 20px;
  3023.     width: 20px
  3024. }
  3025. @keyframes beating {
  3026.     0%,100%,30%,70% {
  3027.         transform: scale(1)
  3028.     }
  3029.     20%,50% {
  3030.         transform: scale(1.6)
  3031.     }
  3032. }
  3033. .essaySuffix-eof {
  3034.     font-weight: 700;
  3035.     font-size: 16px;
  3036.     text-align: center;
  3037.     color: #ddd;
  3038.     text-indent: 0
  3039. }
  3040. .essaySuffix-box {
  3041.     font-family: Microsoft YaHei,微软雅黑,MicrosoftJhengHei,华文细黑,STHeiti,MingLiu;
  3042.     font-size: 14px;
  3043.     background: #f8f9fb!important;
  3044.     padding: 17px;
  3045.     border: 1px solid #edeef2!important;
  3046.     border-radius: 3px;
  3047.     color: #414857;
  3048.     text-indent: 0
  3049. }
  3050. .essaySuffix-box-left {
  3051.     width: 15%;
  3052.     float: left
  3053. }
  3054. .essaySuffix-box-left img {
  3055.     width: 80%;
  3056.     max-height: 80%;
  3057.     border: 1px solid #ccc;
  3058.     padding: 5px;
  3059.     margin: 0!important
  3060. }
  3061. .essaySuffix-box-right {
  3062.     width: 85%;
  3063.     float: right
  3064. }
  3065. .essaySuffix-right-title {
  3066.     font-weight: 700;
  3067.     white-space: nowrap
  3068. }
  3069. .footer-t1 {
  3070.     min-height: 130px!important;
  3071.     margin: 250px 0 0 0!important;
  3072.     _height: 15px!important;
  3073.     background: #232323
  3074. }
  3075. .footer-image {
  3076.     background: url(https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@master/img/webp/footer.webp) no-repeat 50%;
  3077.     height: 368px;
  3078.     z-index: 1;
  3079.     position: absolute;
  3080.     width: 100%;
  3081.     top: -293px;
  3082.     pointer-events: none
  3083. }
  3084. #footer .footer-box {
  3085.     width: 70%;
  3086.     max-width: 900px;
  3087.     text-align: center;
  3088.     margin: 0 auto
  3089. }
  3090. #footer .footer-text {
  3091.     font-size: 16px;
  3092.     padding-bottom: 5px;
  3093.     border-bottom: 1px dashed #333;
  3094.     font-family: 'Long Cang',cursive;
  3095.     margin: 0 auto;
  3096.     margin-bottom: 5px
  3097. }
  3098. #footer .footer-text .footer-text-icon {
  3099.     display: inline-block;
  3100.     margin: 0 7px;
  3101.     font-size: 14px;
  3102.     -webkit-font-smoothing: antialiased;
  3103.     animation: iconAnimate 1.33s ease-in-out infinite
  3104. }
  3105. footer footer-background {
  3106.     bottom: 7.25rem;
  3107.     left: 0;
  3108.     height: 18rem;
  3109.     position: absolute;
  3110.     width: 100%;
  3111.     z-index: -1;
  3112.     transform: translate3d(0,0,0)
  3113. }
  3114. footer footer-background figure {
  3115.     bottom: 0;
  3116.     left: 0;
  3117.     height: 15rem;
  3118.     margin: 0;
  3119.     position: absolute;
  3120.     width: 100%
  3121. }
  3122. footer footer-background .foreground {
  3123.     background-repeat: repeat-x!important;
  3124.     background: url(https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@master/img/webp/foreground.webp) repeat-x;
  3125.     background-size: 225em 15em;
  3126.     position: absolute;
  3127.     top: 1rem;
  3128.     right: 0;
  3129.     bottom: 0;
  3130.     left: 0
  3131. }
  3132. footer footer-background .background {
  3133.     background-repeat: repeat-x!important;
  3134.     background: url(https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@master/img/webp/background.webp) repeat-x;
  3135.     background-size: 225em 21.313em;
  3136.     position: absolute;
  3137.     top: -1em;
  3138.     right: 0;
  3139.     bottom: 0;
  3140.     left: 0
  3141. }
  3142. footer footer-background .clouds {
  3143.     background-repeat: repeat-x!important;
  3144.     background: url(https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@master/img/webp/clouds.webp) repeat-x;
  3145.     background-size: 225em 15em;
  3146.     position: absolute;
  3147.     top: -2em;
  3148.     right: 0;
  3149.     bottom: 0;
  3150.     left: 0
  3151. }
  3152. table#blogCalendar>tbody>tr>td>a {
  3153.     color: #bbb
  3154. }
  3155. .art-dialog {
  3156.     background-color: rgba(0,0,0,.7)!important;
  3157.     border: unset!important;
  3158.     color: #f9f9f9!important
  3159. }
  3160. .art-dialog-header {
  3161.     border-bottom: 1px solid #444!important
  3162. }
  3163. .art-dialog-footer {
  3164.     padding: 0 20px 10px 20px!important
  3165. }
  3166. .art-dialog-button button {
  3167.     padding: 2px 6px!important;
  3168.     color: #f9f9f9!important;
  3169.     border: unset!important;
  3170.     font-size: 12px!important
  3171. }
  3172. .art-dialog-button button[i-id=cancel] {
  3173.     background-color: #d98d6f!important
  3174. }
  3175. .art-dialog-statusbar {
  3176.     padding: 0 0 0 16px!important;
  3177.     background: url(https://cdn.jsdelivr.net/gh/BNDong/Cnblogs-Theme-SimpleMemory@master/img/webp/rss.webp) no-repeat 0
  3178. }
  3179. .art-dialog-button button[i-id=cancel]:hover {
  3180.     background-color: #ca8966!important
  3181. }
  3182. .art-dialog-statusbar a {
  3183.     color: #ff9128
  3184. }
  3185. .art-dialog-content a {
  3186.     color: #85d6d9
  3187. }
  3188. .art-dialog-close {
  3189.     color: #fff!important;
  3190.     text-shadow: unset!important
  3191. }
  3192. .art-dialog-button button[i-id="注册"] {
  3193.     background-color: #5fcc7d!important
  3194. }
  3195. @-moz-keyframes iconAnimate {
  3196.     0%,100% {
  3197.         transform: scale(1)
  3198.     }
  3199.     10%,30% {
  3200.         transform: scale(.9)
  3201.     }
  3202.     20%,40%,50%,60%,70%,80% {
  3203.         transform: scale(1.1)
  3204.     }
  3205. }
  3206. @-webkit-keyframes iconAnimate {
  3207.     0%,100% {
  3208.         transform: scale(1)
  3209.     }
  3210.     10%,30% {
  3211.         transform: scale(.9)
  3212.     }
  3213.     20%,40%,50%,60%,70%,80% {
  3214.         transform: scale(1.1)
  3215.     }
  3216. }
  3217. @-o-keyframes iconAnimate {
  3218.     0%,100% {
  3219.         transform: scale(1)
  3220.     }
  3221.     10%,30% {
  3222.         transform: scale(.9)
  3223.     }
  3224.     20%,40%,50%,60%,70%,80% {
  3225.         transform: scale(1.1)
  3226.     }
  3227. }
  3228. @keyframes iconAnimate {
  3229.     0%,100% {
  3230.         transform: scale(1)
  3231.     }
  3232.     10%,30% {
  3233.         transform: scale(.9)
  3234.     }
  3235.     20%,40%,50%,60%,70%,80% {
  3236.         transform: scale(1.1)
  3237.     }
  3238. }
  3239. #dayNightSwitch {
  3240.     display: inline-block;
  3241.     position: absolute;
  3242.     z-index: 4;
  3243.     right: 20px;
  3244.     top: 25px;
  3245.     opacity: .65
  3246. }
  3247. #dayNightSwitch .onOff {
  3248.     background: #324164;
  3249.     width: 65px;
  3250.     height: 25px;
  3251.     border-radius: 25px;
  3252.     box-shadow: 0 15px 10px -10px rgba(0,0,0,0.2),0px 5px 10px rgba(0,0,0,0.1);
  3253.     border: 2px solid #1e2d50;
  3254.     overflow: hidden;
  3255.     position: relative
  3256. }
  3257. #dayNightSwitch .onOff * {
  3258.     transition: all .4s ease
  3259. }
  3260. #dayNightSwitch .onOff.daySwitch {
  3261.     border: 2px solid #52a6bf
  3262. }
  3263. #dayNightSwitch .onOff.daySwitch .sky {
  3264.     width: 65px;
  3265.     height: 25px;
  3266.     border-radius: 25px;
  3267.     position: absolute;
  3268.     left: 0;
  3269.     top: 0;
  3270.     transform: translate(0px,0px);
  3271.     animation: none!important
  3272. }
  3273. #dayNightSwitch .onOff.daySwitch .sunMoon {
  3274.     background: #ffdf61;
  3275.     border: 2px solid #d9b31c;
  3276.     left: calc(100% - 23px)
  3277. }
  3278. #dayNightSwitch .onOff.daySwitch .sunMoon .crater {
  3279.     transform: scale(0)!important
  3280. }
  3281. #dayNightSwitch .onOff.daySwitch .sunMoon .cloud {
  3282.     opacity: 1;
  3283.     transform: translatex(0px);
  3284.     transition-delay: .2s;
  3285.     animation: cloudAnim 2.5s linear infinite
  3286. }
  3287. #dayNightSwitch .onOff .sunMoon {
  3288.     background: #f0e1a5;
  3289.     height: 16px;
  3290.     width: 16px;
  3291.     border-radius: 100%;
  3292.     border: 2px solid #ccc091;
  3293.     position: absolute;
  3294.     left: 3px;
  3295.     top: 2.5px
  3296. }
  3297. #dayNightSwitch .onOff .sunMoon .crater {
  3298.     background: #ccc091;
  3299.     width: 5px;
  3300.     height: 5px;
  3301.     border-radius: 13px;
  3302.     position: absolute;
  3303.     left: 50%;
  3304.     top: 20%
  3305. }
  3306. #dayNightSwitch .onOff .sunMoon .crater.crater1 {
  3307.     left: 30%;
  3308.     top: 45%;
  3309.     transform: scale(0.5)
  3310. }
  3311. #dayNightSwitch .onOff .sunMoon .crater.crater2 {
  3312.     left: 55%;
  3313.     top: 60%;
  3314.     transform: scale(0.7)
  3315. }
  3316. #dayNightSwitch .onOff .sunMoon .cloud {
  3317.     background: white;
  3318.     border-radius: 3px;
  3319.     position: absolute;
  3320.     opacity: 0;
  3321.     transform: translatex(-20px);
  3322.     transition-delay: 0s
  3323. }
  3324. #dayNightSwitch .onOff .sunMoon .cloud.part1 {
  3325.     width: 20px;
  3326.     height: 2px;
  3327.     left: -12px;
  3328.     top: calc(50% - 1.5px)
  3329. }
  3330. #dayNightSwitch .onOff .sunMoon .cloud.part1:before {
  3331.     content: "";
  3332.     background: white;
  3333.     border-radius: 3px;
  3334.     position: absolute;
  3335.     width: 3px;
  3336.     height: 3px;
  3337.     left: 40%;
  3338.     top: -100%
  3339. }
  3340. #dayNightSwitch .onOff .sunMoon .cloud.part1:after {
  3341.     content: "";
  3342.     background: white;
  3343.     border-radius: 3px;
  3344.     position: absolute;
  3345.     width: 15px;
  3346.     height: 2px;
  3347.     left: 20%;
  3348.     top: -200%
  3349. }
  3350. #dayNightSwitch .onOff .sunMoon .cloud.part2 {
  3351.     width: 3px;
  3352.     height: 3px;
  3353.     left: -1px;
  3354.     top: calc(50%+0.3px)
  3355. }
  3356. #dayNightSwitch .onOff .sunMoon .cloud.part2:before {
  3357.     content: "";
  3358.     background: white;
  3359.     border-radius: 3px;
  3360.     position: absolute;
  3361.     width: 18px;
  3362.     height: 2px;
  3363.     left: -8px;
  3364.     top: 100%
  3365. }
  3366. #dayNightSwitch .onOff .star {
  3367.     background: #5ebedb;
  3368.     width: 5px;
  3369.     height: 5px;
  3370.     border-radius: 5px;
  3371.     position: absolute;
  3372.     left: 50%;
  3373.     top: 10%;
  3374.     transform: translate(20px,5px)
  3375. }
  3376. #dayNightSwitch .onOff .star.star1 {
  3377.     transform: translate(10px,15px) scale(0.3);
  3378.     animation: starAnim1 3s -2.4s linear infinite
  3379. }
  3380. #dayNightSwitch .onOff .star.star2 {
  3381.     transform: translate(15px,-7px) scale(0.6);
  3382.     animation: starAnim2 3s -1.1s linear infinite
  3383. }
  3384. #dayNightSwitch .onOff .star.star3 {
  3385.     transform: translate(35px,-12px) scale(0.9);
  3386.     animation: starAnim3 3s -1.5s linear infinite
  3387. }
  3388. #dayNightSwitch .onOff .star.star4 {
  3389.     transform: translate(30px,12px) scale(0.4);
  3390.     animation: starAnim4 3s -1.9s linear infinite
  3391. }
  3392. #dayNightSwitch .onOff .star.star5 {
  3393.     transform: translate(0px,0px) scale(0.6);
  3394.     animation: starAnim5 3s -2.8s linear infinite
  3395. }
  3396. #dayNightSwitch .onOff .star.sky {
  3397.     animation: skyAnim 3s -.4s linear infinite
  3398. }
  3399. @keyframes starAnim1 {
  3400.     0% {
  3401.         transform: translate(5px,30px) scale(0.3)
  3402.     }
  3403.     20% {
  3404.         transform: translate(8px,17px) scale(0.3)
  3405.     }
  3406.     50% {
  3407.         transform: translate(10px,0px) scale(0.3)
  3408.     }
  3409.     80% {
  3410.         transform: translate(8px,-17px) scale(0.3)
  3411.     }
  3412.     100% {
  3413.         transform: translate(5px,-30px) scale(0.3)
  3414.     }
  3415. }
  3416. @keyframes starAnim2 {
  3417.     0% {
  3418.         transform: translate(10px,30px) scale(0.6)
  3419.     }
  3420.     20% {
  3421.         transform: translate(13px,17px) scale(0.6)
  3422.     }
  3423.     50% {
  3424.         transform: translate(15px,0px) scale(0.6)
  3425.     }
  3426.     80% {
  3427.         transform: translate(13px,-17px) scale(0.6)
  3428.     }
  3429.     100% {
  3430.         transform: translate(10px,-30px) scale(0.6)
  3431.     }
  3432. }
  3433. @keyframes starAnim3 {
  3434.     0% {
  3435.         transform: translate(30px,30px) scale(0.9)
  3436.     }
  3437.     20% {
  3438.         transform: translate(33px,17px) scale(0.9)
  3439.     }
  3440.     50% {
  3441.         transform: translate(35px,0px) scale(0.9)
  3442.     }
  3443.     80% {
  3444.         transform: translate(33px,-17px) scale(0.9)
  3445.     }
  3446.     100% {
  3447.         transform: translate(30px,-30px) scale(0.9)
  3448.     }
  3449. }
  3450. @keyframes starAnim4 {
  3451.     0% {
  3452.         transform: translate(25px,30px) scale(0.4)
  3453.     }
  3454.     20% {
  3455.         transform: translate(28px,17px) scale(0.4)
  3456.     }
  3457.     50% {
  3458.         transform: translate(30px,0px) scale(0.4)
  3459.     }
  3460.     80% {
  3461.         transform: translate(28px,-17px) scale(0.4)
  3462.     }
  3463.     100% {
  3464.         transform: translate(25px,-30px) scale(0.4)
  3465.     }
  3466. }
  3467. @keyframes starAnim5 {
  3468.     0% {
  3469.         transform: translate(0px,30px) scale(0.6)
  3470.     }
  3471.     20% {
  3472.         transform: translate(3px,17px) scale(0.6)
  3473.     }
  3474.     50% {
  3475.         transform: translate(5px,0px) scale(0.6)
  3476.     }
  3477.     80% {
  3478.         transform: translate(3px,-17px) scale(0.6)
  3479.     }
  3480.     100% {
  3481.         transform: translate(0px,-30px) scale(0.6)
  3482.     }
  3483. }
  3484. @keyframes skyAnim {
  3485.     0% {
  3486.         transform: translate(15px,30px) scale(1)
  3487.     }
  3488.     20% {
  3489.         transform: translate(18px,17px) scale(1)
  3490.     }
  3491.     50% {
  3492.         transform: translate(20px,0px) scale(1)
  3493.     }
  3494.     80% {
  3495.         transform: translate(18px,-17px) scale(1)
  3496.     }
  3497.     100% {
  3498.         transform: translate(15px,-30px) scale(1)
  3499.     }
  3500. }
  3501. @keyframes cloudAnim {
  3502.     0% {
  3503.         transform: translatex(0px)
  3504.     }
  3505.     14% {
  3506.         transform: translatex(5px)
  3507.     }
  3508.     56% {
  3509.         transform: translatex(-10px)
  3510.     }
  3511.     100% {
  3512.         transform: translatex(0px)
  3513.     }
  3514. }
  3515. @media only screen and (max-width:1200px) {
  3516.     .main-header {
  3517.         -webkit-box-sizing: border-box;
  3518.         -moz-box-sizing: border-box;
  3519.         box-sizing: border-box;
  3520.         min-height: 240px;
  3521.         height: 60vh;
  3522.         max-height: 60vh;
  3523.         padding: 15% 0
  3524.     }
  3525.     #home {
  3526.         width: 85%;
  3527.         max-width: 100vw
  3528.     }
  3529.     .entrylistPosttitle a:link,.postTitle a:link {
  3530.         font-size: 2.8rem
  3531.     }
  3532.     .entrylistItemPostDesc,.postDesc {
  3533.         font-size: 1.3rem
  3534.     }
  3535.     .entrylistPosttitle,.page-title {
  3536.         font-size: 4rem;
  3537.         letter-spacing: -1px
  3538.     }
  3539.     .sb-title {
  3540.         font-size: 3.3rem;
  3541.         letter-spacing: -1px
  3542.     }
  3543.     p.article-info-text>.postMeta,p.article-info-text>.postMeta i {
  3544.         font-size: 15px
  3545.     }
  3546.     .page-description {
  3547.         font-size: 2rem;
  3548.         line-height: 2rem;
  3549.         -webkit-line-clamp: 4
  3550.     }
  3551.     .page-author {
  3552.         font-size: 1.3rem!important;
  3553.         line-height: 1.3em
  3554.     }
  3555.     #aplayer,#evanyou,#homeTopCanvas,#music-box,#notHomeTopCanvas,.scroll-down,body>meting-js {
  3556.         display: none!important
  3557.     }
  3558.     .c_b_p_desc_readmore {
  3559.         font-size: 14px;
  3560.         width: 75px
  3561.     }
  3562. }
  3563. @media only screen and (max-width:960px) {
  3564.     .main-header {
  3565.         -webkit-box-sizing: border-box;
  3566.         -moz-box-sizing: border-box;
  3567.         box-sizing: border-box;
  3568.         min-height: 240px;
  3569.         height: 50vh;
  3570.         max-height: 50vh;
  3571.         padding: 15% 0
  3572.     }
  3573.     #home {
  3574.         width: auto
  3575.     }
  3576.     #pageAnimationOffOn {
  3577.         display: none
  3578.     }
  3579.     #bgCanvas,#homeTopCanvas,#notHomeTopCanvas,.essaySuffix-box-left,.c_b_p_desc_img {
  3580.         display: none!important
  3581.     }
  3582.     .c_b_p_desc,.entrylistPostSummary {
  3583.         width: 100%!important
  3584.     }
  3585.     .postCon {
  3586.         min-height: unset!important
  3587.     }
  3588.     .essaySuffix-box-right {
  3589.         width: 100%
  3590.     }
  3591. }
  3592. @media only screen and (max-width:720px) {
  3593.     #cnblogs_post_body>p {
  3594.         padding: 0 10px;
  3595.         font-size: 1em;
  3596.         line-height: 1.8em
  3597.     }
  3598.     .post pre {
  3599.         margin: 5px
  3600.     }
  3601.     .main-header {
  3602.         margin-bottom: 15px;
  3603.         height: 40vh;
  3604.         max-height: 40vh
  3605.     }
  3606.     #home {
  3607.         padding-left: 5px;
  3608.         padding-right: 5px;
  3609.         box-shadow: unset
  3610.     }
  3611.     .entrylistPosttitle a:link,.postTitle a:link {
  3612.         font-size: 2.3rem
  3613.     }
  3614.     .entrylistItemPostDesc,.entrylistPostSummary,.postCon,.postDesc {
  3615.         font-size: 12px
  3616.     }
  3617.     .menu-button,.commentform {
  3618.         border: none!important;
  3619.         margin: 0!important
  3620.     }
  3621.     .login_tips {
  3622.         font-size: 12px
  3623.     }
  3624.     .inner {
  3625.         width: auto;
  3626.         margin: 2rem auto
  3627.     }
  3628.     .entrylistPosttitle,.page-title {
  3629.         font-size: 2.6rem
  3630.     }
  3631.     .sb-title {
  3632.         font-size: 2.4rem
  3633.     }
  3634.     .page-description {
  3635.         font-size: 1.6rem;
  3636.         -webkit-line-clamp: 2
  3637.     }
  3638.     .page-author {
  3639.         font-size: 1rem!important
  3640.     }
  3641.     .menu-button-scroll {
  3642.         background: #222!important;
  3643.         left: -8px!important;
  3644.         width: 31px!important
  3645.     }
  3646.     .comment_date,#aplayer,#bgCanvas,#canvas,#evanyou,#homeTopCanvas,#music-box,#notHomeTopCanvas,#pageAnimationOffOn,.essaySuffix-box-left,.scroll-down,body>meting-js {
  3647.         display: none!important
  3648.     }
  3649.     .essaySuffix-box-right {
  3650.         width: 100%
  3651.     }
  3652.     .postMeta {
  3653.         font-size: 12px
  3654.     }
  3655.     .postMeta>i {
  3656.         font-size: 13px
  3657.     }
  3658.     p.article-info-text>.postMeta,p.article-info-text>.postMeta i {
  3659.         font-size: 13px
  3660.     }
  3661.     .article-info-tag {
  3662.         padding: 0 3px
  3663.     }
  3664.     .c_b_p_desc_readmore {
  3665.         font-size: 13px;
  3666.         width: 68px;
  3667.         border-bottom: 1px solid #666
  3668.     }
  3669.     .postSticky {
  3670.         font-size: 12px;
  3671.         top: -4px
  3672.     }
  3673.     #footer .footer-box {
  3674.         width: 95%
  3675.     }
  3676.     #dayNightSwitch .onOff,#dayNightSwitch .onOff.daySwitch .sky {
  3677.         width: 50px;
  3678.         height: 18px;
  3679.         border-radius: 18px
  3680.     }
  3681.     #dayNightSwitch .onOff .sunMoon {
  3682.         height: 12px;
  3683.         width: 12px;
  3684.         top: 1px
  3685.     }
  3686.     #dayNightSwitch .onOff.daySwitch .sunMoon {
  3687.         left: calc(100% - 19px)
  3688.     }
  3689.     #dayNightSwitch {
  3690.         right: 12px;
  3691.         top: 15px
  3692.     }
  3693.     #dayNightSwitch .onOff .star {
  3694.         top: -50%
  3695.     }
  3696.     #dayNightSwitch .onOff .sunMoon .crater {
  3697.         width: 3px;
  3698.         height: 3px
  3699.     }
  3700.     #dayNightSwitch .onOff .sunMoon .cloud.part1 {
  3701.         width: 17px
  3702.     }
  3703.     #dayNightSwitch .onOff .sunMoon .cloud.part1:after {
  3704.         width: 12px
  3705.     }
  3706.     #dayNightSwitch .onOff .sunMoon .cloud.part2:before {
  3707.         width: 15px
  3708.     }
  3709. }
  3710. a:hover {
  3711.     cursor: url(https://files.cnblogs.com/files/laoguantongxiegogo/click_24px_1231393_easyicon.net.ico),auto;
  3712. }
  3713. body {
  3714.     cursor: url(https://files.cnblogs.com/files/laoguantongxiegogo/pointer_24px_1231389_easyicon.net.ico),auto;
  3715. }
  3716. #Snow {
  3717.     position: fixed;
  3718.     top: 0;
  3719.     left: 0;
  3720.     width: 100%;
  3721.     height: 100%;
  3722.     z-index: 99999;
  3723.     background: rgba(125,137,95,0.1);
  3724.     pointer-events: none;
  3725. }
复制代码
 

  • 首页html代码
复制代码
 

  • 页脚html代码
[code][/code] 

来源:https://www.cnblogs.com/yaoyaobky/p/18369913
免责声明:由于采集信息均来自互联网,如果侵犯了您的权益,请联系我们【E-Mail:cb@itdo.tech】 我们会及时删除侵权内容,谢谢合作!

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

举报 回复 使用道具