# wpforo/3.1.6/blocks/online-members/editor.css

wpForo Forum, version 3.1.6. 21 lines.

- Page: https://pluginprobe.com/plugins/wpforo/3.1.6/code/blocks/online-members/editor.css
- Raw: https://pluginprobe.com/plugins/wpforo/3.1.6/raw/blocks/online-members/editor.css
- Modified: 2026-09-18T16:11:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wpforo/3.1.6/code/blocks/online-members/editor.css#L10-L20`.

```css
.wpf-block-placeholder {
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    color: #555;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wpf-block-placeholder .dashicons {
    font-size: 40px;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    color: #007cba;
}

```
