style.css 483 B

1234567891011121314151617181920212223
  1. .biotitle {
  2. font-weight: bold;
  3. }
  4. .biovalue {
  5. font-style: italic;
  6. }
  7. #showstream ol.notices ol.notices {
  8. background-image: url(/plugins/GNUsocialProfileExtensions/res/bgstripe.gif);
  9. background-repeat: repeat-y;
  10. background-position: left top;
  11. padding-left: 15px;
  12. color: #333333;
  13. }
  14. #showstream ol.notices ol.notices ol.notices {
  15. padding-left: 5px;
  16. }
  17. div.replyform {
  18. display: none;
  19. padding-left: 15px;
  20. }
  21. .replyform .form_notice {
  22. width: 75%;
  23. }