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.

contact_list.css 555B

1234567891011121314151617181920212223242526272829303132333435
  1. #contactlist {
  2. background-color:rgba(0,0,0,.65);
  3. }
  4. #contactlist>ul {
  5. margin: 0px;
  6. padding: 0px;
  7. }
  8. #contactlist>ul>li {
  9. list-style-type: none;
  10. text-align: left;
  11. color: #FFF;
  12. font-size: 10pt;
  13. padding: 8px 10px;
  14. }
  15. #contactlist>ul>li>p {
  16. display: inline-block;
  17. vertical-align: middle;
  18. margin: 0px;
  19. }
  20. #contactlist>ul>li.title {
  21. color: #00ccff;
  22. font-size: 11pt;
  23. border-bottom: 1px solid #676767;
  24. }
  25. .avatar {
  26. padding: 0px;
  27. margin-right: 10px;
  28. vertical-align: middle;
  29. font-size: 22pt;
  30. }