码迷,mamicode.com
首页 > 其他好文 > 详细

我的第一篇随笔

时间:2016-07-30 08:04:06      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:

我的第一篇随笔我的第一篇随笔我的第一篇随笔我的第一篇随笔我的第一篇随笔我的第一篇随笔我的第一篇随笔我的第一篇随笔我的第一篇随笔我的第一篇随笔我的第一篇随笔

 
.myfollow a:hover {
	opacity: 1;
}

.myfollow i {
	font-size: 36px;
}

#div_digg {
	width: 60px;
	/*    position: fixed;
    right: 0;
    bottom: 0;*/
	margin: 0;
	z-index: 1000;
}

.diggit,
.buryit {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 0;
	/*    border-radius: 5px;*/
	color: #fff;
	text-align: center;
	line-height: 60px;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0.8;
	cursor: pointer;
	background-image: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.diggit:hover {
	opacity: 1;
}

.diggit {
	float: left;
	background-color: #00cc66;
}

.buryit {
	float: right;
	margin-left: 3px;
	background-color: #8497B0;
}

.diggit:hover,
.buryit:hover {
	opacity: 1;
}

.diggnum,
.burynum {
	color: #fff;
	font-family: ‘Hiragino Sans GB‘, ‘Helvetica Neue‘, Helvetica, ‘Segoe UI‘, ‘Micrsoft YaHei‘, 微软雅黑, ‘WenQuanYi Micro Hei‘, Tahoma, Arial, sans-serif;
}

.diggnum:before,
.burynum:before {
	position: absolute;
	left: 22px;
	font-family: ‘Hiragino Sans GB‘, ‘Helvetica Neue‘, Helvetica, ‘Segoe UI‘, ‘Micrsoft YaHei‘, 微软雅黑, ‘WenQuanYi Micro Hei‘, Tahoma, Arial, sans-serif;
}

.diggnum:before {
	content: ‘▲‘;
}

.burynum:before {
	content: ‘▼‘;
}

.diggword {
	font-size: 12px;
	text-align: center;
	color: #fff !important;
}

.popup {
	position: absolute;
	display: none;
	right: 60px;
	top: 0;
	padding: 0 14px;
	line-height: 60px;
	width: 100px;
	color: #fff;
	font-size: 14px;
	/*				background: #00ae66;*/
	background: #333;
	white-space: nowrap;
}

.popup:after {
	content: "";
	position: absolute;
	top: 20px;
	right: -16px;
	width: 0;
	height: 0;
	font-size: 0;
	border: solid 8px transparent;
	background: transparent;
	border-left-color: #333;
}

.keepfool-favorite {
	background: url("http://images.cnblogs.com/cnblogs_com/keepfool/344216/r_favestar.png") no-repeat;
}


/* [10.代码高亮] */

.hljs {
	font-size: 0.9em;
	margin-left: 4%;
	margin-right: 4%;
	max-height: 600px;
	border: 1px solid #eee;
	border-radius: 0.3em;
}

pre.code {
	border-top: #ff9900 1px dashed;
	border-right: #ff9900 1px dashed;
	border-bottom: #ff9900 1px dashed;
	border-left: #6ce26c 5px solid;
	font-size: 12px;
	font-family: Consolas;
}

.code-toolbar {
	color: #fff;
	display: block;
	font-size: 16px;
	margin-left: 4%;
	margin-right: 4%;
	background: #36424a;
	border-radius: 2px 2px 0 0;
	padding: 6px;
	height: 40px;
	box-sizing: border-box;
	position: relative;
}

.code-toolbar img {
	position: absolute;
	left: 0;
	top: 8px;
	width: 24px;
	height: 24px;
	border: none !important;
}

.code-toolbar span {
	box-sizing: border-box;
	display: inline-block;
	margin-left: 20px;
	line-height: 28px;
}

.code-toolbar a {
	color: #fff;
}

.code-toolbar a:hover {
	background: none;
}


/* [11.侧边栏] */

#sideBar {
	margin-top: 25px;
	padding: 10px 20px;
	background: #fff;
	/*box-shadow: rgba(0,0,0,0.1) 0 1px 1px;
    border: 1px solid #E6E6FA;*/
}

