blog主题,存储一下

  1. /* Author: Io_oTI*/
  2. /*Public*/
  3. * {
  4. margin: 0;
  5. padding: 0;
  6. box-sizing: border-box;
  7. transition: all 0.5s;
  8. }
  9. ::selection,
  10. ::-moz-selection {
  11. background: rgba(204, 204, 204, 0.7);
  12. }
  13. html {
  14. background: #202125;
  15. }
  16. html,
  17. body {
  18. color: gray;
  19. margin: 0;
  20. padding: 0;
  21. overflow-x: hidden;
  22. font-size: 14px;
  23. font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  24. }
  25. h1 {
  26. font-size: 31px;
  27. font-weight: bold
  28. }
  29. h2 {
  30. font-size: 23px;
  31. font-weight: bold
  32. }
  33. h3,
  34. .entrylistItemTitle {
  35. font-size: 15px;
  36. font-weight: bold
  37. }
  38. ul {
  39. padding: 0;
  40. list-style: none;
  41. }
  42. a {
  43. color: gray;
  44. text-decoration: none;
  45. }
  46. a:hover {
  47. color: #E30;
  48. }
  49. canvas {
  50. position: fixed;
  51. z-index: -1;
  52. }
  53. /*header*/
  54. #header {
  55. height: 240px;
  56. }
  57. #blogTitle,
  58. #navigator {
  59. text-align: center;
  60. }
  61. a#Header1_HeaderTitle {
  62. font-size: 48px;
  63. padding: 0px 5px;
  64. border-radius: 10px;
  65. }
  66. a#Header1_HeaderTitle:hover {
  67. color: gray;
  68. /* box-shadow: 0px 2px 3px 1px black; */
  69. }
  70. #navList li {
  71. display: inline-block;
  72. }
  73. .blogStats {
  74. width: 240px;
  75. margin: auto;
  76. border-radius: 1em;
  77. background: #C4E17F linear-gradient(to right, #C4E17F, #C4E17F 12.5%, #F7FDCA 12.5%, #F7FDCA 25%, #FECF71 25%, #FECF71 37.5%, #F0776C 37.5%, #F0776C 50%, #DB9DBE 50%, #DB9CBE 62.5%, #C49CDE 62.5%, #C49CDE 75%, #669AE1 75%, #669AE1 87.5%, #62C2E4 87.5%, #62C2E4) repeat scroll 0% 0%;
  78. background-size: 200%;
  79. animation: conveyor 4s ease infinite;
  80. }
  81. /*main*/
  82. #main {
  83. margin: auto;
  84. padding: 0 20px;
  85. }
  86. /*mainContent*/
  87. #mainContent {
  88. margin: 0 auto;
  89. }
  90. /*main panel*/
  91. .day,
  92. .commentform,
  93. .entrylist,
  94. #post_detail,
  95. #blog-comments-placeholder,
  96. #myposts,
  97. .gallery {
  98. margin: 0px auto 20px;
  99. }
  100. .forFlow {
  101. border-radius: 3px;
  102. background: rgba(51, 51, 51, 0.7);
  103. }
  104. .dayTitle {
  105. float: left;
  106. margin-right: 20px;
  107. }
  108. .postCon,
  109. .entrylistPostSummary {
  110. margin: 10px auto;
  111. }
  112. .dayTitle,
  113. .postTitle {
  114. font-size: 20px;
  115. padding-top: 20px;
  116. }
  117. .postBody {
  118. padding: 0px;
  119. }
  120. .cnblogs_code {
  121. border: none;
  122. border-radius: 3px;
  123. background: rgba(204, 204, 204, 1);
  124. }
  125. .code_img_opened,
  126. .cnblogs_code a,
  127. .cnblogs_code div,
  128. .cnblogs_code img {
  129. background: none;
  130. }
  131. /*paging*/
  132. .topicListFooter {
  133. margin: 0px;
  134. }
  135. .pager {
  136. margin: 0 0 20px;
  137. padding: 5px;
  138. border-radius: 3px;
  139. background: rgba(238, 238, 238, 0.7);
  140. }
  141. .pager a {
  142. border-color: lightgray;
  143. border-radius: 3px;
  144. }
  145. .pager a:hover {
  146. color: #3F51B5;
  147. }
  148. /*option*/
  149. #green_channel {
  150. max-width: 271px;
  151. float: right;
  152. border: none;
  153. margin: 0;
  154. overflow: unset;
  155. }
  156. #green_channel a {
  157. float: left;
  158. margin: 3px 6px 3px 0px;
  159. padding: 3px 7px;
  160. background: none;
  161. box-shadow: none;
  162. text-shadow: none;
  163. border-radius: 3px;
  164. vertical-align: middle;
  165. }
  166. #green_channel #green_channel_weibo,
  167. #green_channel #green_channel_wechat {
  168. padding: 0px 2px;
  169. }
  170. #div_digg {
  171. float: right;
  172. width: 124px;
  173. margin: 1px 6px;
  174. padding: 10px 0;
  175. }
  176. .diggit,
  177. .buryit,
  178. #green_channel #green_channel_digg,
  179. #green_channel #green_channel_follow,
  180. #green_channel #green_channel_favorite {
  181. background: rgba(34, 34, 34, 0.7);
  182. }
  183. .diggit:hover {
  184. background: rgba(153, 204, 153, 0.7);
  185. }
  186. .buryit:hover {
  187. background: rgba(153, 153, 204, 0.7);
  188. }
  189. #green_channel #green_channel_digg:hover {
  190. background: rgba(45, 174, 191, 0.7);
  191. }
  192. #green_channel #green_channel_follow:hover {
  193. background: rgba(227, 49, 0, 0.7);
  194. }
  195. #green_channel #green_channel_favorite:hover {
  196. background: rgba(255, 181, 21, 0.7);
  197. }
  198. .diggit,
  199. .buryit {
  200. width: 59px;
  201. height: 24px;
  202. padding: 0px 6px;
  203. text-align: left;
  204. position: relative;
  205. border-radius: 3px;
  206. }
  207. .buryit {
  208. margin: 2px 0px 0px 6px;
  209. }
  210. .diggit:before,
  211. .buryit:before {
  212. top: 3px;
  213. right: 6px;
  214. position: absolute;
  215. font-weight: bold;
  216. }
  217. .diggit:before {
  218. color: rgba(255, 0, 0, 0.5);
  219. content: "♥";
  220. animation: beats 1s ease infinite;
  221. }
  222. .buryit:before {
  223. color: black;
  224. content: "♠";
  225. }
  226. .buryit:hover:before {
  227. animation: rotate 0.5s ease infinite;
  228. }
  229. .diggnum,
  230. .burynum {
  231. color: white;
  232. }
  233. /*comment title*/
  234. .feedback_area_title,
  235. #commentform_title {
  236. font-size: 16px;
  237. font-weight: bold;
  238. }
  239. #commentform_title {
  240. padding: 0;
  241. background-image: none;
  242. }
  243. /*comment*/
  244. .feedbackItem {
  245. margin-top: 20px;
  246. border-radius: 4px;
  247. background: rgba(34, 34, 34, 0.7);
  248. }
  249. .feedbackListSubtitle {
  250. margin-top: 10px;
  251. padding: 5px 10px;
  252. }
  253. .feedbackCon {
  254. padding: 5px 10px;
  255. border-bottom-left-radius: 4px;
  256. border-bottom-right-radius: 4px;
  257. background: rgba(68, 68, 68, 0.7);
  258. }
  259. .feedbackManage {
  260. float: right;
  261. }
  262. div.commentform input.author {
  263. color: lightgray;
  264. padding: 0;
  265. font-size: 14px;
  266. border: none;
  267. background-color: transparent;
  268. background-image: none;
  269. }
  270. .commentbox_title,
  271. div.commentform textarea {
  272. width: 100%;
  273. }
  274. /* menu button */
  275. .tols {
  276. right: 0px;
  277. bottom: 91px;
  278. width: 30px;
  279. margin: 5px;
  280. padding: 5px;
  281. position: fixed;
  282. }
  283. .back-top,
  284. .refresh-cmts {
  285. width: 20px;
  286. height: 20px;
  287. display: block;
  288. }
  289. .back-top {
  290. display: none;
  291. margin-bottom: 10px;
  292. animation: tly .6s ease infinite;
  293. }
  294. .back-top:before {
  295. border-left: 3px solid black;
  296. border-top-left-radius: 2px;
  297. border-top: 3px solid black;
  298. content: '';
  299. display: block;
  300. height: 12px;
  301. left: 2.3px;
  302. position: absolute;
  303. top: 5px;
  304. transform: rotate(45deg);
  305. width: 12px;
  306. }
  307. .refresh-cmts {
  308. border-radius: 100%;
  309. border-width: 3px;
  310. border-style: solid;
  311. border-color: black transparent black black;
  312. }
  313. .refresh-cmts:before,
  314. .refresh-cmts:after {
  315. background: rgba(0, 0, 0, 0.7);
  316. border-radius: 3px;
  317. content: '';
  318. display: block;
  319. position: relative;
  320. }
  321. .refresh-cmts:before {
  322. top: -5px;
  323. right: -12px;
  324. width: 3px;
  325. height: 8px;
  326. }
  327. .refresh-cmts:after {
  328. top: -7px;
  329. right: -7px;
  330. width: 8px;
  331. height: 3px;
  332. }
  333. .refresh-cmts:hover {
  334. animation: rot .8s ease;
  335. }
  336. .show {
  337. display: block;
  338. }
  339. #menu {
  340. display: none;
  341. }
  342. #menu~label {
  343. right: 0px;
  344. bottom: 61px;
  345. position: fixed;
  346. cursor: pointer;
  347. display: block;
  348. margin: 5px;
  349. padding: 5px;
  350. transition: all .5s ease;
  351. }
  352. #menu~label span {
  353. background-color: rgba(0, 0, 0, 0.7);
  354. border-radius: 5px;
  355. display: block;
  356. height: 3px;
  357. margin: 3px auto;
  358. transition: transform .8s ease;
  359. width: 20px;
  360. }
  361. #menu:checked~label .top {
  362. -webkit-transform: translateY(5.5px) rotate(-45deg);
  363. -moz-transform: translateY(5.5px) rotate(-45deg);
  364. -ms-transform: translateY(5.5px) rotate(-45deg);
  365. -o-transform: translateY(5.5px) rotate(-45deg);
  366. transform: translateY(5.5px) rotate(-45deg);
  367. }
  368. #menu:checked~label .middle {
  369. -webkit-transform: scaleX(0);
  370. -moz-transform: scaleX(0);
  371. -ms-transform: scaleX(0);
  372. -o-transform: scaleX(0);
  373. transform: scaleX(0);
  374. }
  375. #menu:checked~label .bottom {
  376. -webkit-transform: translateY(-5.5px) rotate(45deg);
  377. -moz-transform: translateY(-5.5px) rotate(45deg);
  378. -ms-transform: translateY(-5.5px) rotate(45deg);
  379. -o-transform: translateY(-5.5px) rotate(45deg);
  380. transform: translateY(-5.5px) rotate(45deg);
  381. }
  382. #menu:checked~#sideBar {
  383. right: 0px;
  384. }
  385. #menu:checked~label,
  386. #menu:checked~.tols {
  387. right: 280px;
  388. }
  389. /*sideBar*/
  390. #sideBar {
  391. top: 0px;
  392. right: -280px;
  393. width: 280px;
  394. height: 100%;
  395. overflow-y: auto;
  396. position: fixed;
  397. transition: all .5s ease;
  398. background: rgba(51, 51, 51, 0.7);
  399. }
  400. #sideBarMain {
  401. padding: 55px 0px;
  402. }
  403. .profile {
  404. border-radius: 100%;
  405. display: block;
  406. height: 150px;
  407. margin: 0 auto;
  408. padding: 5px;
  409. text-align: center;
  410. width: 150px;
  411. }
  412. .head-img {
  413. top: 10px;
  414. width: 120px;
  415. border-radius: 100%;
  416. overflow: visible;
  417. box-sizing: border-box;
  418. position: relative;
  419. animation: scales_bs 1s linear infinite;
  420. }
  421. #profile_block {
  422. text-align: center;
  423. }
  424. #blog-calendar {
  425. color: white;
  426. margin: 10px 15px;
  427. padding: 10px;
  428. font-size: 12px;
  429. border-radius: 3px;
  430. background: rgba(34, 34, 34, 0.7);
  431. }
  432. #blog-calendar:hover {
  433. background: rgba(153, 204, 153, 0.7);
  434. }
  435. #blog-calendar td:hover {
  436. border-radius: 3px;
  437. background: rgba(119, 170, 119, 0.7);
  438. }
  439. .CalNextPrev,
  440. .CalNextPrev {
  441. font-weight: bold;
  442. }
  443. .div_my_zzk {
  444. margin: 20px 0px;
  445. }
  446. .input_my_zzk,
  447. .btn_my_zzk,
  448. .comment_btn,
  449. #commentbox_opt a,
  450. div.commentform textarea {
  451. color: gray;
  452. margin: 2px auto;
  453. padding: 2px 5px;
  454. border: none;
  455. border-radius: 3px;
  456. background: rgba(68, 68, 68, 0.7);
  457. }
  458. /* .btn_my_zzk,
  459. .comment_btn,
  460. #commentbox_opt a {
  461. color: gray;
  462. background: gray;
  463. } */
  464. .btn_my_zzk:hover,
  465. .comment_btn:hover,
  466. #commentbox_opt a:hover {
  467. background: rgba(34, 34, 34, 0.7);
  468. }
  469. .input_my_zzk,
  470. input.btn_my_zzk {
  471. width: 100%;
  472. height: 25px;
  473. }
  474. #RecentCommentsBlock {
  475. padding: 8px;
  476. font-size: 12px;
  477. border-radius: 5px;
  478. background: rgba(34, 34, 34, 0.7);
  479. }
  480. .commentform {
  481. margin: 0
  482. }
  483. .input_my_zzk:hover,
  484. .input_my_zzk:focus,
  485. .comment_textarea:hover,
  486. .comment_textarea:focus {
  487. outline: 0;
  488. color: gray;
  489. background: rgba(34, 34, 34, 0.7)
  490. }
  491. #leftcontentcontainer {
  492. padding: 0px 15px;
  493. }
  494. div#blog-sidecolumn div {
  495. margin-bottom: 15px;
  496. }
  497. .catListTitle {
  498. margin-bottom: 5px;
  499. }
  500. /*footer*/
  501. #footer {
  502. margin-top: 20px;
  503. padding: 20px;
  504. text-align: center;
  505. background: rgba(51, 51, 51, 0.7);
  506. }
  507. /* Responsive */
  508. @media (min-width: 768px) {
  509. #main {
  510. width: 90%;
  511. }
  512. .forFlow {
  513. padding: 10px;
  514. }
  515. }
  516. @media (min-width: 992px) {
  517. #main {
  518. width: 75%;
  519. }
  520. .forFlow {
  521. padding: 15px;
  522. }
  523. }
  524. @media (min-width: 1200px) {
  525. #main {
  526. width: 60%;
  527. }
  528. .forFlow {
  529. padding: 20px;
  530. }
  531. }
  532. /*animation*/
  533. @keyframes conveyor {
  534. 50% {
  535. background-position: 100% 0%;
  536. }
  537. }
  538. @keyframes beats {
  539. 40% {
  540. transform: scale(1.1, 1.1);
  541. text-shadow: 0px 0px 1px rgba(255, 0, 0, 0.5);
  542. }
  543. }
  544. @keyframes rotate {
  545. 25% {
  546. transform: rotate(20deg);
  547. }
  548. 50% {
  549. transform: rotate(0deg);
  550. }
  551. 75% {
  552. transform: rotate(-20deg);
  553. }
  554. }
  555. @keyframes rot {
  556. 100% {
  557. transform: rotate(360deg);
  558. }
  559. }
  560. @keyframes tly {
  561. 75% {
  562. -webkit-transform: translateY(2px);
  563. -moz-transform: translateY(2px);
  564. -ms-transform: translateY(2px);
  565. -o-transform: translateY(2px);
  566. transform: translateY(2px);
  567. }
  568. }
  569. @keyframes scales_bs {
  570. 50% {
  571. box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.5);
  572. }
  573. 100% {
  574. box-shadow: 0px 0px 0px 20px rgba(0, 0, 0, 0);
  575. }
  576. }
  577. @keyframes scales {
  578. 50% {
  579. transform: scale(1.05, 1.05);
  580. }
  581. }
  582. /*AD Kill*/
  583. .newsItem h3,
  584. .diggword,
  585. #author_profile,
  586. #comment_nav,
  587. #lnkBlogLogo,
  588. #under_post_news,
  589. #under_post_kb,
  590. #ad_t2,
  591. #ad_c1,
  592. #ad_c2,
  593. #cnblogs_c1,
  594. #cnblogs_c2 {
  595. display: none;
  596. }

