个人单栏简洁typecho模板Wcat

Typecho主题 4258

一款简单的粉红色系个人typecho博客模板,单栏布局结构,支持pjax超链接,集成代码高亮,多说评论等功能,整体风格比较简洁。

个人单栏简洁typecho模板Wcat

配置多说CSS样式代码:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
 #ds-thread #ds-reset a.ds-user-name[data-user-id='13895227']:after {
    content:"站长";
    margin-left: 6px;
    font-size: 12px;
    color: #fff;
    background: rgb(244, 164, 164);
    border-radius: 2px;
    padding: 0 3px;
    box-shadow: 0px 0px 8px rgb(244, 164, 164);
}
#ds-thread {
    width: 100%;
    border: none;
    margin: 0 auto;
    margin-top: 10px;
}
#ds-thread .ds-sync, #ds-thread .ds-powered-by, #ds-smilies-tooltip ul.ds-smilies-tabs {
    display: none!important;
}
#ds-thread #ds-reset .ds-replybox {
    height: 80px;
    padding-left: 80px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
#ds-thread #ds-reset .ds-replybox .ds-avatar {
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 0;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 2px 0 0 2px;
}
 
@media (max-width: 720px) {
    #ds-thread #ds-reset .ds-replybox .ds-avatar {
        width: 50px;
        height: 50px;
    }
    #ds-reset form {
        margin-left: 12px;
    }
}
#ds-thread #ds-reset .ds-replybox .ds-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
#ds-thread #ds-reset .ds-replybox .ds-avatar img:hover {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
#ds-thread #ds-reset .ds-textarea-wrapper {
    position: relative;
    border: none;
    border-radius: 0 5px 0 0;
    background: #f5f5f5;
}
#ds-thread #ds-reset .ds-textarea-wrapper textarea {
    height: 30px!important;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 14px;
    color: #333;
}
#ds-thread #ds-reset .ds-post-button {
    position: absolute;
    top: -50px;
    transition: all .35s;
    width: 80px !important;
    padding: 0;
    color: #fff;
    background-color: rgb(244, 164, 164);
    border: 0;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    outline: none;
    height: 80px;
}
#ds-thread #ds-reset .ds-post-button:hover {
   background: rgb(244, 164, 164) !important;
    box-shadow: 0 3px 15px rgb(244, 164, 164) !important;
}
#ds-thread #ds-reset .ds-post-toolbar {
    box-shadow: 0 0;
}
#ds-thread #ds-reset .ds-post-options {
    border: 0;
    background: #f5f5f5;
}
#ds-thread #ds-reset li.ds-tab a.ds-current {
    border: none;
    background-color: rgba(255, 255, 255, 0);
}
#ds-thread #ds-reset li.ds-post, #ds-thread #ds-reset .ds-post-self {
    border: none;
}
#ds-thread #ds-reset .ds-post-self {
    background: #f5f5f5;
    margin-bottom: 10px;
    border-radius: 5px;
}
#ds-thread #ds-reset .ds-comments, #ds-thread #ds-reset .ds-paginator {
    border-bottom: none;
}
#ds-thread #ds-reset .ds-comments, #ds-thread #ds-reset .ds-paginator {
    border: none;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 99px;
}
#ds-notify {
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    z-index: 999;
    background: #fff;
    border-radius: 5px;
}
#ds-notify #ds-reset .ds-logo {
    margin-top: 5px;
}
#ds-thread #ds-reset .ds-paginator {
    margin-bottom: 10px!important;
}
#ds-thread #ds-reset .ds-paginator .ds-current {
    border: 0!important;
    border-radius: 50%!important;
    box-shadow: 1px 1px 5px #ddd;
    background: #fff!important;
}
#ds-thread #ds-reset .ds-paginator a {
    font-size: 12px;
    border: 0px solid transparent!important;
    border-radius: 50%!important;
    height: 35px;
    width: 35px;
    line-height: 35px;
    margin: 0 3px;
    padding: 0!important;
    display: inline-block;
}
#ds-thread #ds-reset .ds-paginator a:hover {
    background: #fff!important;
    color: #F64848!important;
}
#ds-thread #ds-reset .ds-post-toolbar, #ds-reset .ds-avatar {
    box-shadow: none;
}
#ds-wrapper #ds-reset .ds-dialog-inner {
    box-shadow: 0px 10px 10px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 1px 3px 7px 0 rgba(0, 0, 0, .12), 0px 0px 20px 5px rgba(0, 0, 0, .12);
    border: 0px;
    background: #fff;
    border-radius: 5px;
    top: 140px;
}
#ds-wrapper #ds-reset .ds-dialog-footer {
    display: none;
}
#ds-wrapper #ds-reset .ds-dialog-inner button, #ds-wrapper #ds-reset .ds-dialog-inner input {
    width: 100%;
}
#ds-thread #ds-reset #ds-bubble {
    border: none;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    background-color: rgba(255, 255, 255, .9);
    border-radius: 5px;
}
#ds-thread #ds-reset .ds-account-control ul {
    border: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    z-index: 999;
    background: #fff;
}
#ds-reset .ds-avatar {
    background: none;
}
#ds-reset .ds-avatar img {
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
img.biaoqing, #ds-thread #ds-reset .ds-comment-body img.biaoqing {
    display: inline;
    margin: 0;
    width: auto;
    max-width: 6.25rem;
}
img.newpaopao, #ds-thread #ds-reset .ds-comment-body img.newpaopao {
    margin-bottom: -0.25rem;
    min-height: 1.875rem;
    height: 1em;
}
img.alu, #ds-thread #ds-reset .ds-comment-body img.alu {
    margin-bottom: -0.3125rem;
    min-height: 2.0625rem;
    height: 1em;
}
#ds-smilies-tooltip {
    box-shadow: .125rem .6875rem 1.375rem rgba(0,0,0,0.27);
    border: none;
    border-radius: 5px;
    overflow: hidden;
    max-width: calc(100% - 70px);
}
#ds-smilies-tooltip .ds-smilies-container li {
    margin: 6px;
}
#ds-smilies-tooltip .ds-smilies-container {
    margin-left: 0!important;
}
#ds-thread #ds-reset .ds-toolbar {
    padding: 0;
}

主题下载:typecho-Wcat.zip

精品推荐: