You are here

advanced_forum.minimal.images.css in Advanced Forum More Styles 6.2

/* FORUM LIST ICONS *********************************************************/
.forum-folder {
  background: transparent url(images/forum-folder.png) no-repeat center center;
}


/* FORUM LIST ICON LEGEND ***************************************************/
tr.even td.forum-list-icon-default .forum-list-icon-wrapper span,
tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span {
  background: transparent url(images/forum-folder.png) no-repeat center center;
}

.forum-list-icon-legend .forum-list-icon-default  {
  background: transparent url(images/forum-folder.png) no-repeat center center;
}

.forum-list-icon-legend .forum-list-icon-new-posts {
  background: transparent url(images/forum-folder-new-posts.png) no-repeat center left;
}


/* TOPIC LIST ICONS *********************************************************/
.topic-icon-default {
  background: transparent url(images/topic-default.png) no-repeat center center;
}

.topic-icon-new {
  background: transparent url(images/topic-new.png) no-repeat center center;
}

.topic-icon-hot {
  background: transparent url(images/topic-hot.png) no-repeat center center;
}

.topic-icon-hot-new {
  background: transparent url(images/topic-hot-new.png) no-repeat center center;
}

.topic-icon-sticky {
  background: transparent url(images/topic-sticky.png) no-repeat center center;
}

.topic-icon-closed {
  background: transparent url(images/topic-closed.png) no-repeat center center;
}


/* TOPIC LIST ICON LEGEND ***************************************************/
.topic-icon-default {
  background: transparent url(images/topic-default.png) no-repeat center left;
}

.topic-icon-new {
  background: transparent url(images/topic-new.png) no-repeat center left;
}

.topic-icon-hot {
  background: transparent url(images/topic-hot.png) no-repeat center left;
}

.topic-icon-hot-new {
  background: transparent url(images/topic-hot-new.png) no-repeat center left;
}

.topic-icon-sticky {
  background: transparent url(images/topic-sticky.png) no-repeat center left;
}

.topic-icon-closed {
  background: transparent url(images/topic-closed.png) no-repeat center left;
}


/* AUTHOR PANE **************************************************************/
.forum-post .author-online {
  background: transparent url(images/author-pane/user-online.png) no-repeat;
  padding-left: 20px;
  height: 20px;
  width: 100px;
  display: block;
}

.forum-post .author-offline {
  background: transparent url(images/author-pane/user-offline.png) no-repeat;
  padding-left: 20px;
  height: 20px;
  width: 100px;
  display: block;
}
.author-email-icon {
  background: transparent url(images/author-pane/contact.png) no-repeat;
  padding-left: 26px;
  height: 20px;
  width: 100px;
  display: block;
}

.author-privatemsg-icon {
  background: transparent url(images/author-pane/private-message.png) no-repeat;
  padding-left: 26px;
  height: 20px;
  width: 100px;
  display: block;
}

.author-relationship-add-icon {
  background: transparent url(images/author-pane/buddy-add.png) no-repeat;
  padding-left: 26px;
  height: 20px;
  width: 100px;
  display: block;
}

.author-relationship-remove-icon {
  background: transparent url(images/author-pane/buddy-remove.png) no-repeat;
  padding-left: 26px;
  height: 20px;
  width: 100px;
  display: block;
}


/* TEXT REPLACEMENT IMAGES - ENGLISH ***************************************/
/* Post new topic options on topic listings */
.en .forum-links .forum span {
  background: transparent url(images/en/new-topic.png) no-repeat;
  height: 30px;
  width: 95px;
}

.en .forum-links .poll span {
  background: transparent url(images/en/new-poll.png) no-repeat;
  height: 30px;
  width: 95px;
}

/* New topic / locked on top / bottom of topics */
.en .reply-allowed span {
  background: transparent url(images/en/post-reply.png) no-repeat;
  height: 30px;
  width: 95px;
}

.en .reply-locked span {
  background: transparent url(images/en/locked-topic.png) no-repeat;
  height: 30px;
  width: 95px;
}

/* Post links */
.en .comment_add span,
.en .comment_reply span {
  background: transparent url(images/en/reply.png) no-repeat;
  height: 16px;
  width: 50px;
}

.en .quote span {
  background: transparent url(images/en/quote.png) no-repeat;
  height: 16px;
  width: 50px;
}