原生:Custom

blog主题——黑夜的更多相关文章

  1. blog主题——马路

    blog主题,存储一下 css /************************************************** 第一部分:所有的模板都使用的公共样式.公告样式是为了更好的向前 ...

  2. blog主题——樱花

    贮存一下,blog代码 QAQ 页脚html <!--live2d--> <script src="https://blog-static.cnblogs.com/file ...

  3. blog主题——田野(1)

    贮存一下,blog代码 QAQ 页首html <link rel='stylesheet' href='https://blog-static.cnblogs.com/files/elkyo/c ...

  4. Orchard Core入门配方和主题

    包含Orchard Core入门配方和主题 可以通过两个不同的NuGet包使用Orchard Core. OrchardCore.Application.Cms.Core.Targets Orchar ...

  5. 浅析MSIL中间语言——PE文件结构篇

    一.开篇 开篇我想讲一下于本文无关的话题,其实我很想美化一下自己博客园一直没时间弄,无意间找了博客园李宝亨的博客园里面有一篇分享自己主题的文章,我就将这个模板暂时用作我的blog主题,我要讲述一个关于 ...

  6. C++ 牛人博客(不断更新中...)

    http://www.zhangjiee.com/ 新浪微博@独酌逸醉. Github. GitCafe. stackoverflow. Quora http://cpp1x.org/ 刘未鹏 | M ...

  7. [补档]暑假集训D2总结

    %dalao https://hzoi-mafia.github.io/2017/07/26/17/ (纪念我已死去的github) 大佬AntiLeaf来讲概率&期望,然后--成功变为 不可 ...

  8. 【Other】最近在研究的, Java/Springboot/RPC/JPA等

    我的Springboot框架,欢迎关注: https://github.com/junneyang/common-web-starter Dubbo-大波-服务化框架 dubbo_百度搜索 Dubbo ...

  9. VB6_小林的气象类模块

    前言. [如果使用过程有什么问题可以QQ或邮箱联系我. 1919988942  | w2638301509@gmail.com] ___________________________________ ...

随机推荐

  1. JQuery函数 $.ajax()

    ajax() 方法通过 HTTP 请求加载远程数据 该方法是 jQuery 底层 AJAX 实现.简单易用的高层实现见 $.get, $.post 等.$.ajax() 返回其创建的 XMLHttpR ...

  2. 立即关机C++源码

    #include<windows.h> using namespace std; int main(){ system("shutdown /p"); return 0 ...

  3. wpf实现一个windows定时关机的工具

    基本界面 起源 在家睡前喜欢用电脑放情景喜剧看,电脑需要定时关机,一开始直接命令行定时关机,感觉有点小麻烦, 于是最近弄了个有界面的 主要功能 在指定的时间之后执行 关机|休眠|重启 的操作, 支持取 ...

  4. Django | mysql修改个别表后save()报错

    报错内容: elasticsearch.exceptions.ConnectionError: ConnectionError(<urllib3.connection.HTTPConnectio ...

  5. 问题解决:xampp中phpmyadmin“无法连接:无效的设置”

    背景: 在服务器上搭建Testlink测试管理系统,却在打不开phpmyadmin地址,无法设置数据库密码,后续步骤无法进行 (错误界面的图片忘记截取了┭┮﹏┭┮) 解决办法: 一:验证apache端 ...

  6. TP5和TP3.2的使用区别

    模板标签不一样: TP5 可在配置文件中自行定义自己喜欢的标签 TP5  使用双标签 如:{foreach} {/foreach} TP3 : <> TP5 :{} 调用数据表方式: M( ...

  7. ORA_12514:TNS:listener does not currently know of service requested in connect descriptor

    问题描述 ORA_12514:TNS:listener does not currently know of service requested in connect descriptor 解决方式 ...

  8. js获取当前页面的url网址信息

    设置或获取整个 URL 为字符串: window.location.href 获取内容:http://10.100.0.8:7000/SVP/ "window.location.href&q ...

  9. C++分割string字符串(转)

    原文链接:https://blog.csdn.net/jirryzhang/article/details/80473032 或:https://www.cnblogs.com/dingxiaoqia ...

  10. C++类几种初始化的顺序

    首先给段代码: class A{ public: ; A():x(){cout<<"A(): x="<<x<<endl;} A(int a):x ...