You are here

author_pane.css in Author Pane 6

Same filename and directory in other branches
  1. 5 author_pane.css
  2. 6.2 author_pane.css
  3. 7.2 author_pane.css
/* Wrappers */
.author-pane {
}

.author-pane-inner {
}

/* Sections */
.author-pane-section {
  margin-bottom: 10px;
}

.author-pane-name-status {
}

.author-pane-stats {
}

.author-pane-admin {
}

.author-pane-contact {
}

/* Lines & icons*/
.author-pane-line {
  padding-bottom: 5px;
}

.author-pane-icon {
  display: inline;
  padding: 10px 2px 2px 0;
}

/* Fields */
.author-pane .author-pane-label {
}

.author-pane-name-status .picture {
  float: none;
  padding-left: 0px;
}

.author-pane-name-status .picture img {
}

.author-facebook-status {
}

.author-title {
}

.author-badges {
}

.author-joined {
}

.author-posts {
}

.author-points {
}

.author-ip {
}

.author-fasttoggle-block {
}

File

author_pane.css
View source
  1. /* Wrappers */
  2. .author-pane {
  3. }
  4. .author-pane-inner {
  5. }
  6. /* Sections */
  7. .author-pane-section {
  8. margin-bottom: 10px;
  9. }
  10. .author-pane-name-status {
  11. }
  12. .author-pane-stats {
  13. }
  14. .author-pane-admin {
  15. }
  16. .author-pane-contact {
  17. }
  18. /* Lines & icons*/
  19. .author-pane-line {
  20. padding-bottom: 5px;
  21. }
  22. .author-pane-icon {
  23. display: inline;
  24. padding: 10px 2px 2px 0;
  25. }
  26. /* Fields */
  27. .author-pane .author-pane-label {
  28. }
  29. .author-pane-name-status .picture {
  30. float: none;
  31. padding-left: 0px;
  32. }
  33. .author-pane-name-status .picture img {
  34. }
  35. .author-facebook-status {
  36. }
  37. .author-title {
  38. }
  39. .author-badges {
  40. }
  41. .author-joined {
  42. }
  43. .author-posts {
  44. }
  45. .author-points {
  46. }
  47. .author-ip {
  48. }
  49. .author-fasttoggle-block {
  50. }