/css/blocks.css

https://gitlab.com/vozmob/cdh_juarez_theme · CSS · 123 lines · 79 code · 39 blank · 5 comment · 0 complexity · a8e7002293531efe02da9b77268a13b3 MD5 · raw file

  1. /**
  2. * @file
  3. * Block Styling
  4. */
  5. .block /* Block wrapper */ {
  6. margin-bottom: 1em;
  7. }
  8. .block.first /* The first block in the region */ {
  9. }
  10. .block.last /* The last block in the region */ {
  11. }
  12. .block.region-odd /* Zebra striping for each block in the region */ {
  13. }
  14. .block.region-even /* Zebra striping for each block in the region */ {
  15. }
  16. .block.odd /* Zebra striping independent of each region */ {
  17. }
  18. .block.even /* Zebra striping independent of each region */ {
  19. }
  20. .region-count-1 /* Incremental count for each block in the region */ {
  21. }
  22. .count-1 /* Incremental count independent of each region */ {
  23. }
  24. .block h2.title /* Block title */ {
  25. }
  26. .block .content /* Block's content wrapper */ {
  27. }
  28. #block-aggregator-category-1 /* Block for the latest news items in the first category */ {
  29. }
  30. #block-aggregator-feed-1 /* Block for the latest news items in the first feed */ {
  31. }
  32. #block-block-1 /* First administrator-defined block */ {
  33. }
  34. #block-blog-0 /* "Recent blog posts" block */ {
  35. }
  36. #block-book-0 /* "Book navigation" block for the current book's table of contents */ {
  37. }
  38. #block-comment-0 /* "Recent comments" block */ {
  39. }
  40. #block-forum-0 /* "Active forum topics" block */ {
  41. }
  42. #block-forum-1 /* "New forum topics" block */ {
  43. }
  44. #block-menu-primary-links /* "Primary links" block */ {
  45. }
  46. #block-menu-secondary-links /* "Secondary links" block */ {
  47. }
  48. #block-node-0 /* "Syndicate" block for primary RSS feed */ {
  49. }
  50. #block-poll-0 /* "Most recent poll" block */ {
  51. }
  52. #block-profile-0 /* "Author information" block for the profile of the page's author */ {
  53. }
  54. #block-search-0 /* "Search form" block */ {
  55. }
  56. #block-statistics-0 /* "Popular content" block */ {
  57. }
  58. #block-user-0 /* "User login form" block */ {
  59. }
  60. #block-user-1 /* "Navigation" block for Drupal navigation menu */ {
  61. }
  62. #block-user-2 /* "Who's new" block for a list of the newest users */ {
  63. }
  64. #block-user-3 /* "Who's online" block for a list of the online users */ {
  65. }
  66. /* Location switcher block */
  67. #block-panels_mini-cdhj_story_count {
  68. margin: 0em;
  69. }
  70. #block-menu-menu-cdhjuarez {
  71. margin: 0em;
  72. }
  73. #cdhj-footer .block {
  74. margin: 0em;
  75. }
  76. #cdhj-footer .views-exposed-widget {
  77. padding: 0em;
  78. }
  79. #block-vojo-license img {
  80. vertical-align: middle;
  81. }
  82. #cdhj-mailto-link {
  83. text-align: center;
  84. }