A lightweight forum engine written in PHP. Repository is now obsolete and read-only. http://www.pioder.pl/uforum.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
1.8 KiB

  1. /* WYSIWYG EDITOR */
  2. /* Toolbar */
  3. .toolbar { border: 1px solid #999999; height: 24px; background-image: url('images/td_editor.jpg'); background-color:#cccccc; }
  4. .wyzz_alleditor { display: block; border:1px #aaa solid; width:520px; background:#e0e0e0; padding:2px;position:relative;}
  5. .wyzz_alleditor div { display:block;}
  6. /* Command Buttons */
  7. .button { width: 20px; height: 20px; border: 1px solid transparent; margin: 0px; padding: 0px; background: transparent; }
  8. .closebutton { float:right; padding: 2px; }
  9. .buttonOver { width: 20px; height: 20px; border: 1px solid #999999; margin: 0px; padding: 0px; }
  10. .separator { width: 2px; border-left: 1px solid #eeeeee; margin: 0px; padding: 0px; }
  11. /* others */
  12. .colorpicker, .colorbackpicker, .fontpicker, .headerpicker, .helpbox, .linkdialog { position:absolute; width: 216px; background:#eee; display:block; padding:0px; margin-top:0px; border:1px #555 solid;line-height:1.4}
  13. .specialpicker { position:absolute; width: 216px; background:#eee; display:block; padding-top:20px;padding-left:20px; margin-top:0px; border:1px #555 solid;line-height:1.4}
  14. .help {margin: 10px; font: 12px bold verdana,helvetica,arial,sans-serif black; text-align:center }
  15. .help h4 {font: 18px bold verdana,helvetica,arial,sans-serif black; padding-top:10px}
  16. .colorpicker a, .colorbackpicker a { border:1px #fff solid; height:10px; width:10px; font-size:0.01em; display:block;float:left; margin-right:0px;}
  17. .colorpicker a:hover, .colorbackpicker a:hover { border:1px #f00 solid;}
  18. .fontpicker a, .headerpicker a { color:#333;text-decoration:none;background:#eee;}
  19. .fontpicker a:hover, .headerpicker a:hover, .specialpicker a:hover { color: #666 }
  20. .specialpicker a { color:#333;font-family:arial;text-decoration:none;background:#eee;height:13px; width:12px;font-size:14px}
  21. .charbutton { width:12px;height:14px; }