1 /*simplememory*/
2 #google_ad_c1, #google_ad_c2 {display:none;}
3 .syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td,
4 .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption,
5 .syntaxhighlighter textarea {
6 font-size: 14px!important;
7 }
8 #main{
9 opacity:0.7;
10 }
11 #home {
12 opacity: 0.80;
13 margin: 0 auto;
14 width: 85%;
15 min-width: 950px;
16 background-color: #fff;
17 padding: 30px;
18 margin-top: 30px;
19 margin-bottom: 50px;
20 box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
21 }
22 #blogTitle h1 {
23 font-size: 30px;
24 font-weight: bold;
25 font-family: "Comic Sans MS";
26 line-height: 1.5em;
27 margin-top: 20px;
28 color: #515151;
29 }
30 #navList a:hover {
31 color: #4C9ED9;
32 text-decoration: none;
33 }
34 #navList a {
35 display: block;
36 width: 5em;
37 height: 22px;
38 float: left;
39 text-align: center;
40 padding-top: 18px;
41 }
42 #navigator {
43 font-size: 15px;
44 border-bottom: 1px solid #ededed;
45 border-top: 1px solid #ededed;
46 height: 50px;
47 clear: both;
48 margin-top: 25px;
49 }
50 .catListTitle {
51 margin-top: 21px;
52 margin-bottom: 10.5px;
53 text-align: left;
54 border-left: 10px solid rgba(82, 168, 236, 0.8);
55 padding: 10px 0 14px 10px;
56 background-color: #f5f5f5;
57 }
58 #ad_under_post_holder #google_ad_c1,#google_ad_c2{
59 display: none !important;
60 }
61 body {
62 color: #000;
63 background: url(http://images2015.cnblogs.com/blog/969197/201703/969197-20170325160900815-1058599404.jpg
64 ) fixed;
65 background-size: 100%;
66 background-repeat: no-repeat;
67 font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
68 font-size: 12px;
69 min-height: 101%;
70 }
71 #topics .postTitle {
72 border: 0px;
73 font-size: 200%;
74 font-weight: bold;
75 float: left;
76 line-height: 1.5;
77 width: 100%;
78 padding-left: 5px;
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 }
