bbPress米点站 » 主题:bbpress.org官方主题 http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/feed/ Sun, 25 Nov 2018 21:32:22 +0000 http://bbpress.org/?v=2.5.1-5217 zh-CN http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5163 <![CDATA[bbpress.org官方主题]]> http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5163 Thu, 02 Aug 2018 12:20:04 +0000 xuiv 看上去不错:
https://chatter.gaily.ga/

]]>
http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5164 <![CDATA[回复:bbpress.org官方主题]]> http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5164 Fri, 03 Aug 2018 03:02:49 +0000 xuiv https://wordpress.xuiv.ga/wp-content/themes/bborg.zip

需要把wp-content/themes/bborg/languages/bborg-zh_CN.mo移动到wp-content/languages/themes

]]>
http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5168 <![CDATA[回复:bbpress.org官方主题]]> http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5168 Fri, 03 Aug 2018 04:31:00 +0000 xuiv 一般主题的bbpress样式改善:

 Code: css (select
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.

/* for admin toolbar */
#wpadminbar {
    direction: ltr;
    color: #ccc;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    height: 36px;
    position: absolute;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #005b96;
    border-top: solid 3px #444;
    border-bottom: solid 1px #aaa;
}
#wp-toolbar {
  margin: 0 auto;
}
@media screen and ( min-width: 960px )  {
  #wp-toolbar {
    max-width: 1200px;
  }
}
@media screen and ( max-width: 782px )  {
  #wp-toolbar {
    width: 100%;
  }
}

/* for bbpress forum */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  float: none;
  margin-bottom: 1px;
  border: 2px double #ddd;
}
#bbpress-forums li.bbp-footer {
  background: #fafafa;
}
#bbpress-forums li.bbp-header {
  background: #f8f8f8;
}
#bbpress-forums #bbp-search-form {
  position: relative;
  height: 37px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  display: block;
  padding: 0px;
  width: 216px;
  margin-bottom: 4px;
}
#bbpress-forums #bbp_search{
  width: 100%;
  border: none;
}
#bbpress-forums #bbp_search_submit {
  bottom: 0;
  overflow: hidden;
  padding: 0px 10px;
  position: absolute;
  right: 2px;
  top: 2px;
  height: 31px;
  font-size: 13px;
  text-transform: none;
}
.widget_display_search #bbp-search-form {
  position: relative;
  height: 37px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  display: block;
  padding: 0px;
}
.widget_display_search #bbp_search{
  width: 100%;
  border: none;
}
.widget_display_search #bbp_search_submit {
  bottom: 0;
  overflow: hidden;
  padding: 0px 10px;
  position: absolute;
  right: 2px;
  top: 2px;
  height: 31px;
  font-size: 13px;
  text-transform: none;
}

]]>
http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5169 <![CDATA[回复:bbpress.org官方主题]]> http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5169 Fri, 03 Aug 2018 04:31:52 +0000 xuiv 样例站点:
https://wordpress.xuiv.ga

]]>
http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5171 <![CDATA[回复:bbpress.org官方主题]]> http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5171 Fri, 03 Aug 2018 11:42:20 +0000 xuiv 经测试需修改,img.avatar要加display: inline;

 Code: css (select
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.

/* for admin toolbar */
#wpadminbar {
    direction: ltr;
    color: #ccc;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    height: 36px;
    position: absolute;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #005b96;
    border-top: solid 3px #444;
    border-bottom: solid 1px #aaa;
}
#wp-toolbar {
  margin: 0 auto;
}
@media screen and ( min-width: 960px )  {
  #wp-toolbar {
    max-width: 1200px;
  }
}
@media screen and ( max-width: 782px )  {
  #wp-toolbar {
    width: 100%;
  }
}