.en .comment_edit span,
.en .post_edit span {
  background: transparent url(images/en/edit.png) no-repeat;
  height: 16px;
  width: 50px;
}

.en .comment_delete span,
.en .post_delete span {
  background: transparent url(images/en/delete.png) no-repeat;
  height: 16px;
  width: 50px;
}

/* TEXT REPLACEMENT IMAGES - FRENCH ****************************************/
/* Post new topic options on topic listings */
.fr .forum-links .forum span {
  background: transparent url(images/fr/fr_new-topic.png) no-repeat;
  height: 30px;
  width: 95px;
}

.fr .forum-links .poll span {
 /* New poll button not provided in this translation */
}

/* New topic / locked on top / bottom of topics */
.fr .reply-allowed span {
  background: transparent url(images/fr/fr_post-reply.png) no-repeat;
  height: 30px;
  width: 95px;
}

.fr .reply-locked span {
  background: transparent url(images/fr/fr_locked-topic.png) no-repeat;
  height: 30px;
  width: 95px;
}

/* Post links */
.fr .comment_add span,
.fr .comment_reply span {
  background: transparent url(images/fr/fr_reply.png) no-repeat;
  height: 16px;
  width: 50px;
}

.fr .comment_edit span {
  background: transparent url(images/fr/fr_edit.png) no-repeat;
  height: 16px;
  width: 50px;
}

.fr .comment_delete span {
  background: transparent url(images/fr/fr_delete.png) no-repeat;
  height: 16px;
  width: 50px;
}

 

File