#sideBar a {
	color: #4183c4;
}

#sideBar a:hover {
	color: #FF6347;
}

.blogStats {
	color: #fff;
}


/* [12.广告区域] */

#ad_t2,
#ad_c1,
#ad_c2,
#under_post_kb,
#under_post_news {
	display: none;
}


/* [13.签名] */

#MySignature p {
	margin: 10px 0 10px 50px;
	padding: 10px 10px 10px 140px;
	border: 1px dashed orange;
	color: orangered;
	font-size: 13px;
	background-color: ghostwhite;
	background: url(‘http://files.cnblogs.com/files/keepfool/caution.gif‘) no-repeat;
	background-position: 20px 5px;
	background-size: 120px 120px;
}

#MySignature p span {
	display: block;
}

#blog_post_info_block {
	margin: 10px 0 10px 50px;
}

/* [14.小酌重构系列-文章头部的斜飘带] */

.ribbon {
	overflow: hidden;
	/* top right corner */
	position: absolute;
	right: -5em;
	top: 2.5em;
	/* 45 deg rotation */
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.ribbon a {
	display: block;
	color: #eee !important;
	text-decoration: none !important;
	margin: 0.5em 0 1em 0;
	padding: 1em 5.5em;
	text-align: center;
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#e85c33), to(#E74C3C));
	background: -webkit-linear-gradient(top, #e85c33 0, #E74C3C 100%);
	background: linear-gradient(to bottom, #e85c33 0, #E74C3C 100%);
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.ribbon a:hover {
	color: #fff;
	background: #36424a;
	border: none;
}

/* [15.文章目录] */

#toc {
	display: none;
	box-sizing: border-box;
	width: 250px;
	padding: 20px 15px;
	background: none repeat scroll 0 0 #fff;
	border-radius: 4px;
	background: #f4f7f8;
}

#toc.fixed {
	position: fixed;
	top: 100px;
	left: 5px;
	z-index: 10;
}

#toc h4 {
	font-size: 14px;
	color: #4d4e53;
	margin: 0;
}

#toc ul {
	margin: 0;
	padding: 0;
	border: none !important;
}

#toc li {
	list-style-type: none !important;
	padding-top: 2px;
	font-size: 12px;
}

#toc li li {
	padding-left: 20px;
}

#toc ul a {
	text-decoration: none;
	color: #0681EA;
}

#toc ul a:hover {
	background: none;
	text-decoration: underline;
}

#toc ul ul {
	width: 100%;
	padding: 0 12px;
	margin: 0;
}


/* [16.iconfont] */

@font-face {
	font-family: ‘iconfont‘;
	src: url(‘//at.alicdn.com/t/font_1465994175_1437306.eot‘);
	/* IE9*/
	src: url(‘//at.alicdn.com/t/font_1465994175_1437306.eot?#iefix‘) format(‘embedded-opentype‘), /* IE6-IE8 */
	url(‘//at.alicdn.com/t/font_1465994175_1437306.woff‘) format(‘woff‘), /* chrome、firefox */
	url(‘//at.alicdn.com/t/font_1465994175_1437306.ttf‘) format(‘truetype‘), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(‘//at.alicdn.com/t/font_1465994175_1437306.svg#iconfont‘) format(‘svg‘);
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.icon-zuoceshouqi:before {
	content: "\e601";
}

.icon-zuocezhankai:before {
	content: "\e602";
}

.icon-quoteleft:before {
	content: "\e606";
}

.icon-quoteright:before {
	content: "\e607";
}

.icon-q1:before {
	content: "\e609";
}

.icon-q2:before {
	content: "\e60a";
}

.icon-xianshi:before {
	content: "\e608";
}

.icon-youcezhankai:before {
	content: "\e603";
}

.icon-youceshouqi:before {
	content: "\e604";
}

.icon-49:before {
	content: "\e60d";
}

.icon-mulushouqi:before {
	content: "\e610";
}

.icon-xianshi1:before {
	content: "\e60e";
}

.icon-guanzhu:before {
	content: "\e600";
}

.icon-muluzhankai:before {
	content: "\e611";
}

  

 

我的第一篇随笔

标签:

原文地址:http://www.cnblogs.com/xiafujian/p/5720129.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!