/* for bbpress forum */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  float: none;
  margin-bottom: 1px;
  border: 2px double #ddd;
  display: inline;
}
#bbpress-forums li.bbp-footer {
  background: #fafafa;
}
#bbpress-forums li.bbp-header {
  background: #f8f8f8;
}
#bbpress-forums #bbp-search-form {
  position: relative;
  height: 37px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  display: block;
  padding: 0px;
  width: 216px;
  margin-bottom: 4px;
}
#bbpress-forums #bbp_search{
  width: 100%;
  border: none;
}
#bbpress-forums #bbp_search_submit {
  bottom: 0;
  overflow: hidden;
  padding: 0px 10px;
  position: absolute;
  right: 2px;
  top: 2px;
  height: 31px;
  font-size: 13px;
  text-transform: none;
}
.widget_display_search #bbp-search-form {
  position: relative;
  height: 37px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  display: block;
  padding: 0px;
}
.widget_display_search #bbp_search{
  width: 100%;
  border: none;
}
.widget_display_search #bbp_search_submit {
  bottom: 0;
  overflow: hidden;
  padding: 0px 10px;
  position: absolute;
  right: 2px;
  top: 2px;
  height: 31px;
  font-size: 13px;
  text-transform: none;
}

]]>
http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5172 <![CDATA[回复:bbpress.org官方主题]]> http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5172 Sun, 05 Aug 2018 01:46:26 +0000 xuiv 再修复一个小问题

 Code: css (select
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.

/* for admin toolbar */
#wpadminbar #wp-admin-bar-wp-logo {
    display: none;
}
#wpadminbar {
    direction: ltr;
    color: #ccc;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    height: 36px;
    position: absolute;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #005b96;
    border-top: solid 3px #444;
    border-bottom: solid 1px #aaa;
}
#wp-toolbar {
    margin: 0 auto;
}
@media screen and ( min-width: 960px )  {
    #wp-toolbar {
        max-width: 1200px;
    }
}
@media screen and ( max-width: 782px )  {
    #wp-toolbar {
        width: 100%;
    }
}

/* for bbpress forum */
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
    float: none;
    margin-bottom: 1px;
    border: 2px double #ddd;
    display: inline;
}
#bbpress-forums li.bbp-footer {
    background: #fafafa;
}
#bbpress-forums li.bbp-header {
    background: #f8f8f8;
}
#bbpress-forums #bbp-search-form {
    position: relative;
    height: 37px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    display: block;
    padding: 0px;
    width: 216px;
    margin-bottom: 4px;
}
#bbpress-forums #bbp_search{
    width: 100%;
    border: none;
}
#bbpress-forums #bbp_search_submit {
    bottom: 0;
    overflow: hidden;
    padding: 0px 10px;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 31px;
    font-size: 13px;
    text-transform: none;
}
#bbpress-forums .bbp-form .wp-editor-container .quicktags-toolbar input,
#bbpress-forums .bbp-form .wp-editor-container .quicktags-toolbar .button{
    color: #333 !important;
}
.widget_display_search #bbp-search-form {
    position: relative;
    height: 37px;
    background-color: #f7f7f7;
    border: 1px solid #ddd;
    display: block;
    padding: 0px;
}
.widget_display_search #bbp_search{
    width: 100%;
    border: none;
}
.widget_display_search #bbp_search_submit {
    bottom: 0;
    overflow: hidden;
    padding: 0px 10px;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 31px;
    font-size: 13px;
    text-transform: none;
}

]]>
http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5178 <![CDATA[回复:bbpress.org官方主题]]> http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5178 Sat, 01 Sep 2018 18:48:14 +0000 mosesjeong 特别优秀, 想问用的什么主题, 能否提供付费咨询服务

]]>
http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5184 <![CDATA[回复:bbpress.org官方主题]]> http://bbpress.me/forums/topic/bbpress-org%e5%ae%98%e6%96%b9%e4%b8%bb%e9%a2%98/#post-5184 Fri, 12 Oct 2018 07:39:26 +0000 awei 该主题很优秀,本人很是推荐http://mjiong.com/forums/topic/21927.html

]]>