styles/minimal/advanced_forum.minimal.images.css
View source
  1. /* FORUM LIST ICONS *********************************************************/
  2. .forum-folder {
  3. background: transparent url(images/forum-folder.png) no-repeat center center;
  4. }
  5. /* FORUM LIST ICON LEGEND ***************************************************/
  6. tr.even td.forum-list-icon-default .forum-list-icon-wrapper span,
  7. tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span {
  8. background: transparent url(images/forum-folder.png) no-repeat center center;
  9. }
  10. .forum-list-icon-legend .forum-list-icon-default {
  11. background: transparent url(images/forum-folder.png) no-repeat center center;
  12. }
  13. .forum-list-icon-legend .forum-list-icon-new-posts {
  14. background: transparent url(images/forum-folder-new-posts.png) no-repeat center left;
  15. }
  16. /* TOPIC LIST ICONS *********************************************************/
  17. .topic-icon-default {
  18. background: transparent url(images/topic-default.png) no-repeat center center;
  19. }
  20. .topic-icon-new {
  21. background: transparent url(images/topic-new.png) no-repeat center center;
  22. }
  23. .topic-icon-hot {
  24. background: transparent url(images/topic-hot.png) no-repeat center center;
  25. }
  26. .topic-icon-hot-new {
  27. background: transparent url(images/topic-hot-new.png) no-repeat center center;
  28. }
  29. .topic-icon-sticky {
  30. background: transparent url(images/topic-sticky.png) no-repeat center center;
  31. }
  32. .topic-icon-closed {
  33. background: transparent url(images/topic-closed.png) no-repeat center center;
  34. }
  35. /* TOPIC LIST ICON LEGEND ***************************************************/
  36. .topic-icon-default {
  37. background: transparent url(images/topic-default.png) no-repeat center left;
  38. }
  39. .topic-icon-new {
  40. background: transparent url(images/topic-new.png) no-repeat center left;
  41. }
  42. .topic-icon-hot {
  43. background: transparent url(images/topic-hot.png) no-repeat center left;
  44. }
  45. .topic-icon-hot-new {
  46. background: transparent url(images/topic-hot-new.png) no-repeat center left;
  47. }
  48. .topic-icon-sticky {
  49. background: transparent url(images/topic-sticky.png) no-repeat center left;
  50. }
  51. .topic-icon-closed {
  52. background: transparent url(images/topic-closed.png) no-repeat center left;
  53. }
  54. /* AUTHOR PANE **************************************************************/
  55. .forum-post .author-online {
  56. background: transparent url(images/author-pane/user-online.png) no-repeat;
  57. padding-left: 20px;
  58. height: 20px;
  59. width: 100px;
  60. display: block;
  61. }
  62. .forum-post .author-offline {
  63. background: transparent url(images/author-pane/user-offline.png) no-repeat;
  64. padding-left: 20px;
  65. height: 20px;
  66. width: 100px;
  67. display: block;
  68. }
  69. .author-email-icon {
  70. background: transparent url(images/author-pane/contact.png) no-repeat;
  71. padding-left: 26px;
  72. height: 20px;
  73. width: 100px;
  74. display: block;
  75. }
  76. .author-privatemsg-icon {
  77. background: transparent url(images/author-pane/private-message.png) no-repeat;
  78. padding-left: 26px;
  79. height: 20px;
  80. width: 100px;
  81. display: block;
  82. }
  83. .author-relationship-add-icon {
  84. background: transparent url(images/author-pane/buddy-add.png) no-repeat;
  85. padding-left: 26px;
  86. height: 20px;
  87. width: 100px;
  88. display: block;
  89. }
  90. .author-relationship-remove-icon {
  91. background: transparent url(images/author-pane/buddy-remove.png) no-repeat;
  92. padding-left: 26px;
  93. height: 20px;
  94. width: 100px;
  95. display: block;
  96. }
  97. /* TEXT REPLACEMENT IMAGES - ENGLISH ***************************************/
  98. /* Post new topic options on topic listings */
  99. .en .forum-links .forum span {
  100. background: transparent url(images/en/new-topic.png) no-repeat;
  101. height: 30px;
  102. width: 95px;
  103. }
  104. .en .forum-links .poll span {
  105. background: transparent url(images/en/new-poll.png) no-repeat;
  106. height: 30px;
  107. width: 95px;
  108. }
  109. /* New topic / locked on top / bottom of topics */
  110. .en .reply-allowed span {
  111. background: transparent url(images/en/post-reply.png) no-repeat;
  112. height: 30px;
  113. width: 95px;
  114. }
  115. .en .reply-locked span {
  116. background: transparent url(images/en/locked-topic.png) no-repeat;
  117. height: 30px;
  118. width: 95px;
  119. }
  120. /* Post links */
  121. .en .comment_add span,
  122. .en .comment_reply span {
  123. background: transparent url(images/en/reply.png) no-repeat;
  124. height: 16px;
  125. width: 50px;
  126. }
  127. .en .quote span {
  128. background: transparent url(images/en/quote.png) no-repeat;
  129. height: 16px;
  130. width: 50px;
  131. }
  132. .en .comment_edit span,
  133. .en .post_edit span {
  134. background: transparent url(images/en/edit.png) no-repeat;
  135. height: 16px;
  136. width: 50px;
  137. }
  138. .en .comment_delete span,
  139. .en .post_delete span {
  140. background: transparent url(images/en/delete.png) no-repeat;
  141. height: 16px;
  142. width: 50px;
  143. }
  144. /* TEXT REPLACEMENT IMAGES - FRENCH ****************************************/
  145. /* Post new topic options on topic listings */
  146. .fr .forum-links .forum span {
  147. background: transparent url(images/fr/fr_new-topic.png) no-repeat;
  148. height: 30px;
  149. width: 95px;
  150. }
  151. .fr .forum-links .poll span {
  152. /* New poll button not provided in this translation */
  153. }
  154. /* New topic / locked on top / bottom of topics */
  155. .fr .reply-allowed span {
  156. background: transparent url(images/fr/fr_post-reply.png) no-repeat;
  157. height: 30px;
  158. width: 95px;
  159. }
  160. .fr .reply-locked span {
  161. background: transparent url(images/fr/fr_locked-topic.png) no-repeat;
  162. height: 30px;
  163. width: 95px;
  164. }
  165. /* Post links */
  166. .fr .comment_add span,
  167. .fr .comment_reply span {
  168. background: transparent url(images/fr/fr_reply.png) no-repeat;
  169. height: 16px;
  170. width: 50px;
  171. }
  172. .fr .comment_edit span {
  173. background: transparent url(images/fr/fr_edit.png) no-repeat;
  174. height: 16px;
  175. width: 50px;
  176. }
  177. .fr .comment_delete span {
  178. background: transparent url(images/fr/fr_delete.png) no-repeat;
  179. height: 16px;
  180. width: 50px;
  181. }