| 12345678910111213141516171819202122 |
- <div id="editor">
- <p>Have you met... </p>
- </div>
- <style>
- .custom-item {
- display: block;
- padding: 1em;
- }
- .custom-item.ck-on {
- color: white;
- }
- .custom-item .custom-item-username {
- color: #666;
- }
- .custom-item.ck-on .custom-item-username{
- color: #ddd;
- }
- </style>
|