You are here

advanced_forum.naked.images.css in Advanced Forum 6.2

/* FORUM LIST ICONS *********************************************************/
td.forum-list-icon {
  vertical-align: middle;
  text-align: center;
  width: 70px;
}

.forum-list-icon-wrapper span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: block;
}

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_list_default.png) no-repeat center center;
}

tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span,
tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
  background: transparent url(images/forum_list_new_posts.png) no-repeat center center;
}

/* FORUM LIST ICON LEGEND ***************************************************/
.forum-list-icon-legend .forum-list-icon-default {
  background: transparent url(images/forum_list_default.png) no-repeat center center;
}

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

/* TOPIC LIST ICONS *********************************************************/
span.topic-icon {
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* FORUM LIST COLLAPSIBLE CONTAINERS *********************************************************/
span.advanced-forum-toggle {
  width: 9px;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  float: right;
  cursor: pointer;
  background: transparent url(images/container_collapse.png) no-repeat center center;
}
span.advanced-forum-toggle.advanced-forum-collapsed {
  background: transparent url(images/container_expand.png) no-repeat center center;
}

File

styles/naked/advanced_forum.naked.images.css
View source
  1. /* FORUM LIST ICONS *********************************************************/
  2. td.forum-list-icon {
  3. vertical-align: middle;
  4. text-align: center;
  5. width: 70px;
  6. }
  7. .forum-list-icon-wrapper span {
  8. text-indent: 100%;
  9. white-space: nowrap;
  10. overflow: hidden;
  11. width: 50px;
  12. height: 50px;
  13. display: block;
  14. }
  15. tr.even td.forum-list-icon-default .forum-list-icon-wrapper span,
  16. tr.odd td.forum-list-icon-default .forum-list-icon-wrapper span {
  17. background: transparent url(images/forum_list_default.png) no-repeat center center;
  18. }
  19. tr.even td.forum-list-icon-new-posts .forum-list-icon-wrapper span,
  20. tr.odd td.forum-list-icon-new-posts .forum-list-icon-wrapper span {
  21. background: transparent url(images/forum_list_new_posts.png) no-repeat center center;
  22. }
  23. /* FORUM LIST ICON LEGEND ***************************************************/
  24. .forum-list-icon-legend .forum-list-icon-default {
  25. background: transparent url(images/forum_list_default.png) no-repeat center center;
  26. }
  27. .forum-list-icon-legend .forum-list-icon-new-posts {
  28. background: transparent url(images/forum_list_new_posts.png) no-repeat center center;
  29. }
  30. /* TOPIC LIST ICONS *********************************************************/
  31. span.topic-icon {
  32. width: 24px;
  33. height: 24px;
  34. text-indent: 100%;
  35. white-space: nowrap;
  36. overflow: hidden;
  37. }
  38. .topic-icon-default {
  39. background: transparent url(images/topic_list_default.png) no-repeat center center;
  40. }
  41. .topic-icon-new {
  42. background: transparent url(images/topic_list_new.png) no-repeat center center;
  43. }
  44. .topic-icon-hot {
  45. background: transparent url(images/topic_list_hot.png) no-repeat center center;
  46. }
  47. .topic-icon-hot-new {
  48. background: transparent url(images/topic_list_hot_new.png) no-repeat center center;
  49. }
  50. .topic-icon-sticky {
  51. background: transparent url(images/topic_list_sticky.png) no-repeat center center;
  52. }
  53. .topic-icon-closed {
  54. background: transparent url(images/topic_list_closed.png) no-repeat center center;
  55. }
  56. /* TOPIC LIST ICON LEGEND ***************************************************/
  57. .topic-icon-default {
  58. background: transparent url(images/topic_list_default.png) no-repeat top left;
  59. }
  60. .topic-icon-new {
  61. background: transparent url(images/topic_list_new.png) no-repeat top left;
  62. }
  63. .topic-icon-hot {
  64. background: transparent url(images/topic_list_hot.png) no-repeat top left;
  65. }
  66. .topic-icon-hot-new {
  67. background: transparent url(images/topic_list_hot_new.png) no-repeat top left;
  68. }
  69. .topic-icon-sticky {
  70. background: transparent url(images/topic_list_sticky.png) no-repeat top left;
  71. }
  72. .topic-icon-closed {
  73. background: transparent url(images/topic_list_closed.png) no-repeat top left;
  74. }
  75. /* FORUM LIST COLLAPSIBLE CONTAINERS *********************************************************/
  76. span.advanced-forum-toggle {
  77. width: 9px;
  78. height: 100%;
  79. text-indent: 100%;
  80. white-space: nowrap;
  81. overflow: hidden;
  82. display: block;
  83. margin-left: 10px;
  84. margin-right: 10px;
  85. float: right;
  86. cursor: pointer;
  87. background: transparent url(images/container_collapse.png) no-repeat center center;
  88. }
  89. span.advanced-forum-toggle.advanced-forum-collapsed {
  90. background: transparent url(images/container_expand.png) no-repeat center center;
  91. }