xuiv

创建的论坛主题

正在查看 7 个帖子 - 1 至 7 (共计 7 条)
  • 作者
    帖子
  • 答复: 你这菜单真不错 #5177

    xuiv
    会员

    @xuiv

    我弄了个更好的
    https://www.xuivgo.ga

    答复: bbpress.org官方主题 #5172

    xuiv
    会员

    @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;
    }

    答复: bbpress.org官方主题 #5171

    xuiv
    会员

    @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;
    }

    答复: bbpress.org官方主题 #5169

    xuiv
    会员

    @xuiv

    样例站点:
    https://wordpress.xuiv.ga

    • 该回复由  xuiv 于 6 年, 5 月 前 修正。
    答复: bbpress.org官方主题 #5168

    xuiv
    会员

    @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;
    }

    答复: 如何让页面居中? #5167

    xuiv
    会员

    @xuiv

    那是因为我直接从chrome把你现在这个页面的style.css抓下来了。

    答复: bbpress.org官方主题 #5164

    xuiv
    会员

    @xuiv

    https://wordpress.xuiv.ga/wp-content/themes/bborg.zip

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

    • 该回复由  xuiv 于 6 年, 5 月 前 修正。
    • 该回复由  xuiv 于 6 年, 5 月 前 修正。
正在查看 7 个帖子 - 1 至 7 (共计 7 条)