Weather with you主题说明
使用前请确保拥有js权限!!!
源代码:
css:
/*广告去死*/
#ad_t2 {
display: none !important;
}
#i-amphtml-fill-content {
display: none !important;
}
#i-amphtml-replaced-content {
display: none !important;
}
#i-amphtml-replaced-content {
display: none !important;
}
#img_ad {
display: none !important;
}
/**************************************************
第一部分:所有的模板都使用的公共样式。公告样式是为了更好的向前和向后兼容。
如果不符合你皮肤的要求,你可以在后面通过更高的优先级覆盖着这些样式,但是
你不能删除这些样式。
**************************************************/
#EntryTag {
margin-top: 20px;
font-size: 9pt;
color: gray;
}
.topicListFooter {
text-align: right;
margin-right: 10px;
margin-top: 10px;
}
#divRefreshComments {
text-align: right;
margin-right: 10px;
margin-bottom: 5px;
font-size: 9pt;
}
/*****第一部分结束*******************************/
/**************************************************
第二部:公共样式(全局样式)。公共会对所有页面的标签都起作用。这个部分你
可以随意的更改,并不会牵扯到其他的皮肤模板。但是每次更改都要注意你的皮肤
模板所有页面的变化。因为它们是全局的。
**************************************************/
* {
margin: 0;
padding: 0;
}
html {
height: 100%;
}
body {
color: #000000;
background: #CFD8DD;
font-family: '文泉驿微米黑', 'Noto Sans CJK SC', 'Segoe UI', sans-serif;
font-size: 16px;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,
img {
border: 0;
}
ul {
word-break: break-all;
}
li {
list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 100%;
font-weight: normal;
color: #008080;
}
a {
outline: none;
}
a:link {
color: black;
text-decoration: none;
}
a:visited {
color: black;
text-decoration: none;
}
a:hover {
color: #009688;
text-decoration: none;
}
a:active {
color: black;
text-decoration: none;
}
.clear {
clear: both;
}
/*****第二部分结束*******************************/
/**************************************************
第三部分:各个页面元素的样式。你可以根据需要随意的更改,并不会牵扯到其他
的皮肤模板。这个部分是最能展现你想象力的部分。其中头部和侧边栏部分是此皮
肤公共的部分。而每个页面特有的部分会有相应的注释和说明。
**************************************************/
/*****home和头部开始**************************/
#header {
margin-bottom: 1.2rem;
}
#blogTitle {
height: 240px;
margin-top: 3em;
background-image: url(https://images.cnblogs.com/cnblogs_com/littlefrog/1608889/o_191207141136sgseiz6v.png)
/* background-color: teal; */
}
#blogTitle h1,
#blogTitle h2 {
width: 1200px;
display: block;
margin: 0 auto;
}
#blogTitle h1 {
margin-top: 4em;
}
a.headermaintitle,
#blogTitle h2 {
text-decoration: none;
font-size: 2.4rem;
color: white;
font-weight: 900;
text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
#blogTitle h2 {
font-weight: 500;
font-size: 1.2rem;
}
#navigator {
/* background-color: #009688; */
background-image: url(https://images.cnblogs.com/cnblogs_com/littlefrog/1608976/t_191208004515banner.jpg?a=1575766756917) !important;
position: fixed;
width: 100%;
height: 3em;
top: 0;
left: 0;
right: 0;
overflow: hidden;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
opacity: 0.8;
z-index: 10086;
}
#navList {
display: block;
width: 1200px;
margin: auto;
}
#navList li {
display: inline-block;
line-height: 3em;
transition: background-color 0.4s;
}
#navList li:hover {
background-color: rgba(255, 255, 255, 0.2);
}
#navList li a {
text-decoration: none;
color: white;
padding: 1em;
}
.blogStats {
display: none;
}
/*****home和头部结束**************************/
/*****主页文章列表开始**************************/
#main {
width: 1200px;
margin: auto;
font-size: 0;
}
#mainContent,
#sideBar {
font-size: 1rem;
width: 920px;
display: inline-block;
}
.day {
width: 900px;
margin-bottom: 2rem;
background-color: white;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
padding: 0.6rem 1rem;
box-sizing: border-box;
border-radius: 2px;
}
.dayTitle {
color: #009688;
float: right;
}
.postTitle::before,
.entrylistPosttitle::before {
content: '|';
color: #009688;
font-size: 1.3rem;
font-weight: 900;
display: inline-block;
}
.postTitle a,
.entrylistPosttitle a {
text-decoration: none;
font-size: 1.3rem;
color: #009688;
transition: margin-left 0.4s;
}
.postTitle a:hover {
margin-left: 1.2rem;
}
.postCon,
.entrylistPostSummary {
margin: 1em;
}
.postTitle:not(:nth-child(2)) {
padding-top: 0.6rem;
}
.postDesc:not(:nth-last-child(2))::after {
user-select: none;
color: white;
font-size: 8px;
display: block;
width: calc(100% + 2rem);
content: '-';
position: relative;
right: 1rem;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
border-radius: 2px;
z-index: 2;
}
.postSeparator {
width: calc(100% + 3rem);
position: relative;
right: 1.5rem;
height: 2rem;
display: block;
background-color: #CFD8DD;
}
.topicListFooter {
width: 900px;
}
.topicListFooter a {
padding: 0.6rem 1rem;
color: white;
background-color: #009688;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}
/*****主页文章列表结束**************************/
/*****侧边栏开始********************************/
#sideBar {
width: 280px;
vertical-align: top;
}
.newsItem,
#blog-calendar,
#leftcontentcontainer > div > div {
margin-bottom: 2rem;
background-color: white;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
box-sizing: border-box;
border-radius: 2px;
padding: 0.4rem 0.6rem;
overflow: hidden;
}
.newsItem h3,
#blog-calendar::before {
display: block;
color: white;
/* background-color: #009688; */
background-image: url(https://images.cnblogs.com/cnblogs_com/littlefrog/1608976/o_191208004457hina.jpg) !important;
width: 100%;
padding: 0.4rem 0.6rem;
position: relative;
right: 0.6rem;
bottom: 0.4rem;
box-sizing: content-box;
}
#blog-calendar::before {
content: '日历';
}
#blogCalendar td,
#calender th {
position: relative;
color: black;
padding: 0.1rem 0.6rem;
}
.CalTitle td:nth-child(2) {
padding: 0 3.1rem !important;
}
#blogCalendar th.CalDayHeader {
color: dimgrey;
}
#blogCalendar td.CalOtherMonthDay {
color: grey;
}
#blogCalendar td a u {
text-decoration: none;
color: teal;
}
#blogCalendar td.CalTodayDay {
z-index: 1;
}
#blogCalendar td.CalTodayDay,
#blogCalendar td.CalTodayDay a u {
color: white !important;
}
#blogCalendar td.CalTodayDay::before {
top: -0.05rem;
right: 0.2rem;
position: absolute;
display: block;
content: 'O';
color: #009688;
background-color: #009688;
border-radius: 1rem;
width: 1.8rem;
height: 1.8rem;
z-index: -1;
}
#leftcontentcontainer > div > div {
padding: 0;
}
.catListTitle {
color: white;
background-image: url(https://images.cnblogs.com/cnblogs_com/littlefrog/1608976/o_191208004447fan.jpg) ;
/* background-color: #009688; */
padding: 0.4rem 0.6rem;
}
#leftcontentcontainer li {
padding: 0.2rem 0.4rem;
transition: background-color 0.4s;
}
#leftcontentcontainer li:not(:last-child) {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#leftcontentcontainer li:hover {
background-color: rgba(0, 0, 0, 0.1);
}
#leftcontentcontainer ul li a {
color: black;
display: inline-block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#leftcontentcontainer ul li a {
color: black;
display: inline-block;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.recent_comment_title,
.recent_comment_body {
border: none !important;
margin: 0 !important;
}
#sidebar_search_box {
padding: 0.4rem 0.6rem;
}
input.input_my_zzk {
border: none;
border-bottom: 2px solid teal;
width: 11rem;
}
input.btn_my_zzk {
color: white;
border: none;
outline: none;
display: inline-block;
background-color: teal;
padding: 0.4rem 0.6rem;
cursor: pointer;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
vertical-align: bottom;
height: unset !important;
border-radius: 2px;
}
#sidebar_toptags ul li {
padding: 0.3rem 0.4rem;
}
#sidebar_toptags ul li a {
display: inline-block;
vertical-align: bottom;
width: unset
}
/*****侧边栏结束********************************/
/* 文章查看部分 */
#post_detail,
.feedbackItem,
#comment_form_container,
#divCommentShow > div,
#under_post_news,
#under_post_kb,
.entrylistItem,
#myposts,
#ad_t2 {
width: 900px;
margin-bottom: 2rem;
background-color: white;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
padding: 0.6rem 1rem;
box-sizing: border-box;
border-radius: 2px;
}
#post_detail .postDesc::after {
display: none;
}
/* 文章后的作者信息,支持/反对 */
#author_profile {
width: 150px;
float: left;
margin-top: 10px;
}
#green_channel {
float: right;
position: relative;
border: none;
right: 150px;
}
#div_digg {
float: right;
position: relative;
left: 360px;
}
#digg_tips {
display: none;
}
/* 评论区 */
.feedback_area_title,
#commentform_title,
.entrylistTitle,
.myposts_title {
font-size: 1.2rem;
color: white;
background-color: #009688;
width: 900px;
padding: 0.4rem 0.6rem;
box-sizing: border-box;
margin-bottom: 1rem;
}
.feedbackItem {
margin-bottom: 1rem;
position: relative;
}
.feedbackListSubtitle {
color: white;
font-size: 0;
}
.feedbackManage {
z-index: 5;
font-size: 1rem;
position: absolute;
bottom: 0.6rem;
right: 1rem;
}
a.layer {
font-style: italic;
position: absolute;
font-size: 3.5rem;
color: black;
opacity: 0.1;
bottom: 0;
right: 1rem;
z-index: 1;
}
.comment_date {
font-size: 1rem;
position: relative;
left: 0.5em;
color: gray;
}
.blog_comment_body {
margin: 8px;
}
.comment_vote {
text-align: left;
position: relative;
right: 0.6rem;
}
a[id^='a_comment_author'] {
font-size: 1rem;
float: left;
}
.louzhu::before,
.comment_my_posted b::before,
.new-comment-title a:nth-child(2)::before {
color: white;
font-size: 1rem;
content: '博主';
display: inline-block !important;
background-color: darkblue;
padding: 0 0.2rem;
border-radius: 4px;
vertical-align: bottom;
}
.louzhu::before {
margin-left: 0.5rem;
}
.sendMsg2This {
display: none;
}
legend > a::before {
content: '查看';
}
.comment_quote,
.postBody blockquote {
position: relative;
border: none;
border-left: 10px solid lightgray;
background-color: rgba(0, 0, 0, 0.05);
}
#comment_form {
position: relative;
}
#comment_nav {
width: 900px;
margin: 2rem 0;
}
/* 发布评论 */
#comment_nav > a,
#span_refresh_tips,
#btn_comment_submit,
#commentbox_opt a {
padding: 0.6rem 0.8rem;
background-color: #009688;
color: white !important;
margin: 0.3rem;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
border-radius: 2px;
}
#span_refresh_tips {
display: none;
}
#commentform_title {
background-image: none;
position: relative;
right: 1rem;
bottom: 0.6rem;
margin-bottom: 0;
}
#tip_comment {
position: absolute;
top: 0.1rem;
}
#tbCommentAuthor {
background: none;
border: none;
padding: 0;
font-size: 1rem;
width: calc(100% - 3rem);
}
.comment_my_posted > img {
display: none;
}
.comment_my_posted b::before {
margin-right: 0.5rem;
font-weight: 500;
content: '发布中';
background-color: skyblue;
}
.new-comment-title .comment_date {
display: none;
}
.new-comment-title a:nth-child(2) {
float: left;
}
.new-comment-title a:nth-child(2)::before {
margin-right: 0.5rem;
content: '已发布';
background-color: lightgreen;
}
.new-comment-title a {
float: right;
}
#tbCommentBody {
height: 10rem;
width: 860px;
font-size: 1rem;
font-family: 'Monaco', '文泉驿微米黑', '微软雅黑';
resize: none;
}
#btn_comment_submit {
border: none;
width: unset;
height: unset;
font-size: 1rem;
}
#commentbox_opt a:last-child {
background-color: gray;
}
#comment_form_container > p:nth-last-child(2) {
color: gray;
bottom: 2rem;
position: relative;
float: right;
}
/* 随笔档案(按时间分类) */
.entrylistPosttitle a {
margin-left: 0.3rem;
}
.entrylistPosttitle a:hover {
margin-left: 1.5rem;
}
/* 随笔标签 */
#myposts {
margin: 0;
padding: 0;
}
.myposts_title {
font-size: 1.2rem !important;
}
.PostList {
font-size: 1rem !important;
padding: 1rem;
margin: 0 !important;
border-bottom: 1px solid gray;
}
.PostList:nth-last-child(2) {
border: none;
}
.postDesc2 {
float: right;
}
/* 页尾footer */
#footer {
text-align: center;
margin-bottom: 3rem;
}
/* 比较影响页面一致性的广告 */
#c_ad_block,
#ad_c1,
#ad_c2,
#img_ad,
#i-amphtml-layout-fixed,
#i-amphtml-layout-size-defined,
#i-amphtml-element,
#i-amphtml-layout {
display: none !important;
}
/*****第三部分结束*******************************/
/**************************************************
第四部分:文章内容常用标签格式。这个部分是设置作者写作内容的部分。例如:
如果作者的文章用有p标签,则可通过这个对这些文章中的p标签进行设置。前面
的“.postBody”明确的指出了这里样式的作用范围。仅仅适用于文章主体部分。
建议这个不要设置过于详细的细节。因为,一些样式,一篇文章比较适合的话,
并不能保证所有的文章都适合。
**************************************************/
/*文章内部常用标签格式*/
#EntryTag,
#post_next_prev {
font-size: 1rem;
}
#cnblogs_post_body code {
font-family: 'Monaco', 'Consolas', monospace, '文泉驿微米黑', '微软雅黑' !important;
white-space: pre;
}
.postBody img {
max-width: 100% !important;
}
.postBody blockquote {
position: relative;
border: none;
border-left: 10px solid lightgray;
background-color: rgba(0, 0, 0, 0.05);
}
/*****第四部分结束*******************************/
/**************************************************
第五部分:响应式视图布局。
**************************************************/
@media screen and (max-width:1200px) {
#navigator {
width: 100%;
overflow: scroll;
}
#navList {
margin: 0;
width: max-content;
}
#blogTitle h1,
#blogTitle h2 {
margin-left: 2rem;
width: max-content;
}
#main {
width: 100%;
padding: 0 1rem;
box-sizing: border-box;
}
.dayTitle,
#comment_form_container > p:nth-last-child(2),
.postText2 {
display: none;
}
#mainContent,
#sideBar,
.day,
.feedback_area_title,
.entrylistTitle,
.myposts_title,
.feedbackItem,
#post_detail,
#comment_form_container,
#divCommentShow > div,
#under_post_news,
#under_post_kb,
.entrylistItem,
#myposts,
#comment_nav,
#ad_t2 {
width: 100% !important;
}
#green_channel {
width: max-content;
float: none;
right: 0;
}
#div_digg {
position: inherit;
}
#blogCalendar td.CalTodayDay {
background-color: teal;
}
#blogCalendar td.CalTodayDay::before {
display: none;
}
#commentform_title {
width: calc(100% + 2rem);
}
#tbCommentBody {
width: calc(100% - 0.5rem);
}
.commentbox_title {
width: 300px;
}
.commentbox_title_right {
float: none;
}
.PostList {
padding: 0.5rem 0.5rem 0;
}
.postDesc2 {
display: block;
margin-top: 1rem;
}
}
@media screen and (max-width:1200px) and (min-width:900px) {
#main,
#mainContent,
#sideBar,
#blogTitle h1,
#blogTitle h2 {
width: 900px;
}
}
/*****第五部分结束*******************************/
页首HTML代码:
<script>
/* 鼠标特效 */
var a_idx = 0;
jQuery(document).ready(function($) {
$("body").click(function(e) {
var a = new Array("富强","民主","文明","和谐","自由","平等","公正","法治","爱国","敬业","诚信","友善");
var $i = $("<span></span>").text(a[a_idx]);
a_idx = (a_idx + 1) % a.length;
var x = e.pageX,
y = e.pageY;
$i.css({
"z-index": 999999999999999999999999999999999999999999999999999999999999999999999,
"top": y - 20,
"left": x,
"position": "absolute",
"font-weight": "bold",
"color": "rgb("+~~(255*Math.random())+","+~~(255*Math.random())+","+~~(255*Math.random())+")"
});
$("body").append($i);
$i.animate({
"top": y - 180,
"opacity": 0
},
1500,
function() {
$i.remove();
});
});
});
</script>
<script id="c_n_script" src="https://blog-static.cnblogs.com/files/xiaokang01/js.js" color="240,230,140" opacity="1" count="75" zindex="-2">
if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
} else {
}
</script>
Weather with you主题说明的更多相关文章
- Ubuntu14.04强化之conky——Harmattan主题
一共有17个主题,四种模式,两种天气模式,支持摄氏度和华氏度. This conky comes with 17 themes: Cards Elementary Elune Flatts Metro ...
- Hexo next主题下添加天气插件
最近在优化hexo 新搭建的博客,想给博客添加一个天气插件,奈何找了很久也没发现,好不容易发现一个天气插件 心知天气:https://www.seniverse.com/widget/get 运气不好 ...
- 机器学习入门-文本特征-使用LDA主题模型构造标签 1.LatentDirichletAllocation(LDA用于构建主题模型) 2.LDA.components(输出各个词向量的权重值)
函数说明 1.LDA(n_topics, max_iters, random_state) 用于构建LDA主题模型,将文本分成不同的主题 参数说明:n_topics 表示分为多少个主题, max_i ...
- Connect() 2016 大会的主题 ---微软大法好
文章首发于微信公众号"dotnet跨平台",欢迎关注,可以扫页面左面的二维码. 今年 Connect 大会的主题是 Big possibilities. Bold technolo ...
- CodingLife主题更新
收到反馈说CodingLife主题某些地方显示有问题,于是进行了更新,并且已提交.官方那边正在进行测试,我自己这边测完应该是没问题的,但不知道官方啥时候会进行更新,所以把CSS代码贴出来,有需要的可以 ...
- 技术笔记:Indy的TIdSMTP改造,解决发送Html和主题截断问题
使用Indy来发邮件坑不少啊,只不过有比没有好吧,使用delphi6这种老工具没办法,只能使用了新一点的Indy版本9,公司限制... 1.邮件包含TIdText和TIdAttachment时会出现T ...
- 微软Visual Studio Code 0.8.0发布,新增多种主题
月30日,Build 开发者大会上,正式宣布了 Visual Studio Code 项目;并将其定义为:一个运行于 Mac OS X.Windows和 Linux 之上的,针对于编写现代 Web 和 ...
- 【PRINCE2是什么】PRINCE2认证之七大主题(1)
进入第一个主题,PRINCE2商业论证:PRINCE2指出,商业论证就是进行判断是否值得对项目进行投资,值不值的问题.PRINCE2的商业论证有四个 在项目开始时,开发商业论证.在整个项目生命周期中, ...
- 修改Coney主题之侧边栏移位
title: 修改Coney主题之侧边栏移位 date: 2014-12-15 18:09:54 categories: Hexo tags: [hexo,css] --- Coney是一个非常漂亮的 ...
随机推荐
- Spring-security-oAuth2分享
Spring-security-oAuth2分享 oAuth2简介 OAuth 2.0是用于授权的行业标准协议.OAuth 2.0致力于简化客户端开发人员的工作,同时为Web应用程序,桌面应用程序,移 ...
- Go 面试每天一篇(第 65 天)
Go 面试每天一篇(第 65 天) 1.下面列举的是 recover() 的几种调用方式,哪些是正确的? A. 1func main() { 2 recover() 3 panic(1) 4} B. ...
- 花生日记_花生日记APP下载_花生日记官方网站
花生日记 国内领先的社交电商导购分享平台. 独创社交电商3+模式,社交+电商+社群,上线1个月注册用户超百万.合作商家涵括各个类目以及平台.为数万宝妈提供月收入3000以上兼职收入. 微信扫描下方二维 ...
- 2016/10/21 java中的参数传方式
参考:http://blog.sina.com.cn/s/blog_59ca2c2a0100qhjx.html http://www.cnblogs.com/caiyao/p/4964176.html
- 2016/09/29 SQL中的join
1.建表 首先建tb_a并插入数据. )); insertinto tb_a(symbol, sname) values ('A','B'); insertinto tb_a(symbol, snam ...
- Microsemi Libero使用技巧——使用FlashPro生成stp程序文件
前言 在工程代码编译完成之后,如果需要给某个芯片下载程序时,或者是工厂量产烧录程序时,我们不需要把整个工程文件给别人,而只需要把生成的下载文件给别人,然后使用FlashPro就可以单独下载程序文件了. ...
- Swoole协程与传统fpm同步模式比较
如果说数组是 PHP 的精髓,数组玩得不6的,根本不能算是会用PHP.那协程对于 Swoole 也是同理,不理解协程去用 Swoole,那就是在瞎用. 首先,Swoole 只能运行在命令行(Cli)模 ...
- python操作文件——序列化pickling和JSON
当我们在内存中定义一个dict的时候,我们是可以随时修改变量的内容的: >>> d=dict(name='wc',age=28) >>> d {'name': 'w ...
- Python面向对象-@property装饰器
python中,我们可以直接添加和修改属性的值: >>> class Student(object): ... pass ... >>> s = Student() ...
- 深度学习优质学习项目大放送!-AI Studio精选开源项目合集推荐
近期 在AI Studio上发现了不少优质的开源深度学习项目,从深度学习入门到进阶,涵盖了CV.NLP.生成对抗网络.强化学习多个研究方向,还有最新的动态图,都以NoteBook的方式直接开源出来,并 ...