本博客css代码,欢迎copy

  1 /*simplememory*/
  2 #google_ad_c1, #google_ad_c2 {display:none;}
  3 .syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter             table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea {
  4 font-size: 14px!important;
  5 }
  6 #home {
  7 opacity: 0.70;
  8 margin: 0 auto;
  9 width: 85%;
 10 min-width: 900px;
 11 background-color: #fff;
 12 padding: 30px;
 13 margin-top: 30px;
 14 margin-bottom: 50px;
 15 box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
 16 }
 17 #blogTitle h1 {
 18 font-size: 30px;
 19 font-weight: bold;
 20 font-family: "Comic Sans MS";
 21 line-height: 1.5em;
 22 margin-top: 20px;
 23 color: #515151;
 24 }
 25 #navList a:hover {
 26 color: #4C9ED9;
 27 text-decoration: none;
 28 }
 29 #navList a {
 30 display: block;
 31 width: 5em;
 32 height: 22px;
 33 float: left;
 34 text-align: center;
 35 padding-top: 18px;
 36 }
 37 #navigator {
 38 font-size: 15px;
 39 border-bottom: 1px solid #ededed;
 40 border-top: 1px solid #ededed;
 41 height: 50px;
 42 clear: both;
 43 margin-top: 25px;
 44 }
 45 .catListTitle {
 46 margin-top: 21px;
 47 margin-bottom: 10.5px;
 48 text-align: left;
 49 border-left: 10px solid rgba(82, 168, 236, 0.8);
 50 padding: 10px 0 14px 10px;
 51 background-color: #f5f5f5;
 52 }
 53 #ad_under_post_holder #google_ad_c1,#google_ad_c2{  
 54 display: none !important;
 55 }
 56 body {
 57 color: #000;
 58 background: url(https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1534586512964&di=53a4243b1bc4a5cef2e2c1f15879f722&imgtype=0&src=http%3A%2F%2Fimgsrc.baidu.com%2Fimage%2Fc0%253Dshijue1%252C0%252C0%252C294%252C40%2Fsign%3Ddb2857a56681800a7ae8814dd95c598f%2F18d8bc3eb13533fa88fb3d04a2d3fd1f41345b4e.jpg
 59 ) fixed;
 60 background-size: 1300px;
 61 background-repeat: no-repeat;
 62 font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
 63 font-size: 12px;
 64 min-height: 90%;
 65   // background-size:auto;/* 默认值,不改变背景图片的高度和宽度 */
 66 background-size:1400px 800px;/* 第一个值为宽,第二个值为高,当设置一个值时,将其作为图片宽度来等比缩放 */
 67 //background-size:10%;/* 0%~100%之间的任何值,将背景图片宽高按百分比显示,当设置一个值的时候同也将其作为图片宽度来等比缩放 */
 68 //background-size:cover;/* 将背景图片等比缩放填满整个容器 */
 69 }
 70 #topics .postTitle {
 71 border: 0px;
 72 font-size: 200%;
 73 font-weight: bold;
 74 float: left;
 75 line-height: 1.5;
 76 width: 100%;
 77 padding-left: 5px;
 78 }
 79 
 80 
 81 div.commentform p{
 82 margin-bottom:10px;
 83 }
 84 .comment_btn {
 85 padding: 5px 10px;
 86 height: 35px;
 87 width: 90px;
 88 border: 0 none;
 89 border-radius: 5px;
 90 background: #ddd;
 91 color: #999;
 92 cursor:pointer;
 93 font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
 94 text-shadow: 0 0 1px #fff;
 95 display: inline !important;
 96 }
 97 .comment_btn:hover{
 98 padding: 5px 10px;
 99 height: 35px;
100 width: 90px;
101 border: 0 none;
102 border-radius: 5px;
103 background: #258fb8;
104 color: white;
105 cursor:pointer;
106 font-family: "Lato", Helvetica Neue, Helvetica, Microsoft Yahei, 宋体, Arial, sans-serif;
107 text-shadow: 0 0 1px #fff;
108 display: inline !important;
109 }
110 #commentform_title {
111 background-image:none;
112 background-repeat:no-repeat;
113 margin-bottom:10px;
114 padding:0;
115 font-size:24px;
116 }
117 #commentbox_opt,#commentbox_opt + p {
118 text-align:center;
119 }
120 .commentbox_title {
121 width: 100%;
122 }
123 #tbCommentBody {
124 font-family:'Microsoft Yahei', Microsoft Yahei, 宋体, sans-serif;
125 margin-top:10px;
126 max-width:100%;
127 min-width:100%;
128 background:white;
129 color:#333;
130 border:2px solid #fff;
131 box-shadow:inset 0 0 8px #aaa;
132 // padding:10px;
133 height:250px;
134 font-size:14px;
135 min-height:120px;
136 }
137 .feedbackItem {
138 font-size:14px;
139 line-height:24px;
140 margin:10px 0;
141 padding:20px;
142 background:#F2F2F2;
143 box-shadow:0 0 5px #aaa;
144 }
145 .feedbackListSubtitle {
146 font-weight:normal;
147 }
148 
149 #blog-comments-placeholder, #comment_form {
150 padding: 20px;
151 background: #fff;
152 -webkit-box-shadow: 1px 2px 3px #ddd;
153 box-shadow: 1px 2px 3px #ddd;
154 margin-bottom: 50px;
155 }
156 .feedback_area_title {
157 margin-bottom: 15px;
158 font-size: 1.8em;
159 }
160 .feedbackItem {
161 border-bottom: 1px solid #CCC;
162 margin-bottom: 10px;
163 padding: 5px;
164 background: rgb(248, 248, 248);
165 }
166 .color_shine {background: rgb(226, 242, 255);}
167 .feedbackItem:hover {-webkit-animation-name: color_shine;-webkit-animation-duration: 2s;-webkit-animation-iteration-count: infinite;}
168 #comment_form .title {
169 font-weight: normal;
170 margin-bottom: 15px;
171 }

猜你喜欢

转载自www.cnblogs.com/qswx/p/9501314.html
今日推荐