profiledetail.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  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/ExtendedProfile/img/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. }
  24. /* Note the #content is only needed to override weird crap in default styles */
  25. #profiledetail .entity_actions {
  26. margin-top: 0px;
  27. margin-bottom: 0px;
  28. }
  29. #profiledetail #content h3 {
  30. margin-bottom: 5px;
  31. }
  32. #content table.extended-profile {
  33. width: 100%;
  34. border-collapse: separate;
  35. border-spacing: 0px 8px;
  36. margin-bottom: 10px;
  37. }
  38. #content table.extended-profile th {
  39. color: #777;
  40. background-color: #ECECF2;
  41. width: 150px;
  42. text-align: right;
  43. padding: 2px 8px 2px 0px;
  44. }
  45. #content table.extended-profile th.employer, #content table.extended-profile th.institution {
  46. display: none;
  47. }
  48. #content table.extended-profile td {
  49. padding: 2px 0px 2px 8px;
  50. }
  51. .experience-item, .education-item {
  52. float: left;
  53. padding-bottom: 4px;
  54. }
  55. .experience-item .label, .education-item .label {
  56. float: left;
  57. clear: left;
  58. position: relative;
  59. left: -8px;
  60. margin-right: 2px;
  61. margin-bottom: 8px;
  62. color: #777;
  63. background-color: #ECECF2;
  64. width: 150px;
  65. text-align: right;
  66. padding: 2px 8px 2px 0px;
  67. }
  68. .experience-item .field, .education-item .field {
  69. float: left;
  70. padding-top: 2px;
  71. padding-bottom: 2px;
  72. max-width: 350px;
  73. }
  74. #profiledetailsettings #content table.extended-profile td {
  75. padding: 0px 0px 0px 8px;
  76. }
  77. #profiledetailsettings input {
  78. margin-right: 8px;
  79. }
  80. .form_settings .extended-profile label {
  81. display: none;
  82. }
  83. .extended-profile textarea {
  84. width: 280px;
  85. }
  86. .extended-profile input[type=text] {
  87. width: 280px;
  88. }
  89. .extended-profile .phone-item input[type=text], .extended-profile .im-item input[type=text], .extended-profile .website-item input[type=text] {
  90. width: 175px;
  91. }
  92. .extended-profile input.hasDatepicker {
  93. width: 100px;
  94. }
  95. .experience-item input[type=text], .education-item input[type=text] {
  96. float: left;
  97. }
  98. .extended-profile .current-checkbox {
  99. float: left;
  100. position: relative;
  101. top: 2px;
  102. }
  103. .form_settings .extended-profile input.checkbox {
  104. margin-left: 0px;
  105. left: 0px;
  106. top: 2px;
  107. }
  108. .form_settings .extended-profile label.checkbox {
  109. max-width: 100%;
  110. float: none;
  111. display: inline;
  112. left: -20px;
  113. }
  114. .extended-profile select {
  115. padding-right: 2px;
  116. font-size: 0.88em;
  117. }
  118. .extended-profile a.add_row, .extended-profile a.remove_row {
  119. display: block;
  120. height: 16px;
  121. width: 16px;
  122. overflow: hidden;
  123. background-image: url('../../../theme/base/images/icons/icons-01.gif');
  124. background-repeat: no-repeat;
  125. }
  126. .extended-profile a.remove_row {
  127. background-position: 0px -1252px;
  128. float: right;
  129. position: relative;
  130. top: 6px;
  131. line-height: 4em;
  132. }
  133. .extended-profile a.add_row {
  134. clear: both;
  135. position: relative;
  136. top: 6px;
  137. left: 2px;
  138. background-position: 0px -1186px;
  139. width: 120px;
  140. padding-left: 20px;
  141. line-height: 1.2em;
  142. }
  143. #content table.extended-profile .supersizeme th {
  144. border-bottom: 28px solid #fff;
  145. }
  146. #profiledetailsettings .experience-item, #profiledetailsettings .education-item {
  147. margin-bottom: 10px;
  148. width: 100%;
  149. }
  150. #profiledetailsettings .education-item textarea {
  151. float: left;
  152. margin-bottom: 8px;
  153. }
  154. #profiledetailsettings tr:last-child .experience-item, #profiledetailsettings tr:last-child .education-item {
  155. margin-bottom: 0px;
  156. }
  157. #profiledetailsettings .experience-item a.add_row, #profiledetailsettings .education-item a.add_row {
  158. left: 160px;
  159. }