博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
曾经SimpleMemory的CSS
阅读量:5214 次
发布时间:2019-06-14

本文共 7884 字,大约阅读时间需要 26 分钟。

#post_next_prev {    line-height: 3.8;    font-size: 20px;    text-align: center;    margin: 20px;}day {    min-height: 10px;    margin-bottom: 30px;    padding-bottom: 5px;    position: relative;    border-style: double;    border-color: lightblue;}.day {    min-height: 10px;    padding-bottom: 5px;    position: relative;    margin: 20px;        margin-right: 20px;        margin-left: 20px;    margin-left: 30px;    margin-right: 30px;}#green_channel {    padding: 10px 0;    margin-bottom: 10px;    margin-top: 10px;    border: #c0c0c0 1px dashed;    font-size: 12px;    width: 350px;    text-align: center;    display: none;}#author_profile {    float: left;    width: 280px;    margin-top: 0;    margin-bottom: 10px;    color: #000;    margin-left: 0;    font-size: 12px;    display: none;}#post_next_prev {    line-height: 3.8;    font-size: 20px;    text-align: center;}.postDesc {    padding-left: 0;    width: 100%;    text-align: center;    color: #666;    margin-top: 5px;    background: none;    font-size: 18px;}#div_digg {    float: right;    margin-bottom: 10px;    margin-right: 30px;    font-size: 12px;    width: 125px;    text-align: center;    margin-top: 10px;    display: none;}#EntryTag {    color: #666;    text-align: center;    font-size: 18px;}#blogTitle {    height: 80px;    clear: both;}.day .postTitle a {    padding-left: 10px;    font-size: 35px;    text-align: center;    display: inherit;    margin: auto;}.postCon a:link, .postCon a:visited, .postCon a:active {    text-decoration: none;    color: blue;}#taglist_title {    margin-bottom: 10px;    font-size: 30px;    color: blue;}#taglist td {    padding: 5px 20px 5px 10px;    font-size: 35px;}#taglist_main #taglist .small {    font-size: 32px;}.c_b_p_desc {    font-size: 20px;    line-height: 1.7;}.day .postTitle a {    padding-left: 10px;    font-size: 30px;}.postCon {    float: right;    line-height: 1.5em;    width: 100%;    clear: both;    padding: 10px 0;    font-size: 27px;}#navList {    min-height: 30px;    float: left;    font-size: 20px;}.postTitle {    font-size: 25px;}#navigator {    font-size: 13px;    border-bottom: 1px solid #ededed;    border-top: 1px solid #ededed;    height: 68px;    clear: both;    margin-top: 25px;}.blogStats {    color: #757575;    text-align: right;    font-size: 17px;}#home{margin: 0 auto;    width: 85%;    opacity: 0.87;    min-width: 950px;    padding: 30px;    background-color: #fff;    margin-top: 50px;    margin-bottom: 50px;    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);    border-radius:15px}#blogTitle h1 a {    color: deepskyblue;    text-align: center;    margin: auto;    display: inherit;    font-size: 100px;    font-family: SimHei,Simsun,Times,'Times New Roman',Georgia,serif,Youyuan;}#blogTitle h2 {    font-weight: normal;    font-size: 13px;    font-size: .928571429rem;    line-height: 1.846153846;    color: #757575;    text-align: center;    margin: auto;    display: inherit;}#topics .postTitle a {    color: cornflowerblue;    font-family: Youyuan,Georgia,Times New Roman,Times,sans-serif, monospace;    font-weight: bold;    font-size: 40px;    text-align: center;    margin: auto;    display: inherit;}body {    color: #000;    background: url(                                                                                                                                                              https://img.xjh.me/random_img.php?return=302&type=bg&ctype=nature                                                                ) fixed;    background-size: 100%;    background-repeat: no-repeat;    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;    font-size: 12px;    min-height: 101%;}/* 文章标题样式(这个不是markdown里的标题) *//* 普通文字样式 */#cnblogs_post_body p {    margin: 15px auto;    color: #000;    font-family: Georgia,Times New Roman,Times,sans-serif, monospace;    font-size: 16px;    text-indent: 0;} /* 标题样式 */#cnblogs_post_body h1 {    font-family: Consolas, "Microsoft YaHei", monospace;    font-size: 32px;    font-weight: bold;    line-height: 1.5;    margin: 10px 0;}#cnblogs_post_body h2 {    font-family: Consolas, "Microsoft YaHei", monospace;    font-size: 26px;    font-weight: bold;    line-height: 1.5;    margin: 20px 0;}#cnblogs_post_body h3 {    font-family: Georgia,Times New Roman,Times,sans-serif, monospace;    font-size: 20px;    font-weight: bold;    line-height: 1.5;    margin: 10px 0;}#cnblogs_post_body h4 {    font-family: Georgia,Times New Roman,Times,sans-serif, monospace;    font-size: 18px;    font-weight: bold;    margin: 10px 0;}/* 标题样式设置结束 */ /* 去除双下划线斜体样式 */em {    font-style: normal;    color: #000;} /* 无序列表 */#cnblogs_post_body ul li {    font-family: Georgia,Times New Roman,Times,sans-serif, monospace;    color: #000;    font-size: 16px;    list-style-type: disc;} /* 有序列表 */#cnblogs_post_body ol li {    font-family: Georgia,Times New Roman,Times,sans-serif, monospace;    color: #000;    font-size: 16px;    list-style-type: decimal;} /* 超链接 */#cnblogs_post_body a:link {    text-decoration: none;    color: #002C99;} /* 引用背景 */#topics .postBody blockquote {    background: #7df7f517;    border: none;    margin: 0;    border-left: 5px solid #c5e9f438;}/* 单行代码 .cnblogs-markdown code {    font-family: Consolas, "Microsoft YaHei", monospace !important;    font-size: 16px !important;    line-height: 20px;    background-color: #f5f5f5 !important;    padding: 0 5px !important;    border-radius: 3px !important;    line-height: 1.8;    margin: 1px 5px;    vertical-align: middle;    display: inline-block;}*/.cnblogs_code {    background-color: #f5f5f5;    font-family: Monospace !important;    font-size: 12px !important;    padding: 10px;    overflow: auto;    margin: 5px 0;    color: #000;} /* 多行代码, 引用 .cnblogs-markdown .hljs {    font-family: Consolas, "Microsoft YaHei", monospace !important;    font-size: 16px !important;    line-height: 1.5 !important;    padding: 5px !important;}*/div[id^="ad_"] {    display: none;}div[class^="c_ad"] {    display: none;}div[id^="under_post"] {    display: none;}#topics .postTitle {    border: 0px;    font-size: 200%;    font-weight: bold;    float: left;    line-height: 1.5;    width: 100%;    padding-left: 5px;}.cnblogs_code pre {    font-family: Courier New!important;    font-size: 16px!important;    word-wrap: break-word;    white-space: pre-wrap;}.cnblogs_code span {    font-family: Courier New!important;    font-size: 16px!important;    line-height: 1.5!important;}.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {    font-family: "Courier New",sans-serif!important;    font-size: 16px!important;    line-height: 1.5!important;    padding: 5px!important;}.catListTitle {    margin-top: 21px;    margin-bottom: 10.5px;    text-align: left;    border-left: 10px solid rgba(23, 210, 175, 0.91);    padding: 10px 0 14px 10px;    background-color: #f5f5f5;}bundle-summerGa…Ro4NL-lHw1:311.catListTitle {    font-weight: bold;    line-height: 1.5em;    font-size: 110%;    margin-top: 15px;    text-align: center;    color: #114d96;}bundle-summerGa…wRo4NL-lHw1:49h1, h2, h3, h4, h5, h6 {    font-size: 100%;    font-weight: normal;}bundle-summerGa…wRo4NL-lHw1:21* {    margin: 0;    padding: 0;}user agent stylesheeth3 {    display: block;    font-size: 1.17em;    -webkit-margin-before: 1em;    -webkit-margin-after: 1em;    -webkit-margin-start: 0px;    -webkit-margin-end: 0px;    font-weight: bold;}#sideBar {    margin-top: -15px;    width: 200px;    min-height: 200px;    padding: 0px 0 0px 5px;    float: left;    -o-text-overflow: ellipsis;    text-overflow: ellipsis;    overflow: hidden;display:none;}#mainContent {    min-height: 200px;    padding: 0px 0px 10px 0;    -o-text-overflow: ellipsis;    text-overflow: ellipsis;    overflow: hidden;    word-break: break-all;    float: right;    margin-left: -25em;    width: 120%;}

转载于:https://www.cnblogs.com/Y15BeTa/p/11620048.html

你可能感兴趣的文章
ajax向后台传递数组
查看>>
疯狂JAVA16课之对象与内存控制
查看>>
[转载]树、森林和二叉树的转换
查看>>
WPF移动Window窗体(鼠标点击左键移动窗体自定义行为)
查看>>
软件测试-----Graph Coverage作业
查看>>
django ORM创建数据库方法
查看>>
创建Oracle synonym 详解
查看>>
php7 新特性整理
查看>>
RabbitMQ、Redis、Memcache、SQLAlchemy
查看>>
linux查看端口占用
查看>>
hdu - 1226 超级密码 (bfs)
查看>>
Qt重写paintEvent方法遇到的问题
查看>>
Sql常见面试题 受用了
查看>>
知识不是来炫耀的,而是来分享的-----现在的人们却…似乎开始变味了…
查看>>
CSS背景颜色、背景图片、平铺、定位、固定
查看>>
口胡:[HNOI2011]数学作业
查看>>
我的第一个python web开发框架(29)——定制ORM(五)
查看>>
Combination Sum III -- leetcode
查看>>
中国剩余定理
查看>>
基础笔记一
查看>>