You are here

classified.css in Classified Ads 6.3

Same filename and directory in other branches
  1. 7.3 theme/classified.css

Specific CSS styles for classified.module

@copyright (c) 2010 Ouest Systemes Informatiques (OSInet)

@author Frederic G. MARAND <fgm@osinet.fr>

@license General Public License version 2 or later

Original code, not derived from the ed_classified module.

File

theme/classified.css
View source
  1. /**
  2. * @file
  3. * Specific CSS styles for classified.module
  4. *
  5. * @copyright (c) 2010 Ouest Systemes Informatiques (OSInet)
  6. *
  7. * @author Frederic G. MARAND
  8. *
  9. * @license General Public License version 2 or later
  10. *
  11. * Original code, not derived from the ed_classified module.
  12. */
  13. @CHARSET "UTF-8";
  14. .classified-expires {
  15. background-color: #c0c0d0;
  16. padding: 0.5em 1em;
  17. margin: 0 0 0 1em;
  18. float: right;
  19. width: 14em;
  20. }
  21. .classified-expires-expired {
  22. color: #606060;
  23. }
  24. .classified-expires-soon {
  25. color: #FF8000;
  26. }
  27. .classified-expires-later {
  28. color: white;
  29. }
  30. /**
  31. * Specific formatting for Advanced Help files related to this module
  32. */
  33. .advanced-help-topic .classified-help code {
  34. border: none;
  35. display: inline-block;
  36. margin: 0 0.1em;
  37. padding: 0 0.25em;
  38. }
  39. /**
  40. * Allow specific styling of the "remaining"
    .
  41. *
  42. * This is for the
  43. */
  44. .classified-max-length {
  45. }
  46. /**
  47. * Prevent wrapping on the main classified page if the category list is not wide
  48. * enough
  49. */
  50. table.classified-term-list {
  51. width: 100%;
  52. }
  53. /**
  54. * Center #Ads column
  55. */
  56. table.classified-term-list td.classified-number,
  57. table.classified-term-list th.classified-number {
  58. text-align: center;
  59. }
  60. /**
  61. * Allow specific styling of the "remaining"
    .
  62. *
  63. * This is for the number of characters remaining
  64. */
  65. .classified-max-length>span {
  66. padding: 0.2em 0.5em;
  67. border: thin solid silver;
  68. }
  69. /**
  70. * Used on _classified_list_nodes() in node teaser mode
  71. */
  72. .classified-list-title {
  73. margin: 0 0.5em 0 0;
  74. }
  75. .classified-list-teaser {
  76. margin: 0;
  77. }
  78. .classified-list-teaser:before {
  79. content: '-';
  80. margin: 0 0.5em 0 0;
  81. }
  82. /**
  83. * Classified settings form
  84. */
  85. #classified-admin-settings-lifetimes td {
  86. padding-top: 0.1em;
  87. padding-bottom: 0.1em;
  88. }
  89. #classified-admin-settings-lifetimes td .description {
  90. margin-bottom: 0;
  91. }
  92. #classified-admin-settings-lifetimes td input {
  93. text-align: center;
  94